summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js
Commit message (Collapse)AuthorAgeFilesLines
* don't flash external storage mountpoints during the status checkszaimen2021-11-121-3/+0
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* 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>
* Fix mountsfilelist to do the v1 callJoas Schilling2021-08-311-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert OC.linkToOCS() calls back to old behaviourJoas Schilling2021-08-312-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-232-2/+2
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Rename External storages to External storageszaimen2021-05-202-2/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* l10n: Spelling unificationValdnet2021-04-201-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-081-2/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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-205-5/+5
| | | | 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>
* Compile templatesJohn Molakvoæ (skjnldsv)2020-01-211-14/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix credentials saving success message notification colorSascha Wiswedel2019-12-181-1/+1
| | | | | | was red, now green Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Bump handlebars from 4.5.2 to 4.5.3dependabot-preview[bot]2019-11-251-14/+14
| | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Compile handlebarsJulius Härtl2019-11-111-12/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-14/+14
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-4/+4
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-091-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Reintroduce status check for external storagesMorris Jobke2019-02-071-0/+11
| | | | | | Fixes #14022 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove warning in case of external storage errorJohn Molakvoæ (skjnldsv)2019-01-291-18/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix JS namespace of files_external appJoas Schilling2018-10-309-88/+88
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files_external to compiled handlebarsRoeland Jago Douma2018-10-195-62/+104
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-241-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-071-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Disable selection in "External storages" file listDaniel Calviño Sánchez2017-12-271-1/+2
| | | | | | | | | | | | | | | | When the checkbox was moved to where the favourite icon was shown before the layout of the file list was modified. The checkbox is no longer a descendant of the ".filename" element, so it is no longer removed by the "External storages" file list. However, even before the checkbox was moved, explicitly removing it was not the best approach, as file list rows could still be selected using "Ctrl/Shift+click". This did not provide much value, as the selection header has no actions; it simply states the number of selected elements. The proper way to disable the selection is by setting "_allowSelection" to false in the file list instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix selectors for file list elementsDaniel Calviño Sánchez2017-12-271-5/+5
| | | | | | | | | | | | When the checkbox was moved to where the favourite icon was shown before the layout of the file list was modified. The first column is no longer the file name, so neither the thumbnail nor the name link were found. Due to this the thumbnail was not set to the appropriate icon, and the dummy event handler was not removed from the name link, so clicks on the name were basically ignored. Now the selectors are based on the ".filename" CSS class instead of relying on the column position. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.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>