summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2021-02-13move bit_setup_inc.php to includes/modela bitweaver1-184/+0
2021-02-05fix INCLUDE and CLASS pathsmodela bitweaver1-2/+2
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-2/+2
2021-02-01create standard USERS_PKG_CLASS_PATH in includes/classesmodela bitweaver1-1/+1
2018-07-31reorg util package to put library code in includes/ and used new ↵spiderr1-2/+2
UTIL_PKG_INC constant
2017-07-03change from lib/ to includes/ to better match templates/, icons/, etc...spider@dev1-2/+2
2017-07-03STRUCTURE change: new lib/ directory for all classes, libraries, and utility ↵spider@dev1-2/+2
classes; fix validate.php for hauth
2016-02-17Merge branch 'master' of github.com:bitweaver/usersturon1-1/+1
2016-02-17do not start session if one already has beenturon1-1/+3
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2014-05-29bootstrap 3 + responsive updatesChristian Fowler1-1/+1
2014-05-12use siteCookie var in gBitUser setupturon1-1/+2
2014-04-29add BitCacheable support to BitUserturon1-8/+20
2012-10-30Load the correct adodb-session.php filelsces1-9/+15
2012-08-06Unfortunatly one can't use 'user_class' to enable a different type of user classlsces1-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-07Ammend userClass override to load the correct file set.Lester Caine ext:(%22)1-2/+1
2012-05-06Add generic functions to handle common user actions in other packages.Lester Caine ext:(%22)1-3/+4
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-03-13add user fav ajax service for easy bookmarking any contentwjames51-1/+14
2010-02-09remove sloppy user_cookie_site global from tiki days and use ↵Christian Fowler1-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-19removed deprecated functionChristian Fowler1-2/+2
2009-07-14init HTTP_USER_AGENT to empty so reliant methods don't need gobs of empty ↵Christian Fowler1-1/+5
checking
2009-04-02add users_login_homepage config, and use that value where default is ↵Christian Fowler1-2/+2
users/my.php; add verifyRegistered
2008-10-19Fix for some very strange "firewall" software that limits cookies in odd ways.pre_update_permissionNick Palmer1-1/+7
2008-10-16massive code cleanup, added docs, renamed methods to have consistent ↵Max Kremmel1-2/+2
camelCaps naming, moved unused methods to bottom of file with deprecated message.
2008-10-02Use empty instead of ! in case it isn't set yet.Nick Palmer1-2/+2
2008-10-02Don't start a session for a shell script.Nick Palmer1-2/+5
2008-08-13add \!empty check if user_cookie_site insetead of isset. trying to track ↵bitweaver.org1-2/+2
down weird login bug, can't imagine this is it, but more clean code. - spiderr
2008-02-14add quick ban option for users - sets status_id to suspendedwjames51-1/+2
2007-07-11rename the tiki-user cookie to bit-user cookie during cookie renaming ↵Max Kremmel1-6/+24
transition. this code will be removed at some point.
2007-07-10remove some of the config assignments and clean up code a bit. there is ↵Max Kremmel1-156/+121
still a global var that needs replacing but it's a bit too late for that now
2007-07-10move themes code out of kernel/setup_inc.php and properly in ↵Christian Fowler1-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-24update user domains to be more complete, and auto set requested user_id/home ↵Christian Fowler1-6/+9
based if necessary
2007-05-05add some preimlinary code for user_domainsChristian Fowler1-0/+14
2007-04-04remove permission assignment commentMax Kremmel1-13/+0
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+7
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-02Cleaned up session, Remember Me and cookie_time code.Stephan Borg1-7/+13
2006-08-30set needed variables globalMax Kremmel1-0/+1
2006-07-26remove big 5 globals that are put in namespace just prior to includeWakeworks1-2/+0
2006-07-23fix plugable auth so login fails if the plugin returns failure not just if ↵Hash91-0/+1
there's an error message
2006-07-23big cleanup in registration/auth. converted auth plugins to directories to ↵Christian Fowler1-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-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-0/+1
install errors
2006-07-12Add Pluggable AuthHash91-46/+22
2006-05-08gut SESSION user_id passing around and just use a simple COOKIE that is ↵Christian Fowler1-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-08gut SESSION user_id passing around and just use a simple COOKIE that is ↵Christian Fowler1-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-19mass kernel_config renaming for users_Christian Fowler1-44/+48
2006-04-19more kernel_config renamesMax Kremmel1-19/+19
2006-04-17more kernel_config renames - themes related config settingsMax Kremmel1-1/+1
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-1/+1
conflict with new content preferences
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-25/+25
conflict with new content preferences