aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-05-252-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-05-226-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-05-212-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-05-184-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-162-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-152-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-05-1418-2/+32
|
* [tx-robot] updated from transifexNextcloud bot2020-05-1316-0/+30
|
* 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-304-1/+58
| | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2020-04-302-0/+8
|
* Merge pull request #20680 from nextcloud/backport/20632/stable18Roeland Jago Douma2020-04-292-4/+22
|\ | | | | [stable18] Only catch anonymous OPTIONS for Office
| * Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-272-4/+22
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-04-282-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-202-2/+2
|
* Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-172-22/+89
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #20102 from nextcloud/backport/18679/stable18Morris Jobke2020-04-142-9/+11
|\ | | | | [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>
| * Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Added test testSearchdartcafe2020-03-221-1/+3
| | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * 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-142-4/+20
|\ \ | | | | | | [stable18] Check for empty authorization headers for office requests
| * | Check for empty authorization headers for office requests and allow ↵Julius Härtl2020-04-032-4/+20
| | | | | | | | | | | | | | | | | | 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>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-132-2/+34
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-122-0/+10
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-112-0/+16
| | | |
* | | | Catch NotFoundException when getting the user folderJulius Härtl2020-04-061-3/+2
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #20148 from nextcloud/backport/19986/stable18Roeland Jago Douma2020-04-042-6/+20
|\ \ \ | | | | | | | | [stable18] RefreshWebcalService: randomly generate calendar-object uri
| * | | RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-252-6/+20
| |/ / | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* / / [tx-robot] updated from transifexNextcloud bot2020-04-034-16/+22
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+14
| |
* | use core templates for displaying dav errors in the browserArthur Schiwon2020-03-232-36/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix dav browser error page not styledArthur Schiwon2020-03-232-3/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-03-23114-400/+400
|/
* rebuild autoloaderRobin Appelman2020-03-192-2/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix testsRobin Appelman2020-03-191-57/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove the detour trough node and work with path directlyRobin Appelman2020-03-192-73/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use INode instead of Node for custom propertiesRobin Appelman2020-03-192-6/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* handle long property paths to hasing paths >250 charsRobin Appelman2020-03-192-32/+77
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove unused codeRobin Appelman2020-03-191-53/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test custom properties backend against real databaseRobin Appelman2020-03-191-52/+87
| | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl>
* merge the two almost identical custom property backendsRobin Appelman2020-03-195-376/+135
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-03-192-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-174-4/+52
|
* Fix testNils Wittenbrink2020-03-111-4/+3
| | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>