aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+6
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-012-2/+5
* Merge pull request #36380 from nextcloud/fix/caldav/reminder-service-nullable...Christoph Wurst2023-01-271-1/+0
|\
| * fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
* | fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
|/
* Merge pull request #36260 from nextcloud/bugfix/noid/fix-user-availability-se...Joas Schilling2023-01-231-1/+1
|\
| * Fix WHERE condition when selecting user's availability for the status automationJoas Schilling2023-01-201-1/+1
* | Merge pull request #36254 from nextcloud/chore/dav/throw-json-encode-decodeChristoph Wurst2023-01-237-12/+12
|\ \
| * | chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-197-12/+12
| |/
* / chore(dav): Remove useless var tagChristoph Wurst2023-01-191-3/+0
|/
* fix(dav): catch MaxInstancesExceedeException for recurring events without end...Anna Larch2023-01-181-34/+39
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-3/+7
* Revert "Fix sync errors for duplicate cards with the same UID for different b...Christopher Ng2023-01-132-4/+2
* Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycleJohn Molakvoæ2023-01-051-1/+1
|\
| * Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-051-1/+1
* | Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-052-2/+4
|/
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-043-6/+15
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-031-2/+2
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-231-0/+2
* | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-032-14/+11
|\ \
| * | Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-022-14/+11
* | | 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
|/ / /