Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add toggle for AI guest restriction | Jana Peper | 2025-07-03 | 1 | -0/+5 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | Merge pull request #53671 from nextcloud/fix/read-only-share-download | John Molakvoæ | 2025-07-01 | 1 | -0/+10 |
|\ | |||||
| * | feat(files_sharing): allow viewing files with download disabled | skjnldsv | 2025-06-26 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(settings): translate pronounce account property | Ferdinand Thiessen | 2025-06-27 | 1 | -11/+13 |
|/ | | | | | | | Template string is not working. Additionally migrate to Typescript and directly import `t` method. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(UserRow): fallback to group name in case of undefined availableGroup | Maksim Sukharev | 2025-06-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(settings): adjust group return code styling | John Molakvoæ | 2025-06-10 | 1 | -8/+2 |
| | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(settings): show group label instead of gid in accounts management | skjnldsv | 2025-06-10 | 1 | -2/+16 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix: new account quota value | SebastianKrupinski | 2025-06-02 | 1 | -1/+1 |
| | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | fix(AppNavigationGroupList): restore navigation panel and search/filter ↵ | Maksim Sukharev | 2025-06-02 | 2 | -7/+17 |
| | | | | | | functionality for sub-admin groups Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(UserRow): retrieve available groups from the store | Maksim Sukharev | 2025-06-02 | 2 | -8/+28 |
| | | | | | | | - rename 'available*Groups' to 'selected*Groups' - populate store and 'availableGroups' from search requests Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(NewUserDialog): retrieve available groups from the store | Maksim Sukharev | 2025-06-02 | 1 | -15/+12 |
| | | | | | | | | - fix 'this.isAdmin' to be 'this.settings.isAdmin' - compute 'availableGroups' instead of setting it once mounted - populate store and 'availableGroups' from search requests Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | fix(profile): keep error status persistent until valid | John Molakvoæ | 2025-06-01 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | fix(profile): do not restore previous value on invalid request | skjnldsv | 2025-06-01 | 1 | -1/+0 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat: add support for sensitive Declarative settings values encryption | Andrey Borysenko | 2025-05-28 | 2 | -2/+14 |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | refactor(settings): replace "remove" wording with "delete" | Jérôme Herbinet | 2025-05-23 | 1 | -3/+3 |
| | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | fix: Use logger correctly in UserRow.vue | nfebe | 2025-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(settings): Prevent double request on manager change | nfebe | 2025-05-22 | 2 | -15/+8 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix: correctly unset account manager | Ferdinand Thiessen | 2025-05-22 | 2 | -22/+24 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Send update request when clearing user manager | nfebe | 2025-05-22 | 2 | -20/+30 |
| | | | | | | | | | - Update setUserData to send PUT request for empty manager values - Remove clear button from manager select in UserRow - Simplify manager update logic in UserRow - Ensure consistent API behavior for empty values in allowedEmpty fields Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix(apps): Sort names separately from active/update stateleftybournes/fix/app-sorting | Kent Delante | 2025-05-02 | 1 | -3/+7 |
| | | | | Signed-off-by: Kent Delante <kent.delante@proton.me> | ||||
* | fix(settings): allow to clear twitter and fediverse | Ferdinand Thiessen | 2025-04-27 | 2 | -3/+10 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): group admins only can add users to their groups | Ferdinand Thiessen | 2025-04-27 | 4 | -20/+41 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(settings): provide user groups for accounts list | Ferdinand Thiessen | 2025-04-27 | 1 | -1/+8 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Use axios directly for health check to preven URL sanitizing | Ferdinand Thiessen | 2025-04-25 | 1 | -1/+2 |
| | | | | | | | | When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash. But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: migrate types to `@simplewebauthn/browser` (changes package layout) | Ferdinand Thiessen | 2025-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: adjust webpack nonce generation | Ferdinand Thiessen | 2025-04-07 | 4 | -10/+10 |
| | | | | | | | | some leftovers where the request token is used instead of the CSP nonce. in general this makes not much difference - but there are some cases where those values differ. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Handle email change restriction separately from display name ↵ | provokateurin | 2025-04-02 | 1 | -3/+3 |
| | | | | | | | | | change restriction Co-authored-by: provokateurin <kate@provokateurin.de> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(i18n): Aligned grammar | rakekniven | 2025-03-31 | 1 | -1/+1 |
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | fix(settings): Separate subadmin options | Christopher Ng | 2025-03-28 | 1 | -1/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix initialization of store | Christopher Ng | 2025-03-28 | 1 | -3/+3 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Preserve system groups on reset | Christopher Ng | 2025-03-28 | 1 | -1/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Natural order groups | Christopher Ng | 2025-03-28 | 3 | -5/+18 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix duplicated group options in new account dialog | Christopher Ng | 2025-03-28 | 1 | -12/+18 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix duplicated group options when editing account | Christopher Ng | 2025-03-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix group creation in new account dialog | Christopher Ng | 2025-03-28 | 1 | -3/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix group creation when editing users | Christopher Ng | 2025-03-28 | 1 | -5/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Only change usercount if group can be found | Christopher Ng | 2025-03-28 | 1 | -3/+11 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix editing groups and subadmin groups of user | Christopher Ng | 2025-03-28 | 2 | -19/+47 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix erroneous hiding of group admin column with paginated groups | Christopher Ng | 2025-03-28 | 4 | -14/+4 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Prevent selection of invalid groups that are not fully loaded | Christopher Ng | 2025-03-28 | 1 | -2/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix loaded groups being undefined | Christopher Ng | 2025-03-28 | 3 | -26/+16 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | chore(settings): Add note on groups sorting | Christopher Ng | 2025-03-28 | 1 | -0/+9 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | refactor(settings): Consolidate group formatting | Christopher Ng | 2025-03-28 | 5 | -43/+30 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(settings): Make scrolling smooth when a large number of groups are rendered | Christopher Ng | 2025-03-28 | 1 | -2/+8 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Allow searching for groups in new account dialog | Christopher Ng | 2025-03-28 | 1 | -21/+32 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Allow searching for groups in user row | Christopher Ng | 2025-03-28 | 4 | -60/+89 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(settings): Cancel request on new search | Christopher Ng | 2025-03-28 | 4 | -35/+70 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix infinitely loading account management page with ↵ | Christopher Ng | 2025-03-28 | 6 | -105/+282 |
| | | | | | | | | pagination of groups - Includes searching Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(setupchecks): Treat information messages as success | Marcel Müller | 2025-03-24 | 1 | -12/+8 |
| | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | fix(user): Some strings not being translatedfixWrongTranslation | Git'Fellow | 2025-03-22 | 1 | -7/+7 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> |