Point to the "Libre Browsers Libre Formats" page on the LibrePlanet wiki
[mediagoblin.git] / mediagoblin /
2015-12-29 Christopher Allan... Point to the "Libre Browsers Libre Formats" page on...
2015-12-29 Jessica TallonFix a exception db closed exception in migrations
2015-12-29 Jessica TallonFix migrations of activity intermediators
2015-12-29 Jessica TallonFix #5368 - Improve test efficiancy
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Boris BobrovWork around pbutils import warning bug (5066)
2015-12-20 Boris BobrovFix typo in VideoData docstring
2015-12-20 Christopher Allan... Setting version to v0.8.2.dev
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Jessica TallonFix security issue in OAuth verifier validation
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Jessica TallonFix bug on the OAuth client deauthorization page
2015-12-19 aylephFix Issue 5375 Deprecated function in video thumb
2015-12-19 aylephFix Issue 5375 Deprecated function in video thumb
2015-12-10 Ben SturmfelsAdd "Add media" button on home page when no media is...
2015-12-10 Christopher Allan... Fix issue #5372: test_comment_notification fails with...
2015-12-10 aylephFix issue 983 PDF UnicodeDecodeError
2015-11-25 Jessica TallonFix #5363 - Collections don't serialize correctly
2015-11-24 Jessica TallonAdded test for #5356 - Read someone else's feed
2015-11-24 aylephAllow API client to GET another user's outbox
2015-11-23 Jessica TallonFix #5354 & #5355 - Fix Graveyard.serialize
2015-11-19 aylephUse urljoin to create proper feed media URLs
2015-11-19 aylephFix for issue 5070 gst incomplete file
2015-11-09 Daniel KrolFix add collection view for new schema
2015-11-05 Ben SturmfelsFix minor grammatical error 'settings' -> 'setting'.
2015-11-05 Ben SturmfelsRemove <br/> from safe string indicating that CSRF...
2015-11-05 Ben Sturmfelstrac#687: Add unit tests for `redirect` and `redirect_obj`.
2015-11-05 Ben Sturmfelstrac#665: Upgrade to WebTest 2.0.18 and fix broken...
2015-11-05 Ben SturmfelsPrevent unhandled exception on non-existant user.
2015-10-20 Jessica TallonMerge branch 'comments'
2015-10-20 Jessica TallonComment changes for federation
2015-10-17 Jessica TallonFix #5353 - Bug in OAuth which referenced "user"
2015-10-07 Jessica TallonAdd public_id fixes throughout the code
2015-10-07 Jessica TallonAdd Graveyard model
2015-10-07 Jessica TallonAdd the __model_args__ deletion code
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-10-07 Jessica TallonFix bugs with the exifread library update
2015-09-08 Ben SturmfelsFix #994: Also set self.data when no change made to...
2015-08-25 Berker PeksagUse StringField.process_formdata() if valuelist is...
2015-08-25 Ben SturmfelsFix #994: Don't require users to type the website URL...
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-08-21 Jessica TallonFix #5344 - OAuth NotImplemented exception
2015-08-20 Jessica TallonFix #1066 - OAuth Invalid signature error
2015-08-20 Jessica TallonFix serialization after model changes
2015-08-19 Jessica TallonChange structure of MediaEntry and add migration
2015-08-19 Jessica TallonChange codebase to query or create correct User model
2015-08-02 DuncanAdd a no_referrer setting to prevent browsers leaking...
2015-08-01 Berker PeksagFix urlparse import in tools/routing.py
2015-08-01 Berker PeksagFix urlparse import in tools/routing.py
2015-07-31 Jessica TallonAdd the user models to the MODELS list
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-07-31 Jessica TallonAdd polymorphic properties to User
2015-07-31 Jessica TallonAdd LocalUser and RemoteUser and migration
2015-07-22 Berker PeksagRegenerate po file after 8e832f84597bd1505f23f4abd4eef9...
2015-07-22 Berker PeksagFix typos reported in #1102
2015-07-22 Berker PeksagRegenerate po file after 8e832f84597bd1505f23f4abd4eef9...
2015-07-22 Berker PeksagFix typos reported in #1102
2015-07-22 Berker PeksagReturn non-zero exit code if the command cannot be...
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-06-25 Berker PeksagChange all unicode() calls with six.text_type().
2015-06-25 Berker PeksagFix typo.
2015-06-25 Berker PeksagFix more print statements. Refs #5331
2015-06-25 Sebastian SpaethFix print statements to be python3 compatible. Refs...
2015-06-25 Berker PeksagFix typo.
2015-06-25 Berker PeksagFix more print statements. Refs #5331
2015-06-25 Sebastian SpaethFix print statements to be python3 compatible. Refs...
2015-06-24 Jessica TallonMerge branch Generic Foreign Key changes
2015-06-24 Jessica TallonFix removal of ActivityIntermediatory migration
2015-06-05 Berker PeksagImport urlparse from six.moves to work on both Python...
2015-06-05 Berker PeksagImport urlparse from six.moves to work on both Python...
2015-06-04 Christopher Allan... v0.8.0! Let's get this party started!
2015-06-04 Christopher Allan... Committing extracted and compiled translations
2015-06-03 Christopher Allan... readthedocs can't read the version using autotools...
2015-06-01 Christopher Allan... Fix link from Gitorious -> Savannah
2015-05-26 Jessica TallonFix some problems with activity mixins and migrations
2015-05-26 Jessica TallonAdd a more verbose GenericForeignKey implementation
2015-05-26 Jessica TallonRemove deprecated fields and fix activity creation...
2015-05-26 Jessica TallonMore fixed recommended by Elrond
2015-05-26 Jessica TallonAdd some fixes Elrond suggested and doc strings
2015-05-26 Jessica TallonAdd migration to remove ActivityIntermediator
2015-05-26 Jessica TallonFix the GenericForeignKey implementation
2015-05-26 Jessica TallonMigrate Activity to using the new GenericForeignKey
2015-05-26 Jessica TallonAdd GenericForeignKey field and reference helper model
2015-05-22 Christopher Allan... Use of deprecated frombytes when processing videos...
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
next