aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mario2024-01-291-6/+51
| | | | implement it
* enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-281-0/+2
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* 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 ↵Mario2024-01-221-5/+3
| | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
* 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 ↵Mario2024-01-131-7/+5
| | | | trough the array to find the desired ekey in actor_store()
* 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
| | | | additional context seems to break ldsig for some reason, introduce Activity::build_packet() and Activity::ap_context() to reduce code duplication, implement fep-2c59 (webfinger) and some cleanup
* reveal repeatMario2024-01-011-2/+4
|
* Revert "changelog"Mario2023-12-201-16/+14
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* 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
| | | | special effort to determine the real actor id
* 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
| | | | parent of a reaction fetch the thr_parent
* 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 ↵Mario2023-06-231-3/+9
| | | | request notices and redirect moderation request for reactions to mod moderate
* implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-231-6/+16
| | | | some more work on ocap
* make sure to use the correct urlMario Vavti2023-06-181-4/+7
|
* use function to get actor hublocsMario2023-06-181-0/+1
|
* undefined variable and return null in fetch_local if we did not find ↵Mario2023-06-161-1/+1
| | | | anything (we also return null in fetch)
* deprecate ActivityStreams::fetch() and provide the possibility to fetch ↵Mario2023-06-161-2/+19
| | | | local items directly
* fix string replacement if a match is available more than onceMario2023-06-121-2/+5
|
* ocap initial checkinMario2023-06-021-2/+23
|
* do not parse x-multicode as bbcodeMario2023-05-301-2/+1
|