aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
Commit message (Collapse)AuthorAgeFilesLines
...
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-35/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-181-17/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* show storage as unavailable in the file listRobin Appelman2017-09-041-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* set the exception for failedstorageRobin Appelman2017-09-041-2/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use the FailedStorage insteadMorris Jobke2017-09-042-31/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-043-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 repoVincent Petry2017-08-212-790/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-162-409/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6101 from cbartz/patch-1Lukas Reschke2017-08-151-6/+1
|\ | | | | Missing array assignment in Swift.php
| * Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-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-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/| Filter magic dot object when swift directory
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix comparisons in the files external appJoas Schilling2017-08-016-18/+18
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [files_external] Fix phpdocRoeland Jago Douma2017-08-013-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [files_external] Fix phpdocRoeland Jago Douma2017-08-012-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Run phan over code baseLukas Reschke2017-07-191-4/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused memberRoeland Jago Douma2017-06-301-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-2/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove duplicate methodRobin Appelman2017-04-261-26/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove excessive loggingRobin Appelman2017-04-261-25/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
|
* Merge pull request #4416 from gvmura/avoid-duplicate-files-googleMorris Jobke2017-04-261-0/+13
|\ | | | | Avoid duplicate files in google with the same name
| * avoid duplicate files in google with the same namegvmura2017-04-211-0/+13
| | | | | | | | Signed-off-by: gvmura <gvmura@uniss.it>
* | Remove unused use statementsMorris Jobke2017-04-223-7/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update comments to NextcloudMorris Jobke2017-04-112-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 supportArthur Schiwon2017-04-041-7/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-39/+21
|\ | | | | Login credential store
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-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 storeChristoph Wurst2017-01-111-32/+24
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-302-39/+162
|\ \ | | | | | | Add self-test for files_external:notify
| * | add unit tests for smb notify backendRobin Appelman2017-01-271-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Add proper default value for datadirMorris Jobke2017-01-191-1/+1
|/ | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-065-115/+105
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update icewind/smb to 2.0.0Robin Appelman2017-01-051-11/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\ | | | | Fix order of parameters when getting notified of smb renames
| * Fix order of parameters when getting notified of smb renamesRobin Appelman2016-12-071-3/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #1678 from nextcloud/smb-stat-rootLukas Reschke2016-12-161-2/+44
|\ \ | |/ |/| Fix mtimes for share root
| * Fix mtimes for share rootRobin Appelman2016-10-111-2/+44
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | split off s3 connection logicRobin Appelman2016-11-161-100/+8
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* change remote cloud naming to NextcloudRobin Appelman2016-08-181-1/+1
|
* Fix casing of external storage appMorris Jobke2016-08-171-1/+1
|
* Merge pull request #465 from nextcloud/fix_smb_attributesMorris Jobke2016-08-041-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ñez2016-07-201-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 robinJoas Schilling2016-07-2116-16/+16
| |
* | Fix apps/Joas Schilling2016-07-2154-59/+113
| |
* | Merge pull request #470 from nextcloud/sftp-renameoverwritedirMorris Jobke2016-07-201-1/+1
|\ \ | | | | | | Fix overwriting folders on rename with SFTP
| * | Fix overwriting folders on rename with SFTPVincent Petry2016-07-201-1/+1
| |/ | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory