- Dec 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 11, 2020
-
-
Lukas Reschke authored
Those functions set proper content-types that prevent rendering of data. Therefore it's safe to mark them as sanitizers. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Oct 05, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- 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>
-
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>
-
- Mar 31, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 26, 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>
-
- Jul 18, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jun 26, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 12, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Sep 21, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 01, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Apr 26, 2017
-
-
Jörn Friedrich Dreyer authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 24, 2016
-
-
Christoph Wurst authored
This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case.
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
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)
-
- Jun 09, 2016
-
-
Thomas Müller authored
-
- Jun 01, 2016
-
-
Christoph Wurst authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 11, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst authored
-
Christoph Wurst authored
-
- May 02, 2016
-
-
Roeland Jago Douma authored
Catching the login exception and returning false (login failed). Makes the OCS API properly return data instead of printing the exception page.
-
- 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.
-
- Apr 18, 2016
-
-
Lukas Reschke authored
Testable code. Yay.
-
- Mar 07, 2016
-
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/22893
-
- Mar 01, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
-
- Feb 19, 2016
-
-
Thomas Müller authored
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
- Feb 15, 2016
-
-
Lukas Reschke authored
-
- Feb 14, 2016
-
-
Morris Jobke authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Oct 29, 2015
-
-
Lukas Reschke authored
-
- Oct 12, 2015
-
-
Lukas Reschke authored
`\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes.
-
- Oct 05, 2015
-
-
Morris Jobke authored
-
- Sep 21, 2015
-
-
Thomas Müller authored
-