summaryrefslogtreecommitdiffstats
path: root/application/models/muser.php
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Fix some indentation issuesFlorian Pritz1-1/+1
2013-01-09Fix copyright informationFlorian Pritz1-0/+7
2012-08-28Only create new sessions when the are really neededFlorian Pritz1-3/+38
2012-07-12Explicitly select fields in db queriesFlorian Pritz1-1/+1
2012-07-12Store userid in sessionFlorian Pritz1-6/+2
2012-07-12Display nice error message if username exists alreadyFlorian Pritz1-0/+15
2012-04-14Make sure we keep the uri flashdataFlorian Pritz1-0/+1
2012-04-14Allow to keep and reclaim uploads without being logged inFlorian Pritz1-1/+11
2012-04-11Use phpass for password hashingFlorian Pritz1-2/+5
2012-04-11Fix password verificationFlorian Pritz1-1/+9
2012-04-09muser: decrease cost parameter for cryptFlorian Pritz1-1/+1
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz1-1/+2
2012-04-09muser: fix handling of cli clients without accountFlorian Pritz1-2/+4
2012-04-09Improve handling of cli clients without accountFlorian Pritz1-2/+6
2012-04-09more user changesFlorian Pritz1-0/+1
2012-04-09start working on usersFlorian Pritz1-0/+70