Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Add 'abuse' table and put abuse logic into problem | Edmund von der Burg | 2011-03-28 | -0/+44 |
* | Store tokens correctly | Edmund von der Burg | 2011-03-24 | -37/+42 |
* | Cleared up the council string creation logic | Edmund von der Burg | 2011-03-23 | -67/+65 |
* | Move error checking into the model | Edmund von der Burg | 2011-03-23 | -90/+189 |
* | Add contacts table to DBIC schema | Edmund von der Burg | 2011-03-21 | -0/+44 |
* | Update DBIC Schema | Edmund von der Burg | 2011-03-15 | -2/+97 |
* | drop column is_confirmed - not needed | Edmund von der Burg | 2011-03-04 | -6/+3 |
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -25/+0 |
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -3/+30 |
* | Ported AuthToken to DBIx::Class | Edmund von der Burg | 2011-03-02 | -0/+84 |
* | Passwords can be null | Edmund von der Burg | 2011-03-02 | -3/+3 |
* | Generated ORM code for some of the tables | Edmund von der Burg | 2011-03-01 | -0/+57 |