summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle users with numeric user idsJoas Schilling2018-07-111-1/+2
* Add parent index to share tableRoeland Jago Douma2018-06-121-1/+9
* Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma2018-05-281-7/+14
* Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-172-6/+6
* Merge pull request #7517 from nextcloud/add-index-to-share-tableRoeland Jago Douma2017-12-181-0/+91
|\
| * make occ command more genericBjoern Schiessle2017-12-181-7/+25
| * add occ command to add a index to share_with at the share tableBjoern Schiessle2017-12-181-0/+73
* | Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma2017-12-181-1/+1
|\ \
| * | Also replace all other occurencesMorris Jobke2017-12-181-1/+1
| |/
* / Use injected AppManagerRoeland Jago Douma2017-12-181-1/+1
|/
* Get the Installer via DIMorris Jobke2017-11-253-12/+17
* Update license headersMorris Jobke2017-11-0631-25/+59
* Use proper DI for repair commandMorris Jobke2017-10-241-3/+8
* Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-231-2/+3
* Also update the activity table with thisJoas Schilling2017-10-131-0/+6
* Add a command to manually migrate to big intsJoas Schilling2017-10-131-0/+101
* Fix missing "unsigned" on integer columnsJoas Schilling2017-09-191-0/+7
* Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla...Thomas Ebert2017-08-311-1/+1
* Fix typo in template for migration generationJoas Schilling2017-08-091-1/+1
* Merge pull request #5816 from nextcloud/fix-oracleMorris Jobke2017-08-021-0/+4
|\
| * Allow to specify the table space on occJoas Schilling2017-08-021-0/+4
* | Use public methods for OC_App::isShippedMorris Jobke2017-08-011-1/+1
|/
* add namespacesualko2017-07-261-0/+2
* add occ app:install commandsualko2017-07-261-0/+75
* Add *lob support for all tablesJoas Schilling2017-07-251-14/+15
* use template placeholders instead of htmlJoas Schilling2017-07-251-6/+6
* Always order by all values, to make sure all entries are copied correctlyJoas Schilling2017-07-251-9/+4
* Only migrate to the current stateJoas Schilling2017-07-251-6/+16
* Use order by to avoid problems when chunking finds a same item again...Joas Schilling2017-07-251-9/+30
* Remove generate change script which doesnt work with migrations anymoreJoas Schilling2017-07-251-89/+0
* Use default connection parameters for utf8 4byte supportJoas Schilling2017-07-251-3/+3
* Skip migrations table because it was already done when creating the schemaJoas Schilling2017-07-251-0/+6
* Use migrations on convertJoas Schilling2017-07-251-1/+8
* Core is converted, so this is dead codeJoas Schilling2017-07-251-9/+7
* Add a script to generate a migration from database.xmlJoas Schilling2017-07-252-5/+214
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+8
* Only create the migration directory when necessaryJoas Schilling2017-07-061-0/+17
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-051-1/+1
* Allow to check the schema in pre and post as wellJoas Schilling2017-07-051-4/+9
* Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling2017-07-051-9/+19
* Add author and copyrightJoas Schilling2017-07-052-0/+6
* Do not allow to go back on productive systemsJoas Schilling2017-07-051-1/+23
* Adjust the code to use our interface and abstractJoas Schilling2017-07-051-63/+27
* Start migrationsJoas Schilling2017-07-054-0/+412
* Add command to apply updates to custom themesJulius Härtl2017-07-051-0/+64
* Version and dependency are now requiredJoas Schilling2017-05-221-6/+2
* Implement skip checkers and log the currently tested appMorris Jobke2017-05-161-1/+4
* Skip the code checking for nowJoas Schilling2017-05-161-0/+6
* Check the name length of database itemsJoas Schilling2017-05-161-0/+13
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+10