summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair
Commit message (Expand)AuthorAgeFilesLines
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-211-4/+7
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-204-0/+12
* Fix invalid path repair step not getting all invalid entriesRobin Appelman2017-07-181-1/+1
* Merge pull request #5715 from nextcloud/master-5655Morris Jobke2017-07-131-25/+66
|\
| * chunk getting invalid paths and reuse queriesRobin Appelman2017-07-131-27/+61
| * use a generator instead of fetching all rows at onceRobin Appelman2017-07-131-2/+9
* | Don't throw an error when the table doesn't existJoas Schilling2017-07-121-0/+3
|/
* Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-061-0/+129
|\
| * adjust to moved repair stepRobin Appelman2017-06-291-1/+5
| * Run repair step only onceMorris Jobke2017-06-221-3/+7
| * Add repair step for invalid pathsRobin Appelman2017-06-211-0/+121
* | added kml, kmz, tcx types as well while at itArthur Schiwon2017-06-141-1/+4
* | add geospatial mime types repair stepArthur Schiwon2017-06-141-0/+12
|/
* Copy avatars to the new locationJoas Schilling2017-05-181-14/+56
* We want to see 1 in 100 messages, not all but the 100thJoas Schilling2017-05-181-1/+1
* Add some more castingJoas Schilling2017-05-181-4/+4
* Avoid problems for some DBs by removing the table completlyJoas Schilling2017-05-181-4/+2
* Add a migration step to save the data from the accounts table before migratingJoas Schilling2017-05-181-0/+178
* Add tests for repairstepLukas Reschke2017-04-261-1/+1
* Add app bundlesLukas Reschke2017-04-261-0/+78
* Add repair steps for new image mime typesStefan Weil2017-04-251-0/+13
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* fix whitespace in cleantagsRobin Appelman2017-03-301-1/+1
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-211-6/+32
* Namespace and array syntax fixesMorris Jobke2017-03-191-1/+1
* Fix DIJoas Schilling2017-03-031-1/+2
* Execute UpdateLanguageCode only onceMorris Jobke2017-03-021-1/+14
* Fix table name and add a test for more than 1 entriesJoas Schilling2017-03-021-1/+1
* Change language code for languages with only one translationMorris Jobke2017-03-011-0/+75
* cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-2214-1481/+0
* Remove unneeded UpdateCertificateStore.Morris Jobke2017-02-221-90/+0
* Recognize .bat and .cmd filesJoas Schilling2017-02-101-0/+14
* Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\
| * Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* | remote now unneeded AvatarPermissions repair stepRobin Appelman2017-01-261-116/+0
|/
* Change the row-format before changing the collationJoas Schilling2017-01-121-0/+12
* Use the new expressionJoas Schilling2017-01-051-10/+1
* Adjust version to NextcloudLukas Reschke2017-01-051-1/+1
* Add repair step to fix file share permissionsVincent Petry2017-01-051-0/+33
* Remove obsolete RepairLegacyStorages repair stepVincent Petry2016-12-191-257/+0
* Add a repair step to fix broken mountsJoas Schilling2016-12-131-0/+78
* Fixed correct filename of MoveAvatarsBackgroundJobRoeland Jago Douma2016-12-131-0/+0
* Merge pull request #2405 from nextcloud/add-avatar-job-onceRoeland Jago Douma2016-11-301-8/+16
|\
| * Execute MoveAvatars repair step only onceMorris Jobke2016-11-291-8/+16
* | Add test if repair step is already doneRoeland Jago Douma2016-11-191-4/+14
* | Adds background job to cleanup all previews.Roeland Jago Douma2016-11-192-0/+184
|/
* Use callForSeenUsers for avatar migrationMorris Jobke2016-10-281-24/+22
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-37/+3
* Ignore failures of collation change in the pre update stepJoas Schilling2016-10-191-10/+28