aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-01-011-2/+0
|\
| * Work around possible loop and use Lib/Config in initMario Vavti2024-01-011-2/+0
* | reveal repeatMario2024-01-012-10/+12
|/
* Revert "changelog"Mario2023-12-202-26/+22
* changelogMario2023-12-202-22/+26
* move App::$install check to Config::Load() as suggested by HaraldMario2023-12-201-7/+2
* Merge branch 'fix-config-deserialization' into 'dev'Mario2023-12-201-6/+15
|\
| * Fix deserialization of config values broken by 69266cd6.Harald Eilertsen2023-12-171-6/+15
* | fix loop as described in issue #1827Mario2023-12-171-0/+6
|/
* check return from Config::Load() and retry on failure plus cleanupMario Vavti2023-12-141-30/+57
* return if we could not fetch the authorMario Vavti2023-12-141-8/+7
* like in get_cached_actor() also remove fragment in get_actor()Mario2023-11-231-0/+3
* revert dreport changes - too chattyMario2023-11-201-2/+1
* some low level work on native repeatsMario2023-11-092-19/+26
* check if required keys are setMario2023-11-071-1/+1
* remove loggingMario2023-11-071-1/+0
* libzot: correctly attribute streams repeatsMario2023-11-071-4/+17
* remove the directory updates entry if the channel was removedMario Vavti2023-10-261-6/+3
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-10-253-4/+4
|\
| * slightly less noise when logging normalMario Vavti2023-10-253-4/+4
* | add stats logging to zotfingerMario2023-10-251-0/+4
|/
* use Activity::get_actor() which will check for the cache record in xconfig be...Mario Vavti2023-10-211-1/+1
* update logger statementsMario2023-10-202-4/+11
* refactor actor_store()Mario2023-10-191-15/+31
* use the correct variableMario2023-10-061-1/+1
* use encode_person() instead of plain xchan_url since the function makes some ...Mario2023-10-061-1/+1
* parse the event object in first place and use the body bbcode as backupMario Vavti2023-10-041-2/+11
* if the item is sourced and provides an event add it to the calendarMario2023-09-281-1/+8
* fix php warningsMario2023-09-221-6/+6
* store the actor cache date so we can easily invalidate it after a period of timeMario2023-09-211-6/+3
* use small profile images instead of mediumMario2023-09-171-2/+2
* more type checkingMario2023-09-151-2/+2
* allow themes to manipulate app icons (photos) via a hookMario2023-09-151-2/+19
* an attempt to cache seen item mids for the purpose that we can hide seen pubs...Mario2023-09-101-7/+7
* test refactor the previous commitMario Vavti2023-08-211-4/+7
* allow public stream comments/reactions if item_fetched is set, when fetching ...Mario Vavti2023-08-211-4/+3
* only try to fetch the icon if we actually got oneMario2023-08-141-3/+7
* move profile photo fetching to backgroundMario2023-08-141-9/+1
* fix accesslist in two casesMario2023-07-201-1/+1
* basic per item rtl language support - issue ##1780Mario2023-07-131-1/+2
* fix regression after recent changesMario2023-07-051-1/+1
* Ãfix php warningMario2023-07-031-7/+7
* make sure to return infos from current hub where applicable - fix issue #1770Mario2023-07-031-17/+12
* make sure to not allow moderation of poll answersMario2023-06-291-8/+12
* implement inline moderation of reactionsMario2023-06-271-5/+5
* remove loggingMario2023-06-241-3/+1
* fix relaying and syncing in Activity::drop(), change wording for moderation r...Mario2023-06-232-6/+19
* implement optional moderation of unsolicited comments, minor css fixes and so...Mario2023-06-233-8/+21
* always check pageflags otherwise site specific flags will be overwritten when...Mario2023-06-211-1/+1
* make sure to use the correct urlMario Vavti2023-06-181-4/+7