- Aug 19, 2020
-
-
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>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 10, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 25, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 11, 2020
-
-
Roeland Jago Douma authored
Since we don't care if it is human readbale. The code is backwards compatible with the old format. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- May 01, 2020
-
-
MichaIng authored
Signed-off-by:
MichaIng <micha@dietpi.com>
-
- Apr 30, 2020
-
-
MichaIng authored
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum. Options are now applied the following way: - If config.php contains the setting with an integer higher or equal to the minimum, it is applied. - If config.php contains the setting with an integer lower than the minimum, the minimum is applied. - If config.php does not contain the setting or with no integer value, the PHP default is applied. Signed-off-by:
MichaIng <micha@dietpi.com> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 29, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 15, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Apr 10, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
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 09, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
For PSR2 Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
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>
-
- Mar 19, 2020
-
-
Johannes Riedel authored
Signed-off-by:
Johannes Riedel <joeried@users.noreply.github.com>
-
- Mar 14, 2020
-
-
Pavel Krasikov authored
Signed-off-by:
Pavel Krasikov <klonishe@gmail.com>
-
- Feb 07, 2020
-
-
Roeland Jago Douma authored
When available we should use argon2id for hashing. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Feb 03, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 22, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jan 21, 2020
-
-
blizzz authored
Co-Authored-By:
kesselb <mail@danielkesselberg.de> Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Jan 20, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Dec 20, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 10, 2019
-
-
Konrad Bucheli authored
handle IPv6 addresses with an explict incoming interface at the end (e.g fe80::ae2d:d1e7:fe1e:9a8d%enp2s0) Signed-off-by:
Konrad Bucheli <konrad.bucheli@gmx.ch> Signed-off-by:
Konrad Bucheli <kb@open.ch>
-
- Dec 07, 2019
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 22, 2019
-
-
Roeland Jago Douma authored
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 06, 2019
-
-
Johannes Koenig authored
Signed-off-by:
Johannes Koenig <mail@jokoenig.de>
-
- Sep 14, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 19, 2019
-
-
Roeland Jago Douma authored
* unneeded arguments to constructor * added return types * let automatic DI do its work Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 10, 2019
-
-
Roeland Jago Douma authored
This adds the events and the classes to modify the feature policy. It also adds a default restricted feature policy. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 31, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 30, 2019
-
-
Roeland Jago Douma authored
This will be removed in a future version of Nextcloud. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 18, 2019
-
-
Sam Bull authored
Allow passing a nonce from the web server, allowing the possibility to enforce a strict CSP from the web server. Signed-off-by:
Sam Bull <git@sambull.org> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 08, 2019
-
-
Roeland Jago Douma authored
This introduces and event that can be listend to when we actually use the CSP. This means that apps no longer have to always inject their CSP but only do so when it is required. Yay for being lazy. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-