| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-30 | Load the correct adodb-session.php file | lsces | 1 | -9/+15 |
| 2012-08-06 | Unfortunatly one can't use 'user_class' to enable a different type of user class | lsces | 1 | -1/+1 |
| 2012-05-07 | Ammend userClass override to load the correct file set. | Lester Caine ext:(%22) | 1 | -2/+1 |
| 2012-05-06 | Add generic functions to handle common user actions in other packages. | Lester Caine ext:(%22) | 1 | -3/+4 |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 |
| 2010-03-13 | add user fav ajax service for easy bookmarking any content | wjames5 | 1 | -1/+14 |
| 2010-02-09 | remove sloppy user_cookie_site global from tiki days and use BitUser::getSite... | Christian Fowler | 1 | -55/+5 |
| 2009-10-19 | removed deprecated function | Christian Fowler | 1 | -2/+2 |
| 2009-07-14 | init HTTP_USER_AGENT to empty so reliant methods don't need gobs of empty che... | Christian Fowler | 1 | -1/+5 |
| 2009-04-02 | add users_login_homepage config, and use that value where default is users/my... | Christian Fowler | 1 | -2/+2 |
| 2008-10-19 | Fix for some very strange "firewall" software that limits cookies in odd ways.pre_update_permission | Nick Palmer | 1 | -1/+7 |
| 2008-10-16 | massive code cleanup, added docs, renamed methods to have consistent camelCap... | Max Kremmel | 1 | -2/+2 |
| 2008-10-02 | Use empty instead of ! in case it isn't set yet. | Nick Palmer | 1 | -2/+2 |
| 2008-10-02 | Don't start a session for a shell script. | Nick Palmer | 1 | -2/+5 |
| 2008-08-13 | add \!empty check if user_cookie_site insetead of isset. trying to track down... | bitweaver.org | 1 | -2/+2 |
| 2008-02-14 | add quick ban option for users - sets status_id to suspended | wjames5 | 1 | -1/+2 |
| 2007-07-11 | rename the tiki-user cookie to bit-user cookie during cookie renaming transit... | Max Kremmel | 1 | -6/+24 |
| 2007-07-10 | remove some of the config assignments and clean up code a bit. there is still... | Max Kremmel | 1 | -156/+121 |
| 2007-07-10 | move themes code out of kernel/setup_inc.php and properly in themes/bit_setu... | Christian Fowler | 1 | -0/+16 |
| 2007-06-24 | update user domains to be more complete, and auto set requested user_id/home ... | Christian Fowler | 1 | -6/+9 |
| 2007-05-05 | add some preimlinary code for user_domains | Christian Fowler | 1 | -0/+14 |
| 2007-04-04 | remove permission assignment comment | Max Kremmel | 1 | -13/+0 |
| 2006-09-12 | clean up registerAppMenu API, clean up a lot of the menu code, don't assign a... | Max Kremmel | 1 | -1/+7 |
| 2006-09-02 | Cleaned up session, Remember Me and cookie_time code. | Stephan Borg | 1 | -7/+13 |
| 2006-08-30 | set needed variables global | Max Kremmel | 1 | -0/+1 |
| 2006-07-26 | remove big 5 globals that are put in namespace just prior to include | Wakeworks | 1 | -2/+0 |
| 2006-07-23 | fix plugable auth so login fails if the plugin returns failure not just if th... | Hash9 | 1 | -0/+1 |
| 2006-07-23 | big cleanup in registration/auth. converted auth plugins to directories to pe... | Christian Fowler | 1 | -19/+0 |
| 2006-07-23 | improve package management and performance, eliminate some package related in... | Jams H Thompson | 1 | -0/+1 |
| 2006-07-12 | Add Pluggable Auth | Hash9 | 1 | -46/+22 |
| 2006-05-08 | gut SESSION user_id passing around and just use a simple COOKIE that is linke... | Christian Fowler | 1 | -2/+2 |
| 2006-05-08 | gut SESSION user_id passing around and just use a simple COOKIE that is linke... | Christian Fowler | 1 | -35/+8 |
| 2006-04-19 | mass kernel_config renaming for users_ | Christian Fowler | 1 | -44/+48 |
| 2006-04-19 | more kernel_config renames | Max Kremmel | 1 | -19/+19 |
| 2006-04-17 | more kernel_config renames - themes related config settings | Max Kremmel | 1 | -1/+1 |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con... | Christian Fowler | 1 | -1/+1 |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con... | Christian Fowler | 1 | -25/+25 |
| 2006-02-27 | Fix feature active check | Jams H Thompson | 1 | -2/+1 |
| 2006-02-17 | registerPackage now takes a hash instead of multiple parameters - keeps # of ... | Max Kremmel | 1 | -1/+6 |
| 2006-02-13 | another batch of kernel_prefs name cleanup. this should be it | Max Kremmel | 1 | -5/+5 |
| 2006-02-09 | overcome limitations of using methods in empty() check | Max Kremmel | 1 | -1/+2 |
| 2006-02-09 | remove getPref() and we continue using old method getPreference(); | Max Kremmel | 1 | -1/+1 |
| 2006-02-08 | php: introduce new method: getPref( $package, $pref, $defaut ) (order is open... | Max Kremmel | 1 | -1/+1 |
| 2006-02-06 | further paermission renaming and cleanup | Max Kremmel | 1 | -1/+1 |
| 2006-02-06 | more preference standardisation | Max Kremmel | 1 | -19/+19 |
| 2006-02-05 | use more getPreference() calls | Max Kremmel | 1 | -4/+0 |
| 2006-02-03 | add getConfig / setConfig for more uniform handling of config variables inste... | Christian Fowler | 1 | -1/+3 |
| 2006-01-31 | more tidbits separation | bitweaver.org | 1 | -12/+0 |
| 2006-01-31 | gut out extra junk and move bookmarks, tasks, userfiles, and user menus to up...pre_table_detikification | Christian Fowler | 1 | -2/+3 |
| 2006-01-27 | remove singular permission assingment to templates as well as php - might be ... | Max Kremmel | 1 | -7/+10 |