aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
...
* Implement licenses.get_license_by_urlSebastian Spaeth2012-11-301-1/+1
* Use mediagoblin import machinerySebastian Spaeth2012-11-301-4/+5
* Remove importlib (python2.7'ism)Sebastian Spaeth2012-11-301-3/+1
* Merge some small bits by spaetz. Needed later.Elrond2012-11-282-6/+8
|\
| * Add commit argument to clean_orphan_tagsSebastian Spaeth2012-11-281-4/+4
| * Add "commit" argument to Base model delete()Elrond2012-11-281-2/+4
* | Merge remote-tracking branch 'refs/remotes/elrond/sql/migrate_new_tables'Christopher Allan Webber2012-11-261-33/+45
|\ \ | |/ |/|
| * SQL Migrations: Rewrite table creation completely.Elrond2012-11-241-33/+45
* | Stop unicode conversion warning during dbupdate.Elrond2012-11-241-1/+1
|/
* Simplify/Robustify the thumbnail URL usage in templatesSebastian Spaeth2012-11-151-0/+19
* Added cascade all, delete-orphan to ProcessingMetaDataJoar Wandborg2012-09-271-5/+7
* HTTP callback fixesJoar Wandborg2012-09-261-1/+9
* Added support for http callbacks on processingJoar Wandborg2012-09-262-2/+24
* Added client registration caps to OAuth pluginJoar Wandborg2012-09-212-7/+13
* Style fixesJoar Wandborg2012-09-181-0/+1
* Fixed collection sidebar for media_home to user collection.url_for_self inste...Aaron Williamson2012-09-181-1/+1
* Added default for 'collected' column to migrationAaron Williamson2012-09-181-1/+1
* Fixed migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-2/+5
* Added migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-1/+30
* Fixed collections migration to add 'collected' column to media_entries instea...Aaron Williamson2012-09-181-2/+2
* Added basic collection functionalityAaron Williamson2012-09-185-5/+135
* Fixed testsJoar Wandborg2012-09-151-1/+1
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-131-4/+13
* Fixed a UnicodeError in the sql.models.MediaEntryJoar Wandborg2012-08-031-1/+3
* Moving the "dependency injection printer tools" over to tools/common.pyChristopher Allan Webber2012-07-141-8/+2
* Panel improvementsJoar Wandborg2012-07-112-1/+21
* Minor improvements to the processing panelJoar Wandborg2012-07-101-2/+2
* Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-082-3/+3
* First migration fix: commit after each migration.Elrond2012-06-141-0/+2
* FIXED SQL MIGRATION #2Joar Wandborg2012-06-102-3/+5
* Added SQL migrations for email notificationsJoar Wandborg2012-06-101-2/+14
* Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment...Joar Wandborg2012-06-103-0/+13
|\
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-186-18/+133
| |\
| * | Added wants_comment_notification to sql modelDerek Moore2012-03-151-0/+1
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-152-0/+11
* | | added support for original audio download; renameJakob Kramer2012-05-201-1/+19
* | | Cleanup sql session after request. ALWAYS!Elrond2012-04-071-0/+6
* | | Check that the media_data tables are empty.Elrond2012-04-021-1/+8
* | | Add ascii and audio tables/migration data.Elrond2012-04-022-1/+23
* | | Cleanup unused media_data tables and migration info.Elrond2012-04-021-6/+34
* | | Mongo -> SQL conversion tool: UI improvementsElrond2012-04-021-16/+28
* | | Fixed an issue where orphaned comments breaks the importJoar Wandborg2012-04-021-5/+11
* | | Merge remote-tracking branch 'refs/remotes/elrond/sql/final'Christopher Allan Webber2012-04-011-0/+1
|\ \ \
| * | | Finally enable SQL for everybody!Elrond2012-04-011-0/+1
* | | | Switch JSONEncoded from VARCHAR to TEXTElrond2012-04-011-2/+2
* | | | And remove some now useless methods.Elrond2012-03-291-36/+0
* | | | Remove the DictReadProxy thing.Elrond2012-03-291-47/+4
* | | | Fix some simple errors.Elrond2012-03-292-4/+5
* | | | Change models to a _v0 suffix.Elrond2012-03-292-48/+50
* | | | Make a copy of models for v0.Elrond2012-03-291-0/+375
|/ / /