summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Repurpose invitations table to actionsFlorian Pritz1-12/+15
2013-01-09Fix some indentation issuesFlorian Pritz1-5/+5
2013-01-09Fix copyright informationFlorian Pritz1-0/+7
2012-12-16c/user: register() prevent DB error if username is non-asciiFlorian Pritz1-4/+4
2012-10-22switch design to bootstrap; minor fixes along the wayFlorian Pritz1-17/+17
2012-08-28Only create new sessions when the are really neededFlorian Pritz1-0/+1
2012-07-12Add cron function for user controllerFlorian Pritz1-0/+14
2012-07-12c/user: improve error messagesFlorian Pritz1-6/+2
2012-07-12u/register: improve error message for invalid usernameFlorian Pritz1-1/+1
2012-07-12Explicitly select fields in db queriesFlorian Pritz1-1/+1
2012-07-12Display nice error message if username exists alreadyFlorian Pritz1-0/+4
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz1-0/+6
2012-05-03user/hash_password: add form to support normal browsersFlorian Pritz1-2/+16
2012-04-11Show confirmation after loginFlorian Pritz1-0/+4
2012-04-09user/register: restrict username to max 32 charsFlorian Pritz1-1/+1
2012-04-09user/register: restrict username to a-z0-9Florian Pritz1-2/+2
2012-04-09add register functionFlorian Pritz1-0/+73
2012-04-09random_id() -> random_alphanum(); allow single argumentFlorian Pritz1-1/+1
2012-04-09Implement simple referral systemFlorian Pritz1-0/+49
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz1-1/+1
2012-04-09Redirect to / if log in successfulFlorian Pritz1-4/+1
2012-04-09more user changesFlorian Pritz1-0/+2
2012-04-09start working on usersFlorian Pritz1-0/+74