mediagoblin.git
13 years agoHerp derp GPL notice blocks should even be on routing.
Christopher Allan Webber [Sun, 3 Apr 2011 23:58:23 +0000 (18:58 -0500)]
Herp derp GPL notice blocks should even be on routing.

13 years agoSince we're searching by id, that try: except: was superfluous.
Christopher Allan Webber [Sun, 3 Apr 2011 23:56:48 +0000 (18:56 -0500)]
Since we're searching by id, that try: except: was superfluous.

13 years agoFunctioning request.user, and a functioning greeting for users :)
Christopher Allan Webber [Sun, 3 Apr 2011 23:55:55 +0000 (18:55 -0500)]
Functioning request.user, and a functioning greeting for users :)

13 years agoThis should allow for request.user and show users logged in
Christopher Allan Webber [Sun, 3 Apr 2011 23:40:01 +0000 (18:40 -0500)]
This should allow for request.user and show users logged in

... except it's not working?

13 years agoWe should always have a request.user object, even if None.
Christopher Allan Webber [Sun, 3 Apr 2011 23:35:52 +0000 (18:35 -0500)]
We should always have a request.user object, even if None.

13 years agoAdded setup_user_in_request
Christopher Allan Webber [Sun, 3 Apr 2011 23:34:05 +0000 (18:34 -0500)]
Added setup_user_in_request

13 years agoWe should use one instead of find_one to really make sure there's only
Christopher Allan Webber [Sun, 3 Apr 2011 23:32:29 +0000 (18:32 -0500)]
We should use one instead of find_one to really make sure there's only
one such user in the database

13 years agoAlso handle when there is no such user
Christopher Allan Webber [Sun, 3 Apr 2011 23:28:17 +0000 (18:28 -0500)]
Also handle when there is no such user

13 years agoWorking logout function
Christopher Allan Webber [Sun, 3 Apr 2011 23:23:40 +0000 (18:23 -0500)]
Working logout function

13 years agoLogins seem to work.
Christopher Allan Webber [Sun, 3 Apr 2011 22:05:30 +0000 (17:05 -0500)]
Logins seem to work.

13 years agoAdded a check_login command to User
Christopher Allan Webber [Sun, 3 Apr 2011 21:38:13 +0000 (16:38 -0500)]
Added a check_login command to User

13 years agoUse beaker from middleware, it's official.
Christopher Allan Webber [Sun, 3 Apr 2011 21:37:36 +0000 (16:37 -0500)]
Use beaker from middleware, it's official.

13 years agoClarified documentation on fake_login_attempt and restored bcrypt import
Christopher Allan Webber [Sun, 3 Apr 2011 21:37:15 +0000 (16:37 -0500)]
Clarified documentation on fake_login_attempt and restored bcrypt import

13 years agostarting to write login code
Christopher Allan Webber [Sun, 3 Apr 2011 21:32:01 +0000 (16:32 -0500)]
starting to write login code

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