Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more compact code | Michael Scherer | 2011-01-07 | 1 | -7/+6 |
| | |||||
* | fix string substitution, this emptied the searchfilter, leading to a catdap ↵ | Michael Scherer | 2011-01-07 | 1 | -2/+1 |
| | | | | error page | ||||
* | added German translation | Oliver Burger | 2011-01-06 | 1 | -0/+383 |
| | |||||
* | - regenerate messages.pot | Michael Scherer | 2010-12-21 | 3 | -111/+724 |
| | |||||
* | do not proceed with registration if ldap gives errors, patch from Maarten ↵ | Michael Scherer | 2010-12-21 | 1 | -1/+2 |
| | | | | Vanraes | ||||
* | use unicode for webpage ( tested on french translation, iso8859-1 is sent ↵ | Michael Scherer | 2010-12-17 | 1 | -0/+1 |
| | | | | otherwise ) | ||||
* | - redirect user on his page if we detect him to be logged ( patch from ↵ | Michael Scherer | 2010-12-16 | 1 | -1/+5 |
| | | | | Maarten Vanraes ) | ||||
* | - add a TODO to merge the code with user.pm | Michael Scherer | 2010-12-16 | 1 | -0/+2 |
| | |||||
* | - fix the keyprefix for ipv6 here too ( patch by Maarten Vanraes ) | Michael Scherer | 2010-12-16 | 1 | -1/+9 |
| | |||||
* | - patch from Maarten Vanraes to fix the issue of keyprefix with ipv6 | Michael Scherer | 2010-12-13 | 1 | -1/+13 |
| | |||||
* | add a configurable blacklist of login, to complete previous commit | Michael Scherer | 2010-12-06 | 1 | -0/+4 |
| | |||||
* | - do not let users take a username that is used by the system ( will be ↵ | Michael Scherer | 2010-12-06 | 1 | -0/+10 |
| | | | | completed with a 2nd configurable check, this one is just to take care of default users from the system ) | ||||
* | Dont hardcode filters, but use user's store configuration | Buchan Milne | 2010-11-25 | 1 | -8/+15 |
| | | | | | | This allows configuration of which user attribute to login with, by only changing authentication configuration (e.g. in catdap_local.yml) | ||||
* | - factorise the code who deal with ip ( so we can change it at one place for ↵ | Michael Scherer | 2010-11-24 | 1 | -4/+8 |
| | | | | ipv6 support ) | ||||
* | - complete i18n translation | Michael Scherer | 2010-11-04 | 1 | -58/+59 |
| | |||||
* | - fix typo | Michael Scherer | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Commit missing Email::Template view | Buchan Milne | 2010-11-04 | 1 | -0/+38 |
| | |||||
* | Fix preferredLanguage error | Buchan Milne | 2010-11-04 | 1 | -3/+2 |
| | | | | | update perl dependencies | ||||
* | Dont use Data::Dumper | Buchan Milne | 2010-11-04 | 3 | -6/+6 |
| | |||||
* | Switch to View::Email::Template for emails | Buchan Milne | 2010-11-04 | 8 | -186/+481 |
| | | | | | | | | | 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 | ||||
* | Add surname french translation | Dexter Morgan | 2010-11-04 | 1 | -3/+3 |
| | |||||
* | Fixed registration sequence for password encryption with cookie instead of ↵ | Buchan Milne | 2010-11-03 | 3 | -21/+97 |
| | | | | | | | | session id Initial work on admin password resets of users, email notification to user still not working | ||||
* | Add some account admin features | Buchan Milne | 2010-11-03 | 1 | -0/+559 |
| | |||||
* | Update cookie expiry on successful re-auth | Buchan Milne | 2010-11-03 | 1 | -0/+1 |
| | |||||
* | Use a generated UUID stored in a cookie, instead of the session key, as a ↵ | Buchan Milne | 2010-11-03 | 1 | -3/+14 |
| | | | | | | | | | | portion of the encryption key we use to encrypt the password for storage in the session. It should now be more or less impossible for an attacker to get the password, as they need access to the browser and the server. | ||||
* | Indenting fixes by perltidy | Buchan Milne | 2010-11-03 | 1 | -254/+258 |
| | |||||
* | Add some CSS themeing, and refactor some template stuff using preprocess | Buchan Milne | 2010-11-02 | 2 | -2/+34 |
| | | | | | | Add missing tempaltes | ||||
* | Use roles | Buchan Milne | 2010-11-02 | 1 | -0/+1 |
| | |||||
* | Add more useful logging, remove some more debug logging | Buchan Milne | 2010-10-28 | 2 | -2/+4 |
| | |||||
* | Dont run in debug mode by default (use -d option if you want debug mode) | Buchan Milne | 2010-10-28 | 2 | -76/+89 |
| | | | | | | Cleanups from Guillaume Rousse Remove some debugging | ||||
* | Clean up repo | Buchan Milne | 2010-10-26 | 11 | -0/+1175 |