aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into topic/productiontopic/productionPascal Terjan2018-02-181-5/+4
|\
| * Rename login_domain_blacklist to email_domain_blacklist and ↵Frédéric Buclin2017-02-221-2/+2
| | | | | | | | login_username_blacklist to login_blacklist
| * Add an email domain blacklistFrédéric Buclin2017-02-221-6/+13
| |
| * Better fix for handling IPv6 addressesPascal Terjan2016-12-061-2/+2
| |
| * Fix previous commitPascal Terjan2016-12-061-1/+2
| |
| * Fix prefix for IPv6 usersPascal Terjan2016-12-061-5/+3
| | | | | | | | Argument "2a00:79e0:d:302:7ce7:3d64:23ac:b212" isn't numeric in right bitshift (>>) at /var/www/identity/script/../lib/CatDap/Controller/user.pm line 123
| * add option to change the regex used to validate usernameNicolas Vigier2012-07-061-1/+2
| |
| * more informative error messageRomain d'Alverny2012-06-301-2/+2
| |
* | Rename login_domain_blacklist to email_domain_blacklist and ↵Frédéric Buclin2017-02-231-2/+2
| | | | | | | | login_username_blacklist to login_blacklist
* | Add an email domain blacklistFrédéric Buclin2017-02-231-6/+13
| |
* | add option to change the regex used to validate usernameNicolas Vigier2013-09-221-1/+2
| | | | | | | | (cherry picked from commit ac112f8b9454b5e4ec4bac614358318ef7c3b664)
* | more informative error messageRomain d'Alverny2012-06-301-2/+2
| | | | | | | | (cherry picked from commit 561c4082d19c1d8a529a9d9ec4c67885fdc71a84)
* | Merge branch 'master' into stableRomain d'Alverny2012-06-282-42/+58
|\ \ | |/
| * code layoutRomain d'Alverny2011-07-271-19/+18
| |
| * fix the redirectionMichael Scherer2011-07-211-1/+1
| |
| * let a user who is set as a owner of the group manage itMichael Scherer2011-07-211-1/+6
| |
| * fix the order of the regexp, as test complainMichael Scherer2011-07-211-1/+1
| |
| * group the $mainrole related stuff together, check the permission after ↵Michael Scherer2011-07-211-3/+7
| | | | | | | | getting information on the role
| * refactor the ldap query, and do it sooner so we can use it for access controlMichael Scherer2011-07-211-11/+14
| |
| * fix code, Catalyst::Result do not have a forward methodMichael Scherer2011-07-211-1/+1
| |
| * fix the regexp, so we can manage mga-* groupMichael Scherer2011-07-211-1/+1
| |
| * more string to translateMichael Scherer2011-07-171-8/+8
| |
| * sort user to promote by loginMichael Scherer2011-07-171-0/+1
| |
| * add a array to store who was promoted, to pass to templateMichael Scherer2011-07-171-0/+4
| |
* | Merge branch 'master' into stableRomain d'Alverny2012-06-281-2/+2
|\ \ | |/ | | | | | | Additional Differences During Subversion Conversion: lib/CatDap/Controller/register.pm
| * - fix regexp error, broke trunk, spotted by rdaMichael Scherer2011-05-051-2/+2
| |
| * - relax check on first name and usrname ( #966 )Michael Scherer2011-04-261-2/+2
| |
| * Try and do some correction of languages (e.g. it-it to it, i-default to en)Buchan Milne2011-02-251-5/+26
|/
* Dont add an extra / to url in mail to user, or the path wont match in ↵Buchan Milne2011-02-251-1/+1
| | | | user/firstlogin
* Fix admin submenu for group-only adminsBuchan Milne2011-02-201-6/+10
|
* Allow group admins in /admin/group_modifyBuchan Milne2011-02-201-1/+3
|
* Initial group editing, still needs some work, but functional for ↵Buchan Milne2011-02-201-16/+60
| | | | adding/removing group members, by admin or group owner
* Add some language debuggingBuchan Milne2011-02-201-0/+2
|
* Fix displaying of groups with spaces in the name Fix non-ascii user details ↵Buchan Milne2011-02-161-4/+13
| | | | in 'promote' page
* Add error pages for user self-editing buttons, and correctly collect ldap ↵Buchan Milne2011-02-161-7/+11
| | | | errors Respect Controller::User::editable_attrs in user editing page Add preferredLanguage to editable_attrs
* String updatesBuchan Milne2011-02-151-1/+1
|
* Fix display of non-ascii characters (may need some work in admin for ↵Buchan Milne2011-02-152-1/+11
| | | | multi-valued attributes)
* Allow spaces in namesBuchan Milne2011-02-151-2/+2
|
* Add a means to filter out users who arent allowed to reset passwords with ↵Buchan Milne2011-01-221-10/+20
| | | | only email verification (by default users who don't match (!(objectclass=posixAccount)) Fix email template to use configurable project url
* Fix greeting in password reset key mail, by sending cn to stash Also add ↵Buchan Milne2011-01-221-1/+5
| | | | some more error error checking on the search
* Dont detach when checking ldap error code,, we want to continue to set a ↵Buchan Milne2011-01-221-1/+0
| | | | template
* FIx wordingDexter Morgan2011-01-081-1/+1
|
* commit implement forgot_password patch from Maarten VanraesRomain d'Alverny2011-01-071-0/+270
|
* more compact codeMichael Scherer2011-01-071-7/+6
|
* fix string substitution, this emptied the searchfilter, leading to a catdap ↵Michael Scherer2011-01-071-2/+1
| | | | error page
* do not proceed with registration if ldap gives errors, patch from Maarten ↵Michael Scherer2010-12-211-1/+2
| | | | Vanraes
* - redirect user on his page if we detect him to be logged ( patch from ↵Michael Scherer2010-12-161-1/+5
| | | | Maarten Vanraes )
* - add a TODO to merge the code with user.pmMichael Scherer2010-12-161-0/+2
|
* - fix the keyprefix for ipv6 here too ( patch by Maarten Vanraes )Michael Scherer2010-12-161-1/+9
|
* - patch from Maarten Vanraes to fix the issue of keyprefix with ipv6Michael Scherer2010-12-131-1/+13
|