root/AuthKit/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 09/30/07 16:25:17 @127 [127] thejimmyg Moving the 0.4 branch to trunk
(edit) 09/30/07 16:24:41 @126 [126] thejimmyg Moving trunk to the 0.3 branch
(edit) 09/30/07 16:23:56 @125 [125] thejimmyg Final changes for the 0.4.0 release
(edit) 09/26/07 22:44:13 @124 [124] thejimmyg Renaming the Pylons authorize_adaptors module
(edit) 09/24/07 08:34:53 @123 [123] thejimmyg Tweaked the users base class to make it more intuitive for creating your …
(edit) 09/23/07 17:45:21 @122 [122] thejimmyg Restructured the authorization code
(edit) 09/23/07 14:20:44 @121 [121] thejimmyg Changed the arabic, btw what does the word mean?
(edit) 09/23/07 14:06:39 @120 [120] thejimmyg Added support for encrypted passwords
(edit) 09/23/07 14:06:03 @119 [119] thejimmyg Tests now use paste.lint
(edit) 09/23/07 14:05:42 @118 [118] thejimmyg Raises an exception if authkit.cookie.signout is used
(edit) 09/22/07 18:31:32 @117 [117] thejimmyg Fixed the digest authentication bug in IE7, closes #31
(edit) 09/22/07 17:16:01 @116 [116] thejimmyg Applying Alberto Pose's fix for a custom form template
(edit) 09/22/07 17:08:22 @115 [115] thejimmyg Applying w31rd0's patch to fix #35
(edit) 08/22/07 22:57:50 @114 [114] thejimmyg Significant restructuring (hopefully 100% backwards compatible) and …
(edit) 08/22/07 11:17:13 @113 [113] thejimmyg Added support for the OpenID Simple Registration Protocol and an example …
(edit) 08/15/07 08:28:01 @112 [112] thejimmyg Applied Dalius Dobravolskas openid patch and updated the tests to use …
(edit) 08/14/07 14:54:19 @111 [111] thejimmyg Updating docstrings
(edit) 08/13/07 09:17:43 @110 [110] thejimmyg Added code to check the authenticate middleware is present when using the …
(edit) 08/09/07 16:34:51 @109 [109] thejimmyg Applying Yannick's new patch
(edit) 08/09/07 13:31:42 @108 [108] thejimmyg Tweaked setup.py so that ez_setup.py is included in future. Thanks to Luis …
(edit) 08/09/07 13:08:54 @107 [107] thejimmyg Changed form middleware so you can choose which status it returns and so …
(edit) 08/09/07 12:00:04 @106 [106] thejimmyg Tidied up the tests a bit
(edit) 08/09/07 11:59:28 @105 [105] thejimmyg Forgot to make AuthKit? a string
(edit) 08/09/07 11:37:12 @104 [104] thejimmyg Fixed some spelling errors fixes #26
(edit) 08/09/07 11:35:23 @103 [103] thejimmyg Fixed #25 so that a default realm of AuthKit? is used if one isn't …
(edit) 08/09/07 11:24:55 @102 [102] thejimmyg Fixes #23, updated install instructions and version number
(edit) 08/09/07 11:18:50 @101 [101] thejimmyg Fixed #21 by applying ygingras's patch
(edit) 08/09/07 11:08:32 @100 [100] thejimmyg Fixed #18 reversing not working and removed some tab characters
(edit) 08/09/07 11:00:17 @99 [99] thejimmyg Fixed #30 using cookie include_ip behind a proxy
(edit) 07/31/07 17:21:15 @98 [98] thejimmyg Added a missing AuthKitConfigError? import
(edit) 07/31/07 17:20:35 @97 [97] thejimmyg Removed SQLAlchemy dependency of PostgreSQL UsersDriver? and fixed a bug in …
(edit) 07/31/07 17:19:37 @96 [96] thejimmyg AuthKit? now works with Buildout and uses the decorator module rather than …
(edit) 07/14/07 17:56:46 @95 [95] bbangert Updating doc strings for 0.4. Patch from Yannick Gingras.
(edit) 07/10/07 23:39:02 @94 [94] bbangert Adding logging statements to SSO. Also added proper nesting and protection …
(edit) 07/10/07 12:49:25 @93 [93] thejimmyg Adding a config example and tests
(edit) 07/10/07 00:24:46 @91 [91] bbangert Added capability to use the auth cookie's when present to retain the …
(edit) 07/09/07 22:07:12 @90 [90] bbangert Fixing dependencies for latest Paste versions.
(edit) 07/09/07 22:03:54 @89 [89] bbangert Fixed improper redirect url not having leading /
(edit) 06/13/07 20:58:55 @88 [88] bbangert Cleaned up SSO API, switched SSO API to use middleware + handler for …
(edit) 06/13/07 20:56:11 @87 [87] bbangert PEP 8 cleanups.
(edit) 06/13/07 20:54:58 @86 [86] bbangert Close the app_iter if necessary.
(edit) 06/13/07 20:16:51 @85 [85] bbangert Swapping has_key for 'not in' for future compatibility (also marginally …
(edit) 06/07/07 05:56:20 @84 [84] bbangert Reworked SSO API to use a handler for the 401 trigger, as well as a normal …
(edit) 06/07/07 05:10:07 @83 [83] bbangert * PEP 8 clean-up …
(edit) 06/07/07 05:08:58 @82 [82] bbangert Fixed prior commit which wasn't passing cookie_args as dict expansion.
(edit) 06/05/07 23:31:41 @81 [81] bbangert Changed authorised to authorized for consistency.
(edit) 06/05/07 22:49:10 @80 [80] bbangert PEP 8 indentation and wrapping clean-up.
(edit) 06/05/07 18:33:57 @79 [79] bbangert Added option to avoid duplicate creation of HTTP exception handler.
(edit) 06/04/07 20:47:18 @78 [78] bbangert * Adding SSO sub-directory, redirecting API, and CAS auth handler.
(edit) 06/04/07 20:45:59 @77 [77] bbangert PEP 8 clean-up and removal of commented and non-running code blocks.
(edit) 06/04/07 15:38:12 @76 [76] bbangert Upping beaker dependency to latest stable version.
(edit) 06/04/07 15:36:42 @75 [75] bbangert Merging changes into changelog.
(edit) 06/04/07 15:34:50 @74 [74] bbangert * Fixed binding check to return none, instead of throwing an Exception …
(edit) 06/04/07 10:58:22 @73 [73] thejimmyg Added changes and license file and first draft of the postgresql users …
(edit) 05/31/07 16:13:17 @72 [72] thejimmyg Fixed a typo
(edit) 05/28/07 14:52:00 @71 [71] thejimmyg Added sqlalchemy user API driver, as well as new permissions - IPFrom and …
(edit) 05/24/07 10:43:26 @70 [70] thejimmyg Fixed an import error
(edit) 05/14/07 13:43:25 @69 [69] thejimmyg Added charset support to form and passurl middleware
(edit) 04/22/07 21:04:29 @68 [68] thejimmyg Refactoring based on Ben's suggestions
(edit) 04/18/07 15:46:07 @67 [67] thejimmyg Added a database example, changed permissions to work with the new user …
(edit) 04/17/07 23:22:47 @66 [66] thejimmyg Completely reworked user management API and corresponding tests
(edit) 04/02/07 16:02:17 @65 [65] thejimmyg Refactored some of the file handling to raise a proper exception if a file …
(edit) 03/17/07 15:21:50 @64 [64] thejimmyg Fixes to the new template plugin code
(edit) 03/17/07 11:39:04 @63 [63] thejimmyg Initial creation of an authenticate plugin template
(edit) 03/17/07 01:05:05 @62 [62] thejimmyg Fixed a filename bug pointed out by Chris Shenton
(edit) 03/13/07 00:36:57 @61 [61] thejimmyg Fixed some bugs and introduced a basic test suite
(edit) 03/12/07 21:56:33 @60 [60] thejimmyg Some more changes, need further testing
(edit) 03/09/07 11:22:57 @59 [59] thejimmyg Added the 0.4 branch
(copy) 09/18/06 14:21:52 @14 [14] thejimmyg Moving branches to AuthKit?
copied from branches:
(add) 09/05/06 13:05:49 @1 [1] root Initial import