aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* update logger statementsMario2023-10-201-3/+4
* 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
* 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
* more type checkingMario2023-09-151-2/+2
* 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 regression after recent changesMario2023-07-051-1/+1
* 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
* remove loggingMario2023-06-241-3/+1
* fix relaying and syncing in Activity::drop(), change wording for moderation r...Mario2023-06-231-3/+9