Commit graph

1877 commits

Author SHA1 Message Date
Nextcloud bot
588fa72207
[tx-robot] updated from transifex 2020-05-22 02:17:31 +00:00
Nextcloud bot
8529fbae9b
[tx-robot] updated from transifex 2020-05-21 02:17:37 +00:00
Nextcloud bot
fd4bf6fa50
[tx-robot] updated from transifex 2020-05-18 02:16:32 +00:00
Nextcloud bot
02ccec2298
[tx-robot] updated from transifex 2020-05-16 02:17:24 +00:00
Nextcloud bot
c485215ca4
[tx-robot] updated from transifex 2020-05-15 02:17:29 +00:00
Nextcloud bot
4004cbc305
[tx-robot] updated from transifex 2020-05-14 02:16:48 +00:00
Nextcloud bot
b93b71dcb1
[tx-robot] updated from transifex 2020-05-13 02:16:36 +00:00
Roeland Jago Douma
d3b95177dd
Fix owner on publicownerwrapper
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-01 11:21:36 +02:00
Roeland Jago Douma
81642dfb9d Add a wrapper to fall back to the share owner on public shares
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>
2020-04-30 12:43:14 +00:00
Nextcloud bot
f5da6c8f7a
[tx-robot] updated from transifex 2020-04-30 02:17:21 +00:00
Roeland Jago Douma
b569f3c2c6
Merge pull request #20680 from nextcloud/backport/20632/stable18
[stable18] Only catch anonymous OPTIONS for Office
2020-04-29 10:09:49 +02:00
Nextcloud bot
82898e60fe
[tx-robot] updated from transifex 2020-04-28 02:16:32 +00:00
Julius Härtl
4f44e39718 Only catch anonymous OPTIONS for Office
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-27 08:40:14 +00:00
Nextcloud bot
12ca86d8e2
[tx-robot] updated from transifex 2020-04-25 02:16:13 +00:00
Nextcloud bot
e8f69b45eb
[tx-robot] updated from transifex 2020-04-20 02:16:22 +00:00
John Molakvoæ (skjnldsv)
8f160bf02a
Update list of multiple properties
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-17 13:02:21 +02:00
Morris Jobke
69960c860a
Merge pull request #20102 from nextcloud/backport/18679/stable18
[stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options
2020-04-14 14:02:53 +02:00
Roeland Jago Douma
34fc46251f
Merge pull request #20282 from nextcloud/backport/19180/stable18
[stable18] Check for empty authorization headers for office requests
2020-04-14 11:37:44 +02:00
Roeland Jago Douma
734c1a4649
Merge pull request #20334 from nextcloud/backport/20284/stable18
[stable18] Properly catch NoUserException during upload cleanup
2020-04-14 10:59:24 +02:00
Nextcloud bot
1d27b80ac3
[tx-robot] updated from transifex 2020-04-13 02:19:54 +00:00
Nextcloud bot
c07f860ff9
[tx-robot] updated from transifex 2020-04-12 03:09:26 +00:00
Nextcloud bot
b5aa8d0b0b
[tx-robot] updated from transifex 2020-04-11 02:18:47 +00:00
Julius Härtl
7c71cf6622 Catch NotFoundException when getting the user folder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-06 16:51:52 +00:00
Julius Härtl
1db2efe805 Catch NoUserException when running the upload cleanup as cronjob
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-06 16:47:54 +00:00
Roeland Jago Douma
28bac958fa
Merge pull request #20148 from nextcloud/backport/19986/stable18
[stable18] RefreshWebcalService: randomly generate calendar-object uri
2020-04-04 10:33:46 +02:00
Nextcloud bot
3df6adb63d
[tx-robot] updated from transifex 2020-04-03 12:08:26 +00:00
Julius Härtl
ce8f194a2a Check for empty authorization headers for office requests and allow anonymous option on the whole tree
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-03 09:58:25 +00:00
Georg Ehrke
a2622e6e89 RefreshWebcalService: randomly generate calendar-object uri
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-25 07:13:01 +00:00
Nextcloud bot
bf88c3d9d6
[tx-robot] updated from transifex 2020-03-25 02:18:37 +00:00
Arthur Schiwon
45e96c0c64 use core templates for displaying dav errors in the browser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-03-23 08:45:36 +00:00
Arthur Schiwon
f11283ac4b fix dav browser error page not styled
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-03-23 08:45:36 +00:00
Nextcloud bot
f886e7c848
[tx-robot] updated from transifex 2020-03-23 02:19:13 +00:00
Thomas Citharel
8d7411d5a0 Add check that DateTime parameters are of correct type
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-22 18:40:31 +00:00
Thomas Citharel
6598691a1d Add extra test case to exclude by timerange
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-03-22 18:40:31 +00:00
dartcafe
29a6a19709 Added test testSearch
Signed-off-by: dartcafe <github@dartcafe.de>
2020-03-22 18:40:31 +00:00
dartcafe
46932e06dc fix OCA\DAV\CalDAV\CalDavBackend search $options
Signed-off-by: dartcafe <github@dartcafe.de>
2020-03-22 18:40:31 +00:00
Robin Appelman
41ae68a74a rebuild autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:25 +00:00
Robin Appelman
20e27c7fc5 fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:24 +00:00
Robin Appelman
3602a35972 remove the detour trough node and work with path directly
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:24 +00:00
Robin Appelman
b641bb4601 use INode instead of Node for custom properties
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:24 +00:00
Robin Appelman
006bcda31a handle long property paths to hasing paths >250 chars
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:24 +00:00
Robin Appelman
0de4d35818 remove unused code
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:24 +00:00
Robin Appelman
60f300db0b test custom properties backend against real database
test behaviour not implementation

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:23 +00:00
Robin Appelman
b3fd76689a merge the two almost identical custom property backends
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-19 12:44:23 +00:00
Nextcloud bot
8a82c4fe77
[tx-robot] updated from transifex 2020-03-19 02:20:13 +00:00
Nextcloud bot
711c0a0417
[tx-robot] updated from transifex 2020-03-18 02:21:17 +00:00
Nextcloud bot
ef515358ef
[tx-robot] updated from transifex 2020-03-17 02:18:53 +00:00
Nils Wittenbrink
fb3cf8ca28 Fix test
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-03-11 08:31:47 +00:00
Nils Wittenbrink
372a3ddd50 Fix hostname given in Apple config file
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
2020-03-11 08:31:46 +00:00
Nextcloud bot
0a897708d6
[tx-robot] updated from transifex 2020-03-06 02:18:33 +00:00