summaryrefslogtreecommitdiffstats
path: root/application/models/muser.php
AgeCommit message (Expand)AuthorFilesLines
2016-11-01muser: Rename login_cli_client to login_api_clientFlorian Pritz1-10/+10
2016-11-01Disable cli client login functionFlorian Pritz1-3/+4
2016-08-21muser: Add delete_user()Florian Pritz1-0/+54
2016-07-14muser: Add add_user functionFlorian Pritz1-0/+23
2016-07-14Move username/email validation functions to muserFlorian Pritz1-0/+25
2016-07-13Improve insufficient permisions error messageFlorian Pritz1-1/+1
2016-07-13Add site URL to authentication errorFlorian Pritz1-1/+1
2016-07-13muser: Improve invalid action key error messageFlorian Pritz1-1/+1
2016-04-01Support rehashing of passwords not conforming to configFlorian Pritz1-0/+6
2016-04-01muser: Add set_passwordFlorian Pritz1-0/+7
2016-04-01Support changing password hashing settingsFlorian Pritz1-1/+6
2016-03-29Catch potential password hashing errorsFlorian Pritz1-1/+5
2016-03-29Use PHP's password_hash functionFlorian Pritz1-5/+1
2015-08-18Fix redirect URI when using multiple tabsFlorian Pritz1-12/+0
2015-03-19Make user/get_action/invalid-action exception publicFlorian Pritz1-1/+1
2015-02-03Use exceptions instead of show_errorFlorian Pritz1-3/+3
2015-02-03use function instead of variableFlorian Pritz1-2/+2
2015-02-03generalize authentication handlingFlorian Pritz1-12/+10
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