aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* ci: Skip currently PHP 8.4 incompatible testci/noid/php-8.4Joas Schilling2024-11-081-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(dav): add systemtag object IDs listingskjnldsv2024-10-292-2/+23
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #48790 from ↵Kate2024-10-2218-55/+40
|\ | | | | | | nextcloud/refactor/apps/constructor-property-promotion
| * refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2118-55/+40
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: override iTip Broker to fix several issuesfix/overide-itip-brokerSebastianKrupinski2024-10-211-0/+183
|/ | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* feat: configurable request timeout for carddav syncPablo Zmdl2024-10-171-3/+9
| | | | | | | | Big federated setups may need a longer timeout, which they now can configure. Signed-off-by: Pablo Zmdl <pablo@nextcloud.com> Co-authored-by: Josh <josh.t.richards@gmail.com>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1535-169/+219
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* refactor(dav): Add Storage parameter strong typesprovokateurin2024-10-071-0/+8
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middlewareAnna2024-10-021-20/+7
|\ | | | | fix(caldav): add missing handlers
| * fix(caldav): add missing handlersfix/webcal-subscription-jobs-middlewareAnna Larch2024-10-011-20/+7
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-datesescoand2024-10-021-2/+2
| | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com>
* | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-commandAnna2024-10-021-0/+110
|\ \ | |/ |/| feat(carddav): add command to list address books
| * feat(carddav): add command to list address booksfeat/add-addressbook-list-commandAnna Larch2024-09-301-0/+110
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | fix: make federation address book sync work with allow_local_remote_servers ↵Daniel Kesselberg2024-10-011-0/+55
|/ | | | | | | | = false Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* 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-231-3/+3
|\ | | | | Add rector config
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-3/+3
| | | | | | | | 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>
* | 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-191-6/+8
|\ \ | |/ |/| fix: expand select and group by for calendar reminder backend
| * fix: expand select and group by for calandar reminder backendfix/47275/driverExceptionHamza Mahjoubi2024-09-191-6/+8
| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1911-255/+255
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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-162-7/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* 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 #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>
* / 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>
* fix: Adjust unit tests and protect against XSSFerdinand Thiessen2024-09-061-9/+45
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Update 403 error messageCamila2024-09-061-6/+14
| | | | | | | | * The user should get a more friendly warning when their desktop client version is not supported anymore by the server. See #nextcloud/desktop/issues/6273 * Update BlockLegacyClientPluginTest to reflect the new 403 error message. Signed-off-by: Camila Ayres <hello@camilasan.com>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-052-5/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-282-157/+177
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2540-236/+236
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(caldav): allow renaming of birthday calendarsAnna Larch2024-08-202-3/+7
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #46723 from ↵Richard Steinmetz2024-08-142-254/+393
|\ | | | | | | | | nextcloud/feat/add-delta-sync-to-subscription-calendars feat(webcal): only update modified and deleted events from webcal calendars
| * feat(webcal): only update modified and deleted events from webcal calendarsAnna Larch2024-08-132-254/+393
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-apiChristoph Wurst2024-08-142-0/+163
|\ \ | | | | | | feat(dav): Add an API for upcoming events
| * | feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-132-0/+163
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / fix(caldav): allow VJOURNAL if no supported component set is specifiedRichard Steinmetz2024-08-131-1/+1
|/ | | | | | This is mandated by the RFCs. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: handle-duplicate-reminderhamza2212024-08-131-2/+2
| | | | Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-122-6/+13
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(caldav): test for null and blank valueSebastianKrupinski2024-08-071-1/+28
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #46623 from nextcloud/fix/issue-44127Sebastian Krupinski2024-08-072-10/+109
|\ | | | | fix(caldav): fixed initial sync and double processing
| * fix(caldav): fixed initial sync and double processingSebastianKrupinski2024-08-012-10/+109
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | fix(caldav): Add sharee to address list when calendar is sharedSebastianKrupinski2024-08-061-31/+370
| | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | test: don't reuse the query builder for multiple tables in CardDavBackendTestRobin Appelman2024-08-021-0/+5
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: mail provider backendSebastianKrupinski2024-07-231-5/+131
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>