aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(core): adjust fronend code for changes in webauthn libraryFerdinand Thiessen2025-03-191-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(profile): allow to reset phone numberFerdinand Thiessen2025-03-161-0/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(encryption): Inform user about master key generation on encryption enablingfunc0der2025-03-051-0/+3
| | | | Signed-off-by: func0der <529819+func0der@users.noreply.github.com>
* Revert "fix(files): updateAll method"skjnldsv2025-02-201-1/+1
| | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47.
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-2058-162/+159
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Also sanitize fediverse and twitter handle in the frontendFerdinand Thiessen2025-02-066-49/+69
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Clarify peculiarities of enabling encryptionFerdinand Thiessen2025-01-315-191/+294
| | | | | | | | | | | - Clarify that enabling server side encryption will not encrypt existing files but only new or changed files. - Clarify that server side encryption can only be disabled using OCC - Ensure there is accessible information of encryption state (`disabled` input will not be announced so make it `aria-disabled` instead) - Make warning more prominent by moving it into a dialog Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Only show hours and minutes in first login timestampChristopher Ng2025-01-211-1/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(app_api): Advanced deploy optionsAndrey Borysenko2025-01-205-6/+370
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(encryption): handle empty encryptionModules fineMax2025-01-201-1/+1
| | | | | | | | `[].find(...)` will return `undefined`. `undefined[0]` throws an exception. Handle this case more gracefully. Signed-off-by: Max <max@nextcloud.com>
* chore(i18n): Improved grammarrakekniven2025-01-201-1/+1
| | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(settings): Correctly parse and display default quotaFerdinand Thiessen2025-01-161-11/+28
| | | | | | | | | | | In the account management settings (default settings) the quota was parsed not consistently with how we do it everywhere else. Meaning `1 KB` should be 1024 bytes not 1000 bytes. Also this fixes an issue where searching "1KB" does not yield any output because of the space in the parsed value "1 KB". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(sharing): Toggle custom tokens setting as adminChristopher Ng2025-01-151-0/+25
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #50130 from nextcloud/feat/rich-profile-biographyPytal2025-01-141-1/+1
|\ | | | | feat: Allow rich formatting of profile text
| * feat: Allow rich formatting of profile textChristopher Ng2025-01-101-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(settings): Fix mail server settings formprovokateurin2025-01-141-29/+16
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(files): updateAll methodMax Schmit2025-01-071-1/+1
| | | | Signed-off-by: Max Schmit <maxschm@hotmail.com>
* fix(users): Adapt UI code to new timestamp fields namesCôme Chilliet2025-01-071-7/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Show first login date in user listChristopher Ng2025-01-075-0/+44
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(app-store): add missing exApps list items to search filterAndrey Borysenko2025-01-021-1/+2
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix: eslintJana Peper2024-12-181-3/+3
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: filter disabled apps in task types requestsJana Peper2024-12-181-3/+1
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: save state in dbJana Peper2024-12-181-3/+5
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: add switch in frontendJana Peper2024-12-181-1/+6
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* chore: lint fixchore/force-style-lintskjnldsv2024-11-191-5/+5
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-1914-20/+21
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Add nextTick to saveChangesMarcel Klehr2024-11-181-1/+2
| | | | | | | | to alleviate race condition fixes #49335 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(profile): triggerbutton selectorskjnldsv2024-11-141-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-114-17/+24
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Better distinguish this parameter dedicated to internal sharesJerome-Herbinet-internal-shares-parameter-better-distinctionJérôme Herbinet2024-11-091-1/+1
| | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* fix(ci): eslint fix, minor correction after rebaseAndrey Borysenko2024-10-291-8/+3
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix: loading state reactivityAndrey Borysenko2024-10-291-24/+28
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): fix eslint errorsAndrey Borysenko2024-10-293-12/+9
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix: address review commentsAndrey Borysenko2024-10-297-30/+29
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: remove app_api_apps vuex storeAndrey Borysenko2024-10-291-399/+0
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: migrate to Pinia, minor fixesAndrey Borysenko2024-10-2910-66/+396
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: address review comments, small fixesAndrey Borysenko2024-10-298-46/+67
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): resolve eslint errorsAndrey Borysenko2024-10-2912-43/+53
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: minor fixesAndrey Borysenko2024-10-291-1/+6
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: add missing state checksAndrey Borysenko2024-10-291-1/+1
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: use global mutation, since app_api_apps is namespacedAndrey Borysenko2024-10-291-16/+8
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: add Daemon badge in app sidebar (2)Andrey Borysenko2024-10-292-0/+39
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat(settings): migrate AppAPI ExApps management (1)Andrey Borysenko2024-10-2911-40/+692
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(settings): Align contents of profile picture headingfix/align-avatar-visibilityChristopher Ng2024-10-292-2/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(app-store): Update update count in navigationFerdinand Thiessen2024-10-284-6/+26
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48864 from nextcloud/fix/invalid-app-configFerdinand Thiessen2024-10-231-17/+17
|\ | | | | fix(settings): Do not use `null` on `string` parameter for sharing disclaimer
| * fix(settings): Do not use `null` on `string` parameter for sharing disclaimerFerdinand Thiessen2024-10-231-17/+17
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(app-store): Correctly render Markdown in app descriptionFerdinand Thiessen2024-10-232-48/+73
|/ | | | | | This seems to be broken by an update because the renderer now passes an object instead of multiple arguments to the render functions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(appstore): Hide last modified information for shipped appsfix/45717/hide-last-modified-for-shipped-appsMarcel Müller2024-10-161-1/+1
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-1612-47/+55
| | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>