Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Migrate nextcloud-vue usage to new import schema | Ferdinand Thiessen | 2025-02-20 | 5 | -13/+13 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵ | Ferdinand Thiessen | 2024-11-19 | 4 | -3/+5 |
| | | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Make active apps initial state consistent with OCS API | Ferdinand Thiessen | 2024-07-10 | 1 | -3/+4 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 2 | -5/+7 |
| | | | | | | | | | 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 | 1 | -1/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 6 | -96/+15 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(settings): Make background selector be responsive to user changes | Ferdinand Thiessen | 2024-05-21 | 2 | -7/+47 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure primary color separate from background in ↵ | Ferdinand Thiessen | 2024-05-21 | 1 | -4/+16 |
| | | | | | | admin settings 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> | ||||
* | feat(theming): Allow to configure default apps and app order in frontend ↵ | Ferdinand Thiessen | 2023-10-20 | 1 | -0/+120 |
| | | | | | | | | | 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> | ||||
* | chore: Migrate to new @nextcloud/vue API | Christopher Ng | 2023-08-29 | 1 | -1/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | 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> | ||||
* | 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> | ||||
* | 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> | ||||
* | 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 | 2 | -1/+6 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Remove completed comments | Christopher Ng | 2022-11-18 | 1 | -2/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Rewrite admin theming in Vue | Christopher Ng | 2022-10-28 | 5 | -0/+601 |
Signed-off-by: Christopher Ng <chrng8@gmail.com> |