index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
lib
/
sessions.php
Age
Commit message (
Expand
)
Author
2009-12-09
minor tweak in comment - closes #1264
cash
2009-12-08
gatekeeper functions now display helpful messages - closes #1060
cash
2009-12-07
Adding alias ElggSession methods
nickw
2009-12-05
if there is already a user in the session, we don't need to set the code from...
cash
2009-11-14
user object needs to be loaded from database into session on each page in cas...
cash
2009-11-04
users now allowed to have multiple sessions but not multiple remember me cook...
cash
2009-10-13
First pass at removing $is_admin global.
brettp
2009-10-08
Brought access.php and sesssion.php up to code standards.
brettp
2009-09-10
Updated fixes for checking for admin in get_access_sql_prefix()
brettp
2009-08-31
All line endings are now Unix-style.
brettp
2009-08-20
Whoa nelly this is a big one: Removed license and copyright for files.
brettp
2009-05-27
Admin shortcut flag set on login as well as init
marcus
2009-04-21
Belts and braces checking on isloggedin()
marcus
2009-02-24
The session initialisation order is slightly altered to allow for language se...
ben
2009-02-16
Closes #429: Language loading now no longer loads all possible translations -...
marcus
2009-02-13
Fixed logic bug in login()
marcus
2009-01-23
Refs #706
marcus
2009-01-23
Refs #562: Configuration flag to disable database sessions.
marcus
2009-01-14
Closes #669: Logins rate limited. Accounts are limited to 5 fails in a 5 minu...
marcus
2009-01-13
git-svn-id: https://code.elgg.org/elgg/trunk@2561 36083f99-b078-4883-b0ff-0f9...
marcus
2009-01-09
Closes #668: Banning now works through a flag in the users_entity table. Data...
marcus
2008-11-20
git-svn-id: https://code.elgg.org/elgg/trunk@2483 36083f99-b078-4883-b0ff-0f9...
marcus
2008-11-20
Added site secret to fingerprint to make it harder to guess
marcus
2008-11-20
Fixes #548: Introducing set_last_login($user_guid). Called from login(), but ...
marcus
2008-11-14
* Introducing get_loggedin_user() and get_loggedin_userid()
marcus
2008-11-14
git-svn-id: https://code.elgg.org/elgg/trunk@2449 36083f99-b078-4883-b0ff-0f9...
marcus
2008-11-14
* Candidate for initial ElggSession magic class
marcus
2008-11-13
Experimental ElggCache
marcus
2008-10-22
Closes #453 and #463: Completed work. Sessions now stored in database.
marcus
2008-10-22
Semi-working session code. Still won't permit logging in, commented out until...
marcus
2008-10-21
Database session code.
marcus
2008-10-03
Refs #311
marcus
2008-09-25
git-svn-id: https://code.elgg.org/elgg/trunk@2141 36083f99-b078-4883-b0ff-0f9...
marcus
2008-09-25
Committing what I have at the end of the day, api still not 100%
marcus
2008-09-01
Additional per-session random token, additional randomness protection against...
marcus
2008-08-31
Some session fingerprinting code. Requires user agent to be consistent across...
marcus
2008-08-31
Regenerates session ID on user login. This helps prevent some hijacking attacks.
marcus
2008-08-31
Minor tweak, logout now calls session_destroy()
marcus
2008-08-21
Blanking session code on initialisation fail
marcus
2008-08-13
Fixing some session blanking problems.
marcus
2008-08-13
Fixes #238: Problem was caused by authenticate not having the user email vali...
marcus
2008-08-07
Removed ElggDummy live code for now.
ben
2008-08-07
removed print_r
marcus
2008-08-07
Refs #174: Introducing the ElggDummy class which returns false for all method...
marcus
2008-08-05
Tweaked the way forwarding works.
ben
2008-08-04
Closes #193: Added salt field to database and new users will be generated wit...
marcus
2008-08-01
Closes #190. Note however that logins will be broken until #104 has been reso...
marcus
2008-07-17
Fixes #164: Seems there is something erroniously setting 'guid' to something ...
marcus
2008-07-07
Administration tweaks; fixed users online functions, as well as last_action f...
ben
2008-06-26
Fixes #91 and #97
marcus
[next]