Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | issue #522 - replace && with AND in sql query. | redmatrix | 2016-09-21 | 1 | -1/+1 | |
| | ||||||
* | don't send purge_all notification to self. | redmatrix | 2016-09-03 | 1 | -1/+1 | |
| | ||||||
* | optimise Onepoll so it doesn't try and fetch posts for a channel that we've ↵ | redmatrix | 2016-08-10 | 1 | -0/+9 | |
| | | | | not given permission to send us their stream and posts. Currently the posts are fetched, processed, and ultimately discarded. Since we know they are going to be discarded, there's not much point fetching them in the first place. | |||||
* | 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 | |
| | ||||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -0/+9 | |
|\ | ||||||
| * | remove expired access tokens | redmatrix | 2016-07-15 | 1 | -0/+9 | |
| | | ||||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-11 | 1 | -1/+1 | |
|\| | ||||||
| * | expire crashing on shared hosting from memory exhaustion. Lower the expire ↵ | redmatrix | 2016-07-06 | 1 | -1/+1 | |
| | | | | | | | | limit. Also the sys channel was being expired with everybody else due to a flag change regression. | |||||
* | | more work on perms | redmatrix | 2016-07-09 | 1 | -1/+3 | |
|/ | ||||||
* | disable wiki if feature disabled, sync updates of delayed publish posts | redmatrix | 2016-06-30 | 2 | -2/+12 | |
| | ||||||
* | still working through some issues with curl magic-auth | redmatrix | 2016-06-27 | 1 | -2/+5 | |
| | | | | fixed profile photo upload | |||||
* | provide a daemon for implementing zot magic-auth over curl. | redmatrix | 2016-06-27 | 1 | -0/+52 | |
| | ||||||
* | document the daemon classes | redmatrix | 2016-06-26 | 1 | -0/+43 | |
| | ||||||
* | allow an exclusion for transmitting hidden file activities. There may be a ↵ | redmatrix | 2016-06-09 | 1 | -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. | |||||
* | 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. | |||||
* | duplicate daemon run of cronhooks | redmatrix | 2016-05-25 | 1 | -5/+0 | |
| | ||||||
* | require token signatures in zot_refresh, also move channel specific stuff ↵ | redmatrix | 2016-05-24 | 1 | -0/+1 | |
| | | | | into include/channel.php from include/connections.php | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 5 | -6/+3 | |
| | | | | (connections.php) | |||||
* | finish updating zot_finger instances | redmatrix | 2016-05-21 | 1 | -3/+2 | |
| | ||||||
* | remove test file | redmatrix | 2016-05-19 | 1 | -13/+0 | |
| | ||||||
* | roll minor version, change example text | redmatrix | 2016-05-19 | 1 | -1/+1 | |
| | ||||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 2 | -2/+2 | |
| | ||||||
* | cleanup of daemon infrastructure | redmatrix | 2016-05-19 | 1 | -1/+1 | |
| | ||||||
* | Separate cron into periodic components and use that as the main interface ↵ | redmatrix | 2016-05-19 | 4 | -230/+321 | |
| | | | | for scheduled tasks instead of the quaint 'poller'. | |||||
* | don't try to deliver empty hashes | redmatrix | 2016-05-19 | 1 | -0/+3 | |
| | ||||||
* | daemon master: create some compatibility code | redmatrix | 2016-05-19 | 6 | -19/+21 | |
| | ||||||
* | first phase of daemon refactoring | redmatrix | 2016-05-19 | 18 | -0/+2122 | |