summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/RemoveLinkShares.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
| | | | | | | | | | | | | | | 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/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)2019-06-111-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Don't notify admins if no potentially over exposing links foundDaniel Kesselberg2019-05-261-7/+7
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Add return typesJoas Schilling2019-04-161-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use the querybuilder for the queriesJoas Schilling2019-04-161-34/+49
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Repair step for link sharesRoeland Jago Douma2019-04-161-0/+221
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>