Nextcloud bot
438a4429e9
[tx-robot] updated from transifex
2021-06-01 02:28:44 +00:00
Nextcloud bot
5fd1b719d7
[tx-robot] updated from transifex
2021-05-26 02:28:51 +00:00
Nextcloud bot
c87c3710f2
[tx-robot] updated from transifex
2021-05-25 02:27:40 +00:00
Nextcloud bot
8be87861a2
[tx-robot] updated from transifex
2021-05-24 02:26:51 +00:00
Nextcloud bot
694454ca0d
[tx-robot] updated from transifex
2021-05-23 02:26:09 +00:00
Nextcloud bot
7ffae790ef
[tx-robot] updated from transifex
2021-05-22 02:27:38 +00:00
Nextcloud bot
f80b1fe0cb
[tx-robot] updated from transifex
2021-05-16 02:27:10 +00:00
Robin Appelman
23df35feb0
ignore readonly flag for directories
...
see http://support.microsoft.com/kb/326549
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-05-12 16:26:32 +00:00
Nextcloud bot
83ec0bd360
[tx-robot] updated from transifex
2021-05-04 02:26:38 +00:00
Nextcloud bot
a27a241d25
[tx-robot] updated from transifex
2021-05-01 02:26:54 +00:00
Nextcloud bot
3b1ac61331
[tx-robot] updated from transifex
2021-04-30 02:28:11 +00:00
Nextcloud bot
c5ac15925b
[tx-robot] updated from transifex
2021-04-28 02:26:07 +00:00
Julius Härtl
2774ae508c
Merge pull request #26705 from nextcloud/backport/26627/stable20
...
[stable20] update icewind/smb to 3.4.1
2021-04-27 05:51:19 -01:00
Nextcloud bot
b8fc36c6be
[tx-robot] updated from transifex
2021-04-27 02:25:56 +00:00
Nextcloud bot
07b94975d4
[tx-robot] updated from transifex
2021-04-26 02:24:59 +00:00
Nextcloud bot
09c8c985e1
[tx-robot] updated from transifex
2021-04-25 02:25:15 +00:00
Nextcloud bot
1c784b1bf2
[tx-robot] updated from transifex
2021-04-24 02:26:59 +00:00
Nextcloud bot
a335ff969d
[tx-robot] updated from transifex
2021-04-23 02:26:35 +00:00
Robin Appelman
9318f2d668
update icewind/smb to 3.4.1
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-04-22 18:01:54 +00:00
Nextcloud bot
bef596de06
[tx-robot] updated from transifex
2021-04-22 02:26:44 +00:00
Julius Härtl
0a24fcfc34
Continue iterating over diretory contents and just hide file if denied by acl
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-21 07:24:25 +00:00
Nextcloud bot
80d93acff0
[tx-robot] updated from transifex
2021-04-21 02:26:25 +00:00
Vincent Petry
cea228ef50
Update psalm baseline
...
And backport error suppression from stable21 in SFTP class.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-04-20 17:13:31 +02:00
Nextcloud bot
a4c55e4601
[tx-robot] updated from transifex
2021-04-20 02:26:21 +00:00
Nextcloud bot
ed5f446ec1
[tx-robot] updated from transifex
2021-04-19 02:26:26 +00:00
Nextcloud bot
90ea283913
[tx-robot] updated from transifex
2021-04-18 02:24:30 +00:00
Nextcloud bot
36a16bcf63
[tx-robot] updated from transifex
2021-04-17 02:24:25 +00:00
Nextcloud bot
e57f65cdfe
[tx-robot] updated from transifex
2021-04-16 02:26:13 +00:00
Nextcloud bot
36d2bb05cf
[tx-robot] updated from transifex
2021-04-15 02:25:32 +00:00
Nextcloud bot
bb6dc44afb
[tx-robot] updated from transifex
2021-04-13 02:25:18 +00:00
Nextcloud bot
ef6a2cfc8f
[tx-robot] updated from transifex
2021-04-05 02:25:05 +00:00
Robin Appelman
4bbf7058af
update icewind/smb to 3.4.0
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-23 19:08:48 +01:00
Nextcloud bot
1c9904aafc
[tx-robot] updated from transifex
2021-03-23 02:24:24 +00:00
Nextcloud bot
208f84d2e4
[tx-robot] updated from transifex
2021-03-22 02:24:06 +00:00
Roeland Jago Douma
7b294aee0d
Merge pull request #26217 from nextcloud/backport/26145/stable20
...
[stable20] add (hidden) option to always show smb root as writable
2021-03-20 10:53:48 +01:00
Nextcloud bot
01d05c6435
[tx-robot] updated from transifex
2021-03-20 02:24:00 +00:00
Robin Appelman
728488fcf5
add (hidden) option to always show smb root as writable
...
some smb servers are very insistent in reporting that the root of the share is readonly, even if it isn't.
This works around the problem by adding a hidden option to overwrite the permissions of the root of the share.
This can be enabled using
```bash
occ files_external:config <mount id> root_force_writable true
```
where you can find your mount id using
```bash
occ files_external:list
```
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-19 15:47:23 +00:00
Nextcloud bot
a50f4a42bc
[tx-robot] updated from transifex
2021-03-18 02:25:22 +00:00
Morris Jobke
4f18ff9815
Merge pull request #25944 from nextcloud/backport/25659/stable20
...
[stable20] catch notfound and forbidden exception in smb::getmetadata
2021-03-17 20:13:57 +01:00
Morris Jobke
9749514649
Use correct exception type hint in catch statement
...
Found by psalm update 4.6.2 to 4.6.3 in #26111
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-03-17 08:47:07 +00:00
Nextcloud bot
b6af167c65
[tx-robot] updated from transifex
2021-03-13 02:23:14 +00:00
Nextcloud bot
8dc2b22e35
[tx-robot] updated from transifex
2021-03-10 02:23:17 +00:00
Nextcloud bot
f209e862c2
[tx-robot] updated from transifex
2021-03-06 02:22:41 +00:00
Robin Appelman
326f7ac857
catch notfound and forbidden exception in smb::getmetadata
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-05 07:54:09 +00:00
Nextcloud bot
21ff951ca3
[tx-robot] updated from transifex
2021-03-04 02:22:30 +00:00
Nextcloud bot
5c474ee142
[tx-robot] updated from transifex
2021-03-02 02:22:41 +00:00
Nextcloud bot
1c7829ce53
[tx-robot] updated from transifex
2021-03-01 02:20:37 +00:00
Nextcloud bot
792d82b967
[tx-robot] updated from transifex
2021-02-26 02:22:05 +00:00
Nextcloud bot
147e2798d7
[tx-robot] updated from transifex
2021-02-24 02:22:24 +00:00
Nextcloud bot
3454f39642
[tx-robot] updated from transifex
2021-02-20 02:37:41 +00:00