Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup | Mario | 2024-02-29 | 1 | -2/+0 |
| | |||||
* | AS2 Update and implement a first draft of AS2 Profile activities | Mario | 2024-02-29 | 1 | -6/+21 |
| | |||||
* | more cleanup | Mario | 2024-02-28 | 1 | -8/+0 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 1 | -13/+1 |
| | |||||
* | For now we will use standard Create verb for emoji reactions | Mario | 2024-02-27 | 1 | -5/+1 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 1 | -121/+21 |
| | |||||
* | simplify pleroma custom emoji stuff and some cleanup | Mario | 2024-02-22 | 1 | -54/+17 |
| | |||||
* | make sure to decode html special chars before sending over the wire and | Mario | 2024-02-21 | 1 | -5/+5 |
| | |||||
* | introduce get_actor() force flag to omit cache, rework contact refresh, ↵ | Mario | 2024-02-15 | 1 | -9/+23 |
| | | | | special handling for announce by group, and revert change regarding friendica addressing anomality | ||||
* | move the empty recips check to store(). otherwise it might interfere with ↵ | Mario | 2024-02-13 | 1 | -5/+5 |
| | | | | zot6 native addressing which is always empty | ||||
* | consider a message arriving to our inbox with no recipients (as seen from ↵ | Mario | 2024-02-13 | 1 | -1/+1 |
| | | | | friendica) a direct message | ||||
* | fix logic so that direct messages will be allowed in case the send_mail ↵ | Mario | 2024-02-13 | 1 | -13/+13 |
| | | | | permission is granted even if the send_stream permission is not granted | ||||
* | mb_strlen() will return 2 for some emojis - possibly grapheme_strlen() will ↵ | Mario | 2024-02-13 | 1 | -1/+1 |
| | | | | be better for this job | ||||
* | fix custom emoji reactions arriving from pleroma | Mario | 2024-02-04 | 1 | -0/+13 |
| | |||||
* | streams collection branch compatibility | Mario | 2024-02-02 | 1 | -4/+8 |
| | |||||
* | strip a possible fragment | Mario | 2024-02-01 | 1 | -0/+2 |
| | |||||
* | remove logging | Mario | 2024-01-29 | 1 | -2/+0 |
| | |||||
* | introduce Activity::init_background_fetch() and refactor zotconvo to ↵ | Mario | 2024-01-29 | 1 | -6/+51 |
| | | | | implement it | ||||
* | enable object cash by default, introduce system.cache_expire_days and ↵ | Mario | 2024-01-28 | 1 | -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 cleanup | Mario | 2024-01-27 | 1 | -279/+56 |
| | |||||
* | refactor fetch_and_store_parents() and inroduce the fetchparents daemon | Mario | 2024-01-25 | 1 | -465/+66 |
| | |||||
* | set item_uplink to 0 just to be sure (this should not be necessary) | Mario | 2024-01-22 | 1 | -0/+2 |
| | |||||
* | store the original announce actor (the one that pushed the item into our ↵ | Mario | 2024-01-22 | 1 | -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 continued | Mario | 2024-01-19 | 1 | -12/+30 |
| | |||||
* | Fix regression in Activity::actor_store() | Mario Vavti | 2024-01-19 | 1 | -10/+6 |
| | |||||
* | remove acct from webfinger | Mario | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | only attempt fetch if zotfinger actually returned something | Mario | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | make sure we are dealing with an array | Mario | 2024-01-14 | 1 | -0/+4 |
| | |||||
* | check for assertionMethod | Mario | 2024-01-13 | 1 | -6/+8 |
| | |||||
* | start checking integrity proofs, remove signature prior to verify, iterate ↵ | Mario | 2024-01-13 | 1 | -7/+5 |
| | | | | trough the array to find the desired ekey in actor_store() | ||||
* | store epubkey in actor_store | Mario | 2024-01-13 | 1 | -12/+27 |
| | |||||
* | typo | Mario | 2024-01-13 | 1 | -1/+1 |
| | |||||
* | make our jsonld parser happy | Mario | 2024-01-13 | 1 | -3/+3 |
| | |||||
* | prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵ | Mario | 2024-01-10 | 1 | -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 repeat | Mario | 2024-01-01 | 1 | -2/+4 |
| | |||||
* | Revert "changelog" | Mario | 2023-12-20 | 1 | -16/+14 |
| | | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3. | ||||
* | changelog | Mario | 2023-12-20 | 1 | -14/+16 |
| | |||||
* | like in get_cached_actor() also remove fragment in get_actor() | Mario | 2023-11-23 | 1 | -0/+3 |
| | |||||
* | update logger statements | Mario | 2023-10-20 | 1 | -3/+4 |
| | |||||
* | refactor actor_store() | Mario | 2023-10-19 | 1 | -15/+31 |
| | |||||
* | use the correct variable | Mario | 2023-10-06 | 1 | -1/+1 |
| | |||||
* | use encode_person() instead of plain xchan_url since the function makes some ↵ | Mario | 2023-10-06 | 1 | -1/+1 |
| | | | | special effort to determine the real actor id | ||||
* | parse the event object in first place and use the body bbcode as backup | Mario Vavti | 2023-10-04 | 1 | -2/+11 |
| | |||||
* | fix php warnings | Mario | 2023-09-22 | 1 | -6/+6 |
| | |||||
* | store the actor cache date so we can easily invalidate it after a period of time | Mario | 2023-09-21 | 1 | -6/+3 |
| | |||||
* | more type checking | Mario | 2023-09-15 | 1 | -2/+2 |
| | |||||
* | test refactor the previous commit | Mario Vavti | 2023-08-21 | 1 | -4/+7 |
| | |||||
* | allow public stream comments/reactions if item_fetched is set, when fetching ↵ | Mario Vavti | 2023-08-21 | 1 | -4/+3 |
| | | | | parent of a reaction fetch the thr_parent | ||||
* | only try to fetch the icon if we actually got one | Mario | 2023-08-14 | 1 | -3/+7 |
| | |||||
* | move profile photo fetching to background | Mario | 2023-08-14 | 1 | -9/+1 |
| |