aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-224-9/+249
| | | | | | | | | | | Reject calendars that - are subscriptions - are not writable - are shared with a user - are deleted - don't support VEVENTs Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-0/+15
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat: Improve recurrence invitations messagesSebastianKrupinski2024-07-172-137/+2195
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Merge pull request #46510 from nextcloud/feat/info-xml-backendsRichard Steinmetz2024-07-171-1/+19
|\ | | | | feat: hide caldav server settings if no app uses the caldav backend
| * feat: hide caldav server settings if no app uses the caldav backendRichard Steinmetz2024-07-161-1/+19
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | fix(dav): Verify target path in `setName` instead of source pathFerdinand Thiessen2024-07-161-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | refactor: Migrate filename validation logic from `Storage` to ↵Ferdinand Thiessen2024-07-161-3/+4
|/ | | | | | `FilenameValidator` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(caldav): limit vevent sizeSebastianKrupinski2024-07-041-0/+73
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(carddav): limit vcard sizeSebastianKrupinski2024-07-041-0/+73
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* fix(caldav): when message is a reply compare the message sender not the ↵SebastianKrupinski2024-06-252-1/+72
| | | | | | | recipient Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #46002 from nextcloud/debt/noid/use-new-http-clientDaniel2024-06-251-59/+314
|\ | | | | Use guzzle for addressbook federation
| * refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-251-59/+314
| | | | | | | | | | | | The request method is available since 29 and thus we can finally use the modern http client to send the report request for the addressbook sync. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #45532 from nextcloud/feat/publish-resources-room-updateRichard Steinmetz2024-06-251-388/+5
|\ \ | | | | | | feat: implement public OCP api to update resources and rooms