root/fAuthorization.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @766 [766] 03/09/10 01:49:05 wbond Fixed ticket #363 - added fAuthorization::getLoginPage()
(edit) @721 [721] 10/26/09 12:36:49 wbond BackwardsCompatibilityBreak - Removed the $prefix parameter from the …
(edit) @567 [567] 05/08/09 09:07:44 wbond BackwardsCompatibilityBreak - the first parameter of fSession::clear() was …
(edit) @473 [473] 01/10/09 21:59:26 wbond Fixed a bug with using named IP ranges in fAuthorization::checkIP()
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @387 [387] 11/12/08 21:58:14 wbond Fixed auto session regeneration in fAuthorization
(edit) @385 [385] 11/12/08 20:28:38 wbond Fixed a misspelling in fAuthorization
(edit) @382 [382] 11/12/08 14:05:32 wbond Changed fAuthorization to regenerate the session id whenever new user info …
(edit) @338 [338] 10/27/08 13:59:06 wbond Changed fAuthorization::checkLoggedIn() to include checking the user token
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @311 [311] 10/17/08 13:32:25 wbond Some updates to API documentation
(edit) @287 [287] 10/11/08 22:18:14 wbond Made session prefix creation consistent across classes
(edit) @286 [286] 10/11/08 22:08:46 wbond Added reset() methods for all classes with static members
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from session/fAuthorization.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting