aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Expand)AuthorAgeFilesLines
* consolidate hubloc storagezotlabs2017-01-303-3/+0
* no quotes on dbutcnow() outputzotlabs2017-01-291-1/+1
* Alter the queue so that each queue item stores the scheduled time of the next...zotlabs2017-01-291-19/+4
* daemon_addon hook - lets plugins create custom background processes.zotlabs2017-01-171-0/+14
* zot 1.2zotlabs2016-11-302-5/+5
* the logic is much too complicated for the notifier. Let plugins know if they ...zotlabs2016-10-261-1/+4
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-0/+1
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-2/+1
* don't expire posts before 2001zotlabs2016-10-101-2/+1
* start removing db backticksredmatrix2016-10-031-1/+1
* null_date conversion; phase 1redmatrix2016-09-254-8/+8
* issue #522 - replace && with AND in sql query.redmatrix2016-09-211-1/+1
* don't send purge_all notification to self.redmatrix2016-09-031-1/+1
* optimise Onepoll so it doesn't try and fetch posts for a channel that we've n...redmatrix2016-08-101-0/+9
* This checkin should make all permission modes work correctly with atokens (th...redmatrix2016-08-011-3/+7
* undefined functionredmatrix2016-07-201-1/+1
* Merge branch 'dev' into permsredmatrix2016-07-171-0/+9
|\
| * remove expired access tokensredmatrix2016-07-151-0/+9
* | Merge branch 'dev' into permsredmatrix2016-07-111-1/+1
|\|
| * expire crashing on shared hosting from memory exhaustion. Lower the expire li...redmatrix2016-07-061-1/+1
* | more work on permsredmatrix2016-07-091-1/+3
|/
* disable wiki if feature disabled, sync updates of delayed publish postsredmatrix2016-06-302-2/+12
* still working through some issues with curl magic-authredmatrix2016-06-271-2/+5
* provide a daemon for implementing zot magic-auth over curl.redmatrix2016-06-271-0/+52
* document the daemon classesredmatrix2016-06-261-0/+43
* allow an exclusion for transmitting hidden file activities. There may be a be...redmatrix2016-06-091-1/+5
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-1/+1
* duplicate daemon run of cronhooksredmatrix2016-05-251-5/+0
* require token signatures in zot_refresh, also move channel specific stuff int...redmatrix2016-05-241-0/+1
* renamed include files identity.php (channel.php) and Contact.php (connections...redmatrix2016-05-225-6/+3
* finish updating zot_finger instancesredmatrix2016-05-211-3/+2
* remove test fileredmatrix2016-05-191-13/+0
* roll minor version, change example textredmatrix2016-05-191-1/+1
* daemon conversion continued...redmatrix2016-05-192-2/+2
* cleanup of daemon infrastructureredmatrix2016-05-191-1/+1
* Separate cron into periodic components and use that as the main interface for...redmatrix2016-05-194-230/+321
* don't try to deliver empty hashesredmatrix2016-05-191-0/+3
* daemon master: create some compatibility coderedmatrix2016-05-196-19/+21
* first phase of daemon refactoringredmatrix2016-05-1918-0/+2122