| Commit message (Expand) | Author | Age | Files | Lines |
* | check if the user still exists before we try to cleanup the previews | Bjoern Schiessle | 2017-11-14 | 1 | -1/+12 |
* | Merge pull request #7027 from nextcloud/Rello-patch-1 | Morris Jobke | 2017-11-09 | 1 | -5/+22 |
|\ |
|
| * | Add the return which is being used | Joas Schilling | 2017-10-31 | 1 | -6/+9 |
| * | Mapping of m3u, m3u8, pls to audio streams | Rello | 2017-10-31 | 1 | -0/+14 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 12 | -4/+23 |
|/ |
|
* | Add logrote as a default background job | Roeland Jago Douma | 2017-10-24 | 1 | -0/+47 |
* | dont run invalid path repair step when upgrading from 11.0.5.2 and later | Robin Appelman | 2017-10-03 | 1 | -3/+11 |
* | Ask the schema whether the table and column exist | Joas Schilling | 2017-09-08 | 1 | -13/+6 |
* | Merge pull request #6331 from nextcloud/update-repair-step | Morris Jobke | 2017-09-04 | 1 | -2/+2 |
|\ |
|
| * | move repair step to stable12 | Bjoern Schiessle | 2017-09-01 | 1 | -2/+2 |
* | | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla... | Thomas Ebert | 2017-08-31 | 1 | -1/+14 |
|/ |
|
* | Merge pull request #5870 from nextcloud/generate-system-wide-key-pair | Björn Schießle | 2017-08-24 | 1 | -0/+110 |
|\ |
|
| * | add prefix to user and system keys to avoid name collisions | Bjoern Schiessle | 2017-08-10 | 1 | -0/+110 |
* | | Merge pull request #6004 from nextcloud/forward-5902-repair-drop-account-term... | Roeland Jago Douma | 2017-08-10 | 1 | -0/+60 |
|\ \
| |/
|/| |
|
| * | Add a repair step to drop the account_terms table on oc migration | Joas Schilling | 2017-08-07 | 1 | -0/+60 |
* | | Use indexed column path_hash to find the parent | Joas Schilling | 2017-08-09 | 1 | -2/+2 |
|/ |
|
* | Add a method to compare empty strings with an expression | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Fix repair step for oracle... | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Use selectAlias() | Joas Schilling | 2017-08-02 | 1 | -2/+4 |
* | Can not insert auto increment on oracle | Joas Schilling | 2017-08-02 | 1 | -1/+2 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -1/+1 |
* | Also repair storage id's when repairing invalid entries | Robin Appelman | 2017-07-21 | 1 | -4/+7 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 4 | -0/+12 |
* | Fix invalid path repair step not getting all invalid entries | Robin Appelman | 2017-07-18 | 1 | -1/+1 |
* | Merge pull request #5715 from nextcloud/master-5655 | Morris Jobke | 2017-07-13 | 1 | -25/+66 |
|\ |
|
| * | chunk getting invalid paths and reuse queries | Robin Appelman | 2017-07-13 | 1 | -27/+61 |
| * | use a generator instead of fetching all rows at once | Robin Appelman | 2017-07-13 | 1 | -2/+9 |
* | | Don't throw an error when the table doesn't exist | Joas Schilling | 2017-07-12 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #5424 from nextcloud/moveFromCache-from-shared | Morris Jobke | 2017-07-06 | 1 | -0/+129 |
|\ |
|
| * | adjust to moved repair step | Robin Appelman | 2017-06-29 | 1 | -1/+5 |
| * | Run repair step only once | Morris Jobke | 2017-06-22 | 1 | -3/+7 |
| * | Add repair step for invalid paths | Robin Appelman | 2017-06-21 | 1 | -0/+121 |
* | | added kml, kmz, tcx types as well while at it | Arthur Schiwon | 2017-06-14 | 1 | -1/+4 |
* | | add geospatial mime types repair step | Arthur Schiwon | 2017-06-14 | 1 | -0/+12 |
|/ |
|
* | Copy avatars to the new location | Joas Schilling | 2017-05-18 | 1 | -14/+56 |
* | We want to see 1 in 100 messages, not all but the 100th | Joas Schilling | 2017-05-18 | 1 | -1/+1 |
* | Add some more casting | Joas Schilling | 2017-05-18 | 1 | -4/+4 |
* | Avoid problems for some DBs by removing the table completly | Joas Schilling | 2017-05-18 | 1 | -4/+2 |
* | Add a migration step to save the data from the accounts table before migrating | Joas Schilling | 2017-05-18 | 1 | -0/+178 |
* | Add tests for repairstep | Lukas Reschke | 2017-04-26 | 1 | -1/+1 |
* | Add app bundles | Lukas Reschke | 2017-04-26 | 1 | -0/+78 |
* | Add repair steps for new image mime types | Stefan Weil | 2017-04-25 | 1 | -0/+13 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | fix whitespace in cleantags | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2017-03-21 | 1 | -6/+32 |
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -1/+1 |
* | Fix DI | Joas Schilling | 2017-03-03 | 1 | -1/+2 |
* | Execute UpdateLanguageCode only once | Morris Jobke | 2017-03-02 | 1 | -1/+14 |
* | Fix table name and add a test for more than 1 entries | Joas Schilling | 2017-03-02 | 1 | -1/+1 |
* | Change language code for languages with only one translation | Morris Jobke | 2017-03-01 | 1 | -0/+75 |