Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sse: improve caching fix an issue with removing notifications and move ↵ | Mario | 2019-11-28 | 1 | -0/+9 |
| | | | | chatpresence expiration to cron | ||||
* | hopefully fix query for postgres | Mario | 2019-11-10 | 1 | -5/+8 |
| | | | (cherry picked from commit 9ad4c6528cc3ee4e34d2b5d77027a1c33cbadf5c) | ||||
* | Fix start time to sync queries on photo cache purge | Max Kostikov | 2019-11-02 | 1 | -1/+1 |
| | |||||
* | Add missed interval in SQL query | Max Kostikov | 2019-11-01 | 1 | -1/+1 |
| | |||||
* | Better photo cache expiry processing | Max Kostikov | 2019-11-01 | 1 | -10/+6 |
| | |||||
* | Return in the case of further processing | DM42.Net Zap Dev | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | reflect repeats in notifications, use force flag for import_xchan_photo() in ↵ | Mario Vavti | 2019-07-22 | 1 | -1/+1 |
| | | | | cron | ||||
* | Remove cached photo location directory on delete if empty | Max Kostikov | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | Add photo cache cleanup | Max Kostikov | 2018-11-29 | 1 | -0/+23 |
| | |||||
* | fix listeners table create and expire federation had a syntax error | zotlabs | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | propagate expired posts to other networks | zotlabs | 2018-06-30 | 1 | -3/+8 |
| | |||||
* | improve removed_channel final cleanup. Hubzilla issue #386 | zotlabs | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | perform attach_upgrade() | zotlabs | 2017-03-20 | 1 | -0/+3 |
| | |||||
* | don't expire posts before 2001 | zotlabs | 2016-10-10 | 1 | -2/+1 |
| | |||||
* | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -3/+3 |
| | |||||
* | issue #522 - replace && with AND in sql query. | redmatrix | 2016-09-21 | 1 | -1/+1 |
| | |||||
* | This checkin should make all permission modes work correctly with atokens ↵ | redmatrix | 2016-08-01 | 1 | -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 function | redmatrix | 2016-07-20 | 1 | -1/+1 |
| | |||||
* | remove expired access tokens | redmatrix | 2016-07-15 | 1 | -0/+9 |
| | |||||
* | disable wiki if feature disabled, sync updates of delayed publish posts | redmatrix | 2016-06-30 | 1 | -1/+12 |
| | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Separate cron into periodic components and use that as the main interface ↵ | redmatrix | 2016-05-19 | 1 | -0/+181 |
for scheduled tasks instead of the quaint 'poller'. |