summaryrefslogtreecommitdiffstats
path: root/apps/files_external/templates/settings.php
Commit message (Collapse)AuthorAgeFilesLines
* Add mount point to disable the encryption wrapperRobin Appelman2015-03-311-1/+1
|
* Added ext storage mount options GUIVincent Petry2015-03-261-9/+15
| | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code.
* Introduce async status checkingRobin McCorkell2015-03-201-3/+1
|
* Mount options for ext storage are now passed aroundVincent Petry2015-03-131-3/+8
| | | | | | The mount options are now passed to the UI and stored in a hidden field. The ext storage controllers and services also know how to load/save them from the legacy config.
* Implement priority on client side in hidden inputRobin McCorkell2015-03-121-0/+3
|
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-4/+4
| | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI
* make sure styles and scripts are only loaded onceThomas Müller2014-12-161-1/+1
|
* Move certificate management interface from files_external to coreRobin Appelman2014-08-311-27/+0
|
* replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-251-25/+2
| | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
* Fix #9590. Fix #9612.Stephane V2014-07-151-7/+7
| | | | | | For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
* When changing the mountpoint of an external storage, ensure the old one is ↵Robin Appelman2014-07-071-0/+1
| | | | removed
* fix typo - Backups -> BackendsMorris Jobke2014-06-161-1/+1
|
* fix single quote sanitizationVolkan Gezer2014-04-261-1/+1
|
* Fix error log spamRobin McCorkell2014-04-031-4/+4
| | | | Regression from e002b7242cb19a0e028d325cd64b57e67dc48108
* external storage: set storages to be available for All Users by defaultJan-Christoph Borchardt2014-04-011-3/+6
|
* external storage: change confusing 'applicable' to 'available for'Jan-Christoph Borchardt2014-04-011-1/+1
|
* external storage: fix merge conflict, indentationJan-Christoph Borchardt2014-03-311-10/+13
|\
| * Merge pull request #7842 from Xenopathic/files_external_config_optionalRobin McCorkell2014-03-281-10/+13
| |\ | | | | | | Enable the use of 'optional' on password fields for mount configuration
| | * Correct field modifier checkingRobin McCorkell2014-03-201-3/+3
| | | | | | | | | | | | | | | | | | | | | Existing code checks for the existence of a modifier ('&', '!', '#', '*') anywhere in the field name, but strips the first character regardless. This change makes it so that only modifiers at the beginning of the string are counted.
| | * Enable the use of 'optional' on password fieldsRobin McCorkell2014-03-201-7/+10
| | | | | | | | | | | | | | | The logic has been changed, in that 'class="optional"' is applied to both password and text types if the field begins with the optional market, '&'.
* | | replace last personalblock fieldset within files_externalJan-Christoph Borchardt2014-03-311-3/+1
| | |
* | | replace personalblock fieldset with section class in files appsJan-Christoph Borchardt2014-03-271-130/+128
|/ /
* / Fix merging of external storage configurationsVincent Petry2014-03-261-7/+7
|/ | | | | | | | | | | | | Merging of configurations is whenever the same config is available for multiple users/groups, in which case the config is considered as a single one by the UI, and shows multiple users/groups selected. Fixed merging logic to make sure that class, mount point and options are the same before merging them. Fixed merging to work correctly when the same mount point path is used for separate users and configs. These are now correctly shows in the UI as separate entries.
* Allow admins to disable certain external storages for usersJoas Schilling2014-02-261-6/+12
| | | | Fix issue #6793
* Fixed placeholder after page reloadVincent Petry2013-12-031-1/+1
| | | | The placeholder somehow had too many characters stripping from it...
* Added missing "grid" class on external storage's tableVincent Petry2013-10-141-1/+1
|
* more elegant style for Personal and Admin settingsJan-Christoph Borchardt2013-10-051-2/+2
|
* Files External: show display names instead of internal user names in Settings UIArthur Schiwon2013-03-271-1/+1
|
* Merge remote-tracking branch 'upstream/master'sherbrecher2013-03-151-57/+103
|\ | | | | | | | | Conflicts: apps/files_external/templates/settings.php
| * Remove uneeded sanitizeHTMLLukas Reschke2013-03-021-1/+1
| |
| * [files_external] From echo to pLukas Reschke2013-02-271-54/+54
| |
| * Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php
| | * Sanitize HTMLLukas Reschke2013-02-181-1/+1
| | |
| | * Add missing requesttokenLukas Reschke2013-02-161-0/+1
| | | | | | | | | | | | This is a trivial fix for a regression caused by #1648
| * | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-121-1/+1
| |\|
| | * [files_external] fix config gui for all usersThomas Mueller2013-02-111-1/+1
| | | | | | | | | | | | backport of 9e05781ec22c3f4e6b89b188332242b03088736e
| * | Replace another mount point placeholderMichael Gapczynski2013-02-111-1/+1
| | |
| * | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-3/+3
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php
| | * Whitespace cleanupBart Visscher2013-01-161-2/+2
| | |
| | * Spaces to tabsBart Visscher2013-01-161-1/+1
| | |
| * | Change wordingsMichael Gapczynski2013-02-111-3/+3
| | |
| * | Fix 'Grant Access' button for multiple Google Drive mount points and prevent ↵Michael Gapczynski2013-01-021-3/+2
| | | | | | | | | | | | multiple scripts being added
| * | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-0/+6
| |/
| * cleaning up the settings. standardize the format, add missing I10N and other ↵Frank Karlitschek2012-12-151-8/+3
| | | | | | | | small things. Yes. This is not perfect. But way better than before ;-)
| * add some output why some of the external filesystems might not workFrank Karlitschek2012-12-101-1/+2
| |
| * fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-32/+76
| |
* | Update settings.phpsherbrecher2013-03-151-2/+2
|/ | | | fixed overlap of input controls (root cert import) see issue: https://github.com/owncloud/apps/issues/767
* seperate the form to set up the mount points and the form to upload ssl ↵Björn Schießle2012-09-251-11/+15
| | | | certificates
* Space before tab fixesBart Visscher2012-08-291-1/+1
|
* Whitespace fixes in appsBart Visscher2012-08-291-5/+5
|