Commit graph

2755 commits

Author SHA1 Message Date
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
Arthur Schiwon
29b04742db do not send null value when string is expected
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:22 +00:00
Arthur Schiwon
bb9f14115c fixes terminology and allows to request an IUser instance
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-08-02 12:08:21 +00:00
Julius Härtl
f852c82bf9 Provide proper user context from initMountPoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02 12:08:21 +00:00
Julius Härtl
40cf574df9 files_external: Make sure the correct user context is used in substitution of variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-08-02 12:08:21 +00:00
Nextcloud bot
ee6f4febbd
[tx-robot] updated from transifex 2019-07-31 02:16:13 +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
70d3fd8a76
[tx-robot] updated from transifex 2019-07-21 02:15:18 +00:00
Nextcloud bot
cad16d7863
[tx-robot] updated from transifex 2019-07-02 02:13:49 +00:00
Nextcloud bot
7085ec3551
[tx-robot] updated from transifex 2019-06-24 02:14:12 +00:00
Nextcloud bot
7a70c37549
[tx-robot] updated from transifex 2019-06-17 02:14:06 +00:00
Nextcloud bot
1d4e394cf5
[tx-robot] updated from transifex 2019-06-14 02:14:35 +00:00
Robin Appelman
74cb5d592d add option to show hidden files in SMB shares
Note hidden files can mean different things in smb and the option the the files web ui,
the webui only counts files starting with '.' as hidden, while smb files
can be marked as hidden regardless, any files that are marked as hidden
on smb will thus be shown in the webui regardless of the setting in the files app.

Fixes #15644

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 08:21:21 +00:00
Nextcloud bot
d467e9129b
[tx-robot] updated from transifex 2019-05-29 02:13:52 +00:00
Nextcloud bot
153d9ba9d6
[tx-robot] updated from transifex 2019-05-28 02:13:49 +00:00
Nextcloud bot
1583b2af91
[tx-robot] updated from transifex 2019-05-27 02:13:48 +00:00
Nextcloud bot
b32587697e
[tx-robot] updated from transifex 2019-05-26 02:14:22 +00:00
Nextcloud bot
2629a0b0b5
[tx-robot] updated from transifex 2019-05-22 02:14:00 +00:00
Nextcloud bot
70610a2fbe
[tx-robot] updated from transifex 2019-05-15 13:11:46 +00:00
Nextcloud bot
acba430246
[tx-robot] updated from transifex 2019-04-08 00:14:18 +00:00