aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* This was a very small update, I'm hoping to rebase after this to solve sometilly-Q2013-08-203-13/+5
* This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-132-1/+11
* This commit was the work I did fixing errors that cropped up from the merge.tilly-Q2013-07-312-3/+4
* Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-298-56/+264
|\
| * 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
| | |/
| * | 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
* | | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-273-12/+73
* | | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-172-5/+44
* | | This update I mostly did work on the templates for the admin pages. I did a co-tilly-Q2013-07-083-6/+13
* | | This was a simple commit. I changed all references to Groups into Privileges sotilly-Q2013-07-032-26/+26
* | | In this commit, I have made a few changes and tightened up some of my modelstilly-Q2013-06-273-45/+94
* | | This is the first stage of my project of implenting admin/moderator functiona-tilly-Q2013-06-242-3/+154
| |/ |/|
* | created a check_login_simple functionRodney Ewing2013-05-281-8/+0
|/
* 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
|\