Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11 | Louis Chemineau | 2024-11-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat(theming): Allow shipped backgrounds to have a dark variant | Ferdinand Thiessen | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: Adjust cypress tests to use reusable POM for header navigation | Ferdinand Thiessen | 2024-07-10 | 4 | -151/+195 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 5 | -76/+12 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 3 | -151/+322 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): more stable navigation-bar-settings cypress tests | skjnldsv | 2024-02-22 | 1 | -51/+75 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(cypress): Adjust cypress tests for changed theming | Ferdinand Thiessen | 2024-02-06 | 2 | -6/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(tests): Fix flyke cypress test | Joas Schilling | 2024-02-05 | 1 | -1/+0 |
| | | | | | | This is a "Ctrl+D" instead of "Ctrl+S" fail from b2d999fd6835e5c59b6086c658330ce7360a780f Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(cypress): Wait for color change in `pickRandomColor` | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+10 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test(theming): update e2e tests after separating color button and preview | Grigorii K. Shartsev | 2024-01-24 | 3 | -15/+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 | 2 | -9/+9 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | test(theming): Fix navigation bar tests | Christopher Ng | 2024-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(theming): Adjust dark theme to be accessible adjust cypress tests | Ferdinand Thiessen | 2023-12-01 | 1 | -0/+153 |
| | | | | | | Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Adjust cypress tests that relied on version to be 28 | Ferdinand Thiessen | 2023-11-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Adjust admin theming tests for new `@nextcloud/vue` release | Ferdinand Thiessen | 2023-11-14 | 1 | -6/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Do not install calendar app from app store for testing but use ↵ | Ferdinand Thiessen | 2023-11-12 | 1 | -22/+24 |
| | | | | | | locally provided test app Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(tests): Make app order Cypress tests more robust | Ferdinand Thiessen | 2023-10-31 | 1 | -6/+12 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Make changes on primary color less invasiv | Ferdinand Thiessen | 2023-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Ensure all text colors have enough contrast for accessibility | Ferdinand Thiessen | 2023-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until` ↵ | Ferdinand Thiessen | 2023-10-25 | 2 | -62/+74 |
| | | | | | | checker functions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Allow to reset the user defined app order to the default value | Ferdinand Thiessen | 2023-10-21 | 1 | -8/+85 |
| | | | | 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 | -0/+41 |
| | | | | | | 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 | 1 | -0/+212 |
| | | | | | | | | | 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 | 3 | -20/+73 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix background removal check | John Molakvoæ | 2023-10-19 | 3 | -11/+21 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add additional no-background and custom colour test | John Molakvoæ | 2023-10-19 | 1 | -20/+70 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): Add `aria-pressed` attribute to active background | Ferdinand Thiessen | 2023-10-18 | 1 | -7/+29 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): Fix the user theming cypress test for the new filepicker | Ferdinand Thiessen | 2023-08-26 | 1 | -4/+18 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(cypress): revert only toggle | John Molakvoæ | 2023-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(core): Do not invert app menu text color | Ferdinand Thiessen | 2023-06-19 | 2 | -2/+2 |
| | | | | | | | | * Also fixes other cypress test * Build assets Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Reset theming in cypress test | Louis Chemineau | 2023-01-31 | 1 | -1/+4 |
| | | | | | | | | | The test in admin-settings does not reset the theming. So when it is run before user-background, the "Default cloud background is not rendered" test fails. This makes sure that the theming is reset before running "User default background settings" Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 3 | -6/+7 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Invert header if primary is bright and background disabled | John Molakvoæ | 2022-12-08 | 2 | -33/+130 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Faster theming tests, better colours comparison and properly follow admin ↵ | John Molakvoæ | 2022-11-30 | 3 | -83/+172 |
| | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 2 | -0/+354 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Extract colour from custom background | John Molakvoæ | 2022-11-29 | 1 | -0/+164 |
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |