aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Expand)AuthorAgeFilesLines
* fix deprecation warning and add testMario2024-03-071-4/+5
* cleanup context and introduce schema:identifier for future useMario2024-03-061-8/+4
* improve things display a littleMario2024-03-051-9/+5
* basic AS2 support for thingsMario2024-03-041-4/+17
* some cleanupMario2024-02-291-2/+0
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-292-7/+21
* more cleanupMario2024-02-281-8/+0
* do away with deprecated activity typesMario2024-02-282-15/+1
* For now we will use standard Create verb for emoji reactionsMario2024-02-271-5/+1
* AS2Mario2024-02-256-131/+31
* simplify pleroma custom emoji stuff and some cleanupMario2024-02-221-54/+17
* make sure to decode html special chars before sending over the wire andMario2024-02-211-5/+5
* introduce get_actor() force flag to omit cache, rework contact refresh, speci...Mario2024-02-151-9/+23
* deal with inReplyTo array + some docu and styleMario2024-02-141-7/+14
* we are now using the item uuid for the notification hash if available. since ...Mario2024-02-131-2/+3
* move the empty recips check to store(). otherwise it might interfere with zot...Mario2024-02-131-5/+5
* consider a message arriving to our inbox with no recipients (as seen from fri...Mario2024-02-131-1/+1
* fix logic so that direct messages will be allowed in case the send_mail permi...Mario2024-02-131-13/+13
* mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will b...Mario2024-02-131-1/+1
* mark items verified in zot delivery also if either LDSignature or EddsaSignat...Mario2024-02-081-2/+2
* whitespaceMario2024-02-081-2/+0
* update docu and remove redundant pernission check after vonv fetch fixesMario2024-02-071-4/+1
* add uuid to dreport for internal use and and fix issues with conversation fet...Mario2024-02-072-48/+60
* 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