aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21772 from owncloud/occ-external-applicableThomas Müller2016-02-034-0/+432
|\ | | | | Add occ command to manage applicables
| * Add occ command to manage applicablesRobin Appelman2016-02-024-0/+432
| |
* | Merge pull request #22053 from owncloud/files_external-params-flagsThomas Müller2016-02-034-47/+83
|\ \ | | | | | | Remove magic flags from files_external backend params
| * | Remove magic flags from files_external backend paramsRobin Appelman2016-02-024-47/+83
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0310-0/+30
|/ /
* | Merge pull request #20903 from owncloud/sharing-mount-optionThomas Müller2016-02-022-1/+8
|\ \ | | | | | | Add mount option to disable sharing
| * | adjust js unit testRobin Appelman2016-01-291-0/+1
| | |
| * | Add mount option to disable sharingRobin Appelman2016-01-291-1/+7
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0246-82/+4
| | |
* | | 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
| | | |