summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-11-232-30/+290
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Update composer autoloaderCarl Schwan2022-11-222-4/+17
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-11-212-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Apply the same fix as on beforeCopy on beforeMoveCôme Chilliet2022-11-171-1/+5
| | | | | | Let’s be safe Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix dirname usageRobin Appelman2022-11-171-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix psalm issuesCôme Chilliet2022-11-171-0/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Check quota on file copyCôme Chilliet2022-11-171-1/+22
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-162-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix CalDavSettings specJohn Molakvoæ2022-11-151-20/+20
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-157-16/+14
|\ | | | | Fix dynamic properties and other problems in tests for PHP 8.2
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-147-16/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-142-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix duplicate event email notificationsRichard Steinmetz2022-11-0411-18/+214
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst2022-11-031-9/+6
|\ | | | | Move iMIP to its own interface
| * Move iMIP to it's own interfaceAnna Larch2022-11-031-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and clean up the code a bit. Added: - author Removed: - unused imports Changed: - moved iMIP handling to new interface - pointed code to new implementation Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Switch to DisplayNameCache for CardDAVAnna Larch2022-11-032-16/+2
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Switch to DisplayNameCache for CalDAVAnna Larch2022-11-034-35/+5
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-022-0/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31064 from nextcloud/prune-calendar-changesChristoph Wurst2022-10-2810-1/+272
|\ | | | | Add a background job to prune outdated sync tokens
| * Add a background job to prune outdated sync tokensThomas Citharel2022-10-2710-1/+272
| | | | | | | | | | | | | | | | We remove all outdated sync tokens, based on their auto-incremented ID. By default we only keep the last 10 000, but this can be configurable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2022-10-282-0/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-262-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34626 from ↵Christoph Wurst2022-10-243-1/+8
|\ | | | | | | | | nextcloud/enhancement/rename-personal-groupware-settings-section-availability Rename personal Groupware settings section to "Availability"
| * Rename personal Groupware settings section to "Availability"Christoph Wurst2022-10-173-1/+8
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2022-10-242-0/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry2022-10-211-0/+17
|\ \ | | | | | | WebDAV - use file/folder name for dav:displayname
| * | WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
| | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* | | Merge pull request #34563 from nextcloud/debt/noid/carddav-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \ \ | | | | | | | | Fix TooManyArguments warning for carddav.php
| * | | Fix TooManyArguments warning for carddav.phpDaniel Kesselberg2022-10-161-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \ \ | |/ / |/| | Fix TooManyArguments for FakeLockerPlugin
| * | Fix TooManyArguments for FakeLockerPluginDaniel Kesselberg2022-10-141-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #34471 from starypatyk/dav_read_share_notesVincent Petry2022-10-141-15/+11
|\ \ \ | |/ / |/| | Reduce number of database queries during WebDAV propfind request
| * | Review comment - remove redundant empty() callDariusz Olszewski2022-10-101-1/+1
| | | | | | | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
| * | Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-15/+11
| |/ | | | | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* / [tx-robot] updated from transifexNextcloud bot2022-10-112-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-readsChristoph Wurst2022-10-061-20/+29
|\ | | | | Fix causal reads in CalDAV backend
| * Fix causal reads in CalDAV backendChristoph Wurst2022-10-031-20/+29
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2022-10-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-10-052-0/+34
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-041-0/+7
|\ \ | | | | | | Add isDeleted to OCP\Calendar\ICalendar
| * | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+7
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* / Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #34388 from ↵Anna2022-10-032-0/+9
|\ | | | | | | | | sylvainmetayer/feat_2464_exclude_contact_from_birthday_calendar feat(contacts): exclude contact from birthday calendar
| * feat: add tests casesSylvain2022-10-021-0/+3
| | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
| * fix: define exclusion key as constantSylvain2022-10-021-2/+3
| | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
| * feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
| | | | | | | | Signed-off-by: Sylvain <git@sylvain.dev>
* | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-032-19/+40
|\ \ | | | | | | Remove the loop of calendars when only one is needed