Age | Commit message (Expand) | Author |
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 |
2008-06-17 | isloggedin() doesn't touch the session if we're not fully installed yet. | ben |
2008-06-16 | CLOSED - #27: Standard login system to go through PAM | marcus |
2008-06-11 | Marcus Povey <marcus@dushka.co.uk> | icewing |
2008-06-11 | Marcus Povey <marcus@dushka.co.uk> | icewing |
2008-06-10 | register_event_handler and trigger_event have been renamed to register_elgg_e... | ben |
2008-06-04 | Fixed the installation labels issue! | ben |
2008-06-04 | Fixed actions issues | ben |
2008-05-28 | A further fix for previous. | ben |
2008-05-28 | Solidifying the login() function so that the session data is always consistent. | ben |
2008-05-28 | Revamped the login functions to separate login from authentication. | ben |
2008-05-28 | login() can now be extended by other authentication methods. TODO: wrap this ... | ben |
2008-05-28 | Adding login and logout events. | ben |
2008-05-19 | Session init now fails if the db hasn't been installed. | ben |
2008-05-02 | Configuration prerequisites are now loaded on boot time rathr than init | ben |
2008-05-01 | Introducing gatekeeper(); | ben |
2008-04-21 | Session init now gets priority | ben |
2008-04-21 | Fix for lingering sessions with nonexistent users | ben |
2008-04-03 | Fixed session initialisation issue | ben |
2008-04-01 | Registration, login, logout work. Victory! | ben |
2008-04-01 | Fixed some session stuff, modified a few views | ben |
2008-03-17 | Marcus Povey <marcus@dushka.co.uk> | icewing |
2008-03-15 | Session functionality, hello again! | ben |