Commit Graph

42 Commits (8dac2caf1dc59c4cbd652da5c9c1ab8c39a2b6ed)

Author SHA1 Message Date
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 3 years ago
Daniel Supernault c53894fe16
Add Parental Controls feature 3 years ago
Daniel Supernault a6d10f0389
Update RegisterController 3 years ago
Daniel Supernault c071c7195e
Update login/register views and captcha config, enable login or register captchas or both 3 years ago
Daniel Supernault 1bbee6d07b
Update RegisterController, improve max_users calculation and add kb page to redirect to if conditions are met 3 years ago
Robert von Burg 7e8938d749
[Fix] Don't count inactive accounts for registration blocking 3 years ago
Daniel Supernault d4c967de98
Update RegisterController, store client ip during registration 3 years ago
Daniel Supernault 50ab2e2039
Add cloud ip bans to BouncerService 3 years ago
Daniel Supernault 9bbd6dcd23
Update v1.1 api, add post moderation endpoint 4 years ago
Daniel Supernault 042c5b6c33
Improve onboarding 5 years ago
Daniel Supernault e503a8da85
Update RegisterController 5 years ago
Rodrigo Fonseca 31330e0aed
Fix starting check of username to allow numbers.
The check for the first letter of username used to be !ctype_alpha, but the error message says "Must start with a letter or number." Updated check to be !ctype_alnum, to be coherent with the error message.
5 years ago
Daniel Supernault 27b722e7a7
Update config() to config_cache() 5 years ago
Daniel Supernault 082c1ccb26
Add hCaptcha 6 years ago
Daniel Supernault 78a8798ace
Update RegisterController, fixes #2436 6 years ago
delthas 09479c02ca Make the minimum user password length configurable
Previously, all passwords had to be at least 12 characters long.

Some users use a slightly shorter password, so some instances could wish
to reduce the password length limit to a slightly lesser value.

This makes the minimum password length configurable in the .env file,
with the MIN_PASSWORD_LENGTH variable, that defaults to 12 to keep the
previous behaviour by default.
6 years ago
Daniel Supernault 3b7ff030f2
Update RegisterController 6 years ago
dx7 913bf77ba4
Improve email validation error for restricted emails 6 years ago
dx7 693f530326
Improve username validation error for restricted names 6 years ago
Daniel Supernault 5bcb43a673
Update RegisterController, fix CI bug 7 years ago
Daniel Supernault 14ba350ba3
Fix postgres bugs 7 years ago
Daniel Supernault fa8e0dca4d
Update RegisterController 7 years ago
Daniel Supernault d11e82c3d9
Update landing page, add age check 7 years ago
Daniel Supernault 64950748cf
Update RegisterController 7 years ago
Daniel Supernault f22a4b2d75
Update RegisterController, bump min password length from 6 to 8 7 years ago
Daniel Supernault b885cccd6b
Update Auth controller 7 years ago
Shleeble d61c48c62b
Update RegisterController.php 8 years ago
Daniel Supernault 12995989c4
Add max user limit 8 years ago
Daniel Supernault e39f88f6c6
Bump version to 0.7.1 8 years ago
Daniel Supernault c6b1164620
Update AuthLogin 8 years ago
Daniel Supernault edd62b2712
Update RegisterController 8 years ago
Daniel Supernault 9403749d9a
Add closed registration message instead of 403 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault b7c7757cff
Update RegisterController 8 years ago
Marcin Mikołajczak a1588a82c1
Merge branch 'dev' into maxlength 8 years ago
Daniel Supernault 7e78f63ff5
Update RegisterController 8 years ago
Marcin Mikołajczak 994aed0752 Add info about max bio length, make names length customizable
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years ago
Daniel Supernault 92939ed867 Add recaptcha to login/register form 8 years ago
Daniel Supernault 1e3a432087 Restrict new registrations with env setting 8 years ago
Daniel Supernault 91fd53a4be Update RegisterController, validate username against restricted names 9 years ago
Daniel Supernault d1b44529df Add username to register form 9 years ago
Daniel Supernault a034358c98 Add Laravel Framework 9 years ago