summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Fix some RedundantCast in dav codeRoeland Jago Douma2021-02-151-1/+1
| | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-23/+22
| | | | | | | | | | | | | | | 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>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix hostname given in Apple config fileNils Wittenbrink2020-02-281-1/+1
| | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* Update license headersChristoph Wurst2019-12-052-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix theming defaults injection if theming app is disabledMorris Jobke2019-01-311-5/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add Apple Provisioning profileGeorg Ehrke2019-01-302-0/+360
Signed-off-by: Georg Ehrke <developer@georgehrke.com>