Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | add files_external:notify command | Robin Appelman | 2016-07-14 | 1 | -0/+173 |
| | | |||||
* | | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -1/+58 |
| | | |||||
* | | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+2 |
|/ | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -5/+2 |
| | | | | * the setup check is still there | ||||
* | Fix type hinting | Robin Appelman | 2016-07-08 | 2 | -3/+3 |
| | |||||
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 2 | -0/+7 |
| | |||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 5 | -1/+326 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -0/+4 |
| |\ | |||||
| * \ | Merge pull request #233 from nextcloud/allow-users-to-change-global-credentials | Morris Jobke | 2016-06-27 | 1 | -3/+39 |
| |\ \ | | | | | | | | | Allow regular users to specify global credentials password | ||||
| | * | | Allow regular users to specify global credentials password | Lukas Reschke | 2016-06-27 | 1 | -3/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the UI is existent the feature simply doesn't work because admin privileges are required for the controller. This adds proper permission checks and also unit tests. To test this: 1. Enable external storage 2. Login as non-admin user 3. Go to personal page and try to change global credentials | ||||
| * | | | Merge pull request #190 from nextcloud/add-wnd-1 | Lukas Reschke | 2016-06-27 | 3 | -0/+182 |
| |\ \ \ | | |/ / | |/| | | Add "Login credentials" and "User Provided" | ||||
| | * | | Add "Login credentials" and "User Provided" | Lukas Reschke | 2016-06-21 | 3 | -0/+182 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds the "Login Credentials" and "User Provided" option to the external storage implementation, it is basically done by reverting 176fb191b7ec1c742b70295ca2a315d8cc1f1ea0 from https://github.com/owncloud/core/pull/22432. This was taken from owncloud/core which is AGPL licensed. | ||||
| * | | | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 4 | -11/+74 |
| |\ \ \ | | |/ / | |/| | | |||||
| * | | | Add "Global Auth" option to external storage | Robin Appelman | 2016-06-21 | 3 | -1/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png) | ||||
* | | | | show configuration options for authentication backends while listing storage | Robin Appelman | 2016-06-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Fixes #22447 | ||||
* | | | | hide hidden parameters from list backend/auth parameters | Robin Appelman | 2016-06-30 | 1 | -3/+14 |
| |_|/ |/| | | |||||
* | | | Quickfix: do not lazy load auth mechanisms for ext storages | Vincent Petry | 2016-06-27 | 1 | -0/+4 |
| |/ |/| | | | | | | | Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded. | ||||
* | | Add option to `occ files_external:list` to show all configured mounts | Robin Appelman | 2016-06-23 | 4 | -10/+71 |
| | | |||||
* | | Hide more default options in occ files_external:list | Robin Appelman | 2016-06-22 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #25173 from owncloud/fix_conversion_issues | Vincent Petry | 2016-06-20 | 4 | -0/+6 |
|\ | | | | | Fix conversion issues | ||||
| * | Fix conversion issues | Juan Pablo Villafáñez | 2016-06-20 | 4 | -0/+6 |
| | | | | | | | | Change to phpdoc type for automatic conversion | ||||
* | | Merge pull request #25010 from owncloud/gdrive-fix-tests | Vincent Petry | 2016-06-20 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix GDrive test rename overwrite folder | ||||
| * | Fix GDrive test rename overwrite folder | Vincent Petry | 2016-06-10 | 1 | -2/+2 |
| | | |||||
* | | Convert Dropbox Forbidden exception to StorageNotAvailableException | Vincent Petry | 2016-06-14 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #25008 from owncloud/externals_test_with_origin | Vincent Petry | 2016-06-09 | 5 | -16/+20 |
|\ | | | | | Add support to know where the storage test comes from | ||||
| * | Change the default value to true instead of null | Juan Pablo Villafáñez | 2016-06-08 | 5 | -8/+8 |
| | | |||||
| * | Rename variable | Juan Pablo Villafáñez | 2016-06-07 | 5 | -16/+16 |
| | | |||||
| * | Add support to know where the storage test comes from | Juan Pablo Villafáñez | 2016-06-07 | 5 | -15/+19 |
| | | |||||
* | | Fix GDrive file size when mime type doesn't match contents | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Uploading a txt file with XML contents makes GDrive return the XML mime type. This fix makes sure the logic that returns "SPACE_UNKNOWN" for the size properly rely on the Google Docs mime types. | ||||
* | | Fix GDrive upload file which name might match the one of a folder | Vincent Petry | 2016-06-07 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | Whenever a file is uploaded to GDrive, there is a check for that file with and without extension, due to Google Docs files having no extension. This logic now only kicks in whenever the detected extensionless file is really a Google Doc file, not a folder. This makes it possible again to upload a file "test.txt" in a folder that also has a folder called "test" | ||||
* | | implement specific rename handling for SMB | Arthur Schiwon | 2016-05-31 | 1 | -0/+20 |
|/ | |||||
* | Fix SMB backend registration | Robin McCorkell | 2016-05-30 | 1 | -4/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 33 | -12/+47 |
| | |||||
* | Merge pull request #24814 from owncloud/fix-psr4-external-maste | Vincent Petry | 2016-05-25 | 2 | -0/+0 |
|\ | | | | | Move Stuff to PSR-4 again | ||||
| * | Move Stuff to PSR-4 again | Joas Schilling | 2016-05-24 | 2 | -0/+0 |
| | | |||||
* | | Merge pull request #7897 from owncloud/ext-swiftcaching | Vincent Petry | 2016-05-24 | 1 | -17/+71 |
|\ \ | |/ |/| | Added object cache for Swift ext storage | ||||
| * | Added object cache for Swift ext storage | Vincent Petry | 2016-05-24 | 1 | -17/+71 |
| | | | | | | | | | | This avoid calling the remote API for repeated calls to is_dir, filetype, etc | ||||
* | | Merge pull request #24799 from owncloud/altyr-117-upstream | Vincent Petry | 2016-05-24 | 1 | -4/+3 |
|\ \ | | | | | | | Update google-api-php-client to 1.1.7 | ||||
| * | | fix phpdoc | Robin Appelman | 2016-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fix cert bundle path | Robin Appelman | 2016-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fix autoloading for new google SDK lib | Vincent Petry | 2016-05-24 | 1 | -2/+0 |
| | | | |||||
| * | | enable autoload of lib in google storage | Francesco Rovelli | 2016-05-24 | 1 | -0/+1 |
| |/ | |||||
* / | skip google map files (#24807) | Vincent Petry | 2016-05-24 | 1 | -4/+7 |
|/ | |||||
* | Fix import path for 3rdparty dropbox autoloader | Joas Schilling | 2016-05-24 | 1 | -1/+1 |
| | | | | We moved the file by one level | ||||
* | Fix missing imports | Joas Schilling | 2016-05-24 | 1 | -0/+3 |
| | |||||
* | Move remaining classes to PSR-4 | Joas Schilling | 2016-05-24 | 34 | -34/+29 |
| | |||||
* | Move Lib\Storage to PSR-4 | Joas Schilling | 2016-05-24 | 9 | -0/+0 |
| | |||||
* | Move Config to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -0/+0 |
| |