aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+1
|/ /
* / Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-292-27/+20
|/
* Remove comment and guests option from Invitations UIAnna Larch2022-12-201-17/+2
* Fix parameter type for EntityCollection::setReadMarker in comments appCôme Chilliet2022-12-191-5/+2
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-31/+3
|\
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-292-31/+3
* | Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-058-18/+64
|\ \
| * \ Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflictSimon L2022-12-031-1/+13
| |\ \
| | * | compare cached filesize on downloadMaxence Lange2022-12-011-1/+13
| * | | Merge pull request #34920 from ibpl/master-IB#1126265Simon L2022-12-031-1/+4
| |\ \ \ | | |/ / | |/| |
| | * | Added parameter to disallow calendar subscription via linkPawel Boguslawski2022-11-021-1/+4
| * | | Merge pull request #35426 from nextcloud/cleanup/contactintegrationCarl Schwan2022-11-301-9/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Cleanup contactsinteractionCarl Schwan2022-11-251-9/+2
| * | | 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
| |/ / /
* | | | Improve typing on new methodsCôme Chilliet2022-12-052-8/+6
* | | | Attempt to fix CalendarImpl testsJulius Härtl2022-11-092-7/+15
|/ / /
* | | 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