Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | feat: Make the `app-level` a component (`AppLevelBadge`) | Ferdinand Thiessen | 2024-03-06 | 3 | -26/+102 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(settings): Limit markdown heading output to ensure consistent levels | Ferdinand Thiessen | 2024-03-06 | 2 | -2/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Allow markdown to limit the min heading level | Ferdinand Thiessen | 2024-03-06 | 1 | -0/+8 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Disable app again if it breaks the files app | Ferdinand Thiessen | 2024-03-06 | 1 | -1/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): emails actions a11y and design | Grigorii K. Shartsev | 2024-03-05 | 4 | -262/+191 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(settings): Refactor logger code to use Typescript | Ferdinand Thiessen | 2024-03-05 | 10 | -13/+14 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #43908 from nextcloud/feat/migrate-data-directory-setup-check | Ferdinand Thiessen | 2024-02-29 | 1 | -3/+2 | |
|\ | | | | | feat(settings): Migrate data directory protection check to `SetupCheck` | |||||
| * | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Merge pull request #43897 from ↵ | Ferdinand Thiessen | 2024-02-29 | 2 | -7/+5 | |
|\ \ | |/ |/| | | | | | nextcloud/fix/move_out_profile_picture_federation-action_from_the_heading_ fix(files): fix html structure on the profile page | |||||
| * | fix(files): fix html structure on pre profile page | julia.kirschenheuter | 2024-02-29 | 2 | -7/+5 | |
| | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 1 | -4/+2 | |
|/ | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Adjust frontend of appstore and user management to use ↵ | Ferdinand Thiessen | 2024-02-23 | 7 | -18/+21 | |
| | | | | | | initial state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Only use `id` in categories - drop duplicated `ident` property | Ferdinand Thiessen | 2024-02-23 | 1 | -3/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Fix required groups validation for subadmins | Christopher Ng | 2024-02-20 | 1 | -20/+2 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Merge pull request #43588 from nextcloud/feat/woff2-check-setupcheck | John Molakvoæ | 2024-02-15 | 1 | -3/+2 | |
|\ | ||||||
| * | enh(settings): Migrate WOFF2 loading check to a SetupCheck | Ferdinand Thiessen | 2024-02-15 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(settings): Use status states from `NcInputField` instead of custom handling | Ferdinand Thiessen | 2024-02-15 | 12 | -405/+419 | |
| | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | fix(settings): Migrate AccountPropertySection to `@nextcloud/vue` components | Ferdinand Thiessen | 2024-02-15 | 1 | -36/+45 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | fix: cypress | John Molakvoæ | 2024-02-13 | 1 | -3/+3 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 12 | -39/+39 | |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | fix: Correctly import types in Typescript files | Ferdinand Thiessen | 2024-02-13 | 1 | -1/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | techdebt(settings): mark visibility selects as label-outside | Grigorii K. Shartsev | 2024-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(settings): focus on trigger after federation scope dialog close | Grigorii K. Shartsev | 2024-02-06 | 1 | -1/+5 | |
| | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> | |||||
* | fix(settings): stop reloading after force-enabling an app | John Molakvoæ | 2024-01-31 | 1 | -2/+12 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+8 | |
| | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | |||||
* | fix(settings): Disable renaming for tokens marked to be wiped | Ferdinand Thiessen | 2024-01-29 | 1 | -0/+1 | |
| | | | | | | This otherwise a WipeException will be thrown when trying to rename Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): use default styles for federation scope menu | Grigorii K. Shartsev | 2024-01-24 | 1 | -10/+0 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | fix(settings): federation scope menu a11y | Grigorii K. Shartsev | 2024-01-24 | 2 | -110/+29 | |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | |||||
* | Merge pull request #43015 from ↵ | Julia Kirschenheuter | 2024-01-23 | 1 | -5/+9 | |
|\ | | | | | | | | | nextcloud/fix/42941-Replace_samtically_incorrect_elements_on_Artificial_Intelligence_setting_page Replace inaccessible disabled option of NcCheckboxRadioSwitch with NcNoteCard | |||||
| * | fix(files): replace inaccessible disabled option of NcCheckboxRadioSwitch ↵ | julia.kirschenheuter | 2024-01-22 | 1 | -5/+9 | |
| | | | | | | | | | | | | with NcNoteCard Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | | Correct values and attributes | julia.kirschenheuter | 2024-01-22 | 1 | -5/+3 | |
|/ | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | fix(l10n): Add context note for table footers | Christopher Ng | 2024-01-15 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(settings): set default or unlimited user quota | John Molakvoæ | 2024-01-12 | 1 | -5/+8 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | update webauthn section to feature components | Simon L | 2024-01-11 | 2 | -10/+18 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | enh(settings): removed background-gradient to ensure contrast ratio a11y ↵ | Eduardo Morales | 2024-01-03 | 1 | -1/+0 | |
| | | | | | | requirements Signed-off-by: Eduardo Morales <emoral435@gmail.com> | |||||
* | fix(settings): Use heading for Profile and Profile picture sections | Christopher Ng | 2023-12-22 | 2 | -10/+3 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | enh(settings): Refactor frontend for session and app token management | Ferdinand Thiessen | 2023-12-21 | 8 | -602/+801 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Expected string aria-label got boolean error | Christopher Ng | 2023-12-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | enh(settings): Set main heading for Apps | Christopher Ng | 2023-12-07 | 2 | -2/+12 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | enh(settings): Set main heading for User management | Christopher Ng | 2023-12-07 | 1 | -1/+12 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(Users/Quota setting): Prevent floating point value from getting ↵ | Marcel Klehr | 2023-12-07 | 2 | -10/+13 | |
| | | | | | | | | truncated in locales other than english fixes #18468 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | enh(settings): Add apps and user management navigation labels | Christopher Ng | 2023-12-06 | 2 | -2/+3 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | enh(settings): Load from disabled users endpoint | Christopher Ng | 2023-11-30 | 2 | -6/+57 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | fix(settings): Duplicate update user manager calls | Christopher Ng | 2023-11-28 | 1 | -2/+1 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | enh(settings): Migrate admin settings for sharing to vue | Ferdinand Thiessen | 2023-11-20 | 6 | -136/+547 | |
| | | | | | | This is required to get the fixes for a11y from `@nextcloud/vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(cypress): Adjust user settings tests for changed actions component | Ferdinand Thiessen | 2023-11-17 | 1 | -0/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): User row text field styles | Christopher Ng | 2023-11-16 | 1 | -16/+0 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Add link for opening app details | julia.kirschenheuter | 2023-11-15 | 2 | -24/+23 | |
| | | | | | | Add `alt` for `AppScore` image Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | Updated visible 'Twitter' name to 'X' in Personal info | George Calderon | 2023-11-10 | 2 | -2/+2 | |
| | | | | Signed-off-by: George Calderon <gcald117@gmail.com> |