Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some plink for forum posts and comments | Mario | 14 days | 1 | -0/+1 |
| | |||||
* | make sure we have an encoded activity before we go on building the packet, ↵ | Mario | 2025-04-02 | 1 | -4/+9 |
| | | | | do not json_encode() a possibly empty item.target | ||||
* | refine text | Mario | 2025-02-26 | 1 | -1/+1 |
| | |||||
* | fix an issue where some participants could not post to forums | Mario | 2025-02-26 | 1 | -1/+3 |
| | |||||
* | calling fetch_post_tags() will add duplicate items here | Mario Vavti | 2025-02-01 | 1 | -1/+2 |
| | |||||
* | add target and tgt_type tou sourced rss items if we rewrite them to our own | Mario Vavti | 2025-01-24 | 1 | -11/+9 |
| | |||||
* | fix another possible loop | Mario | 2024-12-26 | 1 | -1/+1 |
| | |||||
* | this should fix the infinite loop caused by a regression in Daemon/Expire | Mario | 2024-12-25 | 1 | -1/+1 |
| | |||||
* | introduce item_forwardable() and check it before we call the notifier to ↵ | Mario | 2024-12-10 | 1 | -0/+19 |
| | | | | possibly safe some processes - test will follow, also add some other possibly blocking flags to the add item | ||||
* | fix delayed post handling in cron, always set item_delayed if we select a ↵ | Mario | 2024-12-08 | 1 | -10/+0 |
| | | | | create date | ||||
* | an attempt to fix some comments on/off anomalies | Mario | 2024-12-06 | 1 | -2/+2 |
| | |||||
* | remove logging | Mario | 2024-11-22 | 1 | -3/+0 |
| | |||||
* | this is not true anymore - check owner perms | Mario | 2024-11-13 | 1 | -2/+1 |
| | |||||
* | containers: poll testing | Mario | 2024-11-11 | 1 | -1/+2 |
| | |||||
* | containers: testing sourced items | Mario Vavti | 2024-11-10 | 1 | -90/+119 |
| | |||||
* | remove extensiv logging to syslog | Mario Vavti | 2024-11-09 | 1 | -2/+0 |
| | |||||
* | fix regression propagating deletes | Mario Vavti | 2024-11-09 | 1 | -3/+3 |
| | |||||
* | port to containers item_store() continued | Mario Vavti | 2024-11-08 | 1 | -1/+1 |
| | |||||
* | refactor drop_item[s]() for containers | Mario Vavti | 2024-11-08 | 1 | -51/+118 |
| | |||||
* | Merge branch 'dev' into containers | Mario Vavti | 2024-10-23 | 1 | -9/+4 |
|\ | |||||
| * | make sure we select only sys channel items and remove dupes checking (this ↵ | Mario | 2024-10-23 | 1 | -9/+4 |
| | | | | | | | | will be checked in item_store() anyway) | ||||
* | | code consistency | Mario Vavti | 2024-10-12 | 1 | -3/+4 |
| | | |||||
* | | containers: port start_delivery_chain() | Mario Vavti | 2024-10-12 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'dev' into containers | Mario Vavti | 2024-10-12 | 1 | -1/+3 |
|\| | |||||
| * | Fix duplicate posts from forum clones | Mario Vavti | 2024-10-12 | 1 | -1/+3 |
| | | |||||
* | | more work on porting containers from streams | Mario Vavti | 2024-10-09 | 1 | -8/+22 |
| | | |||||
* | | start containers | Mario | 2024-10-06 | 1 | -33/+117 |
|/ | |||||
* | Adjust fix_attached_permissions() so that if we got a token, we will just ↵ | Mario | 2024-09-18 | 1 | -7/+17 |
| | | | | add the token to the original ACL instead of rewriting the ACL to theitem ACL - it probably makes much more sense that way | ||||
* | some cleanup | Mario | 2024-07-23 | 1 | -7/+8 |
| | |||||
* | the tag_deliver permission is not used anymore | Mario | 2024-07-23 | 1 | -3/+0 |
| | |||||
* | make sure to failà the tgroup_check() for group posts if they do not have ↵ | Mario | 2024-07-23 | 1 | -2/+1 |
| | | | | the post_wall permission. | ||||
* | remove logging | Mario | 2024-04-20 | 1 | -2/+0 |
| | |||||
* | passing an empty filter to deliverable_abook_xchans() will return all ↵ | Mario | 2024-04-17 | 1 | -4/+13 |
| | | | | deliverable abook xchans - we do not want this in this place. also add some docu | ||||
* | Deprecate *_config() functions in core. | Harald Eilertsen | 2024-03-24 | 1 | -5/+6 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 1 | -3/+4 |
| | |||||
* | AS2 Follow/Ignore | Mario | 2024-03-01 | 1 | -3/+2 |
| | |||||
* | AS2 Update and implement a first draft of AS2 Profile activities | Mario | 2024-02-29 | 1 | -49/+2 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 1 | -34/+0 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 1 | -83/+8 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 1 | -5/+10 |
| | |||||
* | restructure Libzot::process_delivery() | Mario | 2024-01-24 | 1 | -1/+1 |
| | |||||
* | store the original announce actor (the one that pushed the item into our ↵ | Mario | 2024-01-22 | 1 | -1/+1 |
| | | | | 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 | ||||
* | some low level work on native repeats | Mario | 2023-11-09 | 1 | -1/+2 |
| | |||||
* | only select the required fields to prevent memory exhaustion on big result sets | System user; apache | 2023-09-15 | 1 | -3/+6 |
| | | | (cherry picked from commit 3a01aa40d8f788c89f50f9893214f6591dac7bae) | ||||
* | fix php warning | Mario | 2023-07-03 | 1 | -2/+6 |
| | |||||
* | unify code for selecting deliverable abook xchans | Mario | 2023-07-01 | 1 | -16/+7 |
| | |||||
* | implement optional moderation of unsolicited comments, minor css fixes and ↵ | Mario | 2023-06-23 | 1 | -3/+15 |
| | | | | some more work on ocap | ||||
* | ocap initial checkin | Mario | 2023-06-02 | 1 | -0/+130 |
| | |||||
* | php warnings | Mario | 2023-05-10 | 1 | -6/+6 |
| | |||||
* | missing function | Mario Vavti | 2023-05-10 | 1 | -0/+33 |
| |