summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Force approval in GDrive oauth to get refresh_tokenVincent Petry2015-11-091-0/+1
| | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues.
* Prevent objectstore being set from client sideRobin McCorkell2015-08-251-0/+12
|
* handle rmdir on files for ftp storagesRobin Appelman2015-08-131-1/+4
|
* [stable8] Remove OCS IDsLukas Reschke2015-07-021-2/+0
| | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* Don't use command concatenationLukas Reschke2015-06-101-3/+3
| | | | Possibly fixes https://github.com/owncloud/core/issues/16853
* Check if arrayLukas Reschke2015-06-021-5/+7
| | | | | | The great library that we use apparently uses mixed types for everything because :see_no_evil: Fixes https://github.com/owncloud/core/issues/16679
* Disallow semicolons in passed commandsLukas Reschke2015-06-011-0/+5
|
* Revert custom patch that can cause problemsLukas Reschke2015-06-011-2/+8
|
* Merge pull request #15078 from owncloud/fix-smb-oc-admin-stable8Morris Jobke2015-05-171-4/+10
|\ | | | | [stable8] Support constructing an SMB_OC without saved session credentials
| * Support constructing an SMB_OC without saved session credentialsRobin McCorkell2015-03-201-4/+10
| | | | | | | | | | Conflicts: apps/files_external/lib/smb_oc.php
* | Fix bugs in ownCloud external storageRobin McCorkell2015-03-272-2/+10
|/
* Fix root request path for DropboxVincent Petry2015-03-191-1/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-034-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-316-20/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-302-4/+4
|
* Merge pull request #13401 from is-apps/amazon_s3_checkboxesThomas Müller2015-01-281-1/+7
|\ | | | | Tidy formatting of Amazon S3 checkboxes
| * Align checkbox configuration in external filesRoss Nicoll2015-01-191-1/+7
| | | | | | | | | | Modified CSS for files_external application to render labels around checkboxes at the same width as other input elements, aligning them with other elements on the same page.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-2/+8
| |
* | Allow saving incomplete external storage configVincent Petry2015-01-272-2/+67
| | | | | | | | This is needed for Dropbox and others that need a token.
* | Fix mount config unit test failuresVincent Petry2015-01-271-7/+29
| | | | | | | | | | | | | | | | Because setStorageId now instantiates storages, they might throw exceptions if arguments are missing. This fixes the unit test to not throw exceptions and have their default config arguments set.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-256-12/+18
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-202-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-192-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-184-4/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-4/+94
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+6
|
* Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-141-2/+0
|\ | | | | Autoload app's js translations
| * Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
| |
* | Merge pull request #13345 from owncloud/increase-files-external-versionsMorris Jobke2015-01-142-2/+5
|\ \ | |/ |/| Increase files_externals oC required version and its own version
| * Increase files_externals oC required version and its own versionJoas Schilling2015-01-142-2/+5
| |
* | The files_external app might need the password so autologin must be disabledJoas Schilling2015-01-141-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-142-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-1326-42/+96
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-1236-36/+0
|
* suggestion by transifex translatorVolkan Gezer2015-01-111-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-104-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-096-10/+16
|
* Merge pull request #13165 from mypetyak/typos-in-external-storage-xmlLukas Reschke2015-01-081-2/+2
|\ | | | | Minor typo updates to External Storage description
| * Minor typo updates to External Storage descriptionChristopher Bunn2015-01-071-2/+2
| | | | | | | | | | This text is visible to admin users when they read the description of the External Storage app.
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-0872-136/+68
|/
* smb: rename textfield from root to subfolderMartin2015-01-071-5/+5
| | | | | | "root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp...
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-066-4/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0528-4/+158
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0436-34/+16
|
* Merge pull request #13082 from mmattel/rename_text_no_external_storagesMorris Jobke2015-01-031-1/+1
|\ | | | | adopt text "no external storage configured"
| * adopt text "no ecternal storage configured"root2015-01-021-1/+1
| | | | | | | | storage -> storages