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
path: root/themes
AgeCommit message (Collapse)Author
2021-02-16Drop \OC_Theme::getLogoClaimChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
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>
2019-02-22Properly theme firstrunwizard logo in example themeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-02-01Update dynamic year in example themesplitt3r
2019-02-01Make the data year in the template dynamic by using date().andyg5000
2018-07-06Small text errorchiyi4488
Small text error
2018-03-26Use customclient_* values by default and do not use them in custom themes ↵Julius Härtl
anymore Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-01Update iOS link to geo-detect show correct store listingChristian Oliff
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.
2017-08-03Logo claim is not used anymoreMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-02Simplified Nextcloud logo iconMarin Treselj
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-05-23Move styles.css to server.cssJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-05-02Update documentation go.php URL to 12Lukas Reschke
Fixes https://github.com/nextcloud/server/issues/4646 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25Implement scss variable injection by OC_DefaultsJulius Haertl
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>
2017-03-29rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-01-16Prevent Example-Theme from using invalid URLsMarius Blüm
Signed-off-by: Marius Blüm <marius@lineone.io>
2016-12-08Cahnge URL for desktop clients directly to pop-upFelix A. Epp
by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
2016-11-24fix favicon viewbox, remove decimalsJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-10-27Updated doc link version in default theme from 9 to 11Philip Allgaier
2016-09-27Svgo optimizationskjnldsv
Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
2016-06-21default.php for nextcloudJoachim Sokolowski
changing it to nextcloud
2016-06-20Fix themes readmeMorris Jobke
2016-04-272015 --> 2016Daniel Hansson
2015-11-03update example theme faviconMorris Jobke
2015-10-05Update example theme with App URLs and PHPDocMorris Jobke
2015-09-10[example theme] make it easier for non PHP people to understand what to changeMorris Jobke
2015-08-11Revert "make knowledge base url configurable"Joas Schilling
This reverts commit 8fb89056bd2f99b1df7dc7a3970fc293272c8ab6.
2015-07-29make knowledge base url configurableBjoern Schiessle
2015-05-22add example themeJan-Christoph Borchardt
2012-08-26Gitorious => GithubLukas Reschke
2012-02-12add a READMEFrank Karlitschek