Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-12 | fix missing object initialization and properly declare class variables | Florian Pritz | 1 | -0/+6 | |
var is deprecated since ages and in strict mode we have to initialize $this->var as a generic object before using it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | user/hash_password: add form to support normal browsers | Florian Pritz | 1 | -2/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Show confirmation after login | Florian Pritz | 1 | -0/+4 | |
Some users might expect confirmation emails, but we don't send those (yet?). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | user/register: restrict username to max 32 chars | Florian Pritz | 1 | -1/+1 | |
The db field is 32 chars long. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | user/register: restrict username to a-z0-9 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add register function | Florian Pritz | 1 | -0/+73 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+49 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 1 | -4/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | more user changes | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 1 | -0/+74 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |