aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | We are in 2017Nicolas Lécureuil2017-02-231-2/+2
| |
* | Rename login_domain_blacklist to email_domain_blacklist and ↵Frédéric Buclin2017-02-232-4/+4
| | | | | | | | login_username_blacklist to login_blacklist
* | Add an email domain blacklistFrédéric Buclin2017-02-232-7/+24
| |
* | Merge branch 'master' into topic/productionColin Guthrie2014-03-281-1/+1
|\ \ | |/
| * Change help text about what makes up a valid username now that we've removed -'sColin Guthrie2014-03-281-1/+1
| |
* | Merge branch 'master' into topic/productionColin Guthrie2014-03-281-1/+1
|\ \ | |/
| * Do not allow _'s or -'s in usernames.Colin Guthrie2014-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As discovered with david-david's account, the - in the username can cause lots of problems with iurt (various regexps everywhere). So let's just ban -'s in the username. Also, I'm ifnormed by Akien that _'s cause problems due to: http://www.mediawiki.org/wiki/Extension:LDAP_Authentication/FAQ#Authentication_fails_for_usernames_with_underscores.3B_how_do_I_fix_this.3F So let's just ban _'s too.
* | Merge branch 'master' into stableYuri Chornoivan2014-03-141-1/+1
|\ \ | |/
| * Update Ukrainian translationYuri Chornoivan2014-03-141-1/+1
| |
* | Merge branch 'master' into stableNicolas Vigier2014-03-011-6/+4
|\ \ | |/
| * Try to make captcha easierNicolas Vigier2014-03-011-6/+4
| |
* | Merge branch 'master' into stableFilip Komar2014-02-231-2/+2
|\ \ | |/
| * both links for repositories fixedFilip Komar2014-02-231-2/+2
| |
* | Merge branch 'master' into stableFilip Komar2014-02-2313-287/+3106
|\ \ | |/ | | | | | | | | Additional Differences During Subversion Conversion: lib/CatDap/I18N/.tx/config (not in branch) lib/CatDap/I18N/ro.po (perms only)
| * Update Romanian translationYuri Chornoivan2014-01-111-40/+9
| |
| * Slovenian translation addedFilip Komar2013-12-161-0/+440
| |
| * Add Transifex config filesYuri Chornoivan2013-12-101-0/+8
| |
| * Update Spanish translationYuri Chornoivan2013-11-241-109/+134
| |
| * Update French translation by Dune, remove execution bit from ro.poYuri Chornoivan2013-11-232-61/+120
| |
| * Ukrainian translation updateYuri Chornoivan2013-11-111-59/+116
| |
| * register: Add info about allowed characters in usernameNicolas Vigier2013-09-221-0/+1
| |
| * register: Remove useless labelNicolas Vigier2013-09-221-2/+2
| |
| * register: s/letters/characters/Nicolas Vigier2013-09-221-1/+1
| |
| * register: Add missing brNicolas Vigier2013-09-221-1/+1
| |
| * register: add infos about captchaNicolas Vigier2013-09-221-0/+4
| |
| * captcha: Remove N as it can be confused with ZNicolas Vigier2013-09-221-1/+0
| |
| * Plugin::Captcha: increase particles, and add colorsNicolas Vigier2013-09-111-1/+3
| |
| * Plugin::Captcha: set rnd_data to include some lettersNicolas Vigier2013-09-111-0/+32
| |
| * Plugin::Captcha: change size and number of linesNicolas Vigier2013-09-111-3/+3
| |
| * Plugin::Captcha: enable scrambleNicolas Vigier2013-09-111-0/+1
| |
| * Fix GettextYuri Chornoivan2013-06-193-2/+18
| |
| * updated Romanian translationFlorin Catalin Russen2013-04-051-55/+126
| |
| * Russian translations by Russian Mageia TeamYuri Chornoivan2013-04-021-0/+465
| |
| * updated tr translationAtilla Öntaş2013-03-071-2/+2
| |
| * Turkish translation addedNuman Demirdöğen2013-02-271-0/+435
| |
| * Added pt_BR translation for CatDap (Padula)Rémi Verschelde2013-02-061-0/+463
| |
| * Updated Catalan translationFrancesc Pinyol Margalef2013-01-281-0/+399
| |
| * Updated Indonesian translationKiki Syahadat2013-01-031-2/+2
| |
| * Updated Indonesian translationKiki Syahadat2012-12-211-29/+29
| |
| * Updated Estonian translation to avoid special character in e-mails.Marek Laane2012-11-241-6/+6
| |
| * Added Indonesian translationKiki Syahadat2012-10-121-0/+420
| |
| * add option to change the regex used to validate usernameNicolas Vigier2012-07-062-1/+3
| |
* | register: Add info about allowed characters in usernameNicolas Vigier2013-09-221-0/+1
| | | | | | | | (cherry picked from commit d2df7291e8cd17a649465e73faf8cfcf2d086c84)
* | register: Remove useless labelNicolas Vigier2013-09-221-2/+2
| | | | | | | | (cherry picked from commit f98e976292b506a31ca3ebefeaa72db60ee0c56a)
* | add option to change the regex used to validate usernameNicolas Vigier2013-09-222-1/+3
| | | | | | | | (cherry picked from commit ac112f8b9454b5e4ec4bac614358318ef7c3b664)
* | register: s/letters/characters/Nicolas Vigier2013-09-221-1/+1
| | | | | | | | (cherry picked from commit dee8cfc9875ad65be5cd006b0c29f780edb944b3)
* | register: Add missing brNicolas Vigier2013-09-221-1/+1
| | | | | | | | (cherry picked from commit e06726e7fe2f16be9140dc3546d9b5201adeb3e3)
* | register: add infos about captchaNicolas Vigier2013-09-221-0/+4
| | | | | | | | (cherry picked from commit 7a66c816b6a2cd111fc28b6e0114b62fbe18c896)
* | captcha: Remove N as it can be confused with ZNicolas Vigier2013-09-221-1/+0
| | | | | | | | (cherry picked from commit 10ae1d66a5f7aa73bf89af4157769e9435a2d9ea)
* | Plugin::Captcha: increase particles, and add colorsNicolas Vigier2013-09-111-1/+3
| | | | | | | | (cherry picked from commit 378e9482ca93512deea633ba38079fa91a5e62e6)