| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-15 | To simplyfy maintenence BitUser classes have been retired and active code ↵ | Lester Caine | 4 | -556/+1 | |
| base defaulted to ROLE_MODEL | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 5 | -37/+37 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-04-19 | Pull alternate Auth libraries into Bitweaver\Users namespace not ↵ | lsces | 4 | -153/+163 | |
| functionally tested, just getting admin pages running cleaner | |||||
| 2025-08-29 | Auth bits updated to PHP8.4 and namespace, but only bituser auth working | lsces | 1 | -7/+10 | |
| 2025-05-14 | Remove ROLE_MODEL code | spiderr | 1 | -1/+1 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -2/+2 | |
| 2018-08-01 | reorg util package to put library code in includes/ and used new ↵ | modela bitweaver | 1 | -2/+2 | |
| UTIL_PKG_INC constant | |||||
| 2016-06-23 | Named constructors being deprecated in PHP7.x | lsces | 5 | -5/+5 | |
| 2012-08-06 | ldap group structure not linked to bw roles | lsces | 1 | -15/+19 | |
| This is where botn groups ad roles need to co-exist, further work needed on ldap authentication modes. | |||||
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 5 | -6/+6 | |
| class constructors with parent::__construct() | |||||
| 2012-04-16 | Move for citizen to generic contact package | Lester Caine ext:(%22) | 1 | -2/+2 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 5 | -5/+5 | |
| 2009-07-16 | Input from Daniel Park on AD connection - group management still needs to be ↵ | Lester Caine | 1 | -13/+43 | |
| completed - not all combinations have been tested | |||||
| 2009-07-15 | quiet Auth/Auth.php include for system without that pear module installed | Christian Fowler | 1 | -4/+3 | |
| 2009-04-21 | From witbeaver - correction to email lookup | Lester Caine | 1 | -4/+4 | |
| 2009-04-21 | From witbeaver - tidy up of ldap authentication | Lester Caine | 1 | -88/+91 | |
| 2009-04-19 | Remove older status flag | Lester Caine | 1 | -3/+2 | |
| 2009-04-19 | A little untidy - but now functional without modifying PEAR:Auth | Lester Caine | 1 | -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-18 | Functional interface to Auth:LDAP but still needs work. | Lester Caine | 1 | -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-17 | Update PEAR:Auth status codes | Lester Caine | 1 | -5/+5 | |
| 2009-04-17 | Path to find PEAR:Auth is installation dependent and this will give an error ↵ | Lester Caine | 1 | -4/+4 | |
| if PEAR:Auth can not be found! | |||||
| 2008-11-28 | Alternative to multisite login restrictions to provide management of login ↵ | Lester Caine | 1 | -0/+141 | |
| from counter positions in the client management system setup. | |||||
| 2008-10-16 | stick to coding guidelines | Max Kremmel | 1 | -7/+13 | |
| 2008-10-16 | massive code cleanup, added docs, renamed methods to have consistent ↵ | Max Kremmel | 2 | -6/+6 | |
| camelCaps naming, moved unused methods to bottom of file with deprecated message. | |||||
| 2008-08-12 | Missing global | Lester Caine | 1 | -1/+3 | |
| 2008-07-22 | Extended authorization module for restricting multisite login | Lester Caine | 1 | -0/+128 | |
| 2008-07-20 | Removed recursive include | Stephan Borg | 1 | -2/+3 | |
| 2007-06-30 | fix negative condition to assign errors if failure | Christian Fowler | 1 | -2/+3 | |
| 2007-06-17 | update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵ | Max Kremmel | 1 | -2/+1 | |
| from tikiwiki days and is tedious to deal with. | |||||
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -4/+4 | |
| backwards compatible with deprecated function call message. | |||||
| 2006-10-13 | phpDoc additions | Lester Caine | 3 | -0/+39 | |
| 2006-09-13 | fix typo, remove commented debug | Christian Fowler | 1 | -2/+0 | |
| 2006-09-13 | fix pParmHash typo, formatting | Christian Fowler | 1 | -0/+1 | |
| 2006-08-30 | field is spelt: field not feild | Max Kremmel | 1 | -2/+2 | |
| 2006-07-23 | big cleanup in registration/auth. converted auth plugins to directories to ↵ | Christian Fowler | 3 | -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-12 | Add Pluggable Auth | Hash9 | 3 | -0/+409 | |
