Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve handling of out of space errors for smb | Robin Appelman | 2020-09-29 | 1 | -0/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -3/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #17258 from nextcloud/smb-timeout-config | Roeland Jago Douma | 2019-09-27 | 1 | -1/+9 |
|\ | | | | | add (hidden) option to configure smb timeout | ||||
| * | add (hidden) option to configure smb timeout | Robin Appelman | 2019-09-25 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | hidden from ui to prevent clutter ```occ files_external:config <mount> timeout 30``` Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | set a storage availability delay on auth issues to avoid lock out | Arthur Schiwon | 2019-08-22 | 1 | -5/+13 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | catch auth issues also when php-smbclient is in use | Arthur Schiwon | 2019-08-22 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Ignore forbidden exception when fetching share mtime on SMB for symlinks | Morris Jobke | 2019-07-08 | 1 | -0/+2 |
| | | | | | | See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add option to show hidden files in SMB shares | Robin Appelman | 2019-05-23 | 1 | -5/+13 |
| | | | | | | | | | | | 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> | ||||
* | Merge pull request #10589 from nextcloud/smb-stat-retry | Morris Jobke | 2018-08-24 | 1 | -1/+8 |
|\ | | | | | retry smb stat on timeout | ||||
| * | retry stat on timeout | Robin Appelman | 2018-08-08 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | log entries that are hidden during file listing | Robin Appelman | 2018-08-16 | 1 | -11/+25 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #10025 from nextcloud/smb-rename-invalidargument-retry | Morris Jobke | 2018-07-11 | 1 | -3/+17 |
|\ | | | | | also retry rename operation on InvalidArgumentException | ||||
| * | also retry rename operation on InvalidArgumentException | Robin Appelman | 2018-06-27 | 1 | -3/+17 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Improved logging of smb connection errors | Robin Appelman | 2018-07-03 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add support for using kerberos ticket to authenticate to smb servers | Robin Appelman | 2018-06-22 | 1 | -9/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update icewind/smb to 3.0.0 | Robin Appelman | 2018-06-21 | 1 | -13/+23 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Remove \OCP\Files::tmpFile | Roeland Jago Douma | 2018-03-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make SMB module more fault-tolerant | Roland Tapken | 2018-02-09 | 1 | -3/+13 |
| | | | | | | | | | Ignore unavailable files when fetching the share's mtime or reading directory listings. This can happen on servers using a distributed file system (DFS) with unavailable destinations, for example when the remote server is offline. Signed-off-by: Roland Tapken <roland@bitarbeiter.net> | ||||
* | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 1 | -7/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7556 from nextcloud/smb-stat-exception | Morris Jobke | 2017-12-18 | 1 | -5/+7 |
|\ | | | | | handle exceptions in SMB::stat | ||||
| * | handle exceptions in SMB::stat | Robin Appelman | 2017-12-18 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | additional debug logging on smb copy/rename failures | Robin Appelman | 2017-12-18 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | remove duplicate method | Robin Appelman | 2017-04-26 | 1 | -26/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove excessive logging | Robin Appelman | 2017-04-26 | 1 | -25/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Adjust SMB permissions on the root | Juan Pablo Villafáñez | 2017-04-26 | 1 | -3/+60 |
| | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -3/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add unit tests for smb notify backend | Robin Appelman | 2017-01-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add a more powerful notify mechanism | Robin Appelman | 2017-01-27 | 1 | -39/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update icewind/smb to 2.0.0 | Robin Appelman | 2017-01-05 | 1 | -11/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #2550 from nextcloud/smb-notify-rename | Lukas Reschke | 2016-12-16 | 1 | -3/+5 |
|\ | | | | | Fix order of parameters when getting notified of smb renames | ||||
| * | Fix order of parameters when getting notified of smb renames | Robin Appelman | 2016-12-07 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix mtimes for share root | Robin Appelman | 2016-10-11 | 1 | -2/+44 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #465 from nextcloud/fix_smb_attributes | Morris Jobke | 2016-08-04 | 1 | -0/+13 |
|\ | | | | | Fix file permissions for SMB (read-only folders will be writeable) (#… | ||||
| * | Fix file permissions for SMB (read-only folders will be writeable) (#25301) | Juan Pablo Villafañez | 2016-07-20 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | * Fix file permissions for SMB (read-only folders will be writeable) * Read-only folders won't be deletable * Added comment for the read-only behaviour for folders | ||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | | |||||
* | | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -1/+58 |
|/ | |||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | implement specific rename handling for SMB | Arthur Schiwon | 2016-06-08 | 1 | -0/+20 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Move Lib\Storage to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -0/+396 |