aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/views/Settings.vue
Commit message (Collapse)AuthorAgeFilesLines
* feat(files): allow to ignore warning to change file typeFerdinand Thiessen2025-02-251-0/+9
| | | | | | | | | | | | | * Missing pieces of https://github.com/nextcloud/server/issues/46528 * Add checkbox to not show this dialog again * Add user config as suggested by designers in files settings to reenable or diable this behavior. * Fix behavior of dialog: It says "keep .ext" but it does not keep the extension but cancels the operation. From the button label the user expects that the operation is continued but with the old extension. * Added more test coverage by adding component tests. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-10/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(systemtags): add systemtag manage keyboard shortcutskjnldsv2024-12-171-22/+60
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files): add keyboard shortcuts helper sectionskjnldsv2024-12-171-3/+154
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files): Allow toggling folder treeChristopher Ng2024-08-011-0/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* style: unify copy iconAndy Scherzinger2024-07-071-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-141-4/+9
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): Consistent sorting for folders before files (user configurable)Ferdinand Thiessen2024-01-271-0/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Include grid view toggle in accessibility switchLouis Chemineau2024-01-081-1/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files): add label for WebDAV URL in files settingsGrigorii K. Shartsev2023-12-011-0/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* feat(files): add grid toggle buttonJohn Molakvoæ2023-10-171-0/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): sort favorites firstJohn Molakvoæ2023-07-051-0/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: wrong copyrightJohn Molakvoæ2023-04-121-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): clean and fixJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): move userconfig to dedicated store and fix crop previewsJohn Molakvoæ2023-04-061-17/+17
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add underline decoration to links and use div element as targetLouis Chemineau2023-03-091-5/+10
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* add a direct link from files settings to app-token-settingsSimon L2023-03-091-0/+7
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Fixed grammarrakekniven2023-02-131-2/+2
| | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(files): Add clipboard copy to webdav url in files settingsJohn Molakvoæ2023-01-041-3/+36
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Hide settings when emptyJohn Molakvoæ2023-01-041-1/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-041-2/+18
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix preview cropJohn Molakvoæ2023-01-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port settings to ModalJohn Molakvoæ2023-01-041-6/+79
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCA.Files.Settings for Files SettingsGary Kim2020-03-221-0/+48
Signed-off-by: Gary Kim <gary@garykim.dev>