Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use local variable for directory name | Daniel Kesselberg | 2019-09-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Don't strip path from directory prefix | Daniel Kesselberg | 2019-09-26 | 1 | -1/+6 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fill directory cache from opendir | Daniel Kesselberg | 2019-09-26 | 1 | -1/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Change visibility to private (from protected) | Daniel Kesselberg | 2019-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Rename $location to $path | Daniel Kesselberg | 2019-09-26 | 1 | -7/+7 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Add method to check if directory exists | Daniel Kesselberg | 2019-09-26 | 1 | -2/+41 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | set a storage availability delay on auth issues to avoid lock out | Arthur Schiwon | 2019-09-09 | 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-09-09 | 1 | -0/+8 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Correct log attribute | Ari Selseng | 2019-04-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Added logging to Notify command. | Ari Selseng | 2019-04-08 | 1 | -2/+9 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Reconnect to DB after timeout for Notify command. Fixes #14479 | Ari Selseng | 2019-04-08 | 1 | -10/+48 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Fix a bug with smb notify having leading slash when it should not | Ari Selseng | 2019-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | ||||
* | Call headObject if file not in filecache :see_no_evil: | Daniel Kesselberg | 2019-02-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Prefix $path for filename for internal file cache | Daniel Kesselberg | 2019-02-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #12746 from nextcloud/backport/12688/stable15 | Morris Jobke | 2018-11-30 | 1 | -1/+1 |
|\ | | | | | [stable15] Fix cannot set 0 as value on files_external through OCC command | ||||
| * | Fix cannot set 0 as value on files_external through OCC command | Robin Appelman | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Add interface to allow storages from opting out of encryption | Robin Appelman | 2018-11-27 | 1 | -1/+2 |
|/ | | | | | | As opposed to hard-coding a list of excluded storages Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix UniqueConstraintViolationException while insert into files_external ↵ | Morris Jobke | 2018-11-14 | 1 | -18/+28 |
| | | | | | | | | config tables * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -1/+1 |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove value from cache on delete/clear | Daniel Kesselberg | 2018-10-08 | 1 | -0/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Use helper method for content length and last modified | Daniel Kesselberg | 2018-10-01 | 1 | -11/+54 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Reuse information from ListObjects for stat / filetype | Daniel Kesselberg | 2018-09-30 | 1 | -0/+5 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | 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 | 5 | -15/+76 |
| | | | | 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> | ||||
* | Merge pull request #9786 from ↵ | Morris Jobke | 2018-06-08 | 3 | -6/+84 |
|\ | | | | | | | | | nextcloud/feature/noid/external_sftp_password_and_key Add SFTP auth mechanism to use a password and private key for SFTP | ||||
| * | Add SFTP auth mechanism to use a password and public key for SFTP | Roeland Jago Douma | 2018-06-07 | 3 | -6/+84 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | allow setting notify credentials in environment | Robin Appelman | 2018-06-07 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #8842 from lanxenet/patch-1 | Morris Jobke | 2018-05-07 | 1 | -8/+10 |
|\ | | | | | fix(AmazonS3): fix loop $result['Contents'] error | ||||
| * | fix(AmazonS3): fix loop $result['Contents'] error | enoch | 2018-03-16 | 1 | -8/+10 |
| | | | | | | Invalid argument supplied for foreach() at /var/www/html/apps/files_external/lib/Lib/Storage/AmazonS3.php#295 | ||||
* | | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storage | Morris Jobke | 2018-05-02 | 1 | -0/+4 |
|\ \ | | | | | | | Use an actual function of the storage to determine needsPartFile | ||||
| * | | Use an actual function of the storage to determine needsPartFile | Roeland Jago Douma | 2018-05-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Make it possible to make external storages read only | Roeland Jago Douma | 2018-05-01 | 1 | -1/+2 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 4 | -14/+18 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -5/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove \OCP\Files::tmpFile | Roeland Jago Douma | 2018-03-19 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8857 from nextcloud/swift-verify-cached-token | Morris Jobke | 2018-03-19 | 1 | -1/+5 |
|\ \ | |/ |/| | verify cached swift token | ||||
| * | verify cached swift token | Robin Appelman | 2018-03-16 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Use proper method to log exceptions | Morris Jobke | 2018-03-12 | 2 | -13/+13 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8285 from ↵ | Roeland Jago Douma | 2018-02-27 | 1 | -3/+13 |
|\ | | | | | | | | | nextcloud/apps_files-smb-catch-exceptions-on-listing Make SMB module more fault-tolerant | ||||
| * | 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> | ||||
* | | Merge pull request #8359 from nextcloud/swift-v3 | Morris Jobke | 2018-02-26 | 5 | -8/+71 |
|\ \ | | | | | | | Support swift v3 authentication | ||||
| * | | adjust external storage config format to the one used in primary storage | Robin Appelman | 2018-02-26 | 2 | -5/+9 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | add support for v3 swift auth | Robin Appelman | 2018-02-26 | 5 | -8/+67 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Properly set the mount type for external storages | Roeland Jago Douma | 2018-02-20 | 2 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |