summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* Merge pull request #31244 from nextcloud/backport/31141/stable23Carl Schwan2022-02-282-2/+2
|\ | | | | [stable23] Improve caching policy use immutable when loading versionned assets
| * Improve caching policyCarl Schwan2022-02-182-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-262-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-02-2312-22/+120
|/ | | | Signed-off-by: Nextcloud bot <bot@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>
* 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
| |
* | Fix default product name for old themesMorris Jobke2021-06-161-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add dedicated product name to OCP\DefaultsJulius Härtl2021-06-161-0/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0424-52/+30
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-042-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-302-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-262-2/+4
| |
* | Handle device login like an alternative loginJoas Schilling2021-04-201-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-192-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-132-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-082-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-024-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-234-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-6/+6
|
* Merge pull request #26019 from ste101/patch-1Roeland Jago Douma2021-03-111-1/+1
|\ | | | | Allow webp as background image
| * Allow webp as background imageste1012021-03-091-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-112-14/+14
|/