- Oct 11, 2018
-
-
Patrik Kernstock authored
Signed-off-by:
Patrik Kernstock <info@pkern.at>
-
Roeland Jago Douma authored
Remove random_compat
-
Roeland Jago Douma authored
Allow "same-origin" as "Referrer-Policy"
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Moritz Beck authored
Fixes #11531 Although "same-origin" is more strict than e.g. strict-origin it showed up a warning in setupcheck Based on https://scotthelme.co.uk/a-new-security-header-referrer-policy/ Signed-off-by:
Moritz Beck <git@birkenstab.de>
-
Morris Jobke authored
Make php7.3 compatible
-
Morris Jobke authored
Remove duplicate call to decodeURIComponent
-
Roeland Jago Douma authored
Merge pull request #11756 from nextcloud/ignore-session-lifetime-if-it-can-not-be-converted-to-a-number Ignore "session_lifetime" if it can not be converted to a number
-
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>
-
Daniel Calviño Sánchez authored
When "session_lifetime" can not be converted to a number the interval becomes a NaN due to dividing it by 2. This NaN was "dragged" over all the other mathematical operations and caused the csrftoken to be got again and again due to an infinite loop with no pauses in "setInterval". Now, the interval is set to the default value instead if the "session_lifetime" can not be converted to a number. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Roeland Jago Douma authored
[3rdparty] Symfony-3.4.17
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Add syntax ci job for php7.2
-
Bernd Stellwag authored
Signed-off-by:
Bernd Stellwag <burned@zerties.org>
-
- Oct 10, 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
Pin Bower versions
-
Roeland Jago Douma authored
Add admin interface to enforce 2FA
-
Morris Jobke authored
Allow to inject/mock `new \DateTime()` similar to time()
-
Morris Jobke authored
Move normalizePath to regexes instead of looping
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
This is IMO a bit more readable and it seems to make the code faster. Tested it on the company instance where there are over 3k calls to this function. It shaves off around 10ms. The advantage here is that the pattern gets optimized by php itsel and cached. Also looking for all patterns at the same time and especially no longer looping for /./ patterns should save time. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Christoph Wurst authored
Fix a misleading setup check for .well-known/caldav & carddav
-
Morris Jobke authored
The problem is that the version without the slash is the correct one. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Nextcloud bot authored
-
- Oct 09, 2018
-
-
Roeland Jago Douma authored
Add function to generate urls for OCS routes
-
Morris Jobke authored
Use numeric placeholders if there are multiple, so that RTL languages…
-
Roeland Jago Douma authored
fixes #11617 The OCS routes are only absolute for now as they are often exposed to the outside anyway and are on a different endpoint than index.php in anyway. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Revert "in 14 the click action gets lost in the Backbone view."
-
Morris Jobke authored
-
Morris Jobke authored
Fix depracted jQuery.bind call
-
Morris Jobke authored
Fix usage of deprecated OC.webroot
-
Morris Jobke authored
Move GitHub files to .github directory
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Morris Jobke authored
Update CRL due to changed cert for linkshareex
-