aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
Commit message (Collapse)AuthorAgeFilesLines
...
| * backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-0/+2
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* | database upgradezotlabs2017-04-231-211/+212
| |
* | remove fulltext indexes for innodbzotlabs2017-04-121-7/+1
| |
* | change default database settingszotlabs2017-04-121-62/+62
| |
* | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-0/+2
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* | db issueszotlabs2017-03-121-41/+0
|/
* Alter the queue so that each queue item stores the scheduled time of the ↵zotlabs2017-01-291-0/+2
| | | | | | | | 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-0/+1
|
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-1/+2
| | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
* db update required for Zot2zotlabs2016-11-221-0/+1
|
* allow hooks to have negative priorityzotlabs2016-10-121-1/+2
|
* next wave of nulldate fixesredmatrix2016-09-261-64/+64
|
* provide version info in /pubsitesredmatrix2016-09-071-0/+1
|
* Merge branch 'dev' into permsredmatrix2016-07-171-0/+17
|\
| * schema updates for zot access tokensredmatrix2016-07-141-0/+17
| |
* | Merge branch 'dev' into permsredmatrix2016-07-121-1/+1
|\|
| * the abconfig defaults weren't changed in the schema files when they were ↵redmatrix2016-07-121-1/+1
| | | | | | | | changed in the code
* | revise how we store perm_limitsredmatrix2016-07-071-12/+0
| |
* | more work on x permissionsredmatrix2016-07-031-0/+13
|/
* db update for abconfig transitionredmatrix2016-06-231-1/+1
|
* schema changes needed for the caldav client bitredmatrix2016-06-181-0/+22
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-22/+22
| | | | 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-7/+8
|
* more removal of reserved words from DB schemasredmatrix2016-05-311-7/+7
|
* remove unused tablesredmatrix2016-05-301-70/+0
|
* start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-4/+4
| | | | and hook)
* allow objs to represent inventoryredmatrix2016-05-271-0/+2
|
* some preliminary structural work for app organisationredmatrix2016-05-031-0/+4
|
* db schema change to add tags to content sourcesredmatrix2016-05-011-0/+1
|
* new hook interface (the old one still works but requires handlers to have ↵redmatrix2016-04-211-1/+3
| | | | 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-0/+14
|
* schema change to support channel move (a completely different operation than ↵redmatrix2016-02-241-1/+3
| | | | channel clone)
* Remove stray commaBob Mottram2016-02-231-1/+1
|
* iconfig - add sharing variableredmatrix2016-02-181-1/+3
|
* schema updates for iconfigredmatrix2016-02-171-0/+13
|
* remove deprecated tableredmatrix2015-12-151-9/+0
|
* move the instance stuff to abook where it belongsredmatrix2015-12-051-0/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-191-1/+3
|\ | | | | | | | | | | | | | | | | 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/+3
| |
* | mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-151-0/+2
| | | | | | | | re-usable, change refresh_all to use delivery loop.
* | schema support for additional site typesredmatrix2015-09-281-1/+3
| |
* | add vdata field for caldavredmatrix2015-09-231-0/+1
| |
* | heavy lifting for delivery reportsredmatrix2015-09-221-0/+2
| |
* | DB table for delivery reportsredmatrix2015-09-181-0/+17
| |
* | add timestamps for syncing appsredmatrix2015-09-021-1/+5
| |
* | separate objs/things from taxonomyredmatrix2015-09-011-0/+10
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-311-0/+2
|\| | | | | | | | | | | | | | | Conflicts: include/identity.php install/update.php util/messages.po view/nl/messages.po
| * change the likes db structure to make it more easily importable/exportableredmatrix2015-08-311-0/+2
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-201-1/+3
|\|
| * missed this one - it's requiredredmatrix2015-08-201-1/+3
| |