aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron.php
Commit message (Collapse)AuthorAgeFilesLines
* bring back externals (slightly different approach), rename zotfeed to outbox ↵Mario2021-09-251-4/+2
| | | | for consistency wit AP naming. warning: this commit requires update of addons!
* 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 ↵Mario2019-11-281-0/+9
| | | | chatpresence expiration to cron
* hopefully fix query for postgresMario2019-11-101-5/+8
| | | (cherry picked from commit 9ad4c6528cc3ee4e34d2b5d77027a1c33cbadf5c)
* 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
| | | | cron
* 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
| | | | 0 in DB
* 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 ↵redmatrix2016-08-011-3/+7
| | | | (they should be able to post content if allowed to). It also removes the strict linkage between permissions and connections so any individual permission can be set for any xchan; even those for which you have no connections.
* 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 ↵redmatrix2016-05-191-0/+181
for scheduled tasks instead of the quaint 'poller'.