Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-28Fix several security concerns (#1471)Lukas Reschke
* Use REMOTE_ADDR field The other ones are not used at all. This would allow someone to spoof the configured IP address and bypass any rate limit. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> * Add basic ratelimiting class Signed-off-by: Lukas Reschke <lukas@statuscode.ch> * Remove Mautic submission form Signed-off-by: Lukas Reschke <lukas@statuscode.ch> * Replace captcha with ratelimiter Signed-off-by: Lukas Reschke <lukas@statuscode.ch> * Space + tabs Signed-off-by: Lukas Reschke <lukas@statuscode.ch> * Dont check if no REDIS is defined in config Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2018-08-29Statistics retrievalJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-25Translation compatibility and newsletterJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-22Bump config, fixed ocs api and noscript detection-removalJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-02-27get rid of PHP warnings...Jos Poortvliet
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2018-02-27Small fixMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-27Improve the mautic codeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-14fix the readme and read the config.php.sampleMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-02updatepaulo
2016-06-17Add recaptchaMorris Jobke
2016-06-03first versionJos Poortvliet