aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* more psr-4 autoloading standardMario2020-11-262-2/+2
* psr-4 autoloading standardMario2020-11-261-0/+0
* profile_load() requires channel_addressMario2020-11-242-3/+6
* add loggingMario2020-11-231-0/+3
* fix warningMario2020-11-231-1/+1
* simplify code and fix issue with categoriesMario2020-11-231-69/+51
* do not use chanlink_url() at this placeMario2020-11-231-1/+1
* missing includeMario2020-11-233-2/+3
* store actor of fetched acivitiesMario2020-11-231-2/+6
* fix mod item issue with remote channelsMario2020-11-221-16/+12
* fix like issue with remote channelsMario2020-11-222-59/+67
* make simple update more simple againMario2020-11-215-5/+5
* restrict returned html usage to local_channel() until some issues will be wor...Mario2020-11-212-59/+70
* fix pubstream id issueMario2020-11-211-2/+2
* deliver to local hub firstMario2020-11-211-3/+10
* returning the rendered html when liking a post or commentMario2020-11-201-3/+58
* returning the rendered html when posting a comment will make the following up...Mario2020-11-201-2/+12
* fix regression in relation to pustream notificationsMario2020-11-181-0/+3
* Do away with auto updates except for our own actions. We might consider to re...Mario2020-11-189-123/+41
* fix ping_site()Mario2020-11-151-2/+1
* deprecate daemon/ratenotifMario2020-11-151-0/+5
* fix directory post urlMario2020-11-151-1/+2
* outq_hash is unique - no need for limitMario2020-11-151-1/+1
* cleanupMario2020-11-151-64/+4
* 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