aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/RepairInvalidShares.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
| | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* cleanup old and not needed repair steps to speed up the updateMorris Jobke2017-02-221-45/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the new expressionJoas Schilling2017-01-051-10/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version to NextcloudLukas Reschke2017-01-051-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add repair step to fix file share permissionsVincent Petry2017-01-051-0/+33
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Repair step to adjust link share delete permissionsVincent Petry2016-06-241-0/+23
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new ↵Thomas Müller2016-04-251-15/+12
| | | | interface - refs #24198
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-211-0/+121