aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/WebcalCaching
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): WebcalCaching-Plugin lintJohn Molakvoæ2024-06-271-1/+1
* feat(dav): add regex to match Gnome and KDE calendar user-agentsVivida2024-06-271-1/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-272-44/+4
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-071-10/+10
* perf(dav): skip non-calendar requests in webcal caching pluginDaniel Kesselberg2024-03-271-0/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* chore(dav): Remove useless var tagChristoph Wurst2023-01-191-3/+0
* Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry2022-06-101-34/+16
|\
| * Increase loglevel of Webcal parsing errors and modernize codeThomas Citharel2022-05-171-34/+16
* | Rename user-agent used by the Webcal Refresh ServiceThomas Citharel2022-05-201-1/+1
|/
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-22/+12
* Add regex to match Windows 10 calendar user-agentMikael Saarinen2021-06-231-1/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-5/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* broaden exception handling on webcal refresheleith2020-09-291-1/+3
* Update license headers for 19Christoph Wurst2020-04-292-0/+3
* Check all remotes for local accessJoas Schilling2020-04-141-38/+15
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-9/+9
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+0
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-301-1/+1
|\
| * Sabre/DAV 4.0: beforeMethod is now beforeMethod:*Georg Ehrke2020-03-271-1/+1
* | Remove unused importsChristoph Wurst2020-03-251-1/+0
|/
* RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-161-3/+11
* Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-101-0/+416
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* cache webcal calendars on serverGeorg Ehrke2018-11-071-0/+145