summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Christopher Allan Webber [Sun, 3 Apr 2011 23:23:40 +0000 (18:23 -0500)]
Working logout function
Christopher Allan Webber [Sun, 3 Apr 2011 22:05:30 +0000 (17:05 -0500)]
Logins seem to work.
Christopher Allan Webber [Sun, 3 Apr 2011 21:38:13 +0000 (16:38 -0500)]
Added a check_login command to User
Christopher Allan Webber [Sun, 3 Apr 2011 21:37:36 +0000 (16:37 -0500)]
Use beaker from middleware, it's official.
Christopher Allan Webber [Sun, 3 Apr 2011 21:37:15 +0000 (16:37 -0500)]
Clarified documentation on fake_login_attempt and restored bcrypt import
Christopher Allan Webber [Sun, 3 Apr 2011 21:32:01 +0000 (16:32 -0500)]
starting to write login code
Christopher Allan Webber [Sun, 3 Apr 2011 20:31:16 +0000 (15:31 -0500)]
Added a fake_login_attempt utility.
Christopher Allan Webber [Sun, 3 Apr 2011 20:02:06 +0000 (15:02 -0500)]
Use the passwordfield for password fields, obviously ;o
Christopher Allan Webber [Sun, 3 Apr 2011 19:58:51 +0000 (14:58 -0500)]
Return an HTTPFound, not HTTPTemporaryRedirect
Christopher Allan Webber [Sun, 3 Apr 2011 18:35:18 +0000 (13:35 -0500)]
Registering almost works right :)
Christopher Allan Webber [Sun, 3 Apr 2011 18:35:01 +0000 (13:35 -0500)]
Base mediagoblin template, and register templates
Christopher Allan Webber [Sun, 3 Apr 2011 18:33:45 +0000 (13:33 -0500)]
We should return a unicode object in bcrypt_gen_password_hash
Christopher Allan Webber [Sun, 3 Apr 2011 14:58:35 +0000 (09:58 -0500)]
Put the User object officially in the 'users' document collection
Christopher Allan Webber [Sat, 2 Apr 2011 17:42:07 +0000 (12:42 -0500)]
Also make sure the auth system successfully returns False when login
failboats.
Christopher Allan Webber [Sat, 2 Apr 2011 16:20:36 +0000 (11:20 -0500)]
Where did this o come from.
Christopher Allan Webber [Sat, 2 Apr 2011 15:49:16 +0000 (10:49 -0500)]
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber [Sat, 2 Apr 2011 15:48:34 +0000 (10:48 -0500)]
Unit tests for our bcrypt auth stuff. Our first tests!
Christopher Allan Webber [Sat, 2 Apr 2011 15:29:54 +0000 (10:29 -0500)]
Basic authentication tools using py-bcrypt
Matt Lee [Mon, 28 Mar 2011 14:28:10 +0000 (10:28 -0400)]
Added catalogue number
Christopher Allan Webber [Mon, 28 Mar 2011 04:38:27 +0000 (23:38 -0500)]
HTML export of the READMEish braindump.
Christopher Allan Webber [Mon, 28 Mar 2011 04:25:50 +0000 (23:25 -0500)]
A semi-verbose braindump of what I think GNU MediaGoblin will use / look like / be.
Matt Lee [Sun, 27 Mar 2011 22:48:15 +0000 (18:48 -0400)]
Added copying and authors files
Matt Lee [Sun, 27 Mar 2011 22:47:23 +0000 (18:47 -0400)]
Added copyright notices
Christopher Allan Webber [Sun, 27 Mar 2011 22:32:27 +0000 (17:32 -0500)]
A testing submit view that doesn't work but is getting closer to working.
Christopher Allan Webber [Sun, 27 Mar 2011 22:31:18 +0000 (17:31 -0500)]
__collection__ should be auto-defined as media_entries
Christopher Allan Webber [Sun, 27 Mar 2011 22:30:42 +0000 (17:30 -0500)]
erp, connection[database_path] not connection['database_path'] obviously :P
Christopher Allan Webber [Sun, 27 Mar 2011 22:29:59 +0000 (17:29 -0500)]
Ignore mediagoblin egg-info
Christopher Allan Webber [Sat, 26 Mar 2011 18:03:32 +0000 (13:03 -0500)]
Properly load in the database and register the connection with the models
Christopher Allan Webber [Sat, 26 Mar 2011 16:45:11 +0000 (11:45 -0500)]
date_creation should be created
Christopher Allan Webber [Sat, 26 Mar 2011 14:10:04 +0000 (09:10 -0500)]
required_values, default_values! For the only two models we have.
Christopher Allan Webber [Sat, 26 Mar 2011 02:27:52 +0000 (21:27 -0500)]
A simple register_modules helper function.
Christopher Allan Webber [Fri, 25 Mar 2011 01:19:25 +0000 (20:19 -0500)]
Adding a skeletal models.py
Christopher Allan Webber [Fri, 25 Mar 2011 00:54:06 +0000 (19:54 -0500)]
Requiring mongokit
Christopher Allan Webber [Fri, 25 Mar 2011 00:06:31 +0000 (19:06 -0500)]
Commenting out beaker till we start using it :)
Christopher Allan Webber [Fri, 25 Mar 2011 00:00:55 +0000 (19:00 -0500)]
Adding requirements :)
Christopher Allan Webber [Sun, 18 Jul 2010 22:59:40 +0000 (17:59 -0500)]
beakered_app removed from the paste_app_factory. Deployers should
wrap the app w/ beaker themselves
Christopher Allan Webber [Sun, 18 Jul 2010 20:59:23 +0000 (15:59 -0500)]
Added session support w/ beaker
Christopher Allan Webber [Sun, 18 Jul 2010 20:21:51 +0000 (15:21 -0500)]
Still totally useless but at least it writes to the database
Christopher Allan Webber [Sun, 18 Jul 2010 16:22:24 +0000 (11:22 -0500)]
Starting with the test submit view using wtforms
Christopher Allan Webber [Sun, 18 Jul 2010 16:20:18 +0000 (11:20 -0500)]
A few adustments to the routing and etc
Christopher Allan Webber [Sat, 17 Jul 2010 18:32:57 +0000 (13:32 -0500)]
Basic but useless connection to the database
Christopher Allan Webber [Sat, 17 Jul 2010 16:33:08 +0000 (11:33 -0500)]
Initial mediagoblin structure