summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [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
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-142-0/+10
| |
* | Fix adding global applicable when removing all other applicablesRobin Appelman2016-01-131-2/+2
| |
* | Merge pull request #21662 from owncloud/external-list-non-adminThomas Müller2016-01-131-0/+11
|\ \ | | | | | | Allow non admins to list their own mounts
| * | Allow non admins to list their own mountsRobin Appelman2016-01-121-0/+11
| | |
* | | Merge pull request #21392 from owncloud/files_external-importThomas Müller2016-01-134-0/+287
|\ \ \ | | | | | | | | Add import command for files external
| * | | Add import command for files externalRobin Appelman2016-01-114-0/+287
| | | |
* | | | Merge pull request #21648 from owncloud/smb-statcache-capThomas Müller2016-01-131-1/+8
|\ \ \ \ | | | | | | | | | | cap the number of entries we cache in smb's statcache
| * | | | cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-121-1/+8
| | | | |
* | | | | Merge pull request #21663 from owncloud/occ-external-mountpointThomas Müller2016-01-131-2/+10
|\ \ \ \ \ | | | | | | | | | | | | allow setting mountpoint with occ files_external:config
| * | | | | allow setting mountpoint with occ files_external:configRobin Appelman2016-01-121-2/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-13113-206/+240
|\ \ \ \ \ | | | | | | | | | | | | Update license headers 2016
| * | | | | Happy new year!Thomas Müller2016-01-12113-206/+240
| | |/ / / | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-134-0/+10
| |/ / / |/| | |
* | | | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-7/+0
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-1212-12/+0
| | |
* | | Merge pull request #21517 from owncloud/ext-oauth-fixThomas Müller2016-01-112-78/+82
|\ \ \ | |/ / |/| | Fix OAuth external storage auth for step 2
| * | Fix OAuth external storage auth for step 2Robin McCorkell2016-01-072-78/+82
| | | | | | | | | | | | Parameters are only available after the onCompletion promise is run
* | | Merge pull request #21438 from owncloud/settings-anchorsThomas Müller2016-01-111-1/+1
|\ \ \ | | | | | | | | remove unneeded 'goto' prefix from settings anchors
| * | | remove unneeded 'goto' prefix from settings anchorsJan-Christoph Borchardt2016-01-041-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-112-0/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-096-2/+10
| | | |
* | | | Merge pull request #21008 from ↵Thomas Müller2016-01-081-2/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/UoM-ResPlat-DevOps-swift-acl-shared-containers Allowing access to Swift containers shared by ACL
| * | | | Allowing access to Swift containers shared by ACLTim Dettrick2016-01-081-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | To avoid a confusing extra field, the bucket field is overloaded to optionally take a URL.
* | | | | Merge pull request #21467 from owncloud/external-status-check-userglobalThomas Müller2016-01-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix checking external storage status as non admin user