aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Not sure why there wasn't a .commit() at the end of add_new_notification_tabl...Christopher Allan Webber2013-08-221-0/+2
* add user prefrence for insite notificationsRodney Ewing2013-08-202-2/+15
* - need self.metadata with BaseProcessingFailRodney Ewing2013-08-191-1/+1
* -update to latest masterRodney Ewing2013-08-191-5/+5
* Tweak Celery TaskSebastian Spaeth2013-08-191-1/+1
* Merge remote-tracking branch 'refs/remotes/tsyesika/master'Christopher Allan Webber2013-08-152-4/+151
|\
| * Fix problem with migration - OAuthJessica Tallon2013-07-221-6/+8
| * Moves first versions of the the models to migrationsxray72242013-07-181-7/+72
| * Adds migration for OAuth1 tablesxray72242013-07-181-1/+15
| * Using nonce now, preventing OAuth replay attacksxray72242013-07-141-2/+12
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinxray72242013-07-145-28/+10
| |\
| * | Adds more support for oauth - access_token & decorators still to doxray72242013-07-111-1/+1
| * | Adds oauth support up until authorizationxray72242013-07-111-4/+33
| * | Client registration now supports application/x-www-form-urlencoded nowxray72242013-07-111-4/+8
| * | Working client registrationxray72242013-07-111-1/+24
* | | Starting to write unit tests...tilly-Q2013-07-301-4/+4
* | | I actually had to do a bit more work than I thought, because I needed to accounttilly-Q2013-07-291-8/+7
* | | This was a very simple ticket actually. I created a list called FOUNDATIONS intilly-Q2013-07-292-1/+30
| |/ |/|
* | Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-121-1/+1
* | Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-123-15/+9
|\ \
| * | Fix the last bit preventing all the unit tests from passing in media types->p...Christopher Allan Webber2013-07-121-1/+2
| * | Changing the information spat out while printing from media types->pluginsChristopher Allan Webber2013-07-121-2/+1
| * | fixed some typos and enabled media_type plugins in testsRodney Ewing2013-07-021-1/+2
| * | modified gmg to use plugin media_types and converted image media_type to new ...Rodney Ewing2013-07-022-13/+6
* | | Patch by Strum. Ticket #451 - Convert all mongokit style .find, .find_one, .o...Rodney Ewing2013-07-112-13/+1
| |/ |/|
* | merge --squash openid branch to take care of a false merge commit in theRodney Ewing2013-07-031-1/+1
|/
* Explain about sqlite dropping the constraint and why we're adding it back man...Christopher Allan Webber2013-06-251-0/+2
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-254-10/+214
|\
| * Merge remote-tracking branch 'refs/remotes/joar/notifications'Christopher Allan Webber2013-06-223-7/+170
| |\
| | * New notificationsJoar Wandborg2013-06-093-6/+170
| * | Merge remote-tracking branch 'refs/remotes/rodney757-github/mail'Christopher Allan Webber2013-06-212-3/+20
| |\ \
| | * | modified verification emails to use itsdangerous tokensRodney Ewing2013-05-292-3/+20
| | |/
| * / What is models_v0.py? An explaination!Christopher Allan Webber2013-06-201-0/+23
| |/
| * created a check_login_simple functionRodney Ewing2013-05-281-8/+0
* | typoRodney Ewing2013-06-251-1/+1
* | changes after cwebb's reviewRodney Ewing2013-06-211-0/+4
* | created a check_login_simple functionRodney Ewing2013-05-251-8/+0
* | changed User model pw_hash field to nullable and added migrationsRodney Ewing2013-05-242-1/+12
|/
* Cleaned up EXIF viewJoar Wandborg2013-05-231-9/+23
* Only calculate aperture if fnumber is providedJoar Wandborg2013-05-201-7/+6
* Take into account incomplete EXIF dataJoar Wandborg2013-05-201-9/+18
* Modifies EXIF section with Camera Info, display toggle and template stylingGabriel Saldana2013-05-201-0/+27
* Changes to display all EXIF informationGabriel Saldana2013-05-201-5/+3
* Noting why we don't have an email uniqueness constraint in the db.Christopher Allan Webber2013-05-171-0/+4
* Make uuid look like a uuid.Elrond2013-04-271-1/+1
* Switch "sqlite_refcheck" keyword arg to "migrations" which Elrond thinks is c...Christopher Allan Webber2013-04-261-3/+15
* Don't turn on sqlite refcheck stuff during migrationsChristopher Allan Webber2013-04-261-2/+2
* Check for duplicate collection slugs and make them unique. Add unique constra...Rodney Ewing2013-04-242-2/+42
* MediaManager: Use .foo instead of ['foo'].Elrond2013-04-171-1/+1
* First step towards a MediaManager class: Compat one.Elrond2013-04-171-1/+1