- Apr 29, 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>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 07, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 14, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 13, 2018
-
-
Roeland Jago Douma authored
* Declare strict * Scalar arguments * Return type * Use fully qualified name for strlen Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 23, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Apr 14, 2016
-
-
Roeland Jago Douma authored
-
- Jan 14, 2016
-
-
Morris Jobke authored
* introduced wiht 045ea4eb
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Dec 11, 2015
-
-
Lukas Reschke authored
-
- Nov 09, 2015
-
-
Lukas Reschke authored
Unfortunately only PHP 7…
-
- Apr 27, 2015
-
-
Lukas Reschke authored
Obviously should be an int
-
- Mar 26, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 26, 2015
-
-
Morris Jobke authored
This reverts commit 6a1a4880.
-
- Feb 23, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 13, 2015
-
-
Lukas Reschke authored
Otherwise logout can fail if the requesttoken contains a +
-
- Aug 26, 2014
-
-
Lukas Reschke authored
This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this
-