aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add some CSS themeing, and refactor some template stuff using preprocessBuchan Milne2010-11-0215-24/+447
| | | | | | Add missing tempaltes
* Use rolesBuchan Milne2010-11-022-4/+7
|
* - fix small typo in example config fileMichael Scherer2010-10-291-1/+1
|
* Add more useful logging, remove some more debug loggingBuchan Milne2010-10-282-2/+4
|
* Dont run in debug mode by default (use -d option if you want debug mode)Buchan Milne2010-10-285-76/+127
| | | | | | Cleanups from Guillaume Rousse Remove some debugging
* Clean up repoBuchan Milne2010-10-2645-0/+1784
|
* Add standard svn dirsBuchan Milne2010-10-260-0/+0