aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron_daily.php
Commit message (Collapse)AuthorAgeFilesLines
* 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'.