Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 3 | -2/+23 |
| | | | | | | | | 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. | ||||
* | more vcard work | zotlabs | 2016-12-21 | 3 | -1/+14 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 3 | -3/+15 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | api function item/new renamed to item/store as that more closely reflects ↵ | zotlabs | 2016-12-02 | 1 | -24/+51 |
| | | | | | | its purpose. It can also be used to store an edit of an existing item. I believe this is a reasonably safe change at this time as I don't believe there is any software currently making use of this call - instead using the Twitter API which is now a plugin. Also some work to make the install documentation agnostic to project name variations. This is not yet complete. | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 3 | -1/+12 |
| | |||||
* | update setup and install documents for PDO and the freebsd issue with | zotlabs | 2016-10-27 | 1 | -4/+28 |
| | | | | dns_get_record() | ||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -2/+2 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | if we have to go through this contortion every time we change a DB column ↵ | zotlabs | 2016-10-17 | 1 | -1/+4 |
| | | | | from unsigned to signed... | ||||
* | "alter table alter" has completely different rules between postgres and mysql | zotlabs | 2016-10-17 | 1 | -1/+7 |
| | |||||
* | issue #550 | zotlabs | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | minor | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 3 | -3/+16 |
| | |||||
* | issue #536, path to nginx and lighttpd config scripts was wrong | redmatrix | 2016-09-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 2 | -102/+102 |
|\ | |||||
| * | next wave of nulldate fixes | redmatrix | 2016-09-26 | 2 | -102/+102 |
| | | |||||
* | | issue #523 | redmatrix | 2016-09-22 | 2 | -2/+2 |
|/ | |||||
* | issue #521, add 'map' extension to files served natively by nginx without ↵ | redmatrix | 2016-09-21 | 1 | -1/+1 |
| | | | | using the project controller | ||||
* | fix #514 | Mario Vavti | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | issue #511, postgres schema issues | redmatrix | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 3 | -1/+11 |
| | |||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+8 |
| | | | | other roles. | ||||
* | change default server role | redmatrix | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -2/+8 |
| | |||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 4 | -67/+77 |
|\ | |||||
| * | missing brace | redmatrix | 2016-07-14 | 1 | -1/+1 |
| | | |||||
| * | schema updates for zot access tokens | redmatrix | 2016-07-14 | 3 | -1/+76 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 2 | -2/+2 |
|\| | |||||
| * | the abconfig defaults weren't changed in the schema files when they were ↵ | redmatrix | 2016-07-12 | 2 | -2/+2 |
| | | | | | | | | changed in the code | ||||
* | | more work on perms | redmatrix | 2016-07-09 | 2 | -36/+36 |
| | | |||||
* | | revise how we store perm_limits | redmatrix | 2016-07-07 | 4 | -69/+17 |
| | | |||||
* | | some perms fixes to stuff that was already written before I move on | redmatrix | 2016-07-04 | 3 | -36/+48 |
| | | |||||
* | | make permissionlimits into a class | redmatrix | 2016-07-03 | 1 | -8/+0 |
| | | |||||
* | | more work on x permissions | redmatrix | 2016-07-03 | 3 | -0/+139 |
|/ | |||||
* | typos | Habeas Codice | 2016-06-27 | 1 | -3/+3 |
| | |||||
* | db update for abconfig transition | redmatrix | 2016-06-23 | 3 | -3/+39 |
| | |||||
* | schema changes needed for the caldav client bit | redmatrix | 2016-06-18 | 3 | -6/+104 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -1/+14 |
| | | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. | ||||
* | check all return values | redmatrix | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 3 | -46/+114 |
| | | | | 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. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 3 | -15/+38 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 3 | -15/+32 |
| | |||||
* | remove unused tables | redmatrix | 2016-05-30 | 3 | -140/+16 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 3 | -9/+27 |
| | | | | and hook) | ||||
* | fix remote_channel(), update php minversion requirement | redmatrix | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | allow objs to represent inventory | redmatrix | 2016-05-27 | 3 | -1/+22 |
| | |||||
* | consolidate all the sys_boot functionality that is common between the web ↵ | redmatrix | 2016-05-26 | 1 | -2/+2 |
| | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. | ||||
* | kill off mcrypt | redmatrix | 2016-05-26 | 1 | -4/+3 |
| | |||||
* | update the installation text for the cron setup | redmatrix | 2016-05-19 | 1 | -4/+4 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 3 | -1/+26 |
| |