summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code bas...Lester Caine4-556/+1
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine5-37/+37
2026-04-19Pull alternate Auth libraries into Bitweaver\Users namespace not functionally...lsces4-153/+163
2025-08-29Auth bits updated to PHP8.4 and namespace, but only bituser auth workinglsces1-7/+10
2025-05-14Remove ROLE_MODEL codespiderr1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-2/+2
2018-08-01reorg util package to put library code in includes/ and used new UTIL_PKG_INC...modela bitweaver1-2/+2
2016-06-23Named constructors being deprecated in PHP7.xlsces5-5/+5
2012-08-06ldap group structure not linked to bw roleslsces1-15/+19
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base c...spiderr5-6/+6
2012-04-16Move for citizen to generic contact packageLester Caine ext:(%22)1-2/+2
2010-06-09Strip down CVS keywords.cvs2git5-5/+5
2009-07-16Input from Daniel Park on AD connection - group management still needs to be ...Lester Caine1-13/+43
2009-07-15quiet Auth/Auth.php include for system without that pear module installedChristian Fowler1-4/+3
2009-04-21From witbeaver - correction to email lookupLester Caine1-4/+4
2009-04-21From witbeaver - tidy up of ldap authenticationLester Caine1-88/+91
2009-04-19Remove older status flagLester Caine1-3/+2
2009-04-19A little untidy - but now functional without modifying PEAR:AuthLester Caine1-27/+50
2009-04-18Functional interface to Auth:LDAP but still needs work.Lester Caine1-14/+23
2009-04-17Update PEAR:Auth status codesLester Caine1-5/+5
2009-04-17Path to find PEAR:Auth is installation dependent and this will give an error ...Lester Caine1-4/+4
2008-11-28Alternative to multisite login restrictions to provide management of login fr...Lester Caine1-0/+141
2008-10-16stick to coding guidelinesMax Kremmel1-7/+13
2008-10-16massive code cleanup, added docs, renamed methods to have consistent camelCap...Max Kremmel2-6/+6
2008-08-12Missing globalLester Caine1-1/+3
2008-07-22Extended authorization module for restricting multisite loginLester Caine1-0/+128
2008-07-20Removed recursive includeStephan Borg1-2/+3
2007-06-30fix negative condition to assign errors if failureChristian Fowler1-2/+3
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ...Max Kremmel1-2/+1
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-4/+4
2006-10-13phpDoc additionsLester Caine3-0/+39
2006-09-13fix typo, remove commented debugChristian Fowler1-2/+0
2006-09-13fix pParmHash typo, formattingChristian Fowler1-0/+1
2006-08-30field is spelt: field not feildMax Kremmel1-2/+2
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to pe...Christian Fowler3-8/+7
2006-07-12Add Pluggable AuthHash93-0/+409