aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* feat(dav): increase default calendar subscription refresh rate to one daydav-webcal-default-refresh-rateThomas Citharel2024-11-201-1/+1
* Merge pull request #48833 from nextcloud/fix/issue-48732-exdate-rdate-propert...Richard Steinmetz2024-11-152-7/+447
|\
| * fix: RDATE and EXDATE property instancesfix/issue-48732-exdate-rdate-property-instancesSebastianKrupinski2024-10-212-7/+447
* | fix: use invokePrivate for testfix/use-invokeprivate-for-testSebastianKrupinski2024-11-141-21/+16
* | feat: mail provider settingsfeat/mail-provider-settingsSebastianKrupinski2024-11-121-10/+117
* | feat: Add X-NC-Disable-Scheduling property to allow skipping schedulingSebastianKrupinski2024-11-111-0/+19
* | ci: Skip currently PHP 8.4 incompatible testci/noid/php-8.4Joas Schilling2024-11-081-0/+4
* | feat(dav): add systemtag object IDs listingskjnldsv2024-10-292-2/+23
* | Merge pull request #48790 from nextcloud/refactor/apps/constructor-property-p...Kate2024-10-2218-55/+40
|\ \
| * | refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2118-55/+40
| |/
* / fix: override iTip Broker to fix several issuesfix/overide-itip-brokerSebastianKrupinski2024-10-211-0/+183
|/
* feat: configurable request timeout for carddav syncPablo Zmdl2024-10-171-3/+9
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1535-169/+219
* refactor(dav): Add Storage parameter strong typesprovokateurin2024-10-071-0/+8
* Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-021-20/+7
|\
| * fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-011-20/+7
* | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-021-2/+2
* | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-021-0/+110
|\ \ | |/ |/|
| * feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-301-0/+110
* | fix: make federation address book sync work with allow_local_remote_servers =...Daniel Kesselberg2024-10-011-0/+55
|/
* test: Fix IStorage return typesprovokateurin2024-09-261-2/+2
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-3/+3
* chore: Get rid of travis in DAV appchore/remove-travisFerdinand Thiessen2024-09-1910-24/+148
* Merge pull request #47399 from nextcloud/fix/47275/driverExceptionHamza2024-09-191-6/+8
|\
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-191-6/+8
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1911-255/+255
|/
* test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+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-162-7/+7
* 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
* | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-1611-41/+41
|\ \
| * | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1511-41/+41
| |/
* / test(dav): imip service test expects integers for last occurencefix/imip-test-expects-integerAnna Larch2024-09-151-14/+14
|/
* fix: Adjust unit tests and protect against XSSFerdinand Thiessen2024-09-061-9/+45
* fix(dav): Update 403 error messageCamila2024-09-061-6/+14
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-4/+4
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-282-157/+177
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2540-236/+236
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-202-3/+7
* Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-...Richard Steinmetz2024-08-142-254/+393
|\
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-132-254/+393
* | Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-apiChristoph Wurst2024-08-142-0/+163
|\ \
| * | feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-132-0/+163
| |/
* / fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-131-1/+1
|/
* fix: handle-duplicate-reminderhamza2212024-08-131-2/+2
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-122-6/+13
* fix(caldav): test for null and blank valueSebastianKrupinski2024-08-071-1/+28
* Merge pull request #46623 from nextcloud/fix/issue-44127Sebastian Krupinski2024-08-072-10/+109
|\
| * fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-012-10/+109