Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(theming): Fix layout of themes | Christopher Ng | 2024-10-02 | 2 | -7/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(theming): Use NavigationManager to handle default entries | provokateurin | 2024-09-09 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat: Add bidi support in core directory | Mostafa Ahangarha | 2024-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net> | ||||
* | chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵ | Ferdinand Thiessen | 2024-08-13 | 2 | -4/+4 |
| | | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | 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> | ||||
* | feat(theming): Add checkbox for force enable / disable blurry background | Ferdinand Thiessen | 2024-07-02 | 1 | -0/+27 |
| | | | | 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 | 19 | -253/+52 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(settings): Make background selector be responsive to user changes | Ferdinand Thiessen | 2024-05-21 | 10 | -161/+250 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow users to configure their primary color | Ferdinand Thiessen | 2024-05-21 | 3 | -8/+143 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to configure primary color separate from background in ↵ | Ferdinand Thiessen | 2024-05-21 | 3 | -53/+104 |
| | | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): better background and UI color change description | skjnldsv | 2024-05-02 | 1 | -2/+2 |
| | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | 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 | 2 | -29/+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> | ||||
* | chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage | Grigorii K. Shartsev | 2024-01-16 | 1 | -1/+0 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | Complete `<h1>` settings heading | julia.kirschenheuter | 2024-01-16 | 1 | -1/+1 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | ||||
* | 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 | 6 | -2/+528 |
| | | | | | | | | | 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 background removal not applying to user default theming | John Molakvoæ | 2023-10-19 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): Add `aria-pressed` attribute to active background | Ferdinand Thiessen | 2023-10-18 | 2 | -10/+27 |
| | | | | 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> | ||||
* | change order of keyboard shortcuts settings to be at the end | Simon L | 2023-09-06 | 1 | -11/+11 |
| | | | | | 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 | 3 | -17/+43 |
| | | | | 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> | ||||
* | chore: Update nextcloud-vue to v8 beta2 and renamed changed properties | Ferdinand Thiessen | 2023-08-02 | 2 | -5/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | 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 | 5 | -19/+11 |
| | | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | Use the color-primary-element* variables | Simon L | 2023-05-13 | 2 | -2/+2 |
| | | | | | 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 | 3 | -5/+5 |
| | | | | 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 | 2 | -6/+6 |
| | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 5 | -15/+29 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |