aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | provide info about dead sites in delivery report and set site_dead when ↵Mario2020-10-192-5/+61
| | | | | | | | marking a hubloc down.
* | load more notifications if visible notifications count becomes < 15Mario2020-10-181-2/+14
| |
* | reduce result set for notificationsÃMario2020-10-161-1/+1
| |
* | mark private forums in acl selectorMario2020-10-161-2/+2
| |
* | get_forum_channels(): fix an issue where we would not look for private ↵Mario2020-10-161-11/+10
| | | | | | | | forums in case we did not have any channels where tag_deliver is set
* | make acl selector work correctly if we provide a cid in mod networkMario2020-10-165-19/+44
| |
* | fix image src issue in templateMario2020-10-162-3/+4
| |
* | on refresh, always set all permsMario2020-10-161-8/+4
| |
* | remove new lines and tabs from xchan_nameMario2020-10-152-1/+10
| |
* | add forums to acl selector where appropriateMario2020-10-154-22/+89
| |
* | use logger for loggingMario2020-10-141-1/+1
| |
* | use logger for loggingMario2020-10-141-1/+1
| |
* | more loggingMario2020-10-142-5/+8
| |
* | In find_best_identity() only look for zot and zot6 network types. Otherwise ↵Mario2020-10-142-13/+6
| | | | | | | | we could end up rewriting activitypub contacts to their diaspora equivalent which would be counterproductive here. Dismiss deleted hublocs. Same applies for find_best_zot_identity(). Also add logging.
* | do not overwrite $x variableMario2020-10-131-3/+3
| |
* | use a more neutral default cover image provided by bggenerator.comMario2020-10-134-2/+2
| |
* | this is not required hereMario2020-10-131-5/+0
| |
* | return if author or owner is missing and add more loggingMario2020-10-131-3/+10
| |
* | fix more php warnings and remove temporary loggingMario2020-10-122-6/+3
| |
* | missing parenthesisMario2020-10-121-1/+1
| |
* | fix php warningsMario2020-10-121-3/+3
| |
* | improve find_best_identity() and fix wrong variableMario2020-10-122-8/+13
| |
* | if we receive an item with a zot xchan as author or owner rewrite them to ↵Mario2020-10-121-0/+60
| | | | | | | | the zot6 xchan if we have their zot6 xchan in abook
* | revert linebreak removingMario2020-10-111-1/+1
| |
* | find best identityMario2020-10-112-0/+37
| |
* | replace linebreaks with spacesMario2020-10-111-1/+1
| |
* | 5.0RC testing: fix issue with event responsesMario2020-10-102-2/+2
| |
* | quickfix localize_item() - requires more workMario2020-10-103-4/+15
| |
* | only call zid_init() if session is not yet authenticatedMario2020-10-091-1/+2
| |
* | add zot6 to the authenticatable options and fix array key in reshare headerMario2020-10-093-6/+7
| |
* | add rss network authors to the not fetchable listMario2020-10-091-1/+1
| |
* | remove source entries for removed contactsMario2020-10-091-2/+7
| |
* | 5.0RC testing: correctly set permissions for rss feedsMario2020-10-091-6/+2
| |
* | reduce result set for query in zid_init() and use ↵Mario2020-10-082-9/+13
| | | | | | | | Libzot::zot_record_preferred() in mod rmagic
* | more bdi tagsMario2020-10-071-4/+4
| |
* | 5.0RC testing: use the zot6 xchan if availableMario2020-10-071-9/+9
| |
* | 5.0RC testing: do not attempt zot6 delivery of anonymous comments - the ↵Mario2020-10-061-0/+6
| | | | | | | | author is not a valid actor
* | 5.0RC testing: dismiss activities where an author could not be foundMario2020-10-061-0/+4
| |
* | code optimisationMario2020-10-062-13/+17
| |
* | Merge pull request 'Update Spanish' (#1) from mjfriaza/hubzilla:dev into devhubzilla2020-10-053-2792/+2800
|\ \ | | | | | | | | | Reviewed-on: https://codeberg.org/hubzilla/hubzilla/pulls/1
| * | Update Spanishmjfriaza2020-09-263-2792/+2800
| | |
* | | Ãrework undo/delete to use inline objectsMario2020-10-052-35/+56
| | |
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2020-10-020-0/+0
|\ \ \
| * | | Revert "more work on delete/undo"Mario2020-10-021-2/+0
| | | | | | | | | | | | This reverts commit bdfdd515d80a88a154bc0f4c83adfacf055ad5a4
| * | | more work on delete/undoMario Vavti2020-10-021-0/+2
| | | |
* | | | more work on delete/undoMario2020-10-023-4/+5
|/ / /
* | | item/activity fetchingMario2020-10-025-29/+241
| | |
* | | more delete fixesMario2020-10-012-8/+24
| | |
* | | minor issueMario2020-10-011-2/+6
| | |
* | | Merge branch 'deletefixes' into 'dev'Mario2020-10-011-4/+7
|\ \ \ | | | | | | | | | | | | | | | | deleting like/dislike/accept/reject/etc. activities should be Undo rather than Delete per the spec See merge request hubzilla/core!1879