aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - do not produces empty lines, by using [%-, for xhtml validation ( problem ↵Michael Scherer2010-12-162-5/+5
| | | | signaled by Maarten 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
|
* add ipv6 support by default ( at least as example on how to do it ), patch ↵Michael Scherer2010-12-161-0/+4
| | | | by Maarten Vanraes
* - patch from Maarten Vanraes to fix the issue of keyprefix with ipv6Michael Scherer2010-12-131-1/+13
|
* fix some styling and templating errors and html5 validation ( patch by ↵Michael Scherer2010-12-131-7/+7
| | | | Maarten Vanraes )
* fix typo in default config file ( patch from Maarten Vanraes)Michael Scherer2010-12-131-1/+1
|
* changed layout of registering main pageOliver Burger2010-12-081-33/+28
|
* add a configurable blacklist of login, to complete previous commitMichael Scherer2010-12-062-0/+8
|
* - do not let users take a username that is used by the system ( will be ↵Michael Scherer2010-12-061-0/+10
| | | | completed with a 2nd configurable check, this one is just to take care of default users from the system )
* added missing </select> tagOliver Burger2010-11-271-0/+1
|
* new style for user/indexOliver Burger2010-11-272-6/+16
|
* style change to look more like current www.mageia.orgOliver Burger2010-11-272-18/+94
|
* Merge branch 'stable' into masterRomain d'Alverny2010-11-2624-641/+506
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: root/register/index.tt root/template/html root/ttsite.css Additional Differences During Subversion Conversion: catdap.yml lib/CatDap.pm
| * Display sshPublicKey as editable to normal users on their own accountBuchan Milne2010-11-231-0/+1
| |
| * style updateRomain d'Alverny2010-11-082-2/+2
| |
| * style updateRomain d'Alverny2010-11-081-2/+2
| |
| * removes old style, narrower doc formatRomain d'Alverny2010-11-082-224/+29
| |
| * - remove wrong import, to fix catdapMichael Scherer2010-11-081-1/+0
| |
| * trying static::simple in root controllerRomain d'Alverny2010-11-061-0/+1
| |
| * force static serving what is under root/static?Romain d'Alverny2010-11-062-3/+8
| |
| * strange bug, address //static/file instead of /static/file to get it workingRomain d'Alverny2010-11-062-4/+7
| |
| * new layout based on YUI CSS reset/fonts/gridsRomain d'Alverny2010-11-066-26/+59
| |
| * more HTML cleanup, doc structure/style broken for nowRomain d'Alverny2010-11-0612-146/+128
| |
| * quick HTML cleanupRomain d'Alverny2010-11-0517-372/+420
| |
| * remove 100% heightsRomain d'Alverny2010-11-051-2/+0
| |
| * Merge branch 'master' into stableBuchan Milne2010-11-046-3/+62
| |\
| * \ Merge branch 'master' into stableBuchan Milne2010-11-043-6/+6
| |\ \
* | | | Dont hardcode filters, but use user's store configurationBuchan Milne2010-11-251-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 Scherer2010-11-241-4/+8
| | | | | | | | | | | | | | | | ipv6 support )
* | | | svn testOliver Burger2010-11-241-0/+2
| | | |
* | | | - force utf8 in document headerMichael Scherer2010-11-041-0/+1
| | | |
* | | | - use double quote , as this cause trouble with french translationMichael Scherer2010-11-041-1/+1
| | | |
* | | | - add some file to svn:ignoreMichael Scherer2010-11-041-46/+0
| | | | | | | | | | | | | | | | | | | | - remove META.yml, as it is generated by Makefile.PL
* | | | - complete i18n translationMichael Scherer2010-11-041-58/+59
| | | |
* | | | - fix typoMichael Scherer2010-11-041-1/+1
| | | |
* | | | - add missing requires ( as found by deploying it on alamut )Michael Scherer2010-11-041-0/+1
| | | |
* | | | Another dependencyBuchan Milne2010-11-041-0/+1
| |_|/ |/| |
* | | Commit missing email templatesBuchan Milne2010-11-043-0/+20
| | |
* | | Commit missing Email::Template viewBuchan Milne2010-11-041-0/+38
| | |
* | | Fix preferredLanguage errorBuchan Milne2010-11-042-3/+4
| |/ |/| | | | | | | update perl dependencies
* | Dont use Data::DumperBuchan Milne2010-11-043-6/+6
|/
* Switch to View::Email::Template for emailsBuchan Milne2010-11-0417-203/+501
| | | | | | | | | 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 translationDexter Morgan2010-11-041-3/+3
|
* Fixed registration sequence for password encryption with cookie instead of ↵Buchan Milne2010-11-034-21/+98
| | | | | | | | session id Initial work on admin password resets of users, email notification to user still not working
* Add some account admin featuresBuchan Milne2010-11-0311-4/+831
|
* Update cookie expiry on successful re-authBuchan Milne2010-11-031-0/+1
|
* Use a generated UUID stored in a cookie, instead of the session key, as a ↵Buchan Milne2010-11-031-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 perltidyBuchan Milne2010-11-031-254/+258
|