summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-04-23100-100/+100
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix dyslexia font loadingJohn Molakvoæ2022-04-225-42/+178
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add default theming disabled fallbackJohn Molakvoæ2022-04-225-3/+205
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Lint and psalm fixJohn Molakvoæ2022-04-215-8/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* PhpunitJohn Molakvoæ2022-04-219-124/+463
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove accessibilityJohn Molakvoæ2022-04-213-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate old accessibility configJohn Molakvoæ2022-04-212-1/+130
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Font fixes and design update for theme pickerJohn Molakvoæ2022-04-2119-33/+144
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrating themes to Theming appJohn Molakvoæ2022-04-2122-94/+979
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Write body theme selector straight in the templateJohn Molakvoæ2022-04-213-11/+61
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix twofactor loading and public imageJohn Molakvoæ2022-04-211-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-215-57/+44
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Start theming providersJoas Schilling2022-04-2113-176/+643
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 25Joas Schilling2022-04-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-04-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix alternative login buttonsJoas Schilling2022-03-091-8/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-072-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-062-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-02-262-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31141 from nextcloud/fix/better-cache-policyCarl Schwan2022-02-172-2/+2
|\ | | | | Improve caching policy use immutable when loading versionned assets
| * Improve caching policyCarl Schwan2022-02-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | [tx-robot] updated from transifexNextcloud bot2022-02-152-16/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-142-0/+22
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Avoid file system access on checking if an image existsJulius Härtl2022-02-022-16/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add better error handlingCarl Schwan2022-01-272-3/+9
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix registerEventListener issuesCarl Schwan2022-01-272-3/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix psalm issues in theming appCarl Schwan2022-01-265-24/+25
| | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2022-01-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-162-0/+5
| | | | | | files_trashbin and theming apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix theming tests on PHP 8.1Côme Chilliet2021-12-161-0/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-12-162-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Follow upstream security recommandationCarl Schwan2021-12-021-4/+3
| | | | | | See https://scssphp.github.io/scssphp/docs/#security-considerations Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add rgb to hsl converterCarl Schwan2021-12-021-4/+41
| | | | | | This ports away from using now internal functions from scssphp. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2021-11-272-2/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-1/+1
| | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* App summary is optionalJoas Schilling2021-11-191-1/+1
| | | | | | | Fixing: Error: Undefined index: summary at /var/www/html/apps/theming/lib/Controller/ThemingController.php#392 Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-11-112-0/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Profile frontendChristopher Ng2021-10-191-2/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #29240 from nextcloud/work/admin-delegation-implementationCarl Schwan2021-10-152-2/+15
|\ | | | | Add support for Delegation Settings for more apps
| * Add support for Delegation Settings for more appsCarl Schwan2021-10-152-2/+15
| | | | | | | | | | | | | | | | | | * 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>
* | Don't setup the filesystem to check for a favicon we don't use anywayJoas Schilling2021-10-131-8/+11
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-detailsJoas Schilling2021-10-131-1/+1
|\ | | | | Fix translated app details
| * Fix translated app detailsJoas Schilling2021-09-301-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25774 from nextcloud/add-ripple-color-variablesPytal2021-10-061-1/+3
|\ \
| * | Add new variables for buttonsmarco2021-09-301-1/+3
| |/ | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>