Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 1 | -35/+14 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 1 | -17/+21 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | show storage as unavailable in the file list | Robin Appelman | 2017-09-04 | 1 | -1/+2 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | set the exception for failedstorage | Robin Appelman | 2017-09-04 | 1 | -2/+9 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Use the FailedStorage instead | Morris Jobke | 2017-09-04 | 2 | -31/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Handle invalid ext storage backend to keep mount point visible | Vincent Petry | 2017-09-04 | 3 | -0/+131 | |
| | | | | | | | | Keep mount point visible and also ext storage config visible when dealing with configs relating to storage backends or auth mechanisms that were provided by an app that is currently disabled. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Move GDrive external storage to a separate repo | Vincent Petry | 2017-08-21 | 2 | -790/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 2 | -409/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #6101 from cbartz/patch-1 | Lukas Reschke | 2017-08-15 | 1 | -6/+1 | |
|\ | | | | | Missing array assignment in Swift.php | |||||
| * | Remove tmpFiles Array in Swift.php | Christopher Bartz | 2017-08-14 | 1 | -6/+1 | |
| | | | | | | | | | | | | tmpFiles Array is unnecessary and there has been a reference without an assignment which lead to a bug making swift external storage unuseable. | |||||
* | | Merge pull request #5872 from nextcloud/swift-filter-dot | Robin Appelman | 2017-08-14 | 1 | -1/+1 | |
|\ \ | |/ |/| | Filter magic dot object when swift directory | |||||
| * | Filter magic dot object when swift directory | Robin Appelman | 2017-08-01 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 6 | -18/+18 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [files_external] Fix phpdoc | Roeland Jago Douma | 2017-08-01 | 3 | -3/+3 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | [files_external] Fix phpdoc | Roeland Jago Douma | 2017-08-01 | 2 | -2/+2 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -4/+4 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Remove unused member | Roeland Jago Douma | 2017-06-30 | 1 | -2/+0 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Allow 2048 and 4096 bit SFTP keys | Roeland Jago Douma | 2017-06-29 | 1 | -2/+7 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | 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 | |
| | ||||||
* | Merge pull request #4416 from gvmura/avoid-duplicate-files-google | Morris Jobke | 2017-04-26 | 1 | -0/+13 | |
|\ | | | | | Avoid duplicate files in google with the same name | |||||
| * | avoid duplicate files in google with the same name | gvmura | 2017-04-21 | 1 | -0/+13 | |
| | | | | | | | | Signed-off-by: gvmura <gvmura@uniss.it> | |||||
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 3 | -7/+0 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 2 | -4/+4 | |
| | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | fix fseek against string not resource by removing append support | Arthur Schiwon | 2017-04-04 | 1 | -7/+4 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | allow configuring authType for DAV backend | Jörn Friedrich Dreyer | 2017-03-22 | 1 | -0/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 1 | -39/+21 | |
|\ | | | | | Login credential store | |||||
| * | use login hook credentials as fallback | Christoph Wurst | 2017-01-11 | 1 | -11/+1 | |
| | | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
| * | migrate 'password::sessioncredentials' extern storage auth to credential store | Christoph Wurst | 2017-01-11 | 1 | -32/+24 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #2970 from nextcloud/notify-self-test | Morris Jobke | 2017-01-30 | 2 | -39/+162 | |
|\ \ | | | | | | | Add self-test for files_external:notify | |||||
| * | | 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 | 2 | -39/+161 | |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 | |
|/ | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | replace close:// streamwrapper with CallBackWrapper | Robin Appelman | 2017-01-06 | 5 | -115/+105 | |
| | | | | 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> | |||||
* | | Merge pull request #1678 from nextcloud/smb-stat-root | Lukas Reschke | 2016-12-16 | 1 | -2/+44 | |
|\ \ | |/ |/| | Fix mtimes for share root | |||||
| * | Fix mtimes for share root | Robin Appelman | 2016-10-11 | 1 | -2/+44 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | split off s3 connection logic | Robin Appelman | 2016-11-16 | 1 | -100/+8 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | change remote cloud naming to Nextcloud | Robin Appelman | 2016-08-18 | 1 | -1/+1 | |
| | ||||||
* | Fix casing of external storage app | Morris Jobke | 2016-08-17 | 1 | -1/+1 | |
| | ||||||
* | 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 | 16 | -16/+16 | |
| | | ||||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 54 | -59/+113 | |
| | | ||||||
* | | Merge pull request #470 from nextcloud/sftp-renameoverwritedir | Morris Jobke | 2016-07-20 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix overwriting folders on rename with SFTP | |||||
| * | | Fix overwriting folders on rename with SFTP | Vincent Petry | 2016-07-20 | 1 | -1/+1 | |
| |/ | | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory |