#5314 Prevent ZeroDivisionError in exif.py
[mediagoblin.git] / mediagoblin /
2015-04-27 Christopher Allan... #5314 Prevent ZeroDivisionError in exif.py
2015-04-23 Christopher Allan... TinyMCE plugin loading should NOT be here.
2015-04-23 Boris BobrovMove check that metadata exists earlier
2015-04-22 Boris Bobrovfixed 5068
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-03-19 Boris BobrovProper handling of tags in skip_transcode
2015-03-19 Boris BobrovPrevent exception on transcoding failure (bug 460)
2015-03-12 Jakob Kramerwtforms.fields.TextField was deprecated
2015-03-12 Jaakko LuttinenFix welcome image URL in the front page template (...
2015-03-12 aylephUse UTC for all timesince comparisons
2015-03-05 Christopher Allan... Patch from breton: fix #5053 (gmg addmedia broken in...
2015-03-05 Christopher Allan... Merge remote-tracking branch 'refs/remotes/breton/bug...
2015-03-05 Christopher Allan... Committing extracted and compiled translations
2015-03-05 Christopher Allan... Not sure why these changes never got pushed up ...
2015-03-02 Boris BobrovFix bug 647
2015-02-25 Boris Bobrovinit GStreamer on demand only
2015-02-22 Christopher Allan... Let's try setting up the version number via configure.ac
2015-02-21 Christopher Allan... No longer commit .mo files into the repository!
2015-02-21 Christopher Allan... A more reliable test, check against expected keys,...
2015-02-21 Christopher Allan... Stop looking for exact exif numbers
2015-02-21 Christopher Allan... Skip audio tests if scikits.audiolab not installed
2015-02-18 Christopher Allan... Merge remote-tracking branch 'refs/remotes/breton/new_g...
2015-02-18 Christopher Allan... Fix the token issues in the migration
2015-02-18 Christopher Allan... acess_token->access_token
2015-02-18 Christopher Allan... Fixing typo: notifiction->notification
2015-02-18 Christopher Allan... This one should be dt_to_utc, not db_to_utc, I believe
2015-02-17 Boris BobrovMissing codecs processing with gst 1.4
2015-02-17 Christopher Allan... Fixing symlink to jquery.js in post-bower universe
2015-02-17 Christopher Allan... Fixing video-js symlink for new bower based checkout
2015-02-16 Boris Bobrovadded missing import to video transcoding
2015-02-16 Boris Bobrovadded tests skipping if there is no proper gstreamer
2015-02-16 Boris BobrovAdded multiple a-v streams handling
2015-02-16 Boris Bobrova tiny fix to function doc
2015-02-16 Boris BobrovAdd new hook for two-step media type checking
2015-02-16 Boris Bobrovupdated function docs
2015-02-16 Boris Bobrovadded a/v submission testing
2015-02-16 Boris BobrovPort of audio to GStreamer 1.0
2015-02-16 Boris BobrovPorting video to GStreamer 1.0
2015-02-15 Jessica TallonFix #1065 - Migrate from native datetimes to UTC
2015-02-15 Jessica TallonRemove deprecated oauth 2 plugin
2015-02-15 Jessica TallonChange 'federation' name to 'api' which is more suitable
2015-02-15 Boris BobrovRewrite thumbnailer
2015-02-13 Asheesh LaroiaRemove html5slider Javascript helper
2015-01-27 Jessica TallonFix #1052 - Make activity cascade delete work when...
2015-01-20 Jessica TallonLet parser handle typing for deletuser command
2015-01-18 Christopher Allan... Committing extracted and compiled translations
2015-01-16 Christopher Allan... Moving translation files over for Pootle move.
2015-01-16 Christopher Allan... Committing extracted and compiled translations
2015-01-06 Jessica TallonAdd upper limit to count GET param for inbox and feed
2014-12-22 Jessica TallonFix 1e0c938 by allowing target to be translatable in...
2014-12-22 Jessica TallonAllow Activity.content to be fully translatable
2014-12-18 Jessica TallonFix #1066 - Fix OAuth issue when using GET params
2014-12-16 Jessica TallonFix #1078 - Stop 500 error when GET request on inbox
2014-12-16 Jessica TallonFix #1077 - Fix updating comment via API and add test
2014-12-15 Jessica TallonFix #1064 - Add major and minor feed for outbox/feed
2014-12-15 Jessica TallonFix #1069 - Add deleting images and comments via delete...
2014-12-14 Christopher Allan... Committing extracted and compiled translations
2014-12-13 Christopher Allan... Committing extracted and compiled translations
2014-12-13 Christopher Allan... Committing present MediaGoblin translations before...
2014-12-12 Jessica TallonFix #1056 - Add flag to accept URLs without a trailing...
2014-12-11 Jessica TallonFix #1055 - API feed should be sorted in order of newes...
2014-12-11 Jessica TallonFix #1053 - Add height and width attributes and Metadat...
2014-12-09 Jessica TallonFix #1026 - Add inbox feed with major, minor and direct...
2014-12-08 jpope777Fix #1058 - Verifier page could be clearer
2014-12-08 Jessica TallonFix #1057 - unquote redirection URL on successful OAuth...
2014-12-08 Jessica TallonFix #1054 - Add missing attributes to Activity.serialize
2014-12-08 Jessica TallonFix OAuth length problems in clients by removing that...
2014-12-05 Jessica TallonPartial fix #1048 - Don't require as long nonce
2014-12-05 Jessica TallonFix #1049 - name renamed to displayName for Location
2014-12-03 Christopher Allan... There's absolutely no reason for a Session().commit...
2014-12-03 Christopher Allan... Use request.db to do a query to support a global-free...
2014-12-03 Christopher Allan... Make all mixin methods ignore mg_globals and use self...
2014-12-03 Christopher Allan... Attach the MediaGoblinApp to the engine, and provide...
2014-12-03 Christopher Allan... Use request.app.auth instead of mg_globals
2014-12-03 Christopher Allan... Reforming get_jinja_env to make better use of the Media...
2014-12-03 Christopher Allan... Starting to deprecate the app_config, global_config...
2014-12-03 Christopher Allan... Context objects now use a contextmanager (and update...
2014-12-03 Christopher Allan... Adding query property to DatabaseMaster for forward...
2014-12-03 Christopher Allan... Make "gmg shell" work with the new globals-less setup
2014-12-03 Christopher Allan... Attach the base models to sessions and the DatabaseMast...
2014-12-03 Christopher Allan... Only conditionally import Session in db/util.py
2014-12-03 Christopher Allan... Set up request.db / app.db(_manager) depending on DISAB...
2014-12-03 Christopher Allan... Move the scoped_session, sessionmaker imports
2014-12-03 Christopher Allan... Some docstrings
2014-12-03 Christopher Allan... Return DatabaseManager or DatabaseMaster depending...
2014-12-03 Christopher Allan... Oops, got the boolean backwards :P
2014-12-03 Christopher Allan... Adding DatabaseManager as an alternative to DatabaseMaster
2014-12-03 Christopher Allan... An environment variable to transition towards removing...
2014-12-03 Christopher Allan... Give our sqlalchemy objects access to their own session
2014-12-03 Christopher Allan... Add context generator: first step towards removing...
2014-12-02 jpope777Fix #1046 - Media breaking out of container
2014-12-02 Jessica TallonFix #1024 - Correctly set generator on Activities
2014-12-01 jpope777Merge branch 'master' of gitorious.org:mediagoblin...
2014-12-01 jpope777fix #1000 - Button style in Report file dialogue
2014-12-01 Jessica TallonFix #658 and #974 - Rollback database on_return of...
2014-11-27 Jessica TallonFix #1040 - Comments should have published attribute
2014-11-26 Christopher Allan... This import_export stuff is mongodb days leftovers...
2014-11-22 Berker PeksagFix unicode handling in "gmg addmedia".
2014-11-21 Jessica TallonFix #1025 - Make API IDs IRIs
next