summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21909 from owncloud/files-external-visibilityThomas Müller2016-02-011-1/+1
|\ | | | | Prevent invalid storages being displayed in the storages view
| * Prevent invalid storages being displayed in the storages viewRobin McCorkell2016-01-261-1/+1
| |
* | Reword external storage auth backendsVincent Petry2016-02-013-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-3118-0/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-302-0/+2
| |
* | Merge pull request #22018 from owncloud/occ-external-deleteThomas Müller2016-01-292-0/+116
|\ \ | | | | | | Add delete command for external storages
| * | Add delete command for external storagesRobin Appelman2016-01-292-0/+116
| | |
* | | inject loggerRobin Appelman2016-01-296-11/+33
| | |
* | | Dont set null values when validating storage definitionRobin Appelman2016-01-293-6/+12
| | |
* | | minor fixesRobin Appelman2016-01-293-7/+11
| | |
* | | set auth mechanism in testsRobin Appelman2016-01-291-0/+1
| | |
* | | remove custom controler for user provided password authRobin Appelman2016-01-297-141/+97
| | |
* | | dont show user provided auth as option for personal mountsRobin Appelman2016-01-293-3/+5
| | |
* | | Allow setting user provided credentials from the personal settings pageRobin Appelman2016-01-296-44/+180
| | |
* | | expose user provided credentials for admin mountsRobin Appelman2016-01-292-1/+10
| | |
* | | Add user provided credentials mechanismRobin Appelman2016-01-294-1/+142
| | |
* | | Fix invalid storages not showing in directory listingRobin Appelman2016-01-292-1/+130
| | |
* | | Merge pull request #21928 from owncloud/files-external-js-checkbox-fixThomas Müller2016-01-292-5/+93
|\ \ \ | |/ / |/| | Fix validation of inputs that aren't text
| * | Add storage validation JS unit testsRobin McCorkell2016-01-291-1/+75
| | |
| * | Fix validation of inputs that aren't textRobin McCorkell2016-01-261-4/+18
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-296-2/+6
| |
* | Merge pull request #21916 from owncloud/sftp-handle-no-userThomas Müller2016-01-261-0/+3
|\ \ | |/ |/| Handle no user set in sftp constructor
| * Handle no user set in sftp constructorRobin Appelman2016-01-261-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-262-2/+50
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-2414-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-234-4/+120
|
* Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-downloadThomas Müller2016-01-221-16/+13
|\ | | | | Streaming download from Swift in files_external
| * Modified swift handling to explicitly set 404 responses to falseDaniel Tosello2016-01-121-1/+2
| |
| * Fixing swift fopen by ensuring stream is a valid resourceDaniel Tosello2015-12-101-1/+4
| |
| * Streaming download from Swift external storageTim Dettrick2015-12-101-17/+10
| | | | | | | | | | Speeds up downloads as they no longer need to buffer completely on the ownCloud server before being sent to the client.
* | Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-2213-16/+160
|\ \ | | | | | | External storage 'Login credentials' auth mechanism
| * | bumb app versionRobin Appelman2016-01-181-1/+1
| | |
| * | fix testRobin Appelman2016-01-183-2/+3
| | |
| * | Pass the user when updating external storage statusRobin Appelman2016-01-183-7/+50
| | |
| * | Introduce 'login credentials' auth mechanismRobin McCorkell2016-01-188-7/+107
| | | | | | | | | | | | | | | Stores user credentials in the database after user login, uses the new CredentialsManager class
* | | clear mount cache when removing applicablesRobin Appelman2016-01-209-13/+77
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-202-0/+34
| | |
* | | Merge pull request #21770 from owncloud/files_external-exportThomas Müller2016-01-183-20/+86
|\ \ \ | | | | | | | | Add files_external:export command
| * | | Add files_external:export commandRobin Appelman2016-01-183-20/+86
| | | |
* | | | Merge pull request #21757 from owncloud/files-external-applicable-db-fixThomas Müller2016-01-182-2/+20
|\ \ \ \ | |/ / / |/| | | Correctly remove global applicable
| * | | Correctly remove global applicableRobin McCorkell2016-01-152-2/+20
| | | |
* | | | Merge pull request #21732 from owncloud/gdrive-stream-downloadThomas Müller2016-01-181-6/+16
|\ \ \ \ | |_|/ / |/| | | Use Guzzle stream to download files from GDrive
| * | | Use Guzzle stream to download files from GDriveVincent Petry2016-01-141-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API library does not support streaming and always reads the full file into memory. This workaround copies the signed headers to a Guzzle request and returns the response as stream.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-174-4/+70
| | | |
* | | | Merge pull request #21739 from owncloud/issue_21110Thomas Müller2016-01-151-25/+1
|\ \ \ \ | |_|/ / |/| | | Fix bug issue 21110
| * | | Change icon only on WND and Sharepoint external storagesJesús Macias2016-01-151-25/+1
| | | |
| * | | Fis bug issue 21110Jesús Macias2016-01-151-1/+1
| |/ /
* | | Merge pull request #21735 from owncloud/files-external-checkbox-settingsThomas Müller2016-01-152-5/+15
|\ \ \ | | | | | | | | Consolidate user mounting check code
| * | | Consolidate user mounting check codeRobin McCorkell2016-01-142-5/+15
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2016-01-152-0/+22
|/ /