aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/settings.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix: External storage - exception thrown for the handler whenSelectAuthMechanismVincent Handfield2023-04-171-2/+2
| | | | Signed-off-by: Vincent Handfield <vincent@accestech.com>
* Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storageVincent Petry2023-01-161-24/+72
|\ | | | | Improve saving applicable users in ext storage
| * Improve saving applicable users in ext storageVincent Petry2023-01-121-24/+72
| | | | | | | | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Extend ext storage params to contain default valueVincent Petry2023-01-131-0/+8
|/ | | | | | | Extend the external storage configuration parameters definition to allow to specify a default value Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix accessibility of buttons in the external storage configurationLukáš Tyrychtr2022-08-031-0/+2
| | | | | | Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Replace files app ids to classesVincent Petry2022-07-261-1/+1
| | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* update the wording of external storage deletionszaimen2022-04-071-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Explicitly close div elementLouis Chemineau2022-04-041-1/+1
| | | | | | Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* don't recheck config automatically when there are a large number of storagesRobin Appelman2022-03-171-2/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add all storage config rows in one go on loadRobin Appelman2022-03-171-8/+22
| | | | | | this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl>
* Typing correctionsLouis Chemineau2022-01-111-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add option to disallow creation of local storagesVincent Petry2021-12-151-3/+10
| | | | | | | Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add spinner when loading ext storagesVincent Petry2021-12-061-0/+12
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Migrate deprecated toolip methodsMichaIng2021-09-261-1/+1
| | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Spelling unificationValdnet2021-04-201-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* save group ids not display names in configurationArthur Schiwon2020-11-301-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add local version of escapeHTMLDaniel Kesselberg2020-10-071-0/+8
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove encryption option for nextcloud external storageRoeland Jago Douma2020-08-201-2/+10
| | | | | | | | Fixes #16017 Since it never worked we should not show it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in ↵Morris Jobke2020-07-101-1/+1
| | | | | | files_external Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* allow setting tooltips for external storage config optionsRobin Appelman2020-04-031-0/+5
| | | | | | allows explaining non-obvious config options a bit more Signed-off-by: Robin Appelman <robin@icewind.nl>
* l10n: Triple dot to ellipsis rakekniven2020-02-051-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* Fix JS namespace of files_external appJoas Schilling2018-10-301-27/+27
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files_external to compiled handlebarsRoeland Jago Douma2018-10-191-60/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* files_external: Move delete option to 3-dots menuJulius Härtl2018-08-011-4/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add group iconJulius Härtl2018-07-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make it possible to make external storages read onlyRoeland Jago Douma2018-05-011-2/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update settings.jsrakekniven2018-03-101-1/+1
| | | | Added question mark. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes
* Merge pull request #8496 from nextcloud/ext-strg-design-fixesMorris Jobke2018-02-271-47/+50
|\ | | | | External storage design fixes and update
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-8/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed actions and header missing thJohn Molakvoæ (skjnldsv)2018-02-271-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Select in popover fixJohn Molakvoæ (skjnldsv)2018-02-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Tooltip fix on status iconJohn Molakvoæ (skjnldsv)2018-02-221-1/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-221-2/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-221-5/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use popovermenu instead of dropdown and small fix to popovermenuJohn Molakvoæ (skjnldsv)2018-02-221-40/+38
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Show error if no external storage configuredJohn Molakvoæ (skjnldsv)2018-02-221-0/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix confirmation dialog when deleting external storageRobin Appelman2017-10-121-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* ask for confirmation when deleting an external storageRobin Appelman2017-09-271-7/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-041-0/+14
| | | | | | | | Keep mount point visible and also ext storage config visible when dealing with configs relating to storage backends or auth mechanisms that were provided by an app that is currently disabled. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Enable the toggleSelect extension in multi-select dropdownsDaniel Calviño Sánchez2017-07-101-0/+1
| | | | | | | | The toggleSelect extension for Select2 makes possible to unselect items in a multi-select dropdown by clicking on them; this behaviour should be enabled in all the multi-select dropdowns used in the server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Allow using '/' as external storage rootRobin Appelman2017-03-231-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* replace autosave with a save button for external storage configurationRobin Appelman2017-03-221-9/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Switch to public APIJoas Schilling2016-10-211-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* hide files external in personal settings if it's emptyRobin Appelman2016-08-171-0/+5
|
* Add proper scope to files external CSSMorris Jobke2016-07-251-0/+1
| | | | * for select2
* Add "Global Auth" option to external storageRobin Appelman2016-06-211-0/+27
| | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png)
* files_external: Keep checkbox and its label on one line #20032 #22655Markus Goetz2016-06-171-2/+2
| | | | Else the checkbox and the decription end up on different lines in my Chrome on OS X
* Rename variableJuan Pablo Villafáñez2016-06-071-3/+3
|