aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Publishing
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use Http framework where possibleuseHttpFrameworkGit'Fellow2024-12-141-2/+3
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-30/+14
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-5/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-272-44/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-48/+48
* Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-121-1/+1
* Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Fix more psalm issuesCarl Schwan2022-05-161-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-5/+3
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+20
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Remove space between switch case and colonChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-2/+2
* Update license headersChristoph Wurst2019-12-052-2/+5
* Some php-cs fixesRoeland Jago Douma2019-11-222-7/+9
* properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-171-1/+4
* Update license headersMorris Jobke2017-11-062-14/+19
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* fix annotations & copyright headersThomas Citharel2016-09-262-3/+39
* add in same requestThomas Citharel2016-09-261-1/+1
* fix public calendarsThomas Citharel2016-09-261-1/+1
* Use true random string as uri for public calendars - as a result we can no lo...Thomas Müller2016-09-261-10/+4
* add calendarserver-sharing to the list of advertised featuresThomas Citharel2016-09-261-1/+1
* use AllowedSharingModes for can-be-published & can-be-sharedThomas Citharel2016-09-261-2/+3
* fix can-be-publishedThomas Citharel2016-09-261-1/+1
* add can-be-published propertyThomas Citharel2016-09-261-0/+4
* fix some bracket positionsThomas Citharel2016-09-261-14/+7
* fix indent once and for allThomas Citharel2016-09-261-79/+80
* fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-262-157/+141
* Disable OPTIONS handling - done by sabreThomas Müller2016-09-261-1/+1
* correct get published status and minor fixesThomas Citharel2016-09-261-6/+7
* Dirty hack to disable dav plugins on public calendar urlsThomas Citharel2016-09-261-0/+20
* Fix requests for browser plugin as well as for the public calendar root folderThomas Müller2016-09-261-28/+0
* Start work on returning CalDAV published calendarsThomas Citharel2016-09-261-3/+31
* No need to call database twiceThomas Citharel2016-09-261-1/+1
* Use urlgenerator to generate an absolute urlThomas Citharel2016-09-261-7/+32
* Use ressource ID instead of nameThomas Citharel2016-09-261-1/+1
* Fix annotationsThomas Citharel2016-09-261-4/+4
* Remove unnecessary lineThomas Citharel2016-09-261-2/+0
* Fix publish-url property & getPublishStatus() fctThomas Citharel2016-09-262-15/+14
* Make little correctionsThomas Citharel2016-09-262-24/+36
* Proper work on PublishingThomas Citharel2016-09-262-0/+242