aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-252-478/+68
|
* 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-222-5/+9
| | | | 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-195-54/+88
|
* Fix regression in Activity::actor_store()Mario Vavti2024-01-191-10/+6
|
* 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-102-0/+77
| | | | 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
* ekey and xchan_updated updatesMario2024-01-071-10/+14
|
* we do not use named params yetMario2024-01-061-1/+1
|
* port multibase and jcsedssa2022 libs from streamsMario2024-01-032-0/+125
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2024-01-011-2/+0
|\
| * Work around possible loop and use Lib/Config in initMario Vavti2024-01-011-2/+0
| |
* | reveal repeatMario2024-01-012-10/+12
|/
* Revert "changelog"Mario2023-12-202-26/+22
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-202-22/+26
|
* move App::$install check to Config::Load() as suggested by HaraldMario2023-12-201-7/+2
|
* Merge branch 'fix-config-deserialization' into 'dev'Mario2023-12-201-6/+15
|\ | | | | | | | | Fix deserialization of config values broken by 69266cd6. See merge request hubzilla/core!2077
| * Fix deserialization of config values broken by 69266cd6.Harald Eilertsen2023-12-171-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix issue #1828. This patch makes it explicit that we store arrays in the config as json encoded arrays, while we allow both json encoded and PHP serialized arrays to be deserialized correctly. Unless it's a brand new install, the existing data in the database will be PHP serialized. I've also added a hardening measure in case we fall back to PHP unserialize, making sure we're not vulnerable to a PHP Object Injection attack. This means that deserializing arrays containing PHP objects will no longer work, but afaict we never do that anyways, so I don't think that should break anything.
* | fix loop as described in issue #1827Mario2023-12-171-0/+6
|/
* check return from Config::Load() and retry on failure plus cleanupMario Vavti2023-12-141-30/+57
|
* return if we could not fetch the authorMario Vavti2023-12-141-8/+7
|
* like in get_cached_actor() also remove fragment in get_actor()Mario2023-11-231-0/+3
|
* revert dreport changes - too chattyMario2023-11-201-2/+1
|
* some low level work on native repeatsMario2023-11-092-19/+26
|
* check if required keys are setMario2023-11-071-1/+1
|
* remove loggingMario2023-11-071-1/+0
|
* libzot: correctly attribute streams repeatsMario2023-11-071-4/+17
|
* remove the directory updates entry if the channel was removedMario Vavti2023-10-261-6/+3
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2023-10-253-4/+4
|\
| * slightly less noise when logging normalMario Vavti2023-10-253-4/+4
| |
* | add stats logging to zotfingerMario2023-10-251-0/+4
|/
* use Activity::get_actor() which will check for the cache record in xconfig ↵Mario Vavti2023-10-211-1/+1
| | | | before fetching
* update logger statementsMario2023-10-202-4/+11
|
* refactor actor_store()Mario2023-10-191-15/+31
|
* use the correct variableMario2023-10-061-1/+1
|
* use encode_person() instead of plain xchan_url since the function makes some ↵Mario2023-10-061-1/+1
| | | | special effort to determine the real actor id
* parse the event object in first place and use the body bbcode as backupMario Vavti2023-10-041-2/+11
|