- Jan 08, 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 08, 2019
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Oct 07, 2019
-
-
Thomas Citharel authored
Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Jul 16, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 15, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 02, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 27, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- May 20, 2019
-
-
Roeland Jago Douma authored
This allows a user to mark a token for remote wipe. Clients that support this can then wipe the device properly. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 16, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 27, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Dec 21, 2018
-
-
Roeland Jago Douma authored
Fixes #12943 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 06, 2018
-
-
Morris Jobke authored
* see #11527
-
- Oct 01, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 19, 2018
-
-
Robin Appelman authored
Gives searching by mtime and "recent" a proper index to use Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Jun 06, 2018
-
-
Morris Jobke authored
* gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 10, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- 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 24, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 19, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jan 06, 2017
-
-
Roeland Jago Douma authored
* It is a simple wrapper we can always add it later if needed Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
We can add it later if needed Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 21, 2016
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 03, 2016
-
-
Lukas Reschke authored
-
- Oct 05, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 30, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 29, 2016
-
-
Roeland Jago Douma authored
-
- Aug 25, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma authored
* Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB
-
- Aug 09, 2016
-
-
Roeland Jago Douma authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- Jul 20, 2016
-
-
Lukas Reschke authored
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
-
- Jul 15, 2016
-
-
Joas Schilling authored
-
- Jul 07, 2016
-
-
Morris Jobke authored
This reverts commit 854352d9.
-
- Jun 22, 2016
-
-
Victor Dubiniuk authored
* Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf
-