aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix custom emoji reactions arriving from pleromaMario2024-02-041-0/+13
* streams collection branch compatibilityMario2024-02-021-4/+8
* more fix conv_list templateMario2024-02-011-2/+2
* fix conv_list templateMario2024-02-011-3/+3
* fix issues related to b64mid to uuid conversionMario2024-02-011-1/+1
* testing JcsEddsa2022 sigsMario2024-02-011-7/+25
* strip a possible fragmentMario2024-02-011-0/+2
* start using uuid for internal reference instead of base64 encoded midMario2024-02-013-18/+21
* remove loggingMario2024-01-291-2/+0
* introduce Activity::init_background_fetch() and refactor zotconvo to implemen...Mario2024-01-292-9/+60
* enable object cash by default, introduce system.cache_expire_days and default...Mario2024-01-283-1/+5
* implement short time object cache to reduce network calls and some cleanupMario2024-01-274-287/+118
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-252-478/+68
* restructure Libzot::process_delivery()Mario2024-01-241-152/+160
* fix issue where if an item is created and deleted again before the notifier h...Mario Vavti2024-01-241-1/+1
* set item_uplink to 0 just to be sure (this should not be necessary)Mario2024-01-221-0/+2
* store the original announce actor (the one that pushed the item into our stre...Mario2024-01-222-5/+9
* native repeats continuedMario2024-01-195-54/+88
* Fix regression in Activity::actor_store()Mario Vavti2024-01-191-10/+6
* remove acct from webfingerMario2024-01-141-1/+1
* only attempt fetch if zotfinger actually returned somethingMario2024-01-142-4/+5
* make sure we are dealing with an arrayMario2024-01-141-0/+4
* fix wrong array keyMario2024-01-141-1/+1
* check for assertionMethodMario2024-01-131-6/+8
* start checking integrity proofs, remove signature prior to verify, iterate tr...Mario2024-01-133-14/+57
* fix some deprecation warningsMario2024-01-131-0/+1
* store epubkey in actor_storeMario2024-01-131-12/+27
* start storing epubkeys in libzotMario2024-01-131-1/+4
* expose epubkey in zotinfoMario2024-01-131-0/+1
* typoMario2024-01-131-1/+1
* make our jsonld parser happyMario2024-01-131-3/+3
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ...Mario2024-01-102-0/+77
* ekey and xchan_updated updatesMario2024-01-071-10/+14
* we do not use named params yetMario2024-01-061-1/+1
* port multibase and jcsedssa2022 libs from streamsMario2024-01-032-0/+125
* 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