summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Search
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+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-058-8/+19
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-228-11/+19
| | | | | | | | | | | * 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>
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-262-2/+2
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change @georgehrke's emailMorris Jobke2017-11-068-8/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-068-64/+81
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix comparisons in the dav appJoas Schilling2017-08-011-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* require at least one param or prop filter elementGeorg Ehrke2017-04-251-1/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* unit test CalDAV Search PluginGeorg Ehrke2017-04-252-10/+10
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* remove unused CalendarSearchValidatorGeorg Ehrke2017-04-241-102/+0
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-249-0/+702
Signed-off-by: Georg Ehrke <developer@georgehrke.com>