summaryrefslogtreecommitdiffstats
path: root/core/Command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Proper logging for appstore updatesMorris Jobke2017-05-111-1/+7
* Add console command to migrate the charsetThomas Müller2017-04-281-6/+6
* Do not disable 3rdparty apps on occ upgradeMorris Jobke2017-04-271-7/+3
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+2
* Use false because null crashes the cacheJoas Schilling2017-03-261-3/+9
* Make sure blob columns are correctly converted as parametersJoas Schilling2017-03-261-1/+24
* Improve error message of charset convert script and behaviourMorris Jobke2017-03-231-4/+5
* Address commentsMorris Jobke2017-03-211-1/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-0/+91
* Merge pull request #3952 from nextcloud/downstream-27209Morris Jobke2017-03-201-0/+26
|\
| * Log files:scan exception, add InterruptedExceptionVincent Petry2017-03-201-0/+26
* | Merge pull request #3947 from nextcloud/downstream-27323Morris Jobke2017-03-201-0/+5
|\ \
| * | Disable empty password for user::resetpassword command using CLISujith H2017-03-201-0/+5
| |/
* | ownC -> NextcMorris Jobke2017-03-191-1/+1
* | Update the occ:encrypt-all promptMatthew Setter2017-03-191-4/+4
|/
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-192-6/+6
* Clean up single user modeMorris Jobke2017-02-223-101/+22
* Update the email in the accounts table as wellJoas Schilling2017-02-081-0/+17
* Filter out sensitive appconfig valuesJoas Schilling2017-01-111-2/+17
* Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-7/+16
|\
| * Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-7/+16
* | Return 1 if integrity check is failed. Fixes #22806Victor Dubiniuk2016-12-162-0/+6
|/
* Check for nextcloud version as wellLukas Reschke2016-12-051-1/+1
* It's NextcloudMarius Blüm2016-11-161-1/+1
* Fix testsLukas Reschke2016-10-311-2/+3
* Remove removed --dry-run command from occ help (#26352)Vincent Petry2016-10-211-6/+0
* Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-294-11/+99
* Add autocomplete for db:* and log:*Joas Schilling2016-09-295-9/+120
* Add autocomplete for config:*Joas Schilling2016-09-2911-7/+185
* Full support for autocomplete of app:*Joas Schilling2016-09-295-3/+117
* Register the auto completion basicJoas Schilling2016-09-291-1/+21
* Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
* Kill update simulationVincent Petry2016-09-271-27/+2
* Display an error when updating .htaccess failedJoas Schilling2016-09-131-3/+7
* Fix typoJoas Schilling2016-09-071-1/+1