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