nextcloud/apps/dav/lib/CalDAV
Pawel Boguslawski 66b7f2effd
Extract cs:allowed-sharing-modes into it's own plugin
So that it's still there when we disable the PublishPlugin

And disable sharing calendars via link when sharik via link is disabled

This mod disallows sharing calendars via link when `shareapi_allow_links`
is disabled.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: Carl Schwan <carlschwan@kde.org>
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
2026-06-11 10:49:27 +02:00
..
Activity chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
AppCalendar chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Auth chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
BirthdayCalendar chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Export chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Federation chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
FreeBusy chore: Add SPDX header 2024-05-27 20:11:22 +02:00
ICSExportPlugin chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Import chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Integration chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
InvitationResponse Extract cs:allowed-sharing-modes into it's own plugin 2026-06-11 10:49:27 +02:00
Principal chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Proxy chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Publishing Extract cs:allowed-sharing-modes into it's own plugin 2026-06-11 10:49:27 +02:00
Reminder chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
ResourceBooking chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Schedule chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Search chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Security chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Sharing feat: calendar federation 2025-08-27 17:14:15 +02:00
Status chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Trashbin fix: access shared trashbin objects 2026-06-02 17:15:03 +02:00
Validation chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
WebcalCaching chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
BirthdayService.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CachedSubscription.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CachedSubscriptionImpl.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CachedSubscriptionObject.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CachedSubscriptionProvider.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalDavBackend.php Merge pull request #60960 from nextcloud/carl/querybuilder-magic-number 2026-06-10 23:09:30 +02:00
Calendar.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalendarHome.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalendarImpl.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalendarManager.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalendarObject.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalendarProvider.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
CalendarRoot.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DefaultCalendarValidator.php fix(caldav): stricter default calendar checks 2024-07-22 15:24:39 +02:00
EmbeddedCalDavServer.php chore(rector): Apply current rector config 2025-08-26 16:27:26 +02:00
EventComparisonService.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EventReader.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
EventReaderRDate.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
EventReaderRRule.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
IRestorable.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Outbox.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Plugin.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PublicCalendar.php Extract cs:allowed-sharing-modes into it's own plugin 2026-06-11 10:49:27 +02:00
PublicCalendarObject.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
PublicCalendarRoot.php Extract cs:allowed-sharing-modes into it's own plugin 2026-06-11 10:49:27 +02:00
RetentionService.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SharingPlugin.php Extract cs:allowed-sharing-modes into it's own plugin 2026-06-11 10:49:27 +02:00
SyncService.php feat: calendar federation 2025-08-27 17:14:15 +02:00
SyncServiceResult.php feat: calendar federation 2025-08-27 17:14:15 +02:00
TimeZoneFactory.php fix: add support for Microsoft time zones 2024-12-09 13:11:39 -05:00
TimezoneService.php refactor(user_ldap): Port most of the remaining deprecated IConfig usage 2025-12-11 13:27:48 +01:00
TipBroker.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
UpcomingEvent.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
UpcomingEventsService.php fix(caldav): don't return cancelled events for upcoming events API 2025-07-28 11:20:11 +02:00