summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/NC14
Commit message (Collapse)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove one time repair steps that have already run when updating to 17Morris Jobke2019-07-081-77/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Suppress potential SQL injection warning as they are false positivesMorris Jobke2018-07-091-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add repair job for pending cron jobsMorris Jobke2018-07-091-0/+74
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add the jobRoeland Jago Douma2018-05-141-0/+48
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>