aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | returning the rendered html when posting a comment will make the following ↵Mario2020-11-204-8/+26
| | | | | | | | update (and its implication in mod pubstream) obsolete
* | this is silly but it seems to be required for firefox to stop scrolling in ↵Mario2020-11-181-1/+4
| | | | | | | | certain conditions
* | be more specificMario2020-11-181-1/+1
| |
* | fix regression in relation to pustream notificationsMario2020-11-181-0/+3
| |
* | fix regressionMario2020-11-181-1/+1
| |
* | Do away with auto updates except for our own actions. We might consider to ↵Mario2020-11-1817-247/+68
| | | | | | | | re-implement this for single thread view like eg /display. Instead of calculating scroll positions during updates, keep track of expanded items and set the expanded state when updating - this fixes issue #1488
* | implement submit on ctrl-enter for post editor and commentsMario2020-11-172-21/+36
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-11-161-1/+7
|\ \
| * | work around an edge case in acl selectorMario2020-11-161-1/+7
| | | | | | | | | (cherry picked from commit e7c83a81c79235327cbbcb5382146332ba14a684)
* | | changelogMario2020-11-161-0/+1
| | |
* | | changelogMario2020-11-151-0/+1
| | |
* | | fix ping_site()Mario2020-11-152-22/+9
|/ /
* | deprecate daemon/ratenotifMario2020-11-151-0/+5
| |
* | more changelogMario2020-11-151-0/+1
| |
* | fix directory post urlMario2020-11-151-1/+2
| |
* | changelogMario2020-11-151-0/+12
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-11-152-916/+916
|\ \
| * | Merge branch 'dev' into 'dev'Max Kostikov2020-11-152-916/+916
| |\| | | | | | | | | | | | | Update Russian translation See merge request hubzilla/core!1883
| | * Update hmessages.poMax Kostikov2020-11-151-900/+899
| | |
| | * Update hstrings.phpMax Kostikov2020-11-151-16/+17
| | |
| | * Merge branch 'dev' into 'dev'Max Kostikov2020-11-1533-1386/+346
| | |\ | | |/ | |/| | | | | | | Dev sync See merge request kostikov/core!1
* | | outq_hash is unique - no need for limitMario2020-11-151-1/+1
| | |
* | | cleanupMario2020-11-151-64/+4
|/ /
* | remove dotMario2020-11-141-1/+1
| |
* | bump versionMario2020-11-141-1/+1
| |
* | Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-146-53/+147
| | | | | | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* | minor queue adjustmentsMario2020-11-133-14/+18
| |
* | update to fix more broken hublocs and version bumpMario2020-11-132-2/+29
| |
* | better check for valid inboxMario2020-11-131-8/+8
| |
* | do not store actors without an inbox - they are not validMario2020-11-121-0/+6
| |
* | some work on include/importMario2020-11-121-19/+26
| |
* | changelog and version bumpMario2020-11-122-1/+11
| |
* | log the body if fetch failedMario2020-11-111-0/+1
| |
* | do not log exception - it could exhaust memoryMario2020-11-091-1/+2
| |
* | make share titles h3 to reflect the original titlÃe sizeMario2020-11-081-1/+1
| |
* | less hubloc confusionMario2020-11-087-40/+56
| |
* | update changelogMario2020-11-051-1/+3
| |
* | wrong variable nameMario2020-11-051-1/+1
| |
* | make sure we attach the public keyMario2020-11-041-1/+8
| |
* | css issueMario2020-11-041-1/+1
| |
* | call sse_setNotificationsStatus() after fading out buttonsMario2020-11-031-1/+3
| |
* | update changelogMario2020-11-011-0/+1
| |
* | fix vsprintf() warningMario2020-11-011-2/+3
| |
* | more changelogMario2020-10-311-0/+1
| |
* | remove unmaintained and deprecated schemasMario2020-10-316-1230/+0
| |
* | update changelogMario2020-10-311-0/+4
| |
* | if restarting a previously interrupted upload just return where we ended - ↵Mario2020-10-311-0/+6
| | | | | | | | fix issue #1485
* | Merge branch 'dev' into 'dev'Mario2020-10-311-12/+14
|\| | | | | | | | | Don't try to fetch profile photo for unknown channel See merge request hubzilla/core!1880
| * Don't try to fetch profile photo for unknown channel Max Kostikov2020-10-251-12/+14
| |
* | Merge branch 'cherry-pick-16d450fc' into 'dev'Mario2020-10-311-16/+16
|\ \ | | | | | | | | | | | | HTML parsing lib change to standard PHP in scrape_feed() and scrape_vcard() See merge request hubzilla/core!1882