aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* it appears the smallest size for pt videos is now 720Mario2024-03-201-1/+1
* add Emoji to the AP schemaMario2024-03-171-0/+2
* wrong logicMario2024-03-141-1/+1
* return false if we have nothing to look atMario2024-03-141-0/+4
* more work on emojisMario2024-03-091-3/+24
* check if term is set before processing itMario2024-03-081-1/+1
* inbound support for custom emojisMario2024-03-081-12/+9
* add at the top to maintain original orderMario2024-03-071-2/+2
* 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-291-6/+21
* more cleanupMario2024-02-281-8/+0
* do away with deprecated activity typesMario2024-02-281-13/+1
* For now we will use standard Create verb for emoji reactionsMario2024-02-271-5/+1
* AS2Mario2024-02-251-121/+21
* 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
* 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
* fix custom emoji reactions arriving from pleromaMario2024-02-041-0/+13
* streams collection branch compatibilityMario2024-02-021-4/+8
* strip a possible fragmentMario2024-02-011-0/+2
* remove loggingMario2024-01-291-2/+0
* introduce Activity::init_background_fetch() and refactor zotconvo to implemen...Mario2024-01-291-6/+51
* enable object cash by default, introduce system.cache_expire_days and default...Mario2024-01-281-0/+2
* implement short time object cache to reduce network calls and some cleanupMario2024-01-271-279/+56
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-251-465/+66
* 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-221-5/+3
* native repeats continuedMario2024-01-191-12/+30
* 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-141-1/+1
* make sure we are dealing with an arrayMario2024-01-141-0/+4
* check for assertionMethodMario2024-01-131-6/+8
* start checking integrity proofs, remove signature prior to verify, iterate tr...Mario2024-01-131-7/+5
* store epubkey in actor_storeMario2024-01-131-12/+27
* 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-101-0/+76
* reveal repeatMario2024-01-011-2/+4
* Revert "changelog"Mario2023-12-201-16/+14
* changelogMario2023-12-201-14/+16
* like in get_cached_actor() also remove fragment in get_actor()Mario2023-11-231-0/+3