summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Collapse)AuthorAgeFilesLines
* Mitigate encoding issue with user principal uriGeorg Ehrke2020-09-141-1/+5
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Properly catch exception from writing to stream when copying a fileJulius Härtl2020-09-101-2/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not keep the part file if the forbidden exception has retry set to falseJulius Härtl2020-09-031-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix broken backportJoas Schilling2020-08-191-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return proper status when file didn't exist beforeJulius Härtl2020-08-131-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Delete chunks if the move on an upload failedJulius Härtl2020-08-131-6/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not log RequestedRangeNotSatisfiable exceptions in DAVRoeland Jago Douma2020-07-141-0/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Changes the Birthday calendar color to slightly brighter oneGeorg Ehrke2020-07-061-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Fix empty event UUID reminder notificationsThomas Citharel2020-06-051-2/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix owner on publicownerwrapperRoeland Jago Douma2020-05-011-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a wrapper to fall back to the share owner on public sharesRoeland Jago Douma2020-04-301-0/+53
| | | | | | | | Else it might happen that we setup a storage that has no real owner and activities do boom etc (looking at you groupfolders and external storages!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-271-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-171-20/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #20102 from nextcloud/backport/18679/stable18Morris Jobke2020-04-141-5/+6
|\ | | | | [stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options
| * Add check that DateTime parameters are of correct typeThomas Citharel2020-03-221-3/+4
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * fix OCA\DAV\CalDAV\CalDavBackend search $optionsdartcafe2020-03-221-2/+2
| | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
* | Merge pull request #20282 from nextcloud/backport/19180/stable18Roeland Jago Douma2020-04-141-2/+5
|\ \ | | | | | | [stable18] Check for empty authorization headers for office requests
| * | Check for empty authorization headers for office requests and allow ↵Julius Härtl2020-04-031-2/+5
| | | | | | | | | | | | | | | | | | anonymous option on the whole tree Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #20334 from nextcloud/backport/20284/stable18Roeland Jago Douma2020-04-141-1/+2
|\ \ \ | | | | | | | | [stable18] Properly catch NoUserException during upload cleanup
| * | | Catch NoUserException when running the upload cleanup as cronjobJulius Härtl2020-04-061-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Catch NotFoundException when getting the user folderJulius Härtl2020-04-061-3/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / / RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-251-3/+11
|/ / | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | use core templates for displaying dav errors in the browserArthur Schiwon2020-03-231-3/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix dav browser error page not styledArthur Schiwon2020-03-231-0/+3
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* remove the detour trough node and work with path directlyRobin Appelman2020-03-191-34/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use INode instead of Node for custom propertiesRobin Appelman2020-03-191-5/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* handle long property paths to hasing paths >250 charsRobin Appelman2020-03-191-21/+36
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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>