summaryrefslogtreecommitdiffstats
path: root/application/models/muser.php
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Fix user/register mistaken query handlingRafael Bodill1-1/+1
2014-09-18Integrating query builder in modelsRafael Bodill1-23/+18
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-7/+12
2013-09-15Add default get_email to Duser_DriverFlorian Pritz1-4/+0
2013-09-04Replace is_cli_client() with stateful_client where applicableFlorian Pritz1-2/+1
2013-09-04Set login session data in one goFlorian Pritz1-4/+6
2013-09-04Only renew uri flashdata when needed.Florian Pritz1-1/+1
2013-09-02muser: always verify api credentials; improve error messagesFlorian Pritz1-17/+18
2013-08-11Remove api keys dependency on usernameFlorian Pritz1-5/+2
2013-08-11Add API key supportFlorian Pritz1-9/+58
2013-07-15Rework auto login for cli clientsFlorian Pritz1-32/+41
2013-07-15user/test_login: Allow clients to test login credentialsFlorian Pritz1-0/+1
2013-07-14get_upload_id_limits(): return proper default valuesFlorian Pritz1-1/+1
2013-07-13Add profile page to allow changing the upload id limitsFlorian Pritz1-0/+59
2013-07-13duser: add get_email()Florian Pritz1-0/+9
2013-02-14Move cli client login code to muser constructorFlorian Pritz1-0/+21
2013-02-13Change license to AGPLFlorian Pritz1-1/+1
2013-01-30Remove userid from session upon logoutFlorian Pritz1-0/+1
2013-01-30Modularize authentication systemFlorian Pritz1-37/+3
2013-01-25Refactor querying action tableFlorian Pritz1-0/+16
2013-01-24m/user/username_exists: fix bug on empty/false argumentFlorian Pritz1-0/+4
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