summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Eevee [Mon, 8 Nov 2010 07:29:35 +0000 (23:29 -0800)]
CSRF protection. #361
Eevee [Mon, 23 Aug 2010 00:58:50 +0000 (17:58 -0700)]
Upgrade to Pylons 1.0. #283
Eevee [Sun, 15 Aug 2010 07:26:51 +0000 (00:26 -0700)]
Added a per-user stash.
Eevee [Sun, 8 Aug 2010 17:54:58 +0000 (10:54 -0700)]
Added very basic permission system. #71
Eevee [Mon, 26 Jul 2010 05:45:46 +0000 (22:45 -0700)]
Handle a cancel response from OpenID.
Eevee [Mon, 26 Jul 2010 05:24:55 +0000 (22:24 -0700)]
Minor improvement to gravatar template.
Eevee [Fri, 18 Jun 2010 00:34:49 +0000 (17:34 -0700)]
Preliminary gravatar support.
Eevee [Wed, 2 Jun 2010 06:40:50 +0000 (23:40 -0700)]
Make routing reject non-numeric ids in URLs.
Eevee [Wed, 19 May 2010 07:00:05 +0000 (00:00 -0700)]
Added a fake guest user class; stubbed out permissions.
Eevee [Wed, 19 May 2010 06:59:08 +0000 (23:59 -0700)]
Whoops; require python-openid.
Eevee [Mon, 17 May 2010 02:27:56 +0000 (19:27 -0700)]
Use the local model module instead of spline.model.
Eevee [Sun, 16 May 2010 03:29:50 +0000 (20:29 -0700)]
Great Migration: spline.plugins => splinext
Eevee [Sat, 8 May 2010 23:28:17 +0000 (16:28 -0700)]
Dead simple user list.
Eevee [Sat, 8 May 2010 23:27:58 +0000 (16:27 -0700)]
Constrain userbars to be less ugly. Put them before names.
Eevee [Sat, 8 May 2010 23:27:12 +0000 (16:27 -0700)]
Use full-caps name for user link URLs.
Eevee [Fri, 7 May 2010 04:40:45 +0000 (21:40 -0700)]
Name the openid field "openid_identifier". #258
Eevee [Thu, 6 May 2010 07:04:37 +0000 (00:04 -0700)]
Split login form off to a separate page, with some explanation.
Eevee [Wed, 5 May 2010 06:47:17 +0000 (23:47 -0700)]
Very simple profile editing.
Eevee [Fri, 23 Apr 2010 07:36:52 +0000 (00:36 -0700)]
Implemented unique colorbars.
Eevee [Fri, 23 Apr 2010 05:21:10 +0000 (22:21 -0700)]
Stubby user page. #70
Eevee [Thu, 22 Apr 2010 07:02:25 +0000 (00:02 -0700)]
Implemented logout and generally fixed the in/out sequence. #69
Eevee [Thu, 22 Apr 2010 06:09:07 +0000 (23:09 -0700)]
Updated login to work correctly with current spline. #69
Eevee [Thu, 22 Apr 2010 06:00:28 +0000 (23:00 -0700)]
Added sqlalchemy migration stub.
Eevee [Mon, 14 Sep 2009 02:36:36 +0000 (19:36 -0700)]
Removed url_for() in favor of url(). #47
Eevee [Tue, 3 Mar 2009 07:28:40 +0000 (23:28 -0800)]
Added declare_namespace calls to dummy parent packages.
Eevee [Tue, 10 Feb 2009 08:27:44 +0000 (00:27 -0800)]
Added a hook for sticking the logged-in user into c.
Eevee [Tue, 20 Jan 2009 08:28:12 +0000 (00:28 -0800)]
Spline users plugin, focused on OpenID support.
OpenID login itself actually works. Not much else.