summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-292-31/+3
* Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdavSimon L2022-11-281-1/+1
|\
| * minimum desktop client that is supported is 2.3.0Matthieu Gallien2022-11-251-1/+1
* | Merge pull request #34849 from nextcloud/feat/hint-about-no-access-reasonsCarl Schwan2022-11-251-1/+5
|\ \ | |/ |/|
| * Use public IAppManager instead of OC_AppCarl Schwan2022-11-231-1/+1
| * Add an hint about reasons why files can't be accessedCarl Schwan2022-10-271-1/+5
* | Do not check quota for non NodeLouis Chemineau2022-11-241-3/+3
* | Apply the same fix as on beforeCopy on beforeMoveCôme Chilliet2022-11-171-1/+5
* | fix dirname usageRobin Appelman2022-11-171-1/+5
* | Fix psalm issuesCôme Chilliet2022-11-171-0/+6
* | Check quota on file copyCôme Chilliet2022-11-171-1/+22
* | Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-151-1/+0
|\ \
| * | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-1/+0
* | | Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
|/ /
* | Fix duplicate event email notificationsRichard Steinmetz2022-11-047-13/+89
* | Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst2022-11-031-9/+6
|\ \
| * | Move iMIP to it's own interfaceAnna Larch2022-11-031-9/+6
* | | Switch to DisplayNameCache for CardDAVAnna Larch2022-11-032-16/+2
* | | Switch to DisplayNameCache for CalDAVAnna Larch2022-11-033-30/+3
|/ /
* / Add a background job to prune outdated sync tokensThomas Citharel2022-10-273-0/+92
|/
* Merge pull request #34626 from nextcloud/enhancement/rename-personal-groupwar...Christoph Wurst2022-10-241-1/+1
|\
| * Rename personal Groupware settings section to "Availability"Christoph Wurst2022-10-171-1/+1
* | Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry2022-10-211-0/+17
|\ \
| * | WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
* | | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix TooManyArguments for FakeLockerPluginDaniel Kesselberg2022-10-141-1/+1
| |/
* | Review comment - remove redundant empty() callDariusz Olszewski2022-10-101-1/+1
* | Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-15/+11
|/
* Merge pull request #34415 from nextcloud/fix/caldav-backend-causal-readsChristoph Wurst2022-10-061-20/+29
|\
| * Fix causal reads in CalDAV backendChristoph Wurst2022-10-031-20/+29
* | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-041-0/+7
|\ \
| * | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+7
| |/
* / Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
|/
* Merge pull request #34388 from sylvainmetayer/feat_2464_exclude_contact_from_...Anna2022-10-031-0/+6
|\
| * fix: define exclusion key as constantSylvain2022-10-021-2/+3
| * feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
* | Merge pull request #33608 from nextcloud/perf/improve-getCalendarsForUsersblizzz2022-10-031-1/+10
|\ \
| * | Remove the loop of calendars when only one is neededAnna Larch2022-10-011-1/+10
* | | Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-19/+13
| |/ |/|
* | Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-011-1/+3
|\ \
| * | Add logging to federationAnna Larch2022-07-271-1/+3
* | | Merge pull request #33450 from sazanof/bug/base64-card-dav-searchblizzz2022-10-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Add URI type to VCardMikhail Sazanov2022-08-031-1/+1
* | | Merge pull request #33964 from nextcloud/search-limit-operatorsVincent Petry2022-09-151-0/+27
|\ \ \
| * | | add a limit to the amount of operators a client can add to a search queryRobin Appelman2022-09-081-0/+27
* | | | Do not output a warning when a file is not foundCôme Chilliet2022-09-121-6/+1
|/ / /
* | | Fix typos in apps/ subdirectoryluz paz2022-09-052-2/+2
* | | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-304-45/+31
|\ \ \
| * | | Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-302-5/+6
| * | | Flip bulkupload.enabled default value to trueCôme Chilliet2022-08-291-1/+1