aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* fix some conent import issuesMario Vavti8 days1-2/+2
|
* this is not true anymore - check owner permsMario9 days1-1/+0
|
* remove extensiv logging to syslogMario Vavti13 days1-7/+0
|
* refactor drop_item[s]() for containersMario Vavti13 days4-4/+21
|
* Merge branch 'dev' into containersMario Vavti2024-10-181-3/+0
|\
| * remove attach_upgrade() after 7 years it should not be required anymoreMario2024-10-181-3/+0
| |
* | enable the hooks againMario Vavti2024-10-091-2/+2
| |
* | more work on porting containers from streamsMario Vavti2024-10-091-5/+10
| |
* | start containersMario2024-10-061-1/+1
|/
* pass the force argument to the xchan_photo daemonMario2024-06-111-3/+6
|
* add the observer hash to the cache key in categories_widget()Mario2024-03-251-1/+4
|
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-2412-42/+57
|
* AS2 Follow/IgnoreMario2024-03-011-1/+1
|
* AS2Mario2024-02-251-2/+1
|
* introduce Activity::init_background_fetch() and refactor zotconvo to ↵Mario2024-01-291-6/+11
| | | | implement it
* enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-283-6/+6
| | | | 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 cleanupMario2024-01-271-3/+6
|
* refactor fetch_and_store_parents() and inroduce the fetchparents daemonMario2024-01-251-0/+39
|
* store the original announce actor (the one that pushed the item into our ↵Mario2024-01-221-1/+2
| | | | 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
* prepare outbound fep-8b32 (object integrity) but do not enable yet since the ↵Mario2024-01-101-9/+1
| | | | 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
* Revert "changelog"Mario2023-12-201-1/+1
| | | | This reverts commit 3aefe23184c25c1fc0865313d13902cabfb934d3.
* changelogMario2023-12-201-1/+1
|
* some low level work on native repeatsMario2023-11-091-1/+6
|
* move profile photo fetching to backgroundMario2023-08-141-0/+34
|
* only remove the owner from delivery if its their post and minor cleanupMario2023-06-121-1/+1
|
* remove loggingMario2023-06-081-2/+1
|
* shuffle queue deliveries for more randomnessMario2023-06-081-0/+3
|
* fix parent_mid and thr_parent not set correctly for response activitiesMario2023-05-151-3/+4
|
* fix poller after refactorMario Vavti2023-04-281-2/+1
|
* initial commit for directory flags federationMario Vavti2023-04-262-5/+7
|
* dirsync update columnMario Vavti2023-04-261-1/+1
|
* Fetch conversations in the background. Otherwise it might sgnificantly delay ↵Mario2023-04-211-0/+31
| | | | delivery
* queue and poller testingMario2023-04-213-17/+19
|
* cleanupMario2023-04-151-30/+0
|
* this has been moved to cron for nowMario Vavti2023-04-141-11/+0
|
* improved item_expire()Mario Vavti2023-04-141-4/+3
|
* more loggingMario Vavti2023-04-121-1/+2
|
* reset ud_last if we had contact and some cleanupMario Vavti2023-04-121-26/+5
|
* initial commit directory sync rewrite - should work but still requires lots ↵Mario Vavti2023-04-123-8/+32
| | | | of cleanup
* add some explanation and remove loggingMario2023-03-301-1/+0
|
* ignore deliveries by our own channel which do not origin from the local hub. ↵Mario2023-03-301-0/+1
| | | | instead rely on the sync delivery.
* initial check in to allow all mentions optionMario2023-03-231-2/+0
|
* mark items as fetched in other placesMario2023-03-113-0/+3
|
* more queue updates from streams and remove a hz_syslogMario2023-02-161-1/+1
|
* remove deprecated functionsMario2023-02-121-2/+2
|
* port queue improvements from streamsMario2023-02-121-50/+27
|
* remove fragment in notifier - it should not be required, when processing ↵Mario2023-01-121-8/+2
| | | | multiple choice polls sleep some time before calling the notifier
* add sys channel to receiveres for public itemsMario Vavti2023-01-021-0/+2
|
* queueworker testing and more logging to syslogMario2022-12-151-1/+1
|
* queueworker: introduce new interval config queueworker.queue_interval - ↵Mario Vavti2022-12-122-9/+9
| | | | defaults to 500000 microseconds. No config UI yet.