Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fomatting fix. | Aaron Williamson | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 1 | -1/+10 |
| | |||||
* | On image submission, do not require title. If none entered, default to filename. | Aaron Williamson | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-05-07 | 1 | -2/+7 |
|\ | |||||
| * | Process media! Successfully! | Christopher Allan Webber | 2011-05-06 | 1 | -2/+7 |
| | | |||||
* | | Changed the method used to generate uuids for verification_key, this one ↵ | Joar Wandborg | 2011-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | works, thanks paroneayea Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | | Fixed bug in models.py:User that caused all users created by the same python ↵ | Joar Wandborg | 2011-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | process to have the same verification_key value Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | | Added functionality to support user email verification, email = TBD, ↵ | Joar Wandborg | 2011-05-03 | 1 | -3/+4 |
|/ | | | | | | verification = done. Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Fixes traceback on registration | Will Kahn-Greene | 2011-04-24 | 1 | -1/+1 |
| | | | | values must be unicode. | ||||
* | making state for MediaEntry objects, also adding attributes: | Christopher Allan Webber | 2011-04-23 | 1 | -6/+14 |
| | | | | | | | - media_files - attachment_files - queue_files - thumbnail_file | ||||
* | Adding a space for custom validators, though we haven't used it yet :) | Christopher Allan Webber | 2011-04-23 | 1 | -0/+9 |
| | |||||
* | Give User a status, also add uploader user field to MediaEntry | Christopher Allan Webber | 2011-04-23 | 1 | -25/+30 |
| | |||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Added a check_login command to User | Christopher Allan Webber | 2011-04-03 | 1 | -1/+10 |
| | |||||
* | Registering almost works right :) | Christopher Allan Webber | 2011-04-03 | 1 | -2/+5 |
| | |||||
* | Put the User object officially in the 'users' document collection | Christopher Allan Webber | 2011-04-03 | 1 | -0/+2 |
| | |||||
* | Added copyright notices | Matt Lee | 2011-03-27 | 1 | -0/+16 |
| | |||||
* | __collection__ should be auto-defined as media_entries | Christopher Allan Webber | 2011-03-27 | 1 | -2/+7 |
| | |||||
* | date_creation should be created | Christopher Allan Webber | 2011-03-26 | 1 | -3/+4 |
| | |||||
* | required_values, default_values! For the only two models we have. | Christopher Allan Webber | 2011-03-26 | 1 | -0/+13 |
| | |||||
* | A simple register_modules helper function. | Christopher Allan Webber | 2011-03-25 | 1 | -1/+2 |
| | |||||
* | Adding a skeletal models.py | Christopher Allan Webber | 2011-03-24 | 1 | -0/+32 |