Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move z6trans_connections() to cron from cron daily | Mario Vavti | 2020-08-26 | 1 | -1/+0 |
| | |||||
* | cheat with guid_sig to reflect transition to zot6 and re-enable transition ↵ | Mario | 2020-04-01 | 1 | -1/+1 |
| | | | | of connections | ||||
* | do not enable transition of connections yet | Mario | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | transition connections to zot6 if their site has been updated | Mario | 2020-04-01 | 1 | -0/+2 |
| | |||||
* | Fix once cached embedded content is used and stored forever | Max Kostikov | 2019-11-25 | 1 | -0/+5 |
| | |||||
* | Revert "Add daily cached embedded content cleanup" | Max Kostikov | 2019-11-25 | 1 | -6/+0 |
| | | | This reverts commit 5c47c9ed9579dc97e0a508045fe50264bb96490b | ||||
* | Add daily cached embedded content cleanup | Max Kostikov | 2019-11-25 | 1 | -0/+6 |
| | |||||
* | sse: implement notifications for anonymous visitors (info, notice and pubs) ↵ | Mario | 2019-11-15 | 1 | -0/+6 |
| | | | | and fix a potential memory leak | ||||
* | find unregistered z6 clones on hubzilla sites (does not happen automatically ↵ | zotlabs | 2019-03-13 | 1 | -0/+1 |
| | | | | since z6 is not the default protocol on hubzilla). This will need to be pushed to master for the next point release. | ||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+0 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -1/+1 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | 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/+90 |
for scheduled tasks instead of the quaint 'poller'. |