| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing "unsigned" on integer columns | Joas Schilling | 2017-09-19 | 1 | -0/+7 |
* | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla... | Thomas Ebert | 2017-08-31 | 1 | -1/+1 |
* | Fix typo in template for migration generation | Joas Schilling | 2017-08-09 | 1 | -1/+1 |
* | Merge pull request #5816 from nextcloud/fix-oracle | Morris Jobke | 2017-08-02 | 1 | -0/+4 |
|\ |
|
| * | Allow to specify the table space on occ | Joas Schilling | 2017-08-02 | 1 | -0/+4 |
* | | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
|/ |
|
* | add namespace | sualko | 2017-07-26 | 1 | -0/+2 |
* | add occ app:install command | sualko | 2017-07-26 | 1 | -0/+75 |
* | Add *lob support for all tables | Joas Schilling | 2017-07-25 | 1 | -14/+15 |
* | use template placeholders instead of html | Joas Schilling | 2017-07-25 | 1 | -6/+6 |
* | Always order by all values, to make sure all entries are copied correctly | Joas Schilling | 2017-07-25 | 1 | -9/+4 |
* | Only migrate to the current state | Joas Schilling | 2017-07-25 | 1 | -6/+16 |
* | Use order by to avoid problems when chunking finds a same item again... | Joas Schilling | 2017-07-25 | 1 | -9/+30 |
* | Remove generate change script which doesnt work with migrations anymore | Joas Schilling | 2017-07-25 | 1 | -89/+0 |
* | Use default connection parameters for utf8 4byte support | Joas Schilling | 2017-07-25 | 1 | -3/+3 |
* | Skip migrations table because it was already done when creating the schema | Joas Schilling | 2017-07-25 | 1 | -0/+6 |
* | Use migrations on convert | Joas Schilling | 2017-07-25 | 1 | -1/+8 |
* | Core is converted, so this is dead code | Joas Schilling | 2017-07-25 | 1 | -9/+7 |
* | Add a script to generate a migration from database.xml | Joas Schilling | 2017-07-25 | 2 | -5/+214 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+8 |
* | Only create the migration directory when necessary | Joas Schilling | 2017-07-06 | 1 | -0/+17 |
* | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 1 | -1/+1 |
* | Allow to check the schema in pre and post as well | Joas Schilling | 2017-07-05 | 1 | -4/+9 |
* | Add a version to migrations, so parallel legacy branches can also have migrat... | Joas Schilling | 2017-07-05 | 1 | -9/+19 |
* | Add author and copyright | Joas Schilling | 2017-07-05 | 2 | -0/+6 |
* | Do not allow to go back on productive systems | Joas Schilling | 2017-07-05 | 1 | -1/+23 |
* | Adjust the code to use our interface and abstract | Joas Schilling | 2017-07-05 | 1 | -63/+27 |
* | Start migrations | Joas Schilling | 2017-07-05 | 4 | -0/+412 |
* | Add command to apply updates to custom themes | Julius Härtl | 2017-07-05 | 1 | -0/+64 |
* | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -6/+2 |
* | Implement skip checkers and log the currently tested app | Morris Jobke | 2017-05-16 | 1 | -1/+4 |
* | Skip the code checking for now | Joas Schilling | 2017-05-16 | 1 | -0/+6 |
* | Check the name length of database items | Joas Schilling | 2017-05-16 | 1 | -0/+13 |
* | Check the syntax of the language file | Joas Schilling | 2017-05-16 | 1 | -0/+10 |
* | Proper logging for appstore updates | Morris Jobke | 2017-05-11 | 1 | -1/+7 |
* | Add console command to migrate the charset | Thomas Müller | 2017-04-28 | 1 | -6/+6 |
* | Do not disable 3rdparty apps on occ upgrade | Morris Jobke | 2017-04-27 | 1 | -7/+3 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -1/+2 |
* | Use false because null crashes the cache | Joas Schilling | 2017-03-26 | 1 | -3/+9 |
* | Make sure blob columns are correctly converted as parameters | Joas Schilling | 2017-03-26 | 1 | -1/+24 |
* | Improve error message of charset convert script and behaviour | Morris Jobke | 2017-03-23 | 1 | -4/+5 |
* | Address comments | Morris Jobke | 2017-03-21 | 1 | -1/+1 |
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2017-03-21 | 1 | -0/+91 |
* | Merge pull request #3952 from nextcloud/downstream-27209 | Morris Jobke | 2017-03-20 | 1 | -0/+26 |
|\ |
|
| * | Log files:scan exception, add InterruptedException | Vincent Petry | 2017-03-20 | 1 | -0/+26 |
* | | Merge pull request #3947 from nextcloud/downstream-27323 | Morris Jobke | 2017-03-20 | 1 | -0/+5 |
|\ \ |
|
| * | | Disable empty password for user::resetpassword command using CLI | Sujith H | 2017-03-20 | 1 | -0/+5 |
| |/ |
|
* | | ownC -> Nextc | Morris Jobke | 2017-03-19 | 1 | -1/+1 |
* | | Update the occ:encrypt-all prompt | Matthew Setter | 2017-03-19 | 1 | -4/+4 |
|/ |
|