Daniel Kesselberg
|
6c3faa96d2
|
Make timeout a optional parameter
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-11-13 16:08:15 +00:00 |
Nextcloud bot
|
fe78fe9ba8
|
[tx-robot] updated from transifex
|
2019-11-12 02:16:29 +00:00 |
Nextcloud bot
|
e19a32ccfc
|
[tx-robot] updated from transifex
|
2019-11-10 02:17:15 +00:00 |
Nextcloud bot
|
153a764e3c
|
[tx-robot] updated from transifex
|
2019-11-04 02:15:43 +00:00 |
Nextcloud bot
|
803b54186b
|
[tx-robot] updated from transifex
|
2019-11-03 02:16:22 +00:00 |
Nextcloud bot
|
96d4233545
|
[tx-robot] updated from transifex
|
2019-11-02 02:15:14 +00:00 |
Roeland Jago Douma
|
c34abfa16b
|
Merge pull request #17768 from nextcloud/backport/17755/stable16
[stable16] Bring back external storage group select delete
|
2019-11-01 08:51:48 +01:00 |
Nextcloud bot
|
18d484dd30
|
[tx-robot] updated from transifex
|
2019-11-01 07:46:47 +00:00 |
John Molakvoæ (skjnldsv)
|
61681c9688
|
Bring back external storage group select delete
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2019-10-31 14:55:59 +00:00 |
Nextcloud bot
|
a7de52e9d9
|
[tx-robot] updated from transifex
|
2019-10-29 02:15:36 +00:00 |
Nextcloud bot
|
c5273404ee
|
[tx-robot] updated from transifex
|
2019-10-27 02:14:27 +00:00 |
Nextcloud bot
|
57f901e972
|
[tx-robot] updated from transifex
|
2019-10-26 02:15:31 +00:00 |
Nextcloud bot
|
b8be6ed15e
|
[tx-robot] updated from transifex
|
2019-10-23 02:15:39 +00:00 |
Nextcloud bot
|
377a955f86
|
[tx-robot] updated from transifex
|
2019-10-22 02:15:58 +00:00 |
Nextcloud bot
|
63479ba72e
|
[tx-robot] updated from transifex
|
2019-10-21 02:16:05 +00:00 |
Nextcloud bot
|
54166dfbcd
|
[tx-robot] updated from transifex
|
2019-10-20 02:16:57 +00:00 |
Sascha Wiswedel
|
7711585ab7
|
added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
|
2019-10-18 10:08:55 +00:00 |
Nextcloud bot
|
f4853072ef
|
[tx-robot] updated from transifex
|
2019-10-18 02:15:38 +00:00 |
Nextcloud bot
|
8183f23f34
|
[tx-robot] updated from transifex
|
2019-10-12 02:15:23 +00:00 |
Nextcloud bot
|
54411b724e
|
[tx-robot] updated from transifex
|
2019-10-08 02:15:15 +00:00 |
Nextcloud bot
|
6f02458356
|
[tx-robot] updated from transifex
|
2019-10-05 02:15:20 +00:00 |
Nextcloud bot
|
3a8d3cdf90
|
[tx-robot] updated from transifex
|
2019-10-04 02:15:40 +00:00 |
Nextcloud bot
|
f6f82d3fa8
|
[tx-robot] updated from transifex
|
2019-10-02 02:15:24 +00:00 |
Nextcloud bot
|
ce2906782c
|
[tx-robot] updated from transifex
|
2019-10-01 12:42:10 +00:00 |
Roeland Jago Douma
|
8918b0174f
|
Merge pull request #17299 from nextcloud/backport/17258/stable16
[stable16] add (hidden) option to configure smb timeout
|
2019-10-01 12:11:38 +02:00 |
Roeland Jago Douma
|
1918cda75f
|
Merge pull request #17271 from nextcloud/backport/14913/stable16
[stable16] Fix directory detection for s3
|
2019-09-30 17:10:23 +02:00 |
Nextcloud bot
|
bac125e201
|
[tx-robot] updated from transifex
|
2019-09-28 02:15:06 +00:00 |
Robin Appelman
|
5504bb4430
|
Update apps/files_external/lib/Lib/Backend/SMB.php
Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-27 10:31:30 +00:00 |
Robin Appelman
|
167af81d26
|
add (hidden) option to configure smb timeout
hidden from ui to prevent clutter
```occ files_external:config <mount> timeout 30```
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2019-09-27 10:31:29 +00:00 |
Daniel Kesselberg
|
0263bc2e35
|
Use local variable for directory name
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-26 09:40:10 +00:00 |
Daniel Kesselberg
|
42b905c070
|
Don't strip path from directory prefix
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-26 09:40:10 +00:00 |
Daniel Kesselberg
|
1a4b07cae4
|
Fill directory cache from opendir
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-26 09:40:10 +00:00 |
Daniel Kesselberg
|
b07f656432
|
Change visibility to private (from protected)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-26 09:40:09 +00:00 |
Daniel Kesselberg
|
2b090ffa6f
|
Rename $location to $path
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-26 09:40:09 +00:00 |
Daniel Kesselberg
|
dd7548ac69
|
Add method to check if directory exists
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2019-09-26 09:40:09 +00:00 |
Nextcloud bot
|
39d041df55
|
[tx-robot] updated from transifex
|
2019-09-25 02:15:01 +00:00 |
Nextcloud bot
|
32bf44195b
|
[tx-robot] updated from transifex
|
2019-09-24 02:14:55 +00:00 |
Nextcloud bot
|
d2042c5af4
|
[tx-robot] updated from transifex
|
2019-09-19 02:15:52 +00:00 |
Nextcloud bot
|
8ba431b9a6
|
[tx-robot] updated from transifex
|
2019-09-17 12:33:44 +00:00 |
Nextcloud bot
|
372307a762
|
[tx-robot] updated from transifex
|
2019-09-11 02:15:24 +00:00 |
Arthur Schiwon
|
f42a6e0506
|
set a storage availability delay on auth issues to avoid lock out
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2019-09-09 14:51:31 +00:00 |
Arthur Schiwon
|
f29395e89d
|
catch auth issues also when php-smbclient is in use
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2019-09-09 14:51:31 +00:00 |
Nextcloud bot
|
56c7864fc7
|
[tx-robot] updated from transifex
|
2019-09-08 02:16:49 +00:00 |
Nextcloud bot
|
7d6cb4eb6b
|
[tx-robot] updated from transifex
|
2019-09-06 02:15:10 +00:00 |
Nextcloud bot
|
300631a4e9
|
[tx-robot] updated from transifex
|
2019-08-28 02:15:35 +00:00 |
Nextcloud bot
|
a584e2e899
|
[tx-robot] updated from transifex
|
2019-08-18 02:15:47 +00:00 |
Nextcloud bot
|
2bca7f372c
|
[tx-robot] updated from transifex
|
2019-08-17 02:15:09 +00:00 |
Arthur Schiwon
|
18aa047dd4
|
delay sending event from app init to when they are needed
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
2019-08-08 08:49:44 +00:00 |
Nextcloud bot
|
8280bb5bf1
|
[tx-robot] updated from transifex
|
2019-08-07 02:14:45 +00:00 |
Julius Härtl
|
271f86cff3
|
Adjust tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2019-08-02 12:08:22 +00:00 |