aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* Use cascade for comment deletion.Elrond2013-04-081-7/+13
* Better docs for GenerateSlugMixin.Elrond2013-04-061-1/+9
* Use GenerateSlugMixin for collections.Elrond2013-04-062-13/+4
* Refactor generate_slug into a mixin.Elrond2013-04-061-9/+13
* A bit of pep8: Remove useless whitespace.Elrond2013-03-301-5/+5
* Merge branch 'joar-skip_transcoding'Christopher Allan Webber2013-03-041-12/+16
|\
| * self.media_data->self.media_manager in the docstring. Thanks for catching, E...Christopher Allan Webber2013-03-031-1/+1
| * No reason really to pass in fetch_order anyway...Christopher Allan Webber2013-03-031-7/+5
| * Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...Christopher Allan Webber2013-03-021-9/+15
* | Give a more useful error if a table already exists and so we can't create it ...Christopher Allan Webber2013-03-041-1/+7
|/
* Simplifying the test for whether or not a user and slug combo exists.Christopher Allan Webber2013-02-271-3/+1
* Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u...Christopher Allan Webber2013-02-261-2/+4
* Import sqlalchemy's and_ and use it in our select statementChristopher Allan Webber2013-02-261-2/+3