summaryrefslogtreecommitdiffstats
path: root/application/libraries/Duser
AgeCommit message (Expand)AuthorFilesLines
2024-04-14fix(duser_db): Guard against NULL valuesFlorian Pritz1-0/+12
2018-07-23LDAP: Allow optional filtering of allowed usersRaphael Michel1-3/+10
2018-07-23LDAP: Allow optional binding/authenticationRaphael Michel1-0/+4
2017-09-09WIP: CI3 migrationFlorian Pritz1-1/+1
2016-08-21muser: Add delete_user()Florian Pritz1-0/+1
2016-08-20Duser: Add function to test if login credentials are validFlorian Pritz1-0/+11
2016-04-01Support rehashing of passwords not conforming to configFlorian Pritz1-0/+1
2016-03-29Use PHP's password_hash functionFlorian Pritz1-1/+1
2015-06-05Allow users to change their emailFlorian Pritz2-0/+2
2015-02-03Use exceptions instead of show_errorFlorian Pritz3-3/+3
2014-09-18Query builder in user login and controllerRafael Bodill1-15/+12
2013-09-22duser_db: Remove case sensitive username checkFlorian Pritz1-5/+1
2013-09-22duser_fluxbb: Replace like with equalsFlorian Pritz1-2/+2
2013-09-22Add FluxBB authentication driverPierre Schmitz2-1/+54
2013-09-16Duser: Rework optional functionsFlorian Pritz2-11/+4
2013-09-16Duser: Add some commentsFlorian Pritz2-0/+14
2013-09-16Duser_Driver/username_exists: return null if not implementedFlorian Pritz1-1/+1
2013-09-15Add default get_email to Duser_DriverFlorian Pritz1-2/+4
2013-09-04Set login session data in one goFlorian Pritz1-4/+6
2013-08-11Add API key supportFlorian Pritz1-0/+1
2013-07-13duser: add get_email()Florian Pritz2-1/+26
2013-06-23duser: add ldap driver to valid_driversFlorian Pritz1-1/+1
2013-04-29duser_ldap: ignore errors from ldap_bindFlorian Pritz1-1/+2
2013-04-18Add LDAP authentification driverFlorian Pritz1-0/+67
2013-02-13Change license to AGPLFlorian Pritz2-2/+2
2013-01-31Duser: small comment fixesFlorian Pritz1-3/+3
2013-01-30Make authentication driver configureableFlorian Pritz1-2/+3
2013-01-30Modularize authentication systemFlorian Pritz2-0/+157