aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2RC'3.2Mario2018-03-093-3089/+27
|\
| * missed one index in the last updateMario Vavti2018-02-281-0/+1
| |
| * another DB upgrade to address some long running maintenance queriesMario Vavti2018-02-261-2/+4
| |
| * provide DB compatibility for poll and voting implementations across several ↵zotlabs2018-02-222-0/+12
| | | | | | | | platforms
| * more index finetuning to fix the expire queryMario Vavti2018-02-201-3/+3
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-02-161-2/+4
| |\
| | * some more DB tuning.Mario Vavti2018-02-152-3/+21
| | |
| * | refactor of the DB update system. Updates are now stored individually in ↵zotlabs2018-02-161-3115/+0
| |/ | | | | | | Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions.
| * more db and queries finetuningMario Vavti2018-02-082-3/+17
| |
| * this will fix the cards query and keep the rest intactMario Vavti2018-02-042-3/+15
| |
| * superfluous ,Mario Vavti2018-02-041-1/+1
| |
| * remove indices from mysql schema fileMario Vavti2018-02-041-7/+0
| |
| * remove some never used indices which prevented our item queries to find the ↵Mario Vavti2018-02-041-1/+18
| | | | | | | | right query execution plan in mysql and adjust some queries to optimze the result
* | Merge branch '3.0RC'3.0Mario2018-01-093-2/+75
|\|
| * remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828zotlabs2017-11-162-3/+12
| |
| * typozotlabs2017-10-191-1/+1
| |
| * table structure for pseudo or proxy channels (pchan)zotlabs2017-10-193-1/+65
| |
* | Merge branch '2.8RC'Mario2017-10-254-33/+61
|\|
| * remove server role selection details from install documentation, no longer ↵zotlabs2017-10-021-30/+10
| | | | | | | | needed
| * db update to add index to item.resource_id we query this in wikis a lotMario Vavti2017-09-163-2/+18
| |
| * wiki mimetype selection. We can add text/plain as soon as we add code to ↵zotlabs2017-09-121-1/+17
| | | | | | | | purify and render it specifically.
| * remove semicolon from update query - this is probably trivialMario Vavti2017-09-071-1/+1
| |
| * fix bogus semicolonWaitman Gobble2017-09-061-1/+1
| | | | | | Line 655 should have comma instead of semicolon
| * add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-013-3/+19
| | | | | | | | notifications by a magnitude.
| * update installation requirements - php 5.6 and mysql 5.5.3zotlabs2017-08-171-2/+2
| |
| * db update to add index for item.obj_typegit-marijus2017-07-313-1/+15
| |
* | update installation requirements - php 5.6 and mysql 5.5.32.6.1zotlabs2017-08-181-2/+2
| |
* | Merge branch '2.6RC'2.6Mario Vavti2017-08-165-395/+1153
|\ \
| * | db update to add index for item.obj_typegit-marijus2017-07-313-1/+15
| |/
| * update r1191: return update_success if table principals exists otherwise ↵Mario Vavti2017-07-101-404/+414
| | | | | | | | proceed with creating cdav tables.
| * remove if not exist clause on index creation - it seems to be supported in ↵Mario Vavti2017-07-081-1/+1
| | | | | | | | mariadb only
| * use if not exists clause to not error if the index was already thereMario Vavti2017-07-051-1/+1
| |
| * missing abook_{my,their}_perms in pg schema and missing keys in mysql schemaMario Vavti2017-07-052-0/+6
| |
| * update_version bumpMario Vavti2017-07-051-1/+1
| |
| * missing semicolonMario Vavti2017-07-051-1/+1
| |
| * db-update for cdavMario Vavti2017-07-041-0/+410
| |
| * add the cdav pgsql schemasMario Vavti2017-07-041-0/+222
| |
| * cdav migration to corezotlabs2017-06-221-0/+171
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-111-3/+3
| |\
| | * some more innodb mysql scheme adjustmentsMario Vavti2017-06-101-15/+8
| | |
| | * convert schema_mysql engine to InnoDB and charset utf8mb4git-marijus2017-06-091-267/+267
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-071-3/+3
| |\|
| | * Fixed TEXT fields with default values (fixes #803) in mysql creation script.Manuel Tancoigne2017-06-071-6/+6
| | |
| * | fix a merge mixup on install/schema_msyql.phpzotlabs2017-06-061-230/+230
| | |
| * | remove default for text/mediumtext sql fieldszotlabs2017-05-311-6/+6
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-301-1/+6
| |\|
| | * fix update_r1189() for mysql and postgresMario Vavti2017-05-281-1/+6
| | |
| * | more deprecate server_rolezotlabs2017-05-291-8/+0
| | |
| * | looks like a commit was lost someplace, but I'll re-do it later (convert sql ↵zotlabs2017-05-251-18/+18
| | | | | | | | | | | | schema files to default integers to int values); in any event change all the mysql strings that were 255 maxlength to 191 maxlength in case they get used as indexes down the line
| * | put back obsolete permission fields in abook and channel schema files so we ↵zotlabs2017-05-251-0/+20
| | | | | | | | | | | | can restore the old data without choking when upgrading the table type