Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -52/+64 |
| | | | | 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 | 2 | -2/+2 |
| | |||||
* | testing JcsEddsa2022 sigs | Mario | 2024-02-01 | 1 | -7/+25 |
| | |||||
* | strip a possible fragment | Mario | 2024-02-01 | 1 | -0/+2 |
| | |||||
* | fix edgecase for notices and make mod hq backwards compatible | Mario | 2024-02-01 | 2 | -5/+14 |
| | |||||
* | start using uuid for internal reference instead of base64 encoded mid | Mario | 2024-02-01 | 17 | -89/+95 |
| | |||||
* | store seen mids in session instead of cache and increase sess_data column to ↵ | Mario | 2024-01-31 | 2 | -3/+42 |
| | | | | medium text | ||||
* | remove logging | Mario | 2024-01-29 | 1 | -2/+0 |
| | |||||
* | introduce Activity::init_background_fetch() and refactor zotconvo to ↵ | Mario | 2024-01-29 | 3 | -15/+71 |
| | | | | implement it | ||||
* | enable object cash by default, introduce system.cache_expire_days and ↵ | Mario | 2024-01-28 | 7 | -9/+13 |
| | | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7 | ||||
* | fix last commit | Mario | 2024-01-28 | 1 | -2/+2 |
| | |||||
* | make sure we return an array if there is no cache entry | Mario | 2024-01-28 | 1 | -2/+2 |
| | |||||
* | use std functions | Mario | 2024-01-27 | 1 | -10/+4 |
| | |||||
* | implement short time object cache to reduce network calls and some cleanup | Mario | 2024-01-27 | 5 | -290/+124 |
| | |||||
* | refactor fetch_and_store_parents() and inroduce the fetchparents daemon | Mario | 2024-01-25 | 4 | -484/+123 |
| | |||||
* | missing hook | Mario | 2024-01-24 | 1 | -0/+2 |
| | |||||
* | restructure Libzot::process_delivery() | Mario | 2024-01-24 | 1 | -152/+160 |
| | |||||
* | fix issue where if an item is created and deleted again before the notifier ↵ | Mario Vavti | 2024-01-24 | 1 | -1/+1 |
| | | | | has completed the queueworker will dismiss the delete because it looks like a duplicate entry | ||||
* | 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 | 4 | -6/+14 |
| | | | | 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 | 7 | -56/+92 |
| | |||||
* | Fix regression in Activity::actor_store() | Mario Vavti | 2024-01-19 | 1 | -10/+6 |
| | |||||
* | fix regression in commit b05b7561 | Mario | 2024-01-14 | 1 | -6/+7 |
| | |||||
* | fix more php deprecations | Mario | 2024-01-14 | 3 | -3/+14 |
| | |||||
* | Handling HTML entities via mbstring is deprecated | Mario | 2024-01-14 | 1 | -2/+5 |
| | |||||
* | remove acct from webfinger | Mario | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | only attempt fetch if zotfinger actually returned something | Mario | 2024-01-14 | 2 | -4/+5 |
| | |||||
* | make sure we are dealing with an array | Mario | 2024-01-14 | 1 | -0/+4 |
| | |||||
* | fix wrong array key | Mario | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | check for assertionMethod | Mario | 2024-01-13 | 1 | -6/+8 |
| | |||||
* | start checking integrity proofs, remove signature prior to verify, iterate ↵ | Mario | 2024-01-13 | 3 | -14/+57 |
| | | | | trough the array to find the desired ekey in actor_store() | ||||
* | fix some deprecation warnings | Mario | 2024-01-13 | 1 | -0/+1 |
| | |||||
* | store epubkey in actor_store | Mario | 2024-01-13 | 1 | -12/+27 |
| | |||||
* | start storing epubkeys in libzot | Mario | 2024-01-13 | 1 | -1/+4 |
| | |||||
* | expose epubkey in zotinfo | Mario | 2024-01-13 | 1 | -0/+1 |
| | |||||
* | 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 | 7 | -149/+90 |
| | | | | 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 | ||||
* | set default value for postgres only | Mario | 2024-01-07 | 2 | -4/+10 |
| | |||||
* | set a default value | Mario Vavti | 2024-01-07 | 2 | -3/+3 |
| | |||||
* | remove logging | Mario | 2024-01-07 | 2 | -3/+0 |
| | |||||
* | ekey and xchan_updated updates | Mario | 2024-01-07 | 3 | -10/+127 |
| | |||||
* | Revert "DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!" | Mario | 2024-01-07 | 1 | -46/+0 |
| | | | This reverts commit 5ee4f37b8d2bfaee253e0e65acb74a414c602a33 |