mediagoblin.git
13 years agoAdded a fake_login_attempt utility.
Christopher Allan Webber [Sun, 3 Apr 2011 20:31:16 +0000 (15:31 -0500)]
Added a fake_login_attempt utility.

13 years agoUse the passwordfield for password fields, obviously ;o
Christopher Allan Webber [Sun, 3 Apr 2011 20:02:06 +0000 (15:02 -0500)]
Use the passwordfield for password fields, obviously ;o

13 years agoReturn an HTTPFound, not HTTPTemporaryRedirect
Christopher Allan Webber [Sun, 3 Apr 2011 19:58:51 +0000 (14:58 -0500)]
Return an HTTPFound, not HTTPTemporaryRedirect

13 years agoRegistering almost works right :)
Christopher Allan Webber [Sun, 3 Apr 2011 18:35:18 +0000 (13:35 -0500)]
Registering almost works right :)

13 years agoBase mediagoblin template, and register templates
Christopher Allan Webber [Sun, 3 Apr 2011 18:35:01 +0000 (13:35 -0500)]
Base mediagoblin template, and register templates

13 years agoWe should return a unicode object in bcrypt_gen_password_hash
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

13 years agoPut the User object officially in the 'users' document collection
Christopher Allan Webber [Sun, 3 Apr 2011 14:58:35 +0000 (09:58 -0500)]
Put the User object officially in the 'users' document collection

13 years agoAlso make sure the auth system successfully returns False when login
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.

13 years agoWhere did this o come from.
Christopher Allan Webber [Sat, 2 Apr 2011 16:20:36 +0000 (11:20 -0500)]
Where did this o come from.

13 years agoMerge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Christopher Allan Webber [Sat, 2 Apr 2011 15:49:16 +0000 (10:49 -0500)]
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

13 years agoUnit tests for our bcrypt auth stuff. Our first tests!
Christopher Allan Webber [Sat, 2 Apr 2011 15:48:34 +0000 (10:48 -0500)]
Unit tests for our bcrypt auth stuff.  Our first tests!

13 years agoBasic authentication tools using py-bcrypt
Christopher Allan Webber [Sat, 2 Apr 2011 15:29:54 +0000 (10:29 -0500)]
Basic authentication tools using py-bcrypt

13 years agoAdded catalogue number
Matt Lee [Mon, 28 Mar 2011 14:28:10 +0000 (10:28 -0400)]
Added catalogue number

13 years agoHTML export of the READMEish braindump.
Christopher Allan Webber [Mon, 28 Mar 2011 04:38:27 +0000 (23:38 -0500)]
HTML export of the READMEish braindump.

13 years agoA semi-verbose braindump of what I think GNU MediaGoblin will use / look like / be.
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.

13 years agoAdded copying and authors files
Matt Lee [Sun, 27 Mar 2011 22:48:15 +0000 (18:48 -0400)]
Added copying and authors files

13 years agoAdded copyright notices
Matt Lee [Sun, 27 Mar 2011 22:47:23 +0000 (18:47 -0400)]
Added copyright notices

13 years agoA testing submit view that doesn't work but is getting closer to working.
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.

13 years ago__collection__ should be auto-defined as media_entries
Christopher Allan Webber [Sun, 27 Mar 2011 22:31:18 +0000 (17:31 -0500)]
__collection__ should be auto-defined as media_entries

13 years agoerp, connection[database_path] not connection['database_path'] obviously :P
Christopher Allan Webber [Sun, 27 Mar 2011 22:30:42 +0000 (17:30 -0500)]
erp, connection[database_path] not connection['database_path'] obviously :P

13 years agoIgnore mediagoblin egg-info
Christopher Allan Webber [Sun, 27 Mar 2011 22:29:59 +0000 (17:29 -0500)]
Ignore mediagoblin egg-info

13 years agoProperly load in the database and register the connection with the models
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

13 years agodate_creation should be created
Christopher Allan Webber [Sat, 26 Mar 2011 16:45:11 +0000 (11:45 -0500)]
date_creation should be created

13 years agorequired_values, default_values! For the only two models we have.
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.

13 years agoA simple register_modules helper function.
Christopher Allan Webber [Sat, 26 Mar 2011 02:27:52 +0000 (21:27 -0500)]
A simple register_modules helper function.

13 years agoAdding a skeletal models.py
Christopher Allan Webber [Fri, 25 Mar 2011 01:19:25 +0000 (20:19 -0500)]
Adding a skeletal models.py

13 years agoRequiring mongokit
Christopher Allan Webber [Fri, 25 Mar 2011 00:54:06 +0000 (19:54 -0500)]
Requiring mongokit

13 years agoCommenting out beaker till we start using it :)
Christopher Allan Webber [Fri, 25 Mar 2011 00:06:31 +0000 (19:06 -0500)]
Commenting out beaker till we start using it :)

13 years agoAdding requirements :)
Christopher Allan Webber [Fri, 25 Mar 2011 00:00:55 +0000 (19:00 -0500)]
Adding requirements :)

13 years agobeakered_app removed from the paste_app_factory. Deployers should
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

13 years agoAdded session support w/ beaker
Christopher Allan Webber [Sun, 18 Jul 2010 20:59:23 +0000 (15:59 -0500)]
Added session support w/ beaker

13 years agoStill totally useless but at least it writes to the database
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

13 years agoStarting with the test submit view using wtforms
Christopher Allan Webber [Sun, 18 Jul 2010 16:22:24 +0000 (11:22 -0500)]
Starting with the test submit view  using wtforms

13 years agoA few adustments to the routing and etc
Christopher Allan Webber [Sun, 18 Jul 2010 16:20:18 +0000 (11:20 -0500)]
A few adustments to the routing and etc

13 years agoBasic but useless connection to the database
Christopher Allan Webber [Sat, 17 Jul 2010 18:32:57 +0000 (13:32 -0500)]
Basic but useless connection to the database

13 years agoInitial mediagoblin structure
Christopher Allan Webber [Sat, 17 Jul 2010 16:33:08 +0000 (11:33 -0500)]
Initial mediagoblin structure