summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* remove unused codeRobin Appelman2020-03-191-53/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* merge the two almost identical custom property backendsRobin Appelman2020-03-193-370/+101
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix hostname given in Apple config fileNils Wittenbrink2020-03-111-1/+1
| | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* Introduce a default refresh rate app setting for calendar subscriptionsThomas Citharel2020-03-051-3/+13
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #19573 from nextcloud/backport/19398/stable18Roeland Jago Douma2020-03-052-370/+435
|\ | | | | [stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently
| * Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-212-370/+435
| | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #19639 from nextcloud/backport/19252/stable18Roeland Jago Douma2020-03-031-1/+4
|\ \ | | | | | | [stable18] Hash event UID to make sure it's not too long for PushProvider notifications
| * | Hash event UID to make sure it's not too long for PushProviderThomas Citharel2020-02-251-1/+4
| |/ | | | | | | | | | | notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* / Correctly trim long cyrillic noteJoas Schilling2020-02-252-4/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-02-051-0/+4
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* RefreshWebcalJob: Fix reading subscription from database leading to ignored ↵Georg Ehrke2020-01-311-12/+40
| | | | | | refreshRate Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #18115 from ↵Roeland Jago Douma2019-12-271-2/+10
|\ | | | | | | | | nextcloud/bugfix/17951/reminderservice_resource_error Properly handle resources in ReminderService
| * Properly handle resources in ReminderServiceGeorg Ehrke2019-11-261-2/+10
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Update license headers for 18Christoph Wurst2019-12-202-1/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-161-2/+21
|\ \ | | | | | | Load apps dav plugins on the old webdav route
| * | Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-2/+21
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Support more IPv6 addresses in the RefreshWebcalJobGeorg Ehrke2019-12-121-0/+11
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+6
|\ \ \ | | | | | | | | adding share type circles
| * | | using IShare::Maxence Lange2019-12-051-4/+5
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | adding share type circlesMaxence Lange2019-12-051-1/+4
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Update license headersChristoph Wurst2019-12-05215-324/+693
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-051-7/+75
|\ \ \ | |/ / |/| | Allow filtering the search results to the users home storage
| * | Allow filtering the search results to the users home storageRobin Appelman2019-12-031-7/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵Georg Ehrke2019-12-033-3/+26
|/ / | | | | | | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-292-1/+98
|\ \ | | | | | | Add refresh-interval to exported calendars
| * | Add refresh-interval to exported calendarsGeorg Ehrke2019-11-272-1/+98
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-291-1/+16
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Mode to modern phpunitRoeland Jago Douma2019-11-272-6/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-22138-171/+253
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-181-3/+15
|\
| * re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-131-3/+15
| | | | | | | | | | | | | | during large file uploads, the shared lock that we get at the begining can expire leading to locked errors later on, instead of erroring, try to re-get the lock Signed-off-by: Robin Appelman <robin@icewind.nl>
* | hookup creation and upload time into davRobin Appelman2019-11-133-0/+39
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #17174 from ↵Roeland Jago Douma2019-09-172-2/+9
|\ | | | | | | | | nextcloud/bugfix/noid/properly_mark_birthday_calendars_as_not_sharable properly mark birthday calendars as not shareable for now
| * properly mark birthday calendars as not shareable for nowGeorg Ehrke2019-09-172-2/+9
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Sabre/VObject returns a DateAndOrTime object now, so adapt to it in Birthday ↵Georg Ehrke2019-09-161-4/+11
|/ | | | | | service Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Merge pull request #16970 from ↵Roeland Jago Douma2019-09-042-0/+5
|\ | | | | | | | | nextcloud/bugfix/noid/opt_in_for_push_notifications_calendar_reminders Make push notifications for calendar reminders opt-in
| * Make push notifications for calendar reminders opt-inGeorg Ehrke2019-09-022-0/+5
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #16835 from ↵Roeland Jago Douma2019-09-041-0/+11
|\ \ | |/ |/| | | | | nextcloud/bugfix/16833/remove-orphan-event-data-from-subscriptions Remove orphaned calendar data from deleted subscriptions
| * Check the calendar type of calendarobjects & calendarchangesThomas Citharel2019-08-261-0/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Remove orphaned calendar data from deleted subscriptionsThomas Citharel2019-08-221-0/+5
| | | | | | | | | | | | Closes #16833. Ref #13511 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #16615 from ↵Roeland Jago Douma2019-08-281-2/+395
|\ \ | | | | | | | | | | | | nextcloud/feature/16518/rooms_resources_should_respond Make rooms / resources automatically reply to invites
| * | Make rooms / resources automatically reply to invitesGeorg Ehrke2019-08-261-2/+395
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructorRoeland Jago Douma2019-08-261-0/+1
|\ \ | | | | | | Fix missing parent constructor call in DAV reminder job
| * | Fix missing parent constructor call in DAV reminder jobChristoph Wurst2019-08-261-0/+1
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / replace coffin with textual description "Death of ..."Georg Ehrke2019-08-261-49/+132
|/ | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* fix foreach error for reminder generatorGeorg Ehrke2019-08-181-0/+8
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Final fixesGeorg Ehrke2019-08-159-126/+97
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>