Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-13Also update the activity table with thisJoas Schilling
2017-10-13Add a command to manually migrate to big intsJoas Schilling
2017-09-19Fix missing "unsigned" on integer columnsJoas Schilling
2017-08-31Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla...Thomas Ebert
2017-08-09Fix typo in template for migration generationJoas Schilling
2017-08-02Merge pull request #5816 from nextcloud/fix-oracleMorris Jobke
2017-08-02Allow to specify the table space on occJoas Schilling
2017-08-01Use public methods for OC_App::isShippedMorris Jobke
2017-07-26add namespacesualko
2017-07-26add occ app:install commandsualko
2017-07-25Add *lob support for all tablesJoas Schilling
2017-07-25use template placeholders instead of htmlJoas Schilling
2017-07-25Always order by all values, to make sure all entries are copied correctlyJoas Schilling
2017-07-25Only migrate to the current stateJoas Schilling
2017-07-25Use order by to avoid problems when chunking finds a same item again...Joas Schilling
2017-07-25Remove generate change script which doesnt work with migrations anymoreJoas Schilling
2017-07-25Use default connection parameters for utf8 4byte supportJoas Schilling
2017-07-25Skip migrations table because it was already done when creating the schemaJoas Schilling
2017-07-25Use migrations on convertJoas Schilling
2017-07-25Core is converted, so this is dead codeJoas Schilling
2017-07-25Add a script to generate a migration from database.xmlJoas Schilling
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-07-06Only create the migration directory when necessaryJoas Schilling
2017-07-05Check the migration files for table, column and index length errorsJoas Schilling
2017-07-05Allow to check the schema in pre and post as wellJoas Schilling
2017-07-05Add a version to migrations, so parallel legacy branches can also have migrat...Joas Schilling
2017-07-05Add author and copyrightJoas Schilling
2017-07-05Do not allow to go back on productive systemsJoas Schilling
2017-07-05Adjust the code to use our interface and abstractJoas Schilling
2017-07-05Start migrationsJoas Schilling
2017-07-05Add command to apply updates to custom themesJulius Härtl
2017-05-22Version and dependency are now requiredJoas Schilling
2017-05-17Implement skip checkers and log the currently tested appMorris Jobke
2017-05-16Skip the code checking for nowJoas Schilling
2017-05-16Check the name length of database itemsJoas Schilling
2017-05-16Check the syntax of the language fileJoas Schilling
2017-05-11Proper logging for appstore updatesMorris Jobke
2017-04-28Add console command to migrate the charsetThomas Müller
2017-04-28Do not disable 3rdparty apps on occ upgradeMorris Jobke
2017-04-23Remove unused use statementsMorris Jobke
2017-04-10Move OC_Defaults to OCP\DefaultsMorris Jobke
2017-03-26Use false because null crashes the cacheJoas Schilling
2017-03-26Make sure blob columns are correctly converted as parametersJoas Schilling
2017-03-24Improve error message of charset convert script and behaviourMorris Jobke
2017-03-22Address commentsMorris Jobke
2017-03-22Adding tests for 4 byte unicode charactersMorris Jobke
2017-03-20Merge pull request #3952 from nextcloud/downstream-27209Morris Jobke
2017-03-20Log files:scan exception, add InterruptedExceptionVincent Petry
2017-03-20Merge pull request #3947 from nextcloud/downstream-27323Morris Jobke
2017-03-20Disable empty password for user::resetpassword command using CLISujith H