summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Test metadata equalityChristopher Ng2022-03-311-4/+6
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Integration testsChristopher Ng2022-03-305-0/+41670
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Move calendar test asset filesChristopher Ng2022-03-3014-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-071-2/+5
|\ \ | | | | | | Add X-Accel-Buffering header to downloads
| * | Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-2/+5
| | | | | | | | | | | | Signed-off-by: Unpublished <unpublished@gmx.net>
* | | use existing node in SharesPluginRobin Appelman2022-04-064-47/+80
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31734 from nextcloud/dav-quota-dont-queryRobin Appelman2022-04-041-8/+0
|\ \ \ | |_|/ |/| | dont re-query fileinfo when getting dav quota
| * | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-8/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-4/+4
|\ \ \ | | | | | | | | Migrate from ILogger to LoggerInterface in lib/private
| * | | Prepare for ILogger drop in RootCollectionTestCôme Chilliet2022-03-241-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix more ILogger related problems from testsCôme Chilliet2022-03-241-1/+1
| |/ / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / / Also comment out in testJoas Schilling2022-03-281-1/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-12/+12
|\ \ | | | | | | Extract request id handling to dedicated class so it can be injected without DB dependency
| * | Fix testsJoas Schilling2022-02-231-12/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.Daniel Teichmann2022-03-211-1/+3
| | | | | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* | | Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann2022-03-211-1/+7
| | | | | | | | | | | | Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
* | | Fix link to calendar user docs in groupware settingsThomas Citharel2022-03-181-5/+18
| | | | | | | | | | | | | | | | | | | | | Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Move calendar objects between calendars instead of deleting and recreating themAnna Larch2022-03-168-58/+107
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal2022-03-1014-0/+743
|\ \ \
| * | | Improve error handling and output messagesChristopher Ng2022-03-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Minor updatesChristopher Ng2022-03-021-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Integrate migratorChristopher Ng2022-03-021-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | Integration testsChristopher Ng2022-03-0214-0/+739
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / adjust tests to new fs setupRobin Appelman2022-03-041-5/+4
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Mark DAV background jobs as time sensitive/insensitiveChristoph Wurst2022-02-225-20/+60
| | | | | | | | | | | | | | * As a bonus they are now all using OCP base classes * Strict typing is now enforced Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix affected unit testVitor Mattos2022-01-211-0/+1
|/ | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #29948 from nextcloud/enh/webdav-creationdateJohn Molakvoæ2021-12-281-1/+14
|\
| * Expose DAV:creationdate for propfind/proppatchJulius Härtl2021-11-291-1/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Prevent writing invalid mtimeJohn Molakvoæ2021-12-072-14/+58
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix dav application tests and code for PHP 8.1Côme Chilliet2021-11-231-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #28997 from nextcloud/fix/set-attendee-as-recipientJohn Molakvoæ2021-10-221-24/+73
|\
| * Update attendence for external usersDaniel Kesselberg2021-10-081-24/+73
| | | | | | | | | | | | | | For local users it's possible to select their calendar via the principal url and first update their own attendance status. External users have no calendar event hence the recipient is the organizer. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Clean BulkUpload pluginLouis Chemineau2021-10-168-1361/+313
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Add benchmark testsLouis Chemineau2021-10-157-231/+174
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Add BulkUpload DAV pluginLouis Chemineau2021-10-157-0/+1578
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix default language detection for calendar notificationsChristoph Wurst2021-10-131-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #28716 from nextcloud/add-orphan-subscriptions-repair-taskszaimen2021-09-131-0/+169
|\ | | | | Add repair job to delete calendar subscriptions that were orphaned when deleting an user
| * Add repair job to delete calendar subscriptions that were orphaned whenThomas Citharel2021-09-041-0/+169
| | | | | | | | | | | | | | | | deleteding an user Follow-up to https://github.com/nextcloud/server/pull/28419 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | use specific email getter where necessaryArthur Schiwon2021-09-091-17/+17
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #28419 from ↵Christoph Wurst2021-08-311-22/+27
|\ | | | | | | | | nextcloud/bug/28419/delete-calendar-subscriptions-when-deleting-user Delete calendar subscriptions as well when deleting user
| * Delete calendar subscriptions as well when deleting userThomas Citharel2021-08-131-22/+27
| | | | | | | | | | | | Closes #28418 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Improve PrincipalTest test fileThomas Citharel2021-08-161-56/+58
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Expose user language through DAVThomas Citharel2021-08-163-1/+32
|/ | | | | | | | | Introduces the '{http://nextcloud.com/ns}language' prop that gives the user's language Closes #28449 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-222-17/+16
| | | | | | | | For old android versions it could happen that the requests are performed with a login name instead of the actual user id, so before this change the property methods used the wrong value for fetching their information Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-081-1/+1
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Merge pull request #17148 from ↵Joas Schilling2021-07-021-6/+38
|\ | | | | | | | | nextcloud/always-provide-color-to-default-personal-calendar Always provide theme color for default personal calendar
| * Make default calendar only contain VEVENTSThomas Citharel2021-06-251-2/+4
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Always provide theme color for default personal calendarThomas Citharel2021-06-251-6/+36
| | | | | | | | | | | | Before this calendar-color wasn't defined for default calendar Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #27488 from msrn/win10cal-useragentJulius Härtl2021-06-291-2/+2
|\ \ | |/ |/| Add regex to match Windows 10 calendar user-agent