aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
Commit message (Collapse)AuthorAgeFilesLines
* Alter the queue so that each queue item stores the scheduled time of the ↵zotlabs2017-01-291-2/+19
| | | | | | | | 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 workzotlabs2016-12-211-1/+12
|
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-1/+10
| | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
* db update required for Zot2zotlabs2016-11-221-1/+10
|
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵Florian Steinel2016-10-271-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 ↵zotlabs2016-10-171-1/+4
| | | | from unsigned to signed...
* "alter table alter" has completely different rules between postgres and mysqlzotlabs2016-10-171-1/+7
|
* issue #550zotlabs2016-10-161-1/+1
|
* minorzotlabs2016-10-121-1/+1
|
* allow hooks to have negative priorityzotlabs2016-10-121-1/+11
|
* Merge branch 'nulldate' into devredmatrix2016-09-261-38/+38
|\
| * next wave of nulldate fixesredmatrix2016-09-261-38/+38
| |
* | issue #523redmatrix2016-09-221-1/+1
|/
* provide version info in /pubsitesredmatrix2016-09-071-1/+9
|
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-1/+8
| | | | other roles.
* more perms work (a lot more)redmatrix2016-07-181-0/+1
|
* Merge branch 'dev' into permsredmatrix2016-07-171-4/+45
|\
| * missing braceredmatrix2016-07-141-1/+1
| |
| * schema updates for zot access tokensredmatrix2016-07-141-1/+44
| |
* | more work on permsredmatrix2016-07-091-1/+1
| |
* | revise how we store perm_limitsredmatrix2016-07-071-31/+1
| |
* | some perms fixes to stuff that was already written before I move onredmatrix2016-07-041-1/+2
| |
* | more work on x permissionsredmatrix2016-07-031-0/+55
|/
* db update for abconfig transitionredmatrix2016-06-231-1/+37
|
* schema changes needed for the caldav client bitredmatrix2016-06-181-2/+60
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-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 valuesredmatrix2016-06-011-1/+1
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+69
| | | | 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 renamesredmatrix2016-05-311-2/+24
|
* more removal of reserved words from DB schemasredmatrix2016-05-311-1/+18
|
* remove unused tablesredmatrix2016-05-301-1/+16
|
* start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-1/+19
| | | | and hook)
* allow objs to represent inventoryredmatrix2016-05-271-1/+18
|
* some preliminary structural work for app organisationredmatrix2016-05-031-1/+18
|
* db schema change to add tags to content sourcesredmatrix2016-05-011-1/+10
|
* new hook interface (the old one still works but requires handlers to have ↵redmatrix2016-04-211-1/+14
| | | | two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
* abconfigredmatrix2016-02-291-2/+41
|
* schema change to support channel move (a completely different operation than ↵redmatrix2016-02-241-1/+16
| | | | channel clone)
* iconfig - add sharing variableredmatrix2016-02-181-2/+12
|
* schema updates for iconfigredmatrix2016-02-171-1/+38
|
* update errorredmatrix2015-12-061-1/+1
|
* move the instance stuff to abook where it belongsredmatrix2015-12-051-1/+8
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-061-1/+19
|\ | | | | | | | | | | Conflicts: boot.php install/update.php
| * rev updateredmatrix2015-11-061-1/+5
| |
* | fix path for attachments using os_storage uploaded through attach_storeredmatrix2015-11-041-2/+2
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-041-1/+16
|\| | | | | | | | | Conflicts: install/update.php
| * dummy updateredmatrix2015-11-041-1/+5
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-191-1/+11
|\| | | | | | | | | | | | | | | | | Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php
| * add the project name to site info packetredmatrix2015-10-191-1/+11
| |
* | mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-151-1/+18
| | | | | | | | re-usable, change refresh_all to use delivery loop.