aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' into tests/test-db-setup-wipHarald Eilertsen2023-12-272-8/+20
|\
| * Revert "changelog"Mario2023-12-204-30/+24
| * changelogMario2023-12-204-24/+30
| * 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
| * | Add active addons and blocked sites to siteinfo (html)Harald Eilertsen2023-12-181-0/+2
| * | fix loop as described in issue #1827Mario2023-12-171-0/+6
| |/
* / Fix some deprecation warnings.Harald Eilertsen2023-12-261-1/+4
|/
* 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
* add the app terms before syncing - otherwise the terms will be reset at the o...Mario Vavti2023-12-081-0/+10
* like in get_cached_actor() also remove fragment in get_actor()Mario2023-11-231-0/+3
* case insensitive digest algoMario2023-11-221-1/+2
* revert dreport changes - too chattyMario2023-11-201-2/+1
* only check for privacy mismatch if observer != ownerMario2023-11-171-8/+8
* work around a possible privacy mismatch when processing zot requestsMario2023-11-161-6/+9
* DB Update 1259Mario2023-11-091-0/+30
* some low level work on native repeatsMario2023-11-094-49/+67
* Merge branch 'owa_improvement' into 'dev'Mario2023-11-071-4/+18
|\
| * work with Mastodon-style keyIdPascal2023-10-041-4/+18
* | 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
* | if channel is not defined we need to provide an empty arrayMario2023-11-011-1/+1
* | only show tools to creators if they still have permsMario2023-11-011-1/+1
* | 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
* | check if we have the record in the short time cache before actually fetching itMario2023-10-201-1/+1
* | refactor actor_store()Mario2023-10-191-15/+31
* | enable reset button in mod rpostMario2023-10-121-1/+2
* | 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
* since the activity filter widget requires the network module we can link to t...Mario2023-09-271-1/+1
* fix php warningsMario2023-09-221-6/+6
* cleanup and warningsMario2023-09-211-5/+10
* fix javascript errorMario2023-09-211-0/+1
* more deprecate $aMario2023-09-2117-24/+24
* store the actor cache date so we can easily invalidate it after a period of timeMario2023-09-211-6/+3
* deprecate the ancient $a variableMario2023-09-201-5/+5
* 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-152-6/+38
* also look for widgets in view/theme/themename/widgetMario2023-09-141-1/+2