aboutsummaryrefslogtreecommitdiffstats
path: root/themes
Commit message (Collapse)AuthorAgeFilesLines
* fix: cleanup theming app codeFerdinand Thiessen2024-05-211-0/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-133-31/+11
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-021-2/+10
| | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Add return typesHamid Dehnavi2023-07-171-12/+12
| | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* fix(assets): Optimize PNGs with optipng 0.7.7Joas Schilling2023-04-241-0/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-244-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Drop \OC_Theme::getLogoClaimChristoph Wurst2021-02-161-9/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Properly theme firstrunwizard logo in example themeJulius Härtl2019-02-221-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update dynamic year in example themesplitt3r2019-02-011-3/+7
|
* Make the data year in the template dynamic by using date().andyg50002019-02-011-1/+1
|
* Small text errorchiyi44882018-07-071-1/+1
| | | Small text error
* Use customclient_* values by default and do not use them in custom themes ↵Julius Härtl2018-03-261-32/+0
| | | | | | anymore Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update iOS link to geo-detect show correct store listingChristian Oliff2018-02-011-1/+1
| | | | | Adding 'geo.' at beginning of the URL will automatically show users the store listing for their region so it's a better experience. For example users in Japan will see: https://itunes.apple.com/jp/app/nextcloud/id1125420102?mt=8 which has local customer reviews and certain other information in Japanese.
* Logo claim is not used anymoreMorris Jobke2017-08-021-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Simplified Nextcloud logo iconMarin Treselj2017-07-021-3/+2
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Move styles.css to server.cssJulius Härtl2017-05-231-0/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update documentation go.php URL to 12Lukas Reschke2017-05-021-3/+3
| | | | | | Fixes https://github.com/nextcloud/server/issues/4646 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> Add Scss variables to example theme and theming app Signed-off-by: Julius Haertl <jus@bitgrid.net> Use SCSSCacher to build theming css Signed-off-by: Julius Härtl <jus@bitgrid.net> Update theming.scss Signed-off-by: Julius Härtl <jus@bitgrid.net> Code cleanup Signed-off-by: Julius Härtl <jus@bitgrid.net> Fix tests Signed-off-by: Julius Härtl <jus@bitgrid.net> Inject SCSSCacher for easier testing Signed-off-by: Julius Härtl <jus@bitgrid.net> Fix typehint Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Generate absolute URLs Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Fix tests to always use absolute urls for theming images Signed-off-by: Julius Härtl <jus@bitgrid.net> MailheaderColor -> ColorPrimary Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Prevent Example-Theme from using invalid URLsMarius Blüm2017-01-161-3/+3
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* Cahnge URL for desktop clients directly to pop-upFelix A. Epp2016-12-081-1/+1
| | | | | | by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
* fix favicon viewbox, remove decimalsJan-Christoph Borchardt2016-11-242-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Updated doc link version in default theme from 9 to 11Philip Allgaier2016-10-271-1/+1
|
* Svgo optimizationskjnldsv2016-09-274-8/+4
| | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* default.php for nextcloudJoachim Sokolowski2016-06-211-6/+6
| | | changing it to nextcloud
* Fix themes readmeMorris Jobke2016-06-201-3/+3
|
* 2015 --> 2016Daniel Hansson2016-04-271-2/+2
|
* update example theme faviconMorris Jobke2015-11-031-0/+0
|
* Update example theme with App URLs and PHPDocMorris Jobke2015-10-051-0/+81
|
* [example theme] make it easier for non PHP people to understand what to changeMorris Jobke2015-09-101-30/+8
|
* Revert "make knowledge base url configurable"Joas Schilling2015-08-111-6/+0
| | | | This reverts commit 8fb89056bd2f99b1df7dc7a3970fc293272c8ab6.
* make knowledge base url configurableBjoern Schiessle2015-07-291-0/+6
|
* add example themeJan-Christoph Borchardt2015-05-2212-6/+205
|
* Gitorious => GithubLukas Reschke2012-08-261-1/+1
|
* add a READMEFrank Karlitschek2012-02-121-0/+7