aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* fix custom emoji reactions arriving from pleromaMario2024-02-041-0/+13
|
* streams collection branch compatibilityMario2024-02-021-4/+8
|
* more fix conv_list templateMario2024-02-011-2/+2
|
* fix conv_list templateMario2024-02-011-3/+3
|
* fix issues related to b64mid to uuid conversionMario2024-02-012-2/+2
|
* testing JcsEddsa2022 sigsMario2024-02-011-7/+25
|
* strip a possible fragmentMario2024-02-011-0/+2
|
* fix edgecase for notices and make mod hq backwards compatibleMario2024-02-012-5/+14
|
* start using uuid for internal reference instead of base64 encoded midMario2024-02-0117-89/+95
|
* store seen mids in session instead of cache and increase sess_data column to ↵Mario2024-01-312-3/+42
| | | | medium text
* remove loggingMario2024-01-291-2/+0
|
* introduce Activity::init_background_fetch() and refactor zotconvo to ↵Mario2024-01-293-15/+71
| | | | implement it
* enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-287-9/+13
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* fix last commitMario2024-01-281-2/+2
|
* make sure we return an array if there is no cache entryMario2024-01-281-2/+2
|
* use std functionsMario2024-01-271-10/+4
|
* implement short time object cache to reduce network calls and some cleanupMario2024-01-275-290/+124
|
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-254-484/+123
|
* missing hookMario2024-01-241-0/+2
|
* restructure Libzot::process_delivery()Mario2024-01-241-152/+160
|
* fix issue where if an item is created and deleted again before the notifier ↵Mario Vavti2024-01-241-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)Mario2024-01-221-0/+2
|
* store the original announce actor (the one that pushed the item into our ↵Mario2024-01-224-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 continuedMario2024-01-197-56/+92
|
* Fix regression in Activity::actor_store()Mario Vavti2024-01-191-10/+6
|
* fix regression in commit b05b7561Mario2024-01-141-6/+7
|
* fix more php deprecationsMario2024-01-143-3/+14
|
* Handling HTML entities via mbstring is deprecatedMario2024-01-141-2/+5
|
* remove acct from webfingerMario2024-01-141-1/+1
|
* only attempt fetch if zotfinger actually returned somethingMario2024-01-142-4/+5
|
* make sure we are dealing with an arrayMario2024-01-141-0/+4
|
* fix wrong array keyMario2024-01-141-1/+1
|
* check for assertionMethodMario2024-01-131-6/+8
|
* start checking integrity proofs, remove signature prior to verify, iterate ↵Mario2024-01-133-14/+57
| | | | trough the array to find the desired ekey in actor_store()
* fix some deprecation warningsMario2024-01-131-0/+1
|
* store epubkey in actor_storeMario2024-01-131-12/+27
|
* start storing epubkeys in libzotMario2024-01-131-1/+4
|
* expose epubkey in zotinfoMario2024-01-131-0/+1
|
* 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-107-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 onlyMario2024-01-072-4/+10
|
* set a default valueMario Vavti2024-01-072-3/+3
|
* remove loggingMario2024-01-072-3/+0
|
* ekey and xchan_updated updatesMario2024-01-073-10/+127
|
* Revert "DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!"Mario2024-01-071-46/+0
| | | This reverts commit 5ee4f37b8d2bfaee253e0e65acb74a414c602a33
* DB update 1260 - REQUIRES SODIUM PHP EXTENSION!!!Mario2024-01-071-0/+46
|
* we do not use named params yetMario2024-01-061-1/+1
|
* Merge branch 'tests/fix-db-and-ci-integration' into 'dev'Mario2024-01-061-1/+4
|\ | | | | | | | | tests: Integrate the DB in "unit" tests. See merge request hubzilla/core!2081
| * tests: Integrate the DB in "unit" tests.Harald Eilertsen2024-01-061-1/+4
| |