aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-1442-63/+727
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add accessibility entry in user menuVincent Petry2022-09-141-0/+43
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-142-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Change default login background to cloud imageCarl Schwan2022-09-092-2/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #33952 from nextcloud/enh/33850/scrollbar-visibilitySimon L2022-09-083-0/+6
|\ | | | | fix scrollbar visiblity
| * fix scrollbar visiblityszaimen2022-09-073-0/+6
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #33946 from nextcloud/fix/dark-theme-browserCarl Schwan2022-09-081-1/+0
|\ \ | | | | | | Remove non existing lighter colour
| * | Remove non existing lighter colourgreta2022-09-071-1/+0
| |/ | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* / [tx-robot] updated from transifexNextcloud bot2022-09-084-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix dark-contrast-themeszaimen2022-09-062-0/+2
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix background shadowszaimen2022-09-052-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2022-09-052-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-0314-2/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33332 from ↵Vincent Petry2022-09-011-1/+2
|\ | | | | | | | | nextcloud/fix-handling-of-internal-errors-when-uploading-theming-files Fix handling of internal errors when uploading theming files
| * Fix handling of internal errors when uploading theming filesDaniel Calviño Sánchez2022-07-241-1/+2
| | | | | | | | | | | | | | | | | | | | When a file can not be uploaded in the Theming app due to an expected error (like an invalid mime type) the response contains a "data.message" field. However, if the upload fails due to an unexpected error (like an internal error, for example if the "mime_content_type" function is disabled) there is no such field, so it should not be used. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix fallback css variablesJulius Härtl2022-09-011-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Some more fixesJulius Härtl2022-09-011-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Restore dashboard layoutJulius Härtl2022-09-011-2/+18
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Adapt layout to new base css variablesJulius Härtl2022-09-011-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix gradient using the wrong target valueJulius Härtl2022-08-262-5/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Properly align element variables to the regular onesJulius Härtl2022-08-261-4/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add Nc prefix to Nc vue component namesVincent Petry2022-08-252-8/+8
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-232-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-222-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix theming testsJohn Molakvoæ2022-08-192-0/+10
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Expose core background imageJulius Härtl2022-08-191-3/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add css variables for blurred backgroundJulius Härtl2022-08-192-0/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-172-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33584 from nextcloud/fix/theme-font-previewPytal2022-08-172-2/+7
|\ \
| * | Fix font change preview updateJohn Molakvoæ2022-08-172-2/+7
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Allow to manually specify a theme to apply to a section of an appJohn Molakvoæ2022-08-161-1/+1
|/ / | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Automatically enable plain background if primary colour is setJohn Molakvoæ2022-08-162-7/+14
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Revert "Fix unit tests for the theming app"John Molakvoæ2022-08-164-25/+3
| | | | | | | | This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
* | Revert "First first run wizzard"John Molakvoæ2022-08-161-8/+9
| | | | | | | | This reverts commit ba3f5337f356ac51a1b1d012c09f3e4ed6c096e3.
* | [tx-robot] updated from transifexNextcloud bot2022-08-142-18/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-122-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix unit tests for the theming appCarl Schwan2022-08-114-3/+25
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33452 from nextcloud/fix/firstrunwizzardVincent Petry2022-08-101-9/+8
|\ \ | | | | | | Fix first run wizzard
| * | First first run wizzardCarl Schwan2022-08-031-9/+8
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Allow to invert when on brightJoas Schilling2022-08-083-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-072-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-062-8/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-224-4/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Properly set --color-primary-light-hover on dark themesJulius Härtl2022-07-161-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Port encryption admin settings to vueCarl Schwan2022-07-132-0/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-07-042-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-252-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove deprecated expectException from theming testsCôme Chilliet2022-06-201-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove deprecated at matcher from theming testsCôme Chilliet2022-06-164-134/+138
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>