aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
Commit message (Expand)AuthorAgeFilesLines
* refactor of the DB update system. Updates are now stored individually in Zotl...zotlabs2018-02-161-3115/+0
* more db and queries finetuningMario Vavti2018-02-081-1/+15
* this will fix the cards query and keep the rest intactMario Vavti2018-02-041-1/+13
* remove some never used indices which prevented our item queries to find the r...Mario Vavti2018-02-041-1/+18
* remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828zotlabs2017-11-161-2/+12
* typozotlabs2017-10-191-1/+1
* table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-1/+39
* db update to add index to item.resource_id we query this in wikis a lotMario Vavti2017-09-161-2/+16
* wiki mimetype selection. We can add text/plain as soon as we add code to puri...zotlabs2017-09-121-1/+17
* remove semicolon from update query - this is probably trivialMario Vavti2017-09-071-1/+1
* add combined index for item.uid and item.item_unseen. this speeds up notifica...Mario Vavti2017-09-011-1/+15
* db update to add index for item.obj_typegit-marijus2017-07-311-1/+13
* update r1191: return update_success if table principals exists otherwise proc...Mario Vavti2017-07-101-404/+414
* remove if not exist clause on index creation - it seems to be supported in ma...Mario Vavti2017-07-081-1/+1
* use if not exists clause to not error if the index was already thereMario Vavti2017-07-051-1/+1
* update_version bumpMario Vavti2017-07-051-1/+1
* missing semicolonMario Vavti2017-07-051-1/+1
* db-update for cdavMario Vavti2017-07-041-0/+410
* fix update_r1189() for mysql and postgresMario Vavti2017-05-281-1/+6
* resolve merge conflictzotlabs2017-05-201-2/+2
* always wonder about people who say "do as I say, not as I do..."zotlabs2017-05-141-1/+1
* abook_not_here flag created to indicate singleton connections which are conne...zotlabs2017-05-031-1/+10
* issues from hubzilla:#737zotlabs2017-04-271-2/+2
* database support for client side e2ee for private mailzotlabs2017-04-251-1/+12
* backend infrastructure for 'channel protection password'; which will be used ...zotlabs2017-04-121-1/+12
* move emoji emoticons (not reactions) to pluginzotlabs2017-03-051-1/+2
* Alter the queue so that each queue item stores the scheduled time of the next...zotlabs2017-01-291-2/+19
* more vcard workzotlabs2016-12-211-1/+12
* issue #446 apps usability - disable app if attached to a plugin that is unins...zotlabs2016-12-141-1/+10
* db update required for Zot2zotlabs2016-11-221-1/+10
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and p...Florian Steinel2016-10-271-2/+2
* if we have to go through this contortion every time we change a DB column fro...zotlabs2016-10-171-1/+4
* "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 o...redmatrix2016-08-311-1/+8
* 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