aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix manual queue invocation (was using the web argc/argv from the cli)zotlabs2018-02-051-3/+3
|
* 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
|
* add thumbnail hookzotlabs2017-11-211-1/+25
|
* thumbnail generator for epubszotlabs2017-11-211-1/+3
|
* provide a generalised interface for thumbnail generators to support various ↵zotlabs2017-11-201-35/+25
| | | | content types
* text thumbnails in cloud tile modezotlabs2017-11-191-0/+62
|
* improve removed_channel final cleanup. Hubzilla issue #386zotlabs2017-11-122-1/+16
|
* more queue workzotlabs2017-11-021-0/+1
|
* put deferred queue logic every place we create a delivery process (except ↵zotlabs2017-11-021-0/+8
| | | | for protocol 'friend requests' which aren't likely to swamp the delivery system). Remove it from the queue_delivery function which was too late to do anything.
* acl encoding issueszotlabs2017-10-231-2/+2
|
* re-implement single deliveryzotlabs2017-10-101-3/+20
|
* delivery report decryption is not needed for local deliveryzotlabs2017-09-211-19/+14
|
* encrypt delivery reports. This will cause a bit of consternation because ↵zotlabs2017-09-211-0/+1
| | | | this is not backward compatible and older sites will see some incorrect delivery reports from newer sites until the next upgrade; as their systems will not know how to read the ecnrypted final reports.
* 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-132-13/+20
| | | | the delivery engine and split off site records from channel records.
* cut down on a few extraneous gprobe processeszotlabs2017-08-311-1/+1
|
* cards featurezotlabs2017-08-231-1/+1
|
* test recursive dav copyzotlabs2017-08-221-0/+2
|
* allow cards to federatezotlabs2017-08-221-1/+1
|
* util/dcp - support recursion and folders full of photos by importing files ↵zotlabs2017-08-221-0/+45
| | | | singly in separate processes - not yet tested
* 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
|
* consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-061-1/+2
| | | | 0 in DB
* provide a keychange operation to rebase an identity on a new keypairzotlabs2017-07-241-2/+23
|
* 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
|
* more anon comment fixeszotlabs2017-06-201-1/+2
|
* only store search info for text filetypes when updating the documentation ↵zotlabs2017-05-241-4/+10
| | | | indexes
* 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)
* use hostname, not urlzotlabs2017-04-301-1/+1
|
* authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵zotlabs2017-04-301-4/+20
| | | | local server bypass the network access and invoke zotfeed directly.
* 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
|
* perform attach_upgrade()zotlabs2017-03-201-0/+3
|
* 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-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 ↵zotlabs2017-01-291-19/+4
| | | | | | | | next delivery. This keeps the query for queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for delivery far into the future and only delivered if the hub responds to the "active" or short term queue item.