Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-04-09 | user/register: restrict username to max 32 chars | Florian Pritz | 1 | -1/+1 |
2012-04-09 | user/register: restrict username to a-z0-9 | Florian Pritz | 1 | -2/+2 |
2012-04-09 | add register function | Florian Pritz | 1 | -0/+73 |
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+49 |
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 1 | -4/+1 |
2012-04-09 | more user changes | Florian Pritz | 1 | -0/+2 |
2012-04-09 | start working on users | Florian Pritz | 1 | -0/+74 |