- May 25, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- 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>
-
- Feb 11, 2019
-
-
Roeland Jago Douma authored
Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 03, 2019
-
-
Thomas Citharel authored
When run with php's build-in server (for instance on localhost:8080), IP provided through $this->server['REMOTE_ADDR'] is [::1], which is not an acceptable format for \inet_pton. This removes the brackets if there's any. Signed-off-by:
Thomas Citharel <tcit@tcit.fr>
-
- Dec 07, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 14, 2018
-
-
Roeland Jago Douma authored
For #11868 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 21, 2018
-
-
Roeland Jago Douma authored
As far as I can tell this should work now. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Sep 04, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Fixes #11035 Since the child-src directive is deprecated (we should kill it at some point) we need to have the proper worker-src available Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jun 15, 2018
-
-
Mark Berezovsky authored
Signed-off-by:
Mark Berezovsky <xpnf@yandex.ru>
-
- Apr 04, 2018
-
-
Roeland Jago Douma authored
When on php7.2 we can use the new and improved ARGON2I hashing. This adds support for that to the hasher. When verifying an old hash we'll update rehash to move all hashes eventually to the new hash function. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 05, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 25, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 16, 2018
-
-
Roeland Jago Douma authored
* Add typehints * Add return types * Opcode opts from phpstorm * Made strict * Fixed tests: No need to test bogus values anymore strict typing fixes this Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 14, 2018
-
-
Roeland Jago Douma authored
* Added scalar typehints * Added return statements * Added strict declaration Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
* Add return types * Add scalar argument types * Made strict * Cleaned up phpstorm inspections Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
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>
-