summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+14
|\
| * Add F-DroidHouraisanNEET2021-07-041-0/+14
| | | | | | | | Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
* | Fix default product name for old themesMorris Jobke2021-06-161-0/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-0/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-3/+3
| | | | | | | Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+2
| | | | | | | | | | | | | | | 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>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+334
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>