aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Server.php
Commit message (Expand)AuthorAgeFilesLines
* feat: mail provider backendSebastianKrupinski2024-07-231-1/+2
* Merge pull request #45667 from nextcloud/fix/caldav/strict-default-calendar-c...Richard Steinmetz2024-07-231-2/+4
|\
| * fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-2/+4
* | fix(dav): Call Sabre server startChristoph Wurst2024-07-221-1/+1
|/
* fix(caldav): limit vevent sizeSebastianKrupinski2024-07-041-0/+2
* fix(carddav): limit vcard sizeSebastianKrupinski2024-07-041-0/+2
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-2/+4
* Merge pull request #44664 from nextcloud/fix/dav/rate-limit-create-adress-bookHamza2024-05-281-0/+3
|\
| * fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-271-0/+3
* | chore: Add SPDX headerAndy Scherzinger2024-05-271-33/+3
|/
* fix(caldav): Use userSession instead of userIdSebastianKrupinski2024-04-301-4/+3
* fix(caldav): Do not load IMipPlugin before user auth and session is createdSebastianKrupinski2024-04-291-4/+15
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+1
* fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-271-5/+5
* fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-231-0/+3
* Check share attributes when downloading versionsLouis Chemineau2024-02-211-1/+1
* chore(dav): Remove dead \OCA\DAV\Server::getSabreServerChristoph Wurst2023-12-111-3/+0
* feat(caldav): Create personal event for out-of-office messagesChristoph Wurst2023-11-141-0/+4
* IFilesMetadataMaxence Lange2023-11-071-1/+4
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-171-1/+1
|\
| * Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
* | fix(CalDAV): check birthday calendar ownerAnna Larch2023-09-061-1/+2
* | feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-4/+6
|/
* expose system tags as dav property for filesRobin Appelman2023-04-281-5/+1
* Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-131-0/+2
|\
| * apps/dav: add some OSX specific quirks.Claus-Justus Heine2023-03-071-0/+2
* | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-0/+3
|/
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-041-1/+1
* Added parameter to disallow calendar subscription via linkPawel Boguslawski2022-11-021-1/+4
* Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-291-1/+4
* Fix view-only code after code review commentsVincent Petry2022-07-281-1/+1
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+6
* Cleanup davCarl Schwan2022-05-051-2/+1
* remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier2022-05-041-1/+1
* Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-11/+10
* Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-041-0/+2
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-311-0/+2
* | Add a built-in profiler inside NextcloudCarl Schwan2022-04-041-10/+21
|/
* Add logging around dav execJulius Härtl2022-02-281-0/+5
* Remove setting defaultUsernamePath dynamicallyThomas Citharel2022-02-141-1/+0
* send request id in response headerRobin Appelman2022-02-011-0/+2
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-011-2/+0
* Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-011-0/+2
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-231-0/+2
* | Clean BulkUpload pluginLouis Chemineau2021-10-161-4/+4
* | Add BulkUpload DAV pluginLouis Chemineau2021-10-151-0/+6
|/
* Merge pull request #28084 from nextcloud/bugfix/noid/dav-user-idJohn Molakvoæ2021-07-231-0/+1
|\
| * Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-221-0/+1
* | QuotaPlugin expect 1 parameterDaniel Kesselberg2021-07-211-1/+1
|/