Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pubstream comments and a few other bugfixes that were discovered along the way | zotlabs | 2017-11-26 | 1 | -2/+4 |
| | |||||
* | blah is not author or owner | zotlabs | 2017-11-25 | 1 | -1/+1 |
| | |||||
* | add thumbnail hook | zotlabs | 2017-11-21 | 1 | -1/+25 |
| | |||||
* | thumbnail generator for epubs | zotlabs | 2017-11-21 | 1 | -1/+3 |
| | |||||
* | provide a generalised interface for thumbnail generators to support various ↵ | zotlabs | 2017-11-20 | 1 | -35/+25 |
| | | | | content types | ||||
* | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 1 | -0/+62 |
| | |||||
* | improve removed_channel final cleanup. Hubzilla issue #386 | zotlabs | 2017-11-12 | 2 | -1/+16 |
| | |||||
* | more queue work | zotlabs | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | put deferred queue logic every place we create a delivery process (except ↵ | zotlabs | 2017-11-02 | 1 | -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 issues | zotlabs | 2017-10-23 | 1 | -2/+2 |
| | |||||
* | re-implement single delivery | zotlabs | 2017-10-10 | 1 | -3/+20 |
| | |||||
* | delivery report decryption is not needed for local delivery | zotlabs | 2017-09-21 | 1 | -19/+14 |
| | |||||
* | encrypt delivery reports. This will cause a bit of consternation because ↵ | zotlabs | 2017-09-21 | 1 | -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 desired | zotlabs | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | fix permission_{accept, reject} hooks not being called | Mario Vavti | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | create new hooks for permissions_accept and permissions_reject | zotlabs | 2017-09-18 | 1 | -1/+7 |
| | |||||
* | Zot6: some things that need to be done ahead of time so we can turbocharge ↵ | zotlabs | 2017-09-13 | 2 | -13/+20 |
| | | | | the delivery engine and split off site records from channel records. | ||||
* | cut down on a few extraneous gprobe processes | zotlabs | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | cards feature | zotlabs | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | test recursive dav copy | zotlabs | 2017-08-22 | 1 | -0/+2 |
| | |||||
* | allow cards to federate | zotlabs | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | util/dcp - support recursion and folders full of photos by importing files ↵ | zotlabs | 2017-08-22 | 1 | -0/+45 |
| | | | | singly in separate processes - not yet tested | ||||
* | add parent item (if applicable) to notifier plugin info | zotlabs | 2017-08-12 | 1 | -0/+2 |
| | |||||
* | some doco fixes and other real minor stuff to improve logreading ability | zotlabs | 2017-08-09 | 1 | -2/+2 |
| | |||||
* | consolidate disable_discover_tab config if it was not yet set to either 1 or ↵ | git-marijus | 2017-08-06 | 1 | -1/+2 |
| | | | | 0 in DB | ||||
* | provide a keychange operation to rebase an identity on a new keypair | zotlabs | 2017-07-24 | 1 | -2/+23 |
| | |||||
* | related to hubzilla issue #831 - system.last_expire_day was not being set ↵ | zotlabs | 2017-07-18 | 1 | -1/+1 |
| | | | | correctly, causing cron_daily to run more frequently than desired. | ||||
* | update some addon docs and ensure we only generate statistics once a day | zotlabs | 2017-07-13 | 1 | -0/+1 |
| | |||||
* | more anon comment fixes | zotlabs | 2017-06-20 | 1 | -1/+2 |
| | |||||
* | only store search info for text filetypes when updating the documentation ↵ | zotlabs | 2017-05-24 | 1 | -4/+10 |
| | | | | indexes | ||||
* | error | zotlabs | 2017-05-08 | 1 | -6/+0 |
| | |||||
* | do away with single delivery (delivery from clones to singleton networks ↵ | zotlabs | 2017-05-04 | 1 | -20/+3 |
| | | | | attached to other clones) | ||||
* | use hostname, not url | zotlabs | 2017-04-30 | 1 | -1/+1 |
| | |||||
* | authenticate onepoll so we can receive private posts/comments in zotfeed; if ↵ | zotlabs | 2017-04-30 | 1 | -4/+20 |
| | | | | local server bypass the network access and invoke zotfeed directly. | ||||
* | mostly text formatting changes | zotlabs | 2017-04-25 | 1 | -64/+66 |
| | |||||
* | if there is no site record, site_dead won't be 0, in a left join it will in ↵ | zotlabs | 2017-04-23 | 1 | -1/+1 |
| | | | | fact be null. As long as it isn't 1, we should attempt delivery. | ||||
* | envelope privacy | zotlabs | 2017-04-18 | 1 | -31/+29 |
| | |||||
* | perform attach_upgrade() | zotlabs | 2017-03-20 | 1 | -0/+3 |
| | |||||
* | expire unread system notifications after a year. It would provide a better ↵ | zotlabs | 2017-02-28 | 1 | -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 storage | zotlabs | 2017-01-30 | 3 | -3/+0 |
| | |||||
* | no quotes on dbutcnow() output | zotlabs | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -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. | ||||
* | daemon_addon hook - lets plugins create custom background processes. | zotlabs | 2017-01-17 | 1 | -0/+14 |
| | |||||
* | zot 1.2 | zotlabs | 2016-11-30 | 2 | -5/+5 |
| | |||||
* | the logic is much too complicated for the notifier. Let plugins know if they ↵ | zotlabs | 2016-10-26 | 1 | -1/+4 |
| | | | | are going upstream or downstream with a simple binary variable. | ||||
* | send "hidden" edit activities to networks which don't support edits themselves | zotlabs | 2016-10-25 | 1 | -0/+1 |
| | |||||
* | [FEATURE] Add config and use composer autoloader. | Klaus Weidenbach | 2016-10-18 | 1 | -2/+1 |
| | | | | | | | | | | | | | We use composer already to install SabreDAV. Include config composer.(json|lock) to install and manage more dependencies in future. Also provide PSR-4 autoloading for our namespaced classes, e.g. "Zotlabs\". To regenerate autoloader maps use: $ composer install --optimize-autoloader --no-dev We could also remove the whole vendor/ folder from our repository, but that would need changes in deployment and how to install hubs and needs more discussion first. | ||||
* | don't expire posts before 2001 | zotlabs | 2016-10-10 | 1 | -2/+1 |
| | |||||
* | start removing db backticks | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 4 | -8/+8 |
| |