| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-13 | move bit_setup_inc.php to includes/ | modela bitweaver | 1 | -184/+0 | |
| 2021-02-05 | fix INCLUDE and CLASS paths | modela bitweaver | 1 | -2/+2 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -2/+2 | |
| 2021-02-01 | create standard USERS_PKG_CLASS_PATH in includes/classes | modela bitweaver | 1 | -1/+1 | |
| 2018-07-31 | reorg util package to put library code in includes/ and used new ↵ | spiderr | 1 | -2/+2 | |
| UTIL_PKG_INC constant | |||||
| 2017-07-03 | change from lib/ to includes/ to better match templates/, icons/, etc... | spider@dev | 1 | -2/+2 | |
| 2017-07-03 | STRUCTURE change: new lib/ directory for all classes, libraries, and utility ↵ | spider@dev | 1 | -2/+2 | |
| classes; fix validate.php for hauth | |||||
| 2016-02-17 | Merge branch 'master' of github.com:bitweaver/users | turon | 1 | -1/+1 | |
| 2016-02-17 | do not start session if one already has been | turon | 1 | -1/+3 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -1/+1 | |
| 2014-05-29 | bootstrap 3 + responsive updates | Christian Fowler | 1 | -1/+1 | |
| 2014-05-12 | use siteCookie var in gBitUser setup | turon | 1 | -1/+2 | |
| 2014-04-29 | add BitCacheable support to BitUser | turon | 1 | -8/+20 | |
| 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 | |
| as the setting is needed prior to setting up the database, hence the use of ROLE_MODEL to get around the chicken and egg problem. | |||||
| 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 ↵ | Christian Fowler | 1 | -55/+5 | |
| BitUser::getSiteCookieName; migrate all setcookie calls for the site cookie to a single method; purge users/bit_setup_inc.php from ancient code, and only send site cookie on login | |||||
| 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 ↵ | Christian Fowler | 1 | -1/+5 | |
| checking | |||||
| 2009-04-02 | add users_login_homepage config, and use that value where default is ↵ | Christian Fowler | 1 | -2/+2 | |
| users/my.php; add verifyRegistered | |||||
| 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 ↵ | Max Kremmel | 1 | -2/+2 | |
| camelCaps naming, moved unused methods to bottom of file with deprecated message. | |||||
| 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 ↵ | bitweaver.org | 1 | -2/+2 | |
| down weird login bug, can't imagine this is it, but more clean code. - spiderr | |||||
| 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 ↵ | Max Kremmel | 1 | -6/+24 | |
| transition. this code will be removed at some point. | |||||
| 2007-07-10 | remove some of the config assignments and clean up code a bit. there is ↵ | Max Kremmel | 1 | -156/+121 | |
| still a global var that needs replacing but it's a bit too late for that now | |||||
| 2007-07-10 | move themes code out of kernel/setup_inc.php and properly in ↵ | Christian Fowler | 1 | -0/+16 | |
| themes/bit_setup_inc.php and users/bit_setup_inc.php - this change altered gPreScan order to place themes before users, which sounds like a more proper load order anyway | |||||
| 2007-06-24 | update user domains to be more complete, and auto set requested user_id/home ↵ | Christian Fowler | 1 | -6/+9 | |
| based if necessary | |||||
| 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 ↵ | Max Kremmel | 1 | -1/+7 | |
| appMenu to templates but use $gBitSystem->mAppMenu directly | |||||
| 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 ↵ | Hash9 | 1 | -0/+1 | |
| there's an error message | |||||
| 2006-07-23 | big cleanup in registration/auth. converted auth plugins to directories to ↵ | Christian Fowler | 1 | -19/+0 | |
| 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-23 | improve package management and performance, eliminate some package related ↵ | Jams H Thompson | 1 | -0/+1 | |
| install errors | |||||
| 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 ↵ | Christian Fowler | 1 | -2/+2 | |
| linked to the users_cnxn table. This way, nuking rows in the users_cnxn table can log people out and is much more reliable that SESSIONS | |||||
| 2006-05-08 | gut SESSION user_id passing around and just use a simple COOKIE that is ↵ | Christian Fowler | 1 | -35/+8 | |
| linked to the users_cnxn table. This way, nuking rows in the users_cnxn table can log people out and is much more reliable that SESSIONS | |||||
| 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 ↵ | Christian Fowler | 1 | -1/+1 | |
| conflict with new content preferences | |||||
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 1 | -25/+25 | |
| conflict with new content preferences | |||||
