- Apr 29, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 16, 2020
-
-
Roeland Jago Douma authored
Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 10, 2020
-
-
Christoph Wurst authored
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>
-
- Apr 09, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 07, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 25, 2019
-
-
Roeland Jago Douma authored
* Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Dec 07, 2018
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Oct 02, 2018
-
-
Michael Weimann authored
Signed-off-by:
Michael Weimann <mail@michael-weimann.eu>
-
- Mar 26, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Feb 02, 2018
-
-
Christian Oliff authored
-
- Feb 01, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Dec 11, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 19, 2017
-
-
Markus Staab authored
-
- Aug 02, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 08, 2017
-
-
Lukas Reschke authored
Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- May 02, 2017
-
-
Lukas Reschke authored
Fixes https://github.com/nextcloud/server/issues/4646 Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Apr 25, 2017
-
-
Julius Haertl authored
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>
-
- Apr 22, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 10, 2017
-
-
Morris Jobke authored
* currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 29, 2017
-
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
- Dec 08, 2016
-
-
Felix A. Epp authored
by adding `/#install-clients` to the URL Signed-off-by:
Felix A. Epp <work@felixepp.de>
-
- Nov 22, 2016
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 21, 2016
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Nov 15, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 20, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Since it is just faking the 10 we need to hardcode this here...
-
- Jun 27, 2016
-
-
Lukas Reschke authored
Also adds support for having custom login backgrounds
-
Bjoern Schiessle authored
-
- Jun 08, 2016
-
-
Jan-Christoph Borchardt authored
-
- Jun 01, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Apr 30, 2016
-
-
Roeland Jago Douma authored
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.
-
- Mar 01, 2016
-
-
Lukas Reschke authored
-