summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Collapse)AuthorFilesLines
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code ↵Lester Caine4-556/+1
base defaulted to ROLE_MODEL
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine5-37/+37
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19Pull alternate Auth libraries into Bitweaver\Users namespace not ↵lsces4-153/+163
functionally tested, just getting admin pages running cleaner
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 ↵modela bitweaver1-2/+2
UTIL_PKG_INC constant
2016-06-23Named constructors being deprecated in PHP7.xlsces5-5/+5
2012-08-06ldap group structure not linked to bw roleslsces1-15/+19
This is where botn groups ad roles need to co-exist, further work needed on ldap authentication modes.
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base ↵spiderr5-6/+6
class constructors with parent::__construct()
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
completed - not all combinations have been tested
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
Will look up using 'login' or 'email address' but still needs a valid local record in users_users. Next step is to create new local records when the authenticated users do not exist.
2009-04-18Functional interface to Auth:LDAP but still needs work.Lester Caine1-14/+23
The fields being used from inetOrgPerson do not tie up with what we need in bw, and additional fields need to be managed between server and USERS_USERS table.
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
if PEAR:Auth can not be found!
2008-11-28Alternative to multisite login restrictions to provide management of login ↵Lester Caine1-0/+141
from counter positions in the client management system setup.
2008-10-16stick to coding guidelinesMax Kremmel1-7/+13
2008-10-16massive code cleanup, added docs, renamed methods to have consistent ↵Max Kremmel2-6/+6
camelCaps naming, moved unused methods to bottom of file with deprecated message.
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
from tikiwiki days and is tedious to deal with.
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-4/+4
backwards compatible with deprecated function call message.
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 ↵Christian Fowler3-8/+7
permit integration with foreign CVS repo's, and all genericized to allow arbitrary plugin creation by creating a new directory: yahoo/auth.php.\n clean up of session login during registration
2006-07-12Add Pluggable AuthHash93-0/+409