aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-10/+11
* enable object cash by default, introduce system.cache_expire_days and default...Mario2024-01-281-2/+2
* initial commit directory sync rewrite - should work but still requires lots o...Mario Vavti2023-04-121-0/+12
* queueworker: introduce new interval config queueworker.queue_interval - defau...Mario Vavti2022-12-121-4/+4
* bring back poll and delivery intervalMario2022-12-121-10/+10
* the logic for public stream has changed - adjust help text and externals, dis...Mario2022-12-041-4/+6
* move queueworker to core and bump versionMario2022-12-021-1/+7
* bring back externals (slightly different approach), rename zotfeed to outbox ...Mario2021-09-251-4/+2
* more legacy mail cleanup - issue #1595Mario2021-08-171-7/+0
* remove more legacy zot quirksMario2021-05-261-5/+0
* there might be errors in cli without thisMario2021-05-171-0/+1
* register: implement remove_expired_registrations() and minor fixesMario2021-05-071-4/+6
* get devHilmar R2021-03-011-65/+64
* move z6trans_connections() to cron from cron dailyMario Vavti2020-08-261-0/+5
* more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithmeMario2020-04-241-5/+0
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-1/+3
* sse: improve caching fix an issue with removing notifications and move chatpr...Mario2019-11-281-0/+9
* hopefully fix query for postgresMario2019-11-101-5/+8
* Fix start time to sync queries on photo cache purgeMax Kostikov2019-11-021-1/+1
* Add missed interval in SQL queryMax Kostikov2019-11-011-1/+1
* Better photo cache expiry processingMax Kostikov2019-11-011-10/+6
* Return in the case of further processingDM42.Net Zap Dev2019-08-191-1/+1
* reflect repeats in notifications, use force flag for import_xchan_photo() in ...Mario Vavti2019-07-221-1/+1
* Remove cached photo location directory on delete if emptyMax Kostikov2019-06-191-0/+1
* Add photo cache cleanupMax Kostikov2018-11-291-0/+23
* fix listeners table create and expire federation had a syntax errorzotlabs2018-09-171-1/+1
* propagate expired posts to other networkszotlabs2018-06-301-3/+8
* improve removed_channel final cleanup. Hubzilla issue #386zotlabs2017-11-121-1/+1
* consolidate disable_discover_tab config if it was not yet set to either 1 or ...git-marijus2017-08-061-1/+2
* perform attach_upgrade()zotlabs2017-03-201-0/+3
* don't expire posts before 2001zotlabs2016-10-101-2/+1
* null_date conversion; phase 1redmatrix2016-09-251-3/+3
* issue #522 - replace && with AND in sql query.redmatrix2016-09-211-1/+1
* This checkin should make all permission modes work correctly with atokens (th...redmatrix2016-08-011-3/+7
* undefined functionredmatrix2016-07-201-1/+1
* remove expired access tokensredmatrix2016-07-151-0/+9
* disable wiki if feature disabled, sync updates of delayed publish postsredmatrix2016-06-301-1/+12
* daemon conversion continued...redmatrix2016-05-191-1/+1
* Separate cron into periodic components and use that as the main interface for...redmatrix2016-05-191-0/+181