summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Merge pull request #28816 from nextcloud/fix/deprecated-toolip-methodsCarl Schwan2021-09-301-1/+1
|\ \ | |/ |/| Migrate deprecated tooltip methods
| * Migrate deprecated toolip methodsMichaIng2021-09-261-1/+1
| | | | | | | | | | | | | | With Bootstrap v4, the tooltip methods "fixTitle" and "destroy" have been removed. Only core/src/Polyfill/tooltip.js keeps them methods valid by translating them. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Update app versions for 23Vincent Petry2021-09-281-1/+1
|/ | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #27757 from designbybeck/patch-1Joas Schilling2021-09-011-1/+1
|\ | | | | Target Blank for external link
| * Update apps/theming/templates/settings-admin.php Beck2021-09-011-1/+1
| | | | | | | | | | | | | | including noreferrer noopener Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Beck <beck@learnopen.tech>
| * Target Blank for external linkBeck2021-09-011-1/+1
| | | | | | | | | | | | The icon on this looks to have an arrow showing an external link, but it loads in the same window. Added target="_blank" Signed-off-by: Beck <beck@learnopen.tech>
* | improve webmanifestszaimen2021-08-243-4/+28
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | [tx-robot] updated from transifexNextcloud bot2021-08-062-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-022-0/+106
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix missing theming for login buttonCarl Schwan2021-07-201-0/+12
| | | | | | | | | | | | Close #27495 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+9
|\ \
| * | Add F-DroidHouraisanNEET2021-07-041-0/+9
| | | | | | | | | | | | Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
* | | Fix Psalm code scanning alertsMichaIng2021-07-121-6/+9
| |/ |/| | | | | | | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2021-06-272-2/+2
| |
* | Validate the theming color also on CLIJoas Schilling2021-06-252-1/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump app versionJoas Schilling2021-06-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Master is now 23Joas Schilling2021-06-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-192-2/+2
| |