aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-306-1/+190
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-292-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(dav): New `ZipFolderPlugin` which allows to download folders using GET ↵Ferdinand Thiessen2024-09-285-0/+167
| | | | | | requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-282-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Fix IStorage return typesprovokateurin2024-09-261-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-2317-42/+42
|\ | | | | Add rector config
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-2017-42/+42
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-testsJoas Schilling2024-09-232-15894/+21
|\ \ | |/ |/| fix(tests): Fix test selection and run unit tests of DAV and user_status
| * test: fix ContactsMigratorTestbugfix/noid/run-all-unit-testsAnna Larch2024-09-192-15894/+21
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-202-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Get rid of travis in DAV appchore/remove-travisFerdinand Thiessen2024-09-1969-41/+26
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-192-8/+10
|\ \ | |/ |/| fix: expand select and group by for calendar reminder backend
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-192-8/+10
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1975-360/+394
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-194-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-184-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-181-1/+0
|\ | | | | fix: Drop unnecessary exit
| * fix: Drop unnecessary exitLouis Chemineau2024-09-171-1/+0
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1816-4/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-175-15/+20
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-171-6/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-8/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-163-13/+15
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* 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\CheckServerResponseTrait`
| * feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-161-1/+1
| | | | | | | | | | | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #47924 from ldidry/catch-MaxInstancesExceededExceptionJoas Schilling2024-09-161-16/+31
|\ \ | |/ |/| 🥅 — Catch MaxInstancesExceededException on calendar events
| * fix(dav): catch `MaxInstancesExceededException` on calendar eventsLuc Didry2024-09-161-16/+31
| | | | | | | | Signed-off-by: Luc Didry <luc@didry.org>
* | 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
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #48029 from nextcloud/fix/dav-cast-content-lenght-to-intAnna2024-09-161-1/+1
|\ \ \ | | | | | | | | fix(dav): cast content length to interger
| * | | fix(dav): cast content length to intergerfix/dav-cast-content-lenght-to-intAnna Larch2024-09-151-1/+1
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | 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
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-intAnna2024-09-161-1/+1
|\ \ \ | | | | | | | | fix(filesreport): cast fileId to integer
| * | | fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-intAnna Larch2024-09-151-1/+1
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-161-15/+15
|\ \ \ | | | | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator
| * | | refactor: Use the elvis operatorChristoph Wurst2024-09-151-15/+15
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-1611-41/+41
|\ \ \ \ | | | | | | | | | | refactor: Add void return type to PHPUnit test methods
| * | | | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1511-41/+41
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #48043 from nextcloud/fix/imip-test-expects-integerAnna2024-09-161-14/+14
|\ \ \ \ | | | | | | | | | | test(dav): imip service test expects integers for last occurence
| * | | | test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integerAnna Larch2024-09-151-14/+14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #48045 from ↵Kate2024-09-151-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | nextcloud/fix/add-function-type-for-mimetype-sanitizer
| * | | fix(dav): set string type for sanitizeMtimefix/add-function-type-for-mimetype-sanitizerAnna Larch2024-09-151-1/+1
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / / feat(caldav): create subscriptions via occfeat/add-subscription-via-occAnna Larch2024-09-154-0/+81
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-132-0/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1228-44/+44
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>