aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* chore(sass): migrate from deprecated mixed declsGrigorii K. Shartsev2024-10-142-6/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-202-6/+3
| | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-173-20/+73
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(settings): disable Discover when appstore is disabledGrigorii K. Shartsev2024-09-162-3/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): Add back create group iconChristopher Ng2024-09-101-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Update AdminAI.vuerakekniven2024-09-091-1/+1
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* chore(i18n): adapted lowercaserakekniven2024-09-091-1/+1
| | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* fix(settings): Fix sharing exclude groups from password requirement option ↵provokateurin2024-09-031-4/+4
| | | | | | not working Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(settings): Add translators noteMarcel Klehr2024-09-031-0/+1
| | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(settings): Don't display built-in task types in AI settings TextProcessingMarcel Klehr2024-09-031-6/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(settings): Hide forbidden UI elements for line managersFerdinand Thiessen2024-08-302-8/+20
| | | | | | | | | 1. The "recent" accounts API only works for admin and delegated admin -> hide for line managers 2. Line managers can not create new groups -> Hide the UI to add a new group for them 3. Accounts created by line managers require one of the groups, which is managed by the line manager, assigned. So if the line manager only manageres a single group, we should preselect that group. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Don't show built-in textprocessing task types in ↵Marcel Klehr2024-08-301-1/+9
| | | | | | | | | textprocessing settings TaskProcessing is transparent to textprocessing providers and TextProcessing can use Taskprocessing providers so these are unnecessary Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(settings): Remove STT admin settingsMarcel Klehr2024-08-301-21/+0
| | | | | | | taskprocessing is transparent to STT providers so specific STT settings are obsolete Signed-off-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-2912-268/+23
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-2915-28/+273
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Merge pull request #47450 from nextcloud/Jerome-Herbinet-line-managerFerdinand Thiessen2024-08-271-1/+1
|\ | | | | "Line" manager instead of "Account" manager
| * fix(wording): "Line" manager instead of "Account" managerJérôme Herbinet2024-08-261-1/+1
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-261-1/+1
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-135-9/+9
| | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Repalce dashboard icon in appstoreFerdinand Thiessen2024-08-051-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Reset notification email automatically when deleting additonal emailChristopher Ng2024-08-021-0/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(ShareSettings): Proper wording for share autocompletion settingsfenn-cs2024-07-301-2/+2
| | | | | | The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore(i18n): Changed wording to singularrakekniven2024-07-241-1/+1
| | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegationLouis2024-07-246-48/+57
|\ | | | | feat(users): Add users and group management to admin delegation
| * fix(users): Remove useless filtering conditionLouis Chemineau2024-07-221-4/+0
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>