Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(theming): enforce theme should still provide dark as fallback | skjnldsv | 2024-07-13 | 1 | -1/+12 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore: Make active apps initial state consistent with OCS API | Ferdinand Thiessen | 2024-07-10 | 2 | -24/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 4 | -7/+11 |
| | | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update `debounce` to 2.1.0 | Ferdinand Thiessen | 2024-06-23 | 2 | -3/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 12 | -119/+38 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(settings): Make background selector be responsive to user changes | Ferdinand Thiessen | 2024-05-21 | 4 | -45/+119 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow users to configure their primary color | Ferdinand Thiessen | 2024-05-21 | 2 | -1/+130 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure primary color separate from background in ↵ | Ferdinand Thiessen | 2024-05-21 | 2 | -43/+45 |
| | | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Correctly import types in Typescript files | Ferdinand Thiessen | 2024-02-13 | 2 | -2/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): change color button contrast on admin settings | Grigorii K. Shartsev | 2024-01-24 | 1 | -28/+14 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(theming): change color button contrast on user settings | Grigorii K. Shartsev | 2024-01-24 | 1 | -15/+22 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(theming): Adjust app order settings for backend changes | Ferdinand Thiessen | 2023-11-14 | 2 | -8/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | add descriptions for background pictures | Simon L | 2023-11-03 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(theming): Add accessible information for screen readers to the app order ↵ | Ferdinand Thiessen | 2023-10-31 | 2 | -13/+80 |
| | | | | | | selector Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): App order selector should keep the focus on click | Ferdinand Thiessen | 2023-10-30 | 2 | -5/+24 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Change styles on active, hover and focus state for background buttons | julia.kirschenheuter | 2023-10-24 | 1 | -2/+2 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | feat(theming): Allow to reset the user defined app order to the default value | Ferdinand Thiessen | 2023-10-21 | 2 | -33/+116 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): App order settings - ensure the focus is kept on button | Ferdinand Thiessen | 2023-10-21 | 1 | -4/+55 |
| | | | | | | When pressing a button for changing the app order that button should keep the focus after reordering the list. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure default apps and app order in frontend ↵ | Ferdinand Thiessen | 2023-10-20 | 4 | -0/+517 |
| | | | | | | | | | settings * Also add API for setting the value using ajax. * Add cypress tests for app order and defaul apps Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Add `aria-pressed` attribute to active background | Ferdinand Thiessen | 2023-10-18 | 1 | -8/+23 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix text on default background image button | Simon L | 2023-10-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(10n): Fixed grammar | rakekniven | 2023-09-04 | 1 | -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> | ||||
* | chore: Migrate to new @nextcloud/vue API | Christopher Ng | 2023-08-29 | 1 | -1/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(theming): user background picker | John Molakvoæ | 2023-08-26 | 1 | -13/+31 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(apps): Adjust apps for FilePicker API change | Ferdinand Thiessen | 2023-08-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): add mime accept in Theming image file picker | John Molakvoæ | 2023-08-03 | 1 | -0/+8 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add more space below item of preview explanation | julia.kirschenheuter | 2023-07-20 | 1 | -1/+5 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | chore: upgrade typescript, eslint and fix lint | John Molakvoæ | 2023-06-27 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Use consistent imports for Vue components | Varun Patil | 2023-05-23 | 4 | -15/+9 |
| | | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | Use the color-primary-element* variables | Simon L | 2023-05-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | fix(theming): do not show the image default background on user theming if ↵ | John Molakvoæ | 2023-05-04 | 1 | -1/+1 |
| | | | | | | disabled Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): remove unnecessary `color-primary-element-default-hover` variable | John Molakvoæ | 2023-05-04 | 1 | -2/+16 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | chore(npm): fix warning and build | John Molakvoæ | 2023-04-21 | 1 | -1/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Improvement of the theme selection UI | Jérôme Herbinet | 2023-04-19 | 1 | -0/+5 |
| | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 2 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): select "no-background" option and fix layout order | John Molakvoæ | 2023-03-02 | 1 | -14/+25 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Replace custom tooltips with native tooltips | julia.kirschenheuter | 2023-01-11 | 1 | -5/+2 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | Faster theming tests, better colours comparison and properly follow admin ↵ | John Molakvoæ | 2022-11-30 | 1 | -3/+3 |
| | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 3 | -4/+6 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Extract colour from custom background | John Molakvoæ | 2022-11-29 | 1 | -26/+88 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Allow to remove the background and select a custom colour | John Molakvoæ | 2022-11-29 | 1 | -88/+127 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | More appropriate wording for background selection | Jérôme Herbinet | 2022-11-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | Remove completed comments | Christopher Ng | 2022-11-18 | 1 | -2/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix checkmark for theme settings in dark mode | szaimen | 2022-11-08 | 1 | -2/+2 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Rewrite admin theming in Vue | Christopher Ng | 2022-10-28 | 5 | -0/+601 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Adjust testing | John Molakvoæ | 2022-10-13 | 1 | -6/+23 |
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fix primary and debounce to avoid infinite loop | John Molakvoæ | 2022-10-13 | 1 | -16/+21 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Allow to pick custom colour | John Molakvoæ (skjnldsv) | 2022-10-13 | 1 | -1/+17 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use default system primary | John Molakvoæ (skjnldsv) | 2022-10-13 | 1 | -11/+52 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use brand color for background only and keep accessible color as color primary | Christopher Ng | 2022-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> |