aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* remove dotMario2020-11-141-1/+1
* Polling fallback to server sent events. Polling is the default. SSE must be e...Mario2020-11-142-28/+87
* minor queue adjustmentsMario2020-11-131-10/+13
* update to fix more broken hublocs and version bumpMario2020-11-131-0/+27
* better check for valid inboxMario2020-11-131-8/+8
* do not store actors without an inbox - they are not validMario2020-11-121-0/+6
* 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
* make sure we attach the public keyMario2020-11-041-1/+8
* fix vsprintf() warningMario2020-11-011-2/+3
* Merge branch 'dev' into 'dev'Mario2020-10-311-12/+14
|\
| * Don't try to fetch profile photo for unknown channel Max Kostikov2020-10-251-12/+14
* | fix issue #1484Mario Vavti2020-10-271-1/+1
|/
* remove redundant includesÃMario2020-10-251-5/+0
* more directory fixesMario2020-10-251-5/+11
* directory fixesMario2020-10-251-10/+16
* enable btlogging to syslogMario2020-10-242-2/+2
* adapt notifications and mark item seen handling to play well with client side...Mario2020-10-226-106/+38
* highlight events for today in notifications and remove some redundant cssMario2020-10-191-2/+2
* provide info about dead sites in delivery report and set site_dead when marki...Mario2020-10-191-5/+53
* reduce result set for notificationsÃMario2020-10-161-1/+1
* make acl selector work correctly if we provide a cid in mod networkMario2020-10-161-11/+14
* on refresh, always set all permsMario2020-10-161-8/+4
* use logger for loggingMario2020-10-141-1/+1
* more loggingMario2020-10-141-1/+1
* In find_best_identity() only look for zot and zot6 network types. Otherwise w...Mario2020-10-141-1/+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
* improve find_best_identity() and fix wrong variableMario2020-10-122-8/+13
* 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-101-1/+1
* quickfix localize_item() - requires more workMario2020-10-101-1/+1
* 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-092-5/+5
* add rss network authors to the not fetchable listMario2020-10-091-1/+1
* 5.0RC testing: correctly set permissions for rss feedsMario2020-10-091-6/+2
* reduce result set for query in zid_init() and use Libzot::zot_record_preferre...Mario2020-10-081-8/+11
* 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 autho...Mario2020-10-061-0/+6
* 5.0RC testing: dismiss activities where an author could not be foundMario2020-10-061-0/+4
* code optimisationMario2020-10-062-13/+17
* Ãrework undo/delete to use inline objectsMario2020-10-052-35/+56
* more work on delete/undoMario2020-10-023-4/+5
* item/activity fetchingMario2020-10-025-29/+241
* more delete fixesMario2020-10-012-8/+24