aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* escape both single and double quotes for the notifications title. fixes issue...Mario2020-12-301-33/+33
* dirserach: return zot6 entriesMario Vavti2020-12-301-2/+2
* Revert "Fix sync item with Zot connections"Max Kostikov2020-12-301-1/+1
* Deduplicate contacts list on autocompleteMax Kostikov2020-12-301-21/+32
* sse: fix issue with direct message notificationssMario2020-12-301-14/+14
* Do not revalidate cached photosMax Kostikov2020-12-301-3/+4
* owa specify keyMario2020-12-301-1/+1
* fix issue where an array was passed to get_key() instead of a stringMario2020-12-301-9/+11
* Use Zot6 for CardDAV and CalDAV sync between clonesMax Kostikov2020-12-211-18/+19
* handle owa with hubloc_id_url onlyMario Vavti2020-12-211-7/+5
* do not json_encode the attach array - fixes #1499Mario2020-12-211-232/+231
* update to fix empty hubloc_id_url caused by clone import bug for zot hublocs ...Mario Vavti2020-12-171-0/+34
* restrict owa to zot6 and zot network until the hubloc madness with activitypu...Mario Vavti2020-12-171-2/+2
* fix issue with abconfig when cloning a channelMario2020-12-171-6/+6
* owa: dismiss deleted hublocsMario2020-12-171-6/+6
* use refresh_all in mod importMario2020-12-171-1/+1
* try to fix more hubloc anomalies: use refresh_all in remove_obsolete_hublocs(...Mario2020-12-171-42/+42
* fix missing hubloc_id_url for zot hubloc when importing a channelMario2020-12-171-3/+4
* try to prevent hubloc confusion in some placesMario2020-12-174-39/+50
* make gprobe look for zot6 onlyMario2020-12-171-1/+1
* fix hubloc issue in mod getfileMario2020-12-121-2/+3
* missing parenthesisMario2020-12-011-0/+1
* Ãfix regerssion in updating the primaryMario2020-12-011-28/+34
* dismiss title in response activityMario2020-12-011-1/+1
* 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