aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/ResourceBooking
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-273-60/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-18/+18
* Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-4/+4
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-1/+1
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-023-29/+7
* Extend caldav resource searchAnna Larch2021-07-301-37/+113
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-8/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-4/+4
* Add some closure return typesRoeland Jago Douma2021-02-141-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-12/+11
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-053-3/+6
* Some php-cs fixesRoeland Jago Douma2019-11-223-2/+5
* use principaluri instead of userid, allowing to add delegates for rooms and t...Georg Ehrke2019-08-153-37/+33
* Allow to do a principal property search based on metadata keysGeorg Ehrke2019-08-011-1/+73
* provide room / resource properties as principal propertiesGeorg Ehrke2019-08-013-10/+57
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+8
* add correct calendar-user-type to resource and room backendGeorg Ehrke2018-10-223-4/+12
* Shorten resource table names to allow install on oracle againJoas Schilling2018-07-121-1/+1
* apply group restrictions to resourcesGeorg Ehrke2018-06-253-25/+93
* add resource / room principalsGeorg Ehrke2018-06-253-0/+383