- Oct 10, 2018
-
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
- Oct 02, 2018
-
-
Michael Weimann authored
Signed-off-by:
Michael Weimann <mail@michael-weimann.eu>
-
- Aug 10, 2018
-
-
Sebastian Steinmetz authored
Signed-off-by:
Sebastian Steinmetz <me@sebastiansteinmetz.ch>
-
- Jul 19, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Apr 17, 2018
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Dec 11, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 09, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 05, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 08, 2017
-
-
Leon Klingele authored
Signed-off-by:
Leon Klingele <leon@struktur.de>
-
- Aug 17, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 24, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Lukas Reschke authored
-
- Jul 23, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 18, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Apr 12, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 11, 2017
-
-
Morris Jobke authored
* allows different texts for HTML and text version of the email 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>
-
- Apr 07, 2017
-
-
Lukas Reschke authored
Add support for theming in generated emails and simplify API Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Morris Jobke authored
* thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 20, 2017
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jan 11, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 16, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 11, 2016
-
-
Lukas Reschke authored
We should verify the app versions when installing a new update, otherwise this could result in downgrade attacks when an attacker just copies the old signature. Plus it prevents the case that in case of a bug in the appstore actually an older version gets installed. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 31, 2016
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 18, 2016
-
-
Morris Jobke authored
* success on SQLite and Postgres * failure on MySQL due to the limited charset that only supports up to 3 bytes
-
- Oct 11, 2016
-
-
Thomas Müller authored
* Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 07, 2016
-
-
Thomas Müller authored
* Don't parse info.xml but reuse already cached app infos - fixes #25603 * Use === in InfoParser. Fixes test * InfoParser should not depend on UrlGenerator - fixes issue with session being closed too early
-
- Sep 27, 2016
-
-
skjnldsv authored
Signed-off-by:
John Molakvoæ <fremulon@protonmail.com>
-
- May 23, 2016
-
-
Christoph Wurst authored
-
- May 03, 2016
-
-
Thomas Müller authored
-
- May 02, 2016
-
-
Thomas Müller authored
-
- Apr 26, 2016
-
-
Thomas Müller authored
-
- Apr 22, 2016
-
-
Thomas Müller authored
-
- Apr 06, 2016
-
-
Stefan Weil authored
Fix also a small grammar issue. Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
- Mar 17, 2016
-
-
Morris Jobke authored
The old behaviour was that only languages could be used for an app that are already present in the apps/$app/l10n folder. If there is a themed l10n that is not present in the apps default l10n folder the language could not be used and the texts are not translated. With this change this is possible and also the l10n files are loaded even if the default l10n doesn't contain the l10n file.
-
- Mar 15, 2016
-
-
Lukas Reschke authored
-