summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js
Commit message (Expand)AuthorAgeFilesLines
* Fixes for encoding wrapperVincent Petry2016-05-201-2/+4
* Add encoding wrapper as opt-in mount optionVincent Petry2016-05-201-11/+21
* Move Dropbox/GDrive link to iconRobin McCorkell2016-05-032-8/+12
* Change colour of input fields instead of printing 'Access granted'Robin McCorkell2016-05-032-11/+12
* Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-034-4/+56
* Move some translation stings around to enable xgettext to detect themThomas Müller2016-04-071-11/+1
* apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
* Display external storage GUI even if user mounting disabledRobin McCorkell2016-03-161-0/+1
* Merge pull request #22636 from owncloud/fix-ssl-on-external-storagesThomas Müller2016-02-251-0/+3
|\
| * Properly cast typeLukas Reschke2016-02-241-0/+3
* | Disable sharing by default for external storage mountsVincent Petry2016-02-241-2/+2
|/
* remove global credentialsRobin Appelman2016-02-171-27/+0
* Improve credentials dialog usability a bitVincent Petry2016-02-041-2/+13
* fix input typeRobin Appelman2016-02-041-1/+1
* Use handlebars templateRobin Appelman2016-02-041-22/+25
* Fix PR from commentsJesús Macias2016-02-041-5/+3
* Add credentials dialog for user provided authJesús Macias2016-02-041-84/+167
* Add global auth backend for files externalRobin Appelman2016-02-041-0/+27
* Remove magic flags from files_external backend paramsRobin Appelman2016-02-021-12/+20
* Merge pull request #20903 from owncloud/sharing-mount-optionThomas Müller2016-02-021-1/+7
|\
| * Add mount option to disable sharingRobin Appelman2016-01-291-1/+7
* | minor fixesRobin Appelman2016-01-291-3/+8
* | remove custom controler for user provided password authRobin Appelman2016-01-291-31/+5
* | dont show user provided auth as option for personal mountsRobin Appelman2016-01-291-3/+2
* | Allow setting user provided credentials from the personal settings pageRobin Appelman2016-01-291-17/+98
* | Fix validation of inputs that aren't textRobin McCorkell2016-01-261-4/+18
|/
* 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
* Allow admins to add system wide root certificatesRobin Appelman2016-01-121-7/+0
* Merge pull request #21517 from owncloud/ext-oauth-fixThomas Müller2016-01-112-78/+82
|\
| * Fix OAuth external storage auth for step 2Robin McCorkell2016-01-072-78/+82
* | Merge pull request #21438 from owncloud/settings-anchorsThomas Müller2016-01-111-1/+1
|\ \
| * | remove unneeded 'goto' prefix from settings anchorsJan-Christoph Borchardt2016-01-041-1/+1
* | | Fix checking external storage status as non admin userRobin Appelman2016-01-081-1/+1
| |/ |/|
* | Also remove it from the web interfaceRobin Appelman2016-01-071-2/+0
|/
* Merge branch 'master' into issue_20427Jesus Macias Portela2015-12-033-94/+201
|\
| * Fix ext storage mount options dropdownVincent Petry2015-11-301-1/+0
| * Merge pull request #18999 from owncloud/ext-config-listadminThomas Müller2015-11-242-94/+202
| |\
| | * Defer initialisation of data until after complete constructionRobin McCorkell2015-11-222-22/+39
| | * Clear highlight on RSA public key generationRobin McCorkell2015-11-211-1/+1
| | * Only set value if it exists in the StorageConfigRobin McCorkell2015-11-211-2/+5
| | * Reset mountpoint input field when creating new mountRobin McCorkell2015-11-211-0/+1
| | * Fix JS unit testsRobin McCorkell2015-11-211-2/+1
| | * Load applicable users/groups correctlyRobin McCorkell2015-11-211-0/+13
| | * Display applicable global storages in personal mount listRobin McCorkell2015-11-211-0/+31
| | * Render external storages list in JSRobin McCorkell2015-11-211-82/+126
| * | Properly join path sectionsVincent Petry2015-11-221-1/+1
| |/
* | Fix css selector and bug checking personal mounts statusJesús Macias2015-11-241-1/+1
* | Add css to manage row status colorJesús Macias2015-11-241-4/+3
* | Fix code from PR commentsJesús Macias2015-11-244-236/+208