summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/settings.js
Commit message (Expand)AuthorAgeFilesLines
* Move some translation stings around to enable xgettext to detect themThomas Müller2016-04-071-11/+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
* 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
|/
* Allow admins to add system wide root certificatesRobin Appelman2016-01-121-7/+0
* Also remove it from the web interfaceRobin Appelman2016-01-071-2/+0
* Fix ext storage mount options dropdownVincent Petry2015-11-301-1/+0
* Defer initialisation of data until after complete constructionRobin McCorkell2015-11-221-17/+32
* 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
* Display storage status as tooltipRobin McCorkell2015-10-231-3/+9
* Remove status indicator on modificationRobin McCorkell2015-10-231-8/+21
* Hide deprecated backends in external storage GUIRobin McCorkell2015-09-231-1/+12
* fix checkboxes in files_externalHendrik Leppelsack2015-09-191-3/+4
* Set default mount options for external storagesRobin McCorkell2015-09-031-0/+7
* Add on-backend and on-auth-mechanism events to JSRobin McCorkell2015-08-251-4/+30
* Trigger storage recheck on auth mechanism changeRobin McCorkell2015-08-191-0/+9
* Load custom JS for all backends/auth mechanismsRobin McCorkell2015-08-191-3/+0
* Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-191-2/+6
* Split backend identifiers from the class nameRobin McCorkell2015-08-191-16/+16
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-32/+75
* Fix files_external l10nMorris Jobke2015-05-301-0/+10
* add unit testRobin Appelman2015-04-021-0/+2
* adjust unt testsRobin Appelman2015-04-021-1/+2
* Add mount point to disable the encryption wrapperRobin Appelman2015-03-311-6/+29
* Added ext storage mount options GUIVincent Petry2015-03-261-3/+176
* Use individual timers for separate config rowsRobin McCorkell2015-03-241-30/+21
* Introduce async status checkingRobin McCorkell2015-03-201-1/+5
* Mount options for ext storage are now passed aroundVincent Petry2015-03-131-0/+15
* Implement priority on client side in hidden inputRobin McCorkell2015-03-121-0/+12
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-350/+697
* translated saved message in files externalVolkan Gezer2014-12-081-2/+2
* cleanup variable names and duplicate jQuery selectorsJörn Friedrich Dreyer2014-10-131-76/+80
* fix flickering usersJörn Friedrich Dreyer2014-10-131-1/+1
* Improve UI of external storage configurationRobin McCorkell2014-08-301-22/+44