aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to Symfony MailerCôme Chilliet2023-02-021-1/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-012-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #36380 from ↵Christoph Wurst2023-01-271-1/+0
|\ | | | | | | | | nextcloud/fix/caldav/reminder-service-nullable-calendar-data fix(caldav): Fix wrong Psalm report for nullable calendar data
| * fix(caldav): Fix wrong Psalm report for nullable calendar dataChristoph Wurst2023-01-261-1/+0
| | | | | | | | | | | | | | | | > Docblock-defined type Sabre\VObject\Component\VCalendar for $vcalendar is never falsy ^ is a lie Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
|/ | | | | | Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #36260 from ↵Joas Schilling2023-01-231-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/fix-user-availability-selection Fix WHERE condition when selecting user's availability for the status…
| * Fix WHERE condition when selecting user's availability for the status automationJoas Schilling2023-01-201-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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 error
| * | chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-197-12/+12
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / chore(dav): Remove useless var tagChristoph Wurst2023-01-191-3/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(dav): catch MaxInstancesExceedeException for recurring events without ↵Anna Larch2023-01-181-34/+39
| | | | | | | | end date Ref https://github.com/nextcloud/calendar/issues/4811 Signed-off-by: Anna Larch <anna@nextcloud.com>
* Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-131-3/+7
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Revert "Fix sync errors for duplicate cards with the same UID for different ↵Christopher Ng2023-01-132-4/+2
| | | | | | | | backends" This reverts commit ddcee3dbab01b4f4fc163c68a54055facfa8af16. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycleJohn Molakvoæ2023-01-051-1/+1
|\ | | | | Hook into sabre event lifecycle for iMip Messages
| * Hook into sabre event lifecycle for iMip MessagesAnna Larch2023-01-051-1/+1
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-052-2/+4
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* [WIP] Add logging to Scheduling PluginAnna Larch2023-01-043-6/+15
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+2
|\ | | | | Adding option to set Auto-Submitted email header
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-031-2/+2
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * Setting Auto-Submitted header for calendar events and new user mailBennet Becker2022-12-231-0/+2
| | | | | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
* | Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-032-14/+11
|\ \ | | | | | | Code fixes from PR 34997
| * | Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-022-14/+11
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+1
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-292-27/+20
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove comment and guests option from Invitations UIAnna Larch2022-12-201-17/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix parameter type for EntityCollection::setReadMarker in comments appCôme Chilliet2022-12-191-5/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-31/+3
|\ | | | | Compute notification parsed subject from rich subject when possible
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-292-31/+3
| | | | | | | | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge branch 'master' into tests/fix-phpunit-warningsCôme Chilliet2022-12-058-18/+64
|\ \ | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * \ Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflictSimon L2022-12-031-1/+13
| |\ \ | | | | | | | | compare cached filesize on download
| | * | compare cached filesize on downloadMaxence Lange2022-12-011-1/+13
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | Merge pull request #34920 from ibpl/master-IB#1126265Simon L2022-12-031-1/+4
| |\ \ \ | | |/ / | |/| | Added parameter to disallow calendar subscription via link
| | * | Added parameter to disallow calendar subscription via linkPawel Boguslawski2022-11-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added calendar application config parameter `dav.allow_calendar_link_subscriptions` to disallow calendar subscription via link (i.e. for internal Nextcloud setups). Use ``` occ config:app:set dav allow_calendar_link_subscriptions --value 'yes' ``` to allow (default if not set) and ``` occ config:app:set dav allow_calendar_link_subscriptions --value 'no' ``` to disallow calendar subscription via link. Author-Change-Id: IB#1126265 Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
| * | | Merge pull request #35426 from nextcloud/cleanup/contactintegrationCarl Schwan2022-11-301-9/+2
| |\ \ \ | | |_|/ | |/| | Cleanup contactsinteraction
| | * | Cleanup contactsinteractionCarl Schwan2022-11-251-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Add more typing and use PHP 7.4 typed properties Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdavSimon L2022-11-281-1/+1
| |\ \ \ | | | | | | | | | | minimum desktop client that is supported is 2.3.0
| | * | | minimum desktop client that is supported is 2.3.0Matthieu Gallien2022-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.3.0 was release on Mar 3, 2017 added support for new chunking algorithm allowing to now deprecate the older one Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
| * | | | Merge pull request #34849 from nextcloud/feat/hint-about-no-access-reasonsCarl Schwan2022-11-251-1/+5
| |\ \ \ \ | | |/ / / | |/| | | Add an hint about reasons why files can't be accessed
| | * | | Use public IAppManager instead of OC_AppCarl Schwan2022-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| | * | | Add an hint about reasons why files can't be accessedCarl Schwan2022-10-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully saves some debugging time next time Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | Do not check quota for non NodeLouis Chemineau2022-11-241-3/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | 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>
| * | | Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-151-1/+0
| |\ \ \ | | | | | | | | | | Fix dynamic properties and other problems in tests for PHP 8.2
| | * | | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-1/+0
| | | | | | | | | | | | | | | | | | | | 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>
* | | | Improve typing on new methodsCôme Chilliet2022-12-052-8/+6
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Attempt to fix CalendarImpl testsJulius Härtl2022-11-092-7/+15
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>