aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* And of course, we need to actually commit at the end of a migration.Christopher Allan Webber2013-02-261-0/+3
* Dope'ily missed .count() on the query where we're countingChristopher Allan Webber2013-02-251-1/+1
* Supplying migrations for a bold new era of mediagoblin entry slugsChristopher Allan Webber2013-02-251-0/+54
* Fix deleting media with attachments.Elrond2013-02-181-0/+1
* Drop backward compatibility for media_data backref.Elrond2013-02-011-9/+1
* Drop media_data_table property.Elrond2013-02-011-6/+3
* Rewrite media_data handling to use relationshipsElrond2013-02-011-20/+21
* Fix issue 611: Proper (back)relationship on MediaComment.Elrond2013-01-291-1/+7