aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-144-2/+76
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-134-14/+50
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-112-10/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-102-0/+132
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-091-6/+10
* Merge pull request #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-082-1/+9
|\
| * refactor(dav): Add Storage parameter strong typesprovokateurin2024-10-072-1/+9
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
|/
* Merge pull request #48438 from nextcloud/fix/bring-back-zip-eventFerdinand Thiessen2024-10-073-43/+45
|\
| * fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-eventFerdinand Thiessen2024-09-293-43/+45
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-042-12/+12
* | Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-023-108/+66
|\ \
| * | fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-013-108/+66
* | | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-022-4/+11
* | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-026-1/+190
|\ \ \
| * | | feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-306-1/+190
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-022-0/+2
| |/ / |/| |
* | | fix: make federation address book sync work with allow_local_remote_servers =...Daniel Kesselberg2024-10-012-10/+91
|/ /
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-292-0/+22
|/
* feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r...Ferdinand Thiessen2024-09-285-0/+167
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-282-0/+2
* test: Fix IStorage return typesprovokateurin2024-09-261-2/+2
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-2317-42/+42
|\
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-2017-42/+42
* | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-232-15894/+21
|\ \ | |/ |/|
| * test: fix ContactsMigratorTestbugfix/noid/run-all-unit-testsAnna Larch2024-09-192-15894/+21
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-202-0/+2
* | chore: Get rid of travis in DAV appchore/remove-travisFerdinand Thiessen2024-09-1969-41/+26
* | Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-192-8/+10
|\ \ | |/ |/|
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-192-8/+10
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1975-360/+394
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-194-0/+16
* fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
* test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-184-0/+4
* Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-181-1/+0
|\
| * fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1816-4/+18
|/
* 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(l10n): Update translations from TransifexNextcloud bot2024-09-172-0/+2
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-8/+2
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-163-13/+15
* 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 #48044 from nextcloud/fix/cast-node-names-to-stringJohn Molakvoæ2024-09-161-2/+2
|\ \
| * | test: cast node name and data to stringfix/cast-node-names-to-stringAnna Larch2024-09-151-2/+2