aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
Commit message (Collapse)AuthorAgeFilesLines
* redirect stdout/stderr on cron commandzotlabs2018-08-281-0/+2
|
* copy/paste error resulting in bad behaviourzotlabs2018-02-201-1/+1
|
* and fix the typozotlabs2018-02-191-1/+1
|
* fix the fix for precisionzotlabs2018-02-191-1/+1
|
* target zot6 deliveries with more precision to ensure we handle a very ↵zotlabs2018-02-191-1/+15
| | | | precise type of content until the mechanism is extended to other types in the future
* more zot6 delivery workzotlabs2018-02-071-2/+2
|
* remove deprecated 'qcomment' feature; unused since 2012zotlabs2018-01-181-2/+0
|
* use mid/parent_mid to trigger $top_level_postzotlabs2018-01-171-1/+1
|
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-2/+4
|
* blah is not author or ownerzotlabs2017-11-251-1/+1
|
* acl encoding issueszotlabs2017-10-231-2/+2
|
* re-implement single deliveryzotlabs2017-10-101-3/+20
|
* call the follow_accept hook when desiredzotlabs2017-09-191-1/+1
|
* fix permission_{accept, reject} hooks not being calledMario Vavti2017-09-191-1/+1
|
* create new hooks for permissions_accept and permissions_rejectzotlabs2017-09-181-1/+7
|
* Zot6: some things that need to be done ahead of time so we can turbocharge ↵zotlabs2017-09-131-1/+1
| | | | the delivery engine and split off site records from channel records.
* cards featurezotlabs2017-08-231-1/+1
|
* allow cards to federatezotlabs2017-08-221-1/+1
|
* add parent item (if applicable) to notifier plugin infozotlabs2017-08-121-0/+2
|
* some doco fixes and other real minor stuff to improve logreading abilityzotlabs2017-08-091-2/+2
|
* provide a keychange operation to rebase an identity on a new keypairzotlabs2017-07-241-2/+23
|
* more anon comment fixeszotlabs2017-06-201-1/+2
|
* errorzotlabs2017-05-081-6/+0
|
* do away with single delivery (delivery from clones to singleton networks ↵zotlabs2017-05-041-20/+3
| | | | attached to other clones)
* mostly text formatting changeszotlabs2017-04-251-64/+66
|
* if there is no site record, site_dead won't be 0, in a left join it will in ↵zotlabs2017-04-231-1/+1
| | | | fact be null. As long as it isn't 1, we should attempt delivery.
* envelope privacyzotlabs2017-04-181-31/+29
|
* zot 1.2zotlabs2016-11-301-4/+4
|
* the logic is much too complicated for the notifier. Let plugins know if they ↵zotlabs2016-10-261-1/+4
| | | | are going upstream or downstream with a simple binary variable.
* send "hidden" edit activities to networks which don't support edits themselveszotlabs2016-10-251-0/+1
|
* start removing db backticksredmatrix2016-10-031-1/+1
|
* don't send purge_all notification to self.redmatrix2016-09-031-1/+1
|
* allow an exclusion for transmitting hidden file activities. There may be a ↵redmatrix2016-06-091-1/+5
| | | | better way to do this, but it was pointed out recently that transmitting some hidden activities might cause a problem. I cannot locate the conversation at the moment to summarise the exact issue.
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+1
| | | | (connections.php)
* roll minor version, change example textredmatrix2016-05-191-1/+1
|
* daemon master: create some compatibility coderedmatrix2016-05-191-2/+3
|
* first phase of daemon refactoringredmatrix2016-05-191-0/+659