aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron_daily.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
|
* enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-281-2/+2
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* this has been moved to cron for nowMario Vavti2023-04-141-11/+0
|
* add option to set worker sleep based on load average, remove redundand code ↵Mario2022-12-101-0/+2
| | | | and add return to some daemons
* mark unseen items seen after a certain amount of time (default 90 days)Mario2022-11-251-0/+16
|
* remove more legacy zot quirksMario2021-05-261-2/+0
|
* remove duplicate singletons hublocs once a dayMario2021-05-051-0/+1
|
* get devHilmar R2021-03-011-14/+12
|
* typoMario Vavti2021-01-091-1/+1
|
* more libzotdirMario2021-01-091-7/+7
|
* move z6trans_connections() to cron from cron dailyMario Vavti2020-08-261-1/+0
|
* cheat with guid_sig to reflect transition to zot6 and re-enable transition ↵Mario2020-04-011-1/+1
| | | | of connections
* do not enable transition of connections yetMario2020-04-011-1/+1
|
* transition connections to zot6 if their site has been updatedMario2020-04-011-0/+2
|
* Fix once cached embedded content is used and stored foreverMax Kostikov2019-11-251-0/+5
|
* Revert "Add daily cached embedded content cleanup"Max Kostikov2019-11-251-6/+0
| | | This reverts commit 5c47c9ed9579dc97e0a508045fe50264bb96490b
* Add daily cached embedded content cleanupMax Kostikov2019-11-251-0/+6
|
* sse: implement notifications for anonymous visitors (info, notice and pubs) ↵Mario2019-11-151-0/+6
| | | | and fix a potential memory leak
* find unregistered z6 clones on hubzilla sites (does not happen automatically ↵zotlabs2019-03-131-0/+1
| | | | since z6 is not the default protocol on hubzilla). This will need to be pushed to master for the next point release.
* related to hubzilla issue #831 - system.last_expire_day was not being set ↵zotlabs2017-07-181-1/+1
| | | | correctly, causing cron_daily to run more frequently than desired.
* update some addon docs and ensure we only generate statistics once a dayzotlabs2017-07-131-0/+1
|
* expire unread system notifications after a year. It would provide a better ↵zotlabs2017-02-281-0/+7
| | | | experience for infrequent visitors if we didn't expire them at all, but at some point we need to draw a line so as not to degrade system performance searching through old notifications that it's highly unlikely will ever be viewed again.
* consolidate hubloc storagezotlabs2017-01-301-1/+0
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* daemon conversion continued...redmatrix2016-05-191-1/+1
|
* Separate cron into periodic components and use that as the main interface ↵redmatrix2016-05-191-0/+90
for scheduled tasks instead of the quaint 'poller'.