]> source.dussan.org Git - nextcloud-server.git/commit
Migrating themes to Theming app
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Fri, 15 Apr 2022 11:55:19 +0000 (13:55 +0200)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Thu, 21 Apr 2022 07:31:07 +0000 (09:31 +0200)
commit9ea72b10104ceb482be33b4626c3603a788a687f
treec617c4419d160467b587ca02be81c4b65ebef91b
parent69d1d1a84e5e8937046d30714f11036b680cc04a
Migrating themes to Theming app

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
25 files changed:
apps/accessibility/css/style.scss [deleted file]
apps/theming/appinfo/info.xml
apps/theming/appinfo/routes.php
apps/theming/img/dark.jpg [new file with mode: 0644]
apps/theming/img/default.jpg [new file with mode: 0644]
apps/theming/img/highcontrast.jpg [new file with mode: 0644]
apps/theming/img/opendyslexic.jpg [new file with mode: 0644]
apps/theming/lib/Controller/UserThemeController.php [new file with mode: 0644]
apps/theming/lib/ITheme.php
apps/theming/lib/Service/ThemesService.php
apps/theming/lib/Settings/Admin.php
apps/theming/lib/Settings/AdminSection.php [new file with mode: 0644]
apps/theming/lib/Settings/Personal.php [new file with mode: 0644]
apps/theming/lib/Settings/PersonalSection.php [new file with mode: 0644]
apps/theming/lib/Settings/Section.php [deleted file]
apps/theming/lib/Themes/DarkHighContrastTheme.php
apps/theming/lib/Themes/DarkTheme.php
apps/theming/lib/Themes/DefaultTheme.php
apps/theming/lib/Themes/DyslexiaFont.php [new file with mode: 0644]
apps/theming/lib/Themes/HighContrastTheme.php
apps/theming/src/UserThemes.vue [new file with mode: 0644]
apps/theming/src/components/ItemPreview.vue [new file with mode: 0644]
apps/theming/src/settings.js [new file with mode: 0644]
apps/theming/templates/settings-personal.php [new file with mode: 0644]
webpack.modules.js