Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: replace material icons with outline versions | skjnldsv | 2025-07-24 | 12 | -35/+35 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files_sharing): add config option for extending link-share permissions | Ferdinand Thiessen | 2025-07-17 | 1 | -0/+5 |
| | | | | | | | | This allows the admin to control the behavior whether link shares with READ permissions should be extended to also gain SHARE permissions, allowing users (public share receivers) to add the share to their cloud. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Revert "perf(base): Stop setting up the FS for every basic auth request" | John Molakvoæ | 2025-07-11 | 1 | -1/+2 |
| | |||||
* | fix(core): Stop abusing the cache for avatar upload | provokateurin | 2025-07-08 | 1 | -2/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | 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 | 1 | -2/+14 |
| | | | | | | 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 | 1 | -6/+26 |
| | | | | | | | - 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 | 1 | -2/+13 |
| | | | | 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 | 1 | -13/+7 |
| | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | fix: correctly unset account manager | Ferdinand Thiessen | 2025-05-22 | 1 | -9/+13 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Send update request when clearing user manager | nfebe | 2025-05-22 | 1 | -5/+11 |
| | | | | | | | | | - 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 | 3 | -9/+32 |
| | | | | 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): Natural order groups | Christopher Ng | 2025-03-28 | 1 | -3/+1 |
| | | | | 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): Fix editing groups and subadmin groups of user | Christopher Ng | 2025-03-28 | 1 | -18/+32 |
| | | | | 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 | 3 | -10/+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 | 1 | -8/+2 |
| | | | | 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 | 3 | -17/+6 |
| | | | | 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 | 2 | -25/+63 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | perf(settings): Cancel request on new search | Christopher Ng | 2025-03-28 | 1 | -16/+13 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(settings): Fix infinitely loading account management page with ↵ | Christopher Ng | 2025-03-28 | 2 | -0/+213 |
| | | | | | | | | pagination of groups - Includes searching Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | 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> | ||||
* | fix(profile): allow to reset phone number | Ferdinand Thiessen | 2025-03-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(encryption): Inform user about master key generation on encryption enabling | func0der | 2025-03-05 | 1 | -0/+3 |
| | | | | Signed-off-by: func0der <529819+func0der@users.noreply.github.com> | ||||
* | Revert "fix(files): updateAll method" | skjnldsv | 2025-02-20 | 1 | -1/+1 |
| | | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47. | ||||
* | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 51 | -133/+131 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Also sanitize fediverse and twitter handle in the frontend | Ferdinand Thiessen | 2025-02-06 | 2 | -35/+46 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |