aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-022-88/+59
|\
| * fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-012-88/+59
* | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-021-2/+9
* | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-022-1/+77
|\ \ | |/ |/|
| * feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-302-1/+77
* | fix: make federation address book sync work with allow_local_remote_servers =...Daniel Kesselberg2024-10-011-10/+36
|/
* feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r...Ferdinand Thiessen2024-09-283-0/+165
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-2016-39/+39
* Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-191-2/+2
|\
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-191-2/+2
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1964-105/+139
|/
* fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
* fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-175-15/+20
* fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-171-6/+4
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-6/+8
* Merge pull request #47947 from nextcloud/feat/make-setup-check-trait-publicJoas Schilling2024-09-161-1/+1
|\
| * feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-161-1/+1
* | Merge pull request #47924 from ldidry/catch-MaxInstancesExceededExceptionJoas Schilling2024-09-161-16/+31
|\ \ | |/ |/|
| * fix(dav): catch `MaxInstancesExceededException` on calendar eventsLuc Didry2024-09-161-16/+31
* | Merge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-intAnna2024-09-161-1/+1
|\ \
| * | fix(dav): cast content length to intergerfix/dav-cast-content-lenght-to-intAnna Larch2024-09-151-1/+1
| |/
* | Merge pull request #48030 from nextcloud/fix/dav-cast-params-to-stringJohn Molakvoæ2024-09-161-1/+1
|\ \
| * | fix(dav): cast parameters to stringfix/dav-cast-params-to-stringAnna Larch2024-09-151-1/+1
| |/
* | Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-intAnna2024-09-161-1/+1
|\ \
| * | fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-intAnna Larch2024-09-151-1/+1
| |/
* | Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-161-15/+15
|\ \
| * | refactor: Use the elvis operatorChristoph Wurst2024-09-151-15/+15
* | | Merge pull request #48045 from nextcloud/fix/add-function-type-for-mimetype-s...Kate2024-09-151-1/+1
|\ \ \ | |/ / |/| |
| * | fix(dav): set string type for sanitizeMtimefix/add-function-type-for-mimetype-sanitizerAnna Larch2024-09-151-1/+1
| |/
* / feat(caldav): create subscriptions via occfeat/add-subscription-via-occAnna Larch2024-09-151-0/+78
|/
* Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circlesRichard Steinmetz2024-09-101-1/+1
|\
| * fix(dav): also allow unsharing of circle sharesAnna Larch2024-09-051-1/+1
* | fix: Adjust unit tests and protect against XSSFerdinand Thiessen2024-09-064-11/+27
* | fix(dav): Update 403 error messageCamila2024-09-061-1/+2
* | chore: adjust code to adhere to coding standardAnna Larch2024-09-0514-56/+56
|/
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-053-46/+48
* fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+1
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-283-42/+82
* fix: make preload custom proterties sharding compatibleRobin Appelman2024-08-281-9/+9
* Merge pull request #47495 from nextcloud/artonge/dept/delegat_is_encrypted_to...Louis2024-08-271-6/+0
|\
| * feat: Delegate is-encrypted handling to the e2ee appLouis Chemineau2024-08-261-6/+0
* | fix(dav): Allow apps to get unshares for DAV resourcesJoas Schilling2024-08-262-5/+22
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2595-322/+322
* fix(caldav): limit property lengthAnna Larch2024-08-221-1/+1
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-201-1/+1
* Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-...Richard Steinmetz2024-08-143-172/+323
|\
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-133-172/+323