Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21909 from owncloud/files-external-visibility | Thomas Müller | 2016-02-01 | 1 | -1/+1 |
|\ | | | | | Prevent invalid storages being displayed in the storages view | ||||
| * | Prevent invalid storages being displayed in the storages view | Robin McCorkell | 2016-01-26 | 1 | -1/+1 |
| | | |||||
* | | Reword external storage auth backends | Vincent Petry | 2016-02-01 | 3 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-31 | 18 | -0/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-30 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #22018 from owncloud/occ-external-delete | Thomas Müller | 2016-01-29 | 2 | -0/+116 |
|\ \ | | | | | | | Add delete command for external storages | ||||
| * | | Add delete command for external storages | Robin Appelman | 2016-01-29 | 2 | -0/+116 |
| | | | |||||
* | | | inject logger | Robin Appelman | 2016-01-29 | 6 | -11/+33 |
| | | | |||||
* | | | Dont set null values when validating storage definition | Robin Appelman | 2016-01-29 | 3 | -6/+12 |
| | | | |||||
* | | | minor fixes | Robin Appelman | 2016-01-29 | 3 | -7/+11 |
| | | | |||||
* | | | set auth mechanism in tests | Robin Appelman | 2016-01-29 | 1 | -0/+1 |
| | | | |||||
* | | | remove custom controler for user provided password auth | Robin Appelman | 2016-01-29 | 7 | -141/+97 |
| | | | |||||
* | | | dont show user provided auth as option for personal mounts | Robin Appelman | 2016-01-29 | 3 | -3/+5 |
| | | | |||||
* | | | Allow setting user provided credentials from the personal settings page | Robin Appelman | 2016-01-29 | 6 | -44/+180 |
| | | | |||||
* | | | expose user provided credentials for admin mounts | Robin Appelman | 2016-01-29 | 2 | -1/+10 |
| | | | |||||
* | | | Add user provided credentials mechanism | Robin Appelman | 2016-01-29 | 4 | -1/+142 |
| | | | |||||
* | | | Fix invalid storages not showing in directory listing | Robin Appelman | 2016-01-29 | 2 | -1/+130 |
| | | | |||||
* | | | Merge pull request #21928 from owncloud/files-external-js-checkbox-fix | Thomas Müller | 2016-01-29 | 2 | -5/+93 |
|\ \ \ | |/ / |/| | | Fix validation of inputs that aren't text | ||||
| * | | Add storage validation JS unit tests | Robin McCorkell | 2016-01-29 | 1 | -1/+75 |
| | | | |||||
| * | | Fix validation of inputs that aren't text | Robin McCorkell | 2016-01-26 | 1 | -4/+18 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-29 | 6 | -2/+6 |
| | | |||||
* | | Merge pull request #21916 from owncloud/sftp-handle-no-user | Thomas Müller | 2016-01-26 | 1 | -0/+3 |
|\ \ | |/ |/| | Handle no user set in sftp constructor | ||||
| * | Handle no user set in sftp constructor | Robin Appelman | 2016-01-26 | 1 | -0/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-26 | 2 | -2/+50 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-24 | 14 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-23 | 4 | -4/+120 |
| | |||||
* | Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-download | Thomas Müller | 2016-01-22 | 1 | -16/+13 |
|\ | | | | | Streaming download from Swift in files_external | ||||
| * | Modified swift handling to explicitly set 404 responses to false | Daniel Tosello | 2016-01-12 | 1 | -1/+2 |
| | | |||||
| * | Fixing swift fopen by ensuring stream is a valid resource | Daniel Tosello | 2015-12-10 | 1 | -1/+4 |
| | | |||||
| * | Streaming download from Swift external storage | Tim Dettrick | 2015-12-10 | 1 | -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-credentials | Thomas Müller | 2016-01-22 | 13 | -16/+160 |
|\ \ | | | | | | | External storage 'Login credentials' auth mechanism | ||||
| * | | bumb app version | Robin Appelman | 2016-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | fix test | Robin Appelman | 2016-01-18 | 3 | -2/+3 |
| | | | |||||
| * | | Pass the user when updating external storage status | Robin Appelman | 2016-01-18 | 3 | -7/+50 |
| | | | |||||
| * | | Introduce 'login credentials' auth mechanism | Robin McCorkell | 2016-01-18 | 8 | -7/+107 |
| | | | | | | | | | | | | | | | Stores user credentials in the database after user login, uses the new CredentialsManager class | ||||
* | | | clear mount cache when removing applicables | Robin Appelman | 2016-01-20 | 9 | -13/+77 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 2 | -0/+34 |
| | | | |||||
* | | | Merge pull request #21770 from owncloud/files_external-export | Thomas Müller | 2016-01-18 | 3 | -20/+86 |
|\ \ \ | | | | | | | | | Add files_external:export command | ||||
| * | | | Add files_external:export command | Robin Appelman | 2016-01-18 | 3 | -20/+86 |
| | | | | |||||
* | | | | Merge pull request #21757 from owncloud/files-external-applicable-db-fix | Thomas Müller | 2016-01-18 | 2 | -2/+20 |
|\ \ \ \ | |/ / / |/| | | | Correctly remove global applicable | ||||
| * | | | Correctly remove global applicable | Robin McCorkell | 2016-01-15 | 2 | -2/+20 |
| | | | | |||||
* | | | | Merge pull request #21732 from owncloud/gdrive-stream-download | Thomas Müller | 2016-01-18 | 1 | -6/+16 |
|\ \ \ \ | |_|/ / |/| | | | Use Guzzle stream to download files from GDrive | ||||
| * | | | Use Guzzle stream to download files from GDrive | Vincent Petry | 2016-01-14 | 1 | -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 transifex | Jenkins for ownCloud | 2016-01-17 | 4 | -4/+70 |
| | | | | |||||
* | | | | Merge pull request #21739 from owncloud/issue_21110 | Thomas Müller | 2016-01-15 | 1 | -25/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix bug issue 21110 | ||||
| * | | | Change icon only on WND and Sharepoint external storages | Jesús Macias | 2016-01-15 | 1 | -25/+1 |
| | | | | |||||
| * | | | Fis bug issue 21110 | Jesús Macias | 2016-01-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #21735 from owncloud/files-external-checkbox-settings | Thomas Müller | 2016-01-15 | 2 | -5/+15 |
|\ \ \ | | | | | | | | | Consolidate user mounting check code | ||||
| * | | | Consolidate user mounting check code | Robin McCorkell | 2016-01-14 | 2 | -5/+15 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-15 | 2 | -0/+22 |
|/ / |