Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php warnings/errors | Mario | 2024-06-04 | 1 | -1/+4 |
| | | | | | (cherry picked from commit 10d1cbd3ce58fb868a42d1425f62f908df395e7d) Co-authored-by: Mario <mario@mariovavti.com> | ||||
* | deal with inReplyTo array | Mario | 2024-06-04 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 2145207ad2feedde9a1fe73807ef6365664aad79) Co-authored-by: Mario <mario@mariovavti.com> | ||||
* | hotfix to mitigate queueworker crash | Mario | 2024-06-04 | 1 | -2/+11 |
| | | | | | (cherry picked from commit a4d63ab9a35a3e3c5e128e266e5ddc3c2c6d2e8e) Co-authored-by: Mario <mario@mariovavti.com> | ||||
* | it appears the smallest size for pt videos is now 720 | Mario | 2024-03-20 | 1 | -1/+1 |
| | |||||
* | add Emoji to the AP schema | Mario | 2024-03-17 | 1 | -0/+2 |
| | |||||
* | wrong logic | Mario | 2024-03-14 | 1 | -1/+1 |
| | |||||
* | return false if we have nothing to look at | Mario | 2024-03-14 | 1 | -0/+4 |
| | |||||
* | fix another regression from last Lib/Config refactor which returned the ↵ | Mario | 2024-03-13 | 1 | -0/+3 |
| | | | | default falue in case the value was an array. also add a testcase for this situation | ||||
* | remove superfluous () | Mario | 2024-03-10 | 1 | -1/+1 |
| | |||||
* | add the file | Mario | 2024-03-10 | 1 | -0/+24 |
| | |||||
* | more work on emojis | Mario | 2024-03-09 | 2 | -4/+25 |
| | |||||
* | passing null to mb_strlen() is deprecated | Mario | 2024-03-08 | 1 | -2/+2 |
| | |||||
* | check if term is set before processing it | Mario | 2024-03-08 | 1 | -1/+1 |
| | |||||
* | inbound support for custom emojis | Mario | 2024-03-08 | 1 | -12/+9 |
| | |||||
* | add at the top to maintain original order | Mario | 2024-03-07 | 1 | -2/+2 |
| | |||||
* | fix deprecation warning and add test | Mario | 2024-03-07 | 1 | -4/+5 |
| | |||||
* | cleanup context and introduce schema:identifier for future use | Mario | 2024-03-06 | 1 | -8/+4 |
| | |||||
* | improve things display a little | Mario | 2024-03-05 | 1 | -9/+5 |
| | |||||
* | basic AS2 support for things | Mario | 2024-03-04 | 1 | -4/+17 |
| | |||||
* | some cleanup | Mario | 2024-02-29 | 1 | -2/+0 |
| | |||||
* | AS2 Update and implement a first draft of AS2 Profile activities | Mario | 2024-02-29 | 2 | -7/+21 |
| | |||||
* | more cleanup | Mario | 2024-02-28 | 1 | -8/+0 |
| | |||||
* | do away with deprecated activity types | Mario | 2024-02-28 | 2 | -15/+1 |
| | |||||
* | For now we will use standard Create verb for emoji reactions | Mario | 2024-02-27 | 1 | -5/+1 |
| | |||||
* | AS2 | Mario | 2024-02-25 | 6 | -131/+31 |
| | |||||
* | 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 | ||||
* | deal with inReplyTo array + some docu and style | Mario | 2024-02-14 | 1 | -7/+14 |
| | |||||
* | we are now using the item uuid for the notification hash if available. since ↵ | Mario | 2024-02-13 | 1 | -2/+3 |
| | | | | we can have more than one notification per item (e.g. tag and comment) also look for the notification type to make sure we get the right one | ||||
* | 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 | ||||
* | mark items verified in zot delivery also if either LDSignature or ↵ | Mario | 2024-02-08 | 1 | -2/+2 |
| | | | | EddsaSignature verified | ||||
* | whitespace | Mario | 2024-02-08 | 1 | -2/+0 |
| | |||||
* | update docu and remove redundant pernission check after vonv fetch fixes | Mario | 2024-02-07 | 1 | -4/+1 |
| | |||||
* | add uuid to dreport for internal use and and fix issues with conversation ↵ | Mario | 2024-02-07 | 2 | -48/+60 |
| | | | | fetches | ||||
* | 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 |
| | |||||
* | more fix conv_list template | Mario | 2024-02-01 | 1 | -2/+2 |
| | |||||
* | fix conv_list template | Mario | 2024-02-01 | 1 | -3/+3 |
| | |||||
* | fix issues related to b64mid to uuid conversion | Mario | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | testing JcsEddsa2022 sigs | Mario | 2024-02-01 | 1 | -7/+25 |
| | |||||
* | strip a possible fragment | Mario | 2024-02-01 | 1 | -0/+2 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 3 | -18/+21 |
| | |||||
* | remove logging | Mario | 2024-01-29 | 1 | -2/+0 |
| | |||||
* | introduce Activity::init_background_fetch() and refactor zotconvo to ↵ | Mario | 2024-01-29 | 2 | -9/+60 |
| | | | | implement it | ||||
* | enable object cash by default, introduce system.cache_expire_days and ↵ | Mario | 2024-01-28 | 3 | -1/+5 |
| | | | | 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 | 4 | -287/+118 |
| |