Nextcloud bot
00379ebffa
[tx-robot] updated from transifex
2019-07-26 02:14:49 +00:00
Georg Ehrke
19e5cb37a6
allow to provide supported calendar component set internally as a string
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-25 11:36:46 +00:00
Nextcloud bot
eeefef4843
[tx-robot] updated from transifex
2019-07-25 02:14:48 +00:00
Daniel Kesselberg
f1031e1e24
Fix wrong indentation
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-24 10:44:20 +00:00
Daniel Kesselberg
62826ae018
Fix invalid recursion
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-24 10:44:20 +00:00
Daniel Kesselberg
9072d82cd6
Allow hidden smb shares
...
A hidden smb share ends with $. This patch changes the placeholder
detection to allow shares with $ at the end.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-24 10:44:19 +00:00
Nextcloud bot
9e62b2f25a
[tx-robot] updated from transifex
2019-07-24 02:15:44 +00:00
Nextcloud bot
227701b6ee
[tx-robot] updated from transifex
2019-07-23 02:15:51 +00:00
Nextcloud bot
55e70858b1
[tx-robot] updated from transifex
2019-07-22 02:16:08 +00:00
Nextcloud bot
70d3fd8a76
[tx-robot] updated from transifex
2019-07-21 02:15:18 +00:00
Nextcloud bot
69e5591229
[tx-robot] updated from transifex
2019-07-20 02:14:40 +00:00
Nextcloud bot
291103a495
[tx-robot] updated from transifex
2019-07-19 02:15:04 +00:00
Nextcloud bot
a6bf6a61e8
[tx-robot] updated from transifex
2019-07-18 02:15:01 +00:00
James Lao
ee2c5d1e16
Update operationprogressbar.js
...
To fix issue #16137
Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
2019-07-17 10:48:50 +00:00
Nextcloud bot
26971af51d
[tx-robot] updated from transifex
2019-07-17 02:15:40 +00:00
Joas Schilling
69ed33b4d6
Only prevent disabling encrytion via the API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-16 17:43:52 +00:00
Nextcloud bot
988df2d2e9
[tx-robot] updated from transifex
2019-07-16 02:14:56 +00:00
Nextcloud bot
ae67ece59c
[tx-robot] updated from transifex
2019-07-15 02:14:38 +00:00
Nextcloud bot
659d684a7e
[tx-robot] updated from transifex
2019-07-14 02:15:14 +00:00
Nextcloud bot
45e0398379
[tx-robot] updated from transifex
2019-07-13 02:14:26 +00:00
Nextcloud bot
96875d4a20
[tx-robot] updated from transifex
2019-07-12 02:15:09 +00:00
Nextcloud bot
ef903785ac
[tx-robot] updated from transifex
2019-07-11 02:14:38 +00:00
Nextcloud bot
9c2074fb53
[tx-robot] updated from transifex
2019-07-10 02:14:09 +00:00
Nextcloud bot
533fc0f454
[tx-robot] updated from transifex
2019-07-09 02:13:56 +00:00
Roeland Jago Douma
6e319dd4db
Merge pull request #16249 from nextcloud/backport/16170/stable16
...
[stable16] fix permissions for drag-n-drop uploads
2019-07-08 20:44:23 +02:00
John Molakvoæ
3ffd5b0a14
[stable16] Properly load permissions in showActions ( #16282 )
...
[stable16] Properly load permissions in showActions
2019-07-08 09:38:45 +02:00
Nextcloud bot
99b5b337eb
[tx-robot] updated from transifex
2019-07-08 02:13:53 +00:00
Julius Härtl
57688ce673
Properly load permissions in showActions
...
When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-07-07 18:21:05 +00:00
Nextcloud bot
7524f18305
[tx-robot] updated from transifex
2019-07-07 02:14:21 +00:00
John Molakvoæ
4cebe07bb7
[stable16] dont use part files for dav writes when the target… ( #16223 )
...
[stable16] dont use part files for dav writes when the target folder doesn't have create permissions
2019-07-06 08:48:58 +02:00
Nextcloud bot
7028cfffe8
[tx-robot] updated from transifex
2019-07-06 02:13:51 +00:00
Robin Appelman
1a16ede0b2
fix permissions for drag-n-drop uploads
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-05 10:23:47 +00:00
Nextcloud bot
047fda6a81
[tx-robot] updated from transifex
2019-07-05 02:14:17 +00:00
Roeland Jago Douma
33f44c9024
Merge pull request #16189 from nextcloud/backport/16183/stable16
...
[stable16] Do not fail hard on new user mail error
2019-07-04 12:23:02 +02:00
Nextcloud bot
a77a9b3c83
[tx-robot] updated from transifex
2019-07-04 02:13:56 +00:00
Robin Appelman
edb6df2199
add test for overwriting in non creatable directory
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 21:31:15 +00:00
Robin Appelman
135cfd2c55
dont use part files for dav writes when the target folder doesn't have create permissions
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-03 21:31:14 +00:00
Joas Schilling
b4a38cc242
Remove duplicate tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Joas Schilling
03005dea43
Unify the permission checking in one place only
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 18:08:08 +00:00
Morris Jobke
88114a4d3f
Merge pull request #16201 from nextcloud/backport/16199/stable16
...
[stable16] RefreshWebcalJob: replace ugly Regex with standard php utils
2019-07-03 09:59:26 +02:00
Nextcloud bot
21e2c2d79c
[tx-robot] updated from transifex
2019-07-03 02:13:51 +00:00
Georg Ehrke
946424f64f
RefreshWebcalJob: replace ugly Regex with standard php utils
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-07-02 21:03:17 +00:00
Daniel Kesselberg
181172656a
Forward OCSException to initiator
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-07-02 10:34:42 +00:00
John Molakvoæ (skjnldsv)
98bfe79e5f
Do not fail hard on new user mail error
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-07-02 09:54:35 +00:00
Nextcloud bot
cad16d7863
[tx-robot] updated from transifex
2019-07-02 02:13:49 +00:00
Nextcloud bot
e36ad8177c
[tx-robot] updated from transifex
2019-06-30 02:14:15 +00:00
Roeland Jago Douma
67d645ae7f
Merge pull request #16133 from nextcloud/backport/16121/stable16
...
[stable16] Don't allow to disable encryption via the API
2019-06-28 09:45:22 +02:00
Nextcloud bot
b0de86db6e
[tx-robot] updated from transifex
2019-06-28 02:13:54 +00:00
Roeland Jago Douma
b451a633af
Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus
...
Remove auto focus of share input field on dialog open, fix #15261
2019-06-27 22:19:45 +02:00
Joas Schilling
771d2ba952
Don't allow to disable encryption via the API
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27 20:19:34 +00:00