Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-16Allow to manually specify a theme to apply to a section of an appfix/theming-selectorJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16Automatically enable plain background if primary colour is setJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-08-16Revert "Fix unit tests for the theming app"John Molakvoæ
This reverts commit 13ca01ee1256dba54d1e2793bd409d3b7c8d6058.
2022-08-16Revert "First first run wizzard"John Molakvoæ
This reverts commit ba3f5337f356ac51a1b1d012c09f3e4ed6c096e3.
2022-08-11Fix unit tests for the theming appCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-10Merge pull request #33452 from nextcloud/fix/firstrunwizzardVincent Petry
Fix first run wizzard
2022-08-08Allow to invert when on brightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-03First first run wizzardfix/firstrunwizzardCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-16Properly set --color-primary-light-hover on dark themesbugfix/noid/dark-primary-lightJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-13Port encryption admin settings to vueCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20Properly calculate primary element based on background luminancefix/theming-colours-primaryJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13Fix profile and add gradient-primary-backgroundJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13Cleanup and compileJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-01Fix dark theme descriptionfix/theming-layoutJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30Fix theming setEnabledThemes unique arrayJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-30Allow to override the default themeJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28Fix header apps iconsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28Fix logo colour on bright primary colourJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-28Add system/light themesJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-26Fix mix factorJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-26Fix dark theme primary mixJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-22Fix dyslexia font loadingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-22Add default theming disabled fallbackJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Lint and psalm fixJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21PhpunitJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Remove accessibilityJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Migrate old accessibility configJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Font fixes and design update for theme pickerJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Migrating themes to Theming appJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Write body theme selector straight in the templateJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Fix twofactor loading and public imageJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-04-21Update and fix theming imagesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2022-04-21Start theming providersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-16Improve caching policyCarl Schwan
* Cache css with version in url. This makes most js and css requests to be cached by the browser * Force caching previews, the etag is in the url so that if the propfind gives a new etag, we will refresh it otherwise it's no use to try to fetch the new etag and do tons of DB queries Tested with firefox and 'debug' => false (important so that the js/css urls are generated with ?v= parameter) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-02Avoid file system access on checking if an image existsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-01-27Add better error handlingCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-27Fix registerEventListener issuesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-26Fix psalm issues in theming appCarl Schwan
After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-08Fix dynamic loadingJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-12-02Follow upstream security recommandationCarl Schwan
See https://scssphp.github.io/scssphp/docs/#security-considerations Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-02Add rgb to hsl converterCarl Schwan
This ports away from using now internal functions from scssphp. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-11-19App summary is optionalJoas Schilling
Fixing: Error: Undefined index: summary at /var/www/html/apps/theming/lib/Controller/ThemingController.php#392 Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-15Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan
Add support for Delegation Settings for more apps
2021-10-15Add support for Delegation Settings for more appsCarl Schwan
* This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-13Don't setup the filesystem to check for a favicon we don't use anywayJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Fix translated app detailsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24improve webmanifestszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-13Merge pull request #26481 from ghost/fdroidJulius Härtl
2021-07-12Fix Psalm code scanning alertsMichaIng
InvalidScalarArgument (apps/theming/lib/IconBuilder.php#L213): https://github.com/nextcloud/server/security/code-scanning/6691 InvalidScalarArgument (apps/theming/lib/IconBuilder.php#L213): https://github.com/nextcloud/server/security/code-scanning/6692 MissingReturnType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6693 MissingParamType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6694 MissingParamType (apps/theming/lib/IconBuilder.php#L226): https://github.com/nextcloud/server/security/code-scanning/6695 PossiblyFalseArgument (apps/theming/lib/IconBuilder.php#L232): https://github.com/nextcloud/server/security/code-scanning/6696 Signed-off-by: MichaIng <micha@dietpi.com>