summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/settings.js
Commit message (Expand)AuthorAgeFilesLines
* use displayname lookup route in files_external settingsJörn Friedrich Dreyer2015-04-231-31/+14
* translated saved message in files externalVolkan Gezer2014-12-101-2/+2
* fix flickering usersJörn Friedrich Dreyer2014-10-131-1/+1
* fix deletion of sharesJörn Friedrich Dreyer2014-08-211-21/+22
* replace chosen with select2 to provide ajaxified user and group selection for...Jörn Friedrich Dreyer2014-08-201-9/+138
* Fix #9590. Fix #9612.Stephane V2014-07-161-6/+6
* When changing the mountpoint of an external storage, ensure the old one is re...Robin Appelman2014-07-071-2/+7
* fix camelCase and avoiud re-wrapping $()Morris Jobke2014-06-161-4/+4
* fix typo - Backups -> BackendsMorris Jobke2014-06-161-2/+2
* AllowUserMount defaults now to all backends fixes #7958Morris Jobke2014-06-131-0/+9
* Insert missing braceRobin McCorkell2014-03-241-3/+3
* Enable the use of 'optional' on password fields (JavaScript part)Robin McCorkell2014-03-211-8/+13
* fix some spaces to tabs issues reported by ScrutinizerJan-Christoph Borchardt2014-03-051-1/+1
* Allow admins to disable certain external storages for usersJoas Schilling2014-02-261-0/+10
* Fixed Dropbox/Google storage async save callVincent Petry2013-12-061-1/+13
* Now using smaller spinner image for status indicatorVincent Petry2013-10-111-3/+3
* Fixed external storage status indicator in admin pageVincent Petry2013-10-101-22/+29
* backport of https://github.com/owncloud/core/commit/1fa76e53dc5c515035f19e78f...Björn Schießle2013-06-121-8/+11
* attach on() events to external storage table, dom events in the table will al...Jörn Friedrich Dreyer2013-02-201-3/+3
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-2/+2
|\
| * fixing javascript errors IE8 in personal settingsThomas Mueller2013-02-141-2/+2
* | fixing issues with UTF8 characters in translatable stringsThomas Mueller2013-02-131-6/+2
* | adding spinner while talking to the backendThomas Mueller2013-02-121-2/+6
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-7/+7
|\|
| * Merge branch 'master' into from_live_to_onThomas Mueller2013-01-311-1/+1
| |\
| | * Fix external storage UI for new storage namespacesMichael Gapczynski2013-01-211-1/+1
| * | replace live() with on() in core jsJörn Friedrich Dreyer2013-01-301-3/+3
| |/
* | Listen to checkbox changes as wellMichael Gapczynski2013-01-021-0/+4
* | Turn off async for saving mount points, improve input detection for Google an...Michael Gapczynski2013-01-011-15/+63
* | Fix problems with chosen multiselectMichael Gapczynski2012-12-281-15/+31
* | Fix some of the default mount points creating sub folders i.e. SMB / CIFS, ow...Michael Gapczynski2012-12-281-1/+6
* | Save configuration after paste events and 2 seconds after typingMichael Gapczynski2012-12-261-2/+17
* | Prevent javascript error if no value is set for the multiselectMichael Gapczynski2012-12-241-1/+6
* | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-2/+19
|/
* fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-1/+1
* Add missing ; to js codeBart Visscher2012-09-051-2/+2
* Whitespace fixes in appsBart Visscher2012-08-291-2/+2
* Suggest mount point name, don't reload custom javascript fileMichael Gapczynski2012-08-131-2/+29
* allow users to upload ssl root certificates for the webdav clientBjoern Schiessle2012-07-041-4/+6
* Clear the mount point value for the new mount point rowMichael Gapczynski2012-06-291-1/+2
* Hide the delete button on new mount point rowMichael Gapczynski2012-06-291-0/+1
* Fix external storage UI for Admin pageMichael Gapczynski2012-06-281-2/+2
* Add support for mounting Dropbox in external storage UIMichael Gapczynski2012-06-121-39/+47
* Working UI for external storage mount configurationMichael Gapczynski2012-06-081-38/+122
* Initial work on UI for mounting external storageMichael Gapczynski2012-05-241-0/+59