aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller/admin.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Fix displaying of groups with spaces in the name Fix non-ascii user details ↵Buchan Milne2011-02-161-4/+13
| | | | in 'promote' page
* Fix display of non-ascii characters (may need some work in admin for ↵Buchan Milne2011-02-151-1/+10
| | | | multi-valued attributes)
* - 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
|
* - fix typoMichael Scherer2010-11-041-1/+1
|
* Dont use Data::DumperBuchan Milne2010-11-041-3/+3
|
* Switch to View::Email::Template for emailsBuchan Milne2010-11-041-25/+50
| | | | | | | | | Complete password reset by admin, and localise in user's preferredLanguage Localise all /user content Require re-entry of current password on password change Clean up debugging
* Fixed registration sequence for password encryption with cookie instead of ↵Buchan Milne2010-11-031-2/+50
| | | | | | | | session id Initial work on admin password resets of users, email notification to user still not working
* Add some account admin featuresBuchan Milne2010-11-031-0/+559