mediagoblin.git
2016-02-05 Boris BobrovDisplay type icon in thumbnails
2016-02-05 Boris BobrovMerge branch 'media_panel'
2016-02-05 Boris BobrovPrevent `dict changed during iteration` in video
2016-02-05 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-02-04 Christopher... Issue #5349: Submission tests fail confusingly on missi...
2016-02-01 Boris BobrovFix occurence of unicode()
2016-01-31 Boris BobrovChange `uploader` to `actor`
2016-01-31 Boris Bobrovchanges to BaseProcessingFail arguments usage
2016-01-31 Boris Bobrovsome fixes to the panel looks
2016-01-31 Boris Bobrovadded filtering by entry state in processing panel
2016-01-31 Boris Bobrovincluded plugin from previous commit to mediagoblin.ini
2016-01-31 Boris Bobrovadded a plugin to display information about entries...
2016-01-28 Boris Bobrovchanged the way we save information about exceptions
2016-01-28 Boris Bobrovmoved styles to a css file; more fixes to templates
2016-01-28 Boris Bobrovremoved h2 from media panel
2016-01-28 Boris Bobrovremoved querying of unused metrics in media panel
2016-01-28 Boris Bobrovprocessing panel new looks
2016-01-25 Loic DacharyFix #5408 - ignore non-int offset in api feed
2016-01-22 Loic DacharyFix #947 - media_type configuration files location
2016-01-22 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-01-21 Boris BobrovMake freesound compatible with python3
2016-01-21 Christopher... Issue #5394: Wrong url for forgot_password in basic_aut...
2016-01-21 宋文武Pass filename instead of file object when calling PIL...
2016-01-21 Boris BobrovFix an occurence of `print ...` to `print(...)`
2016-01-21 Loic DacharyFix #1096 - allow - in usernames
2016-01-21 Ben Sturmfelstrac#5397: Allow decode_request to parse content-type...
2016-01-20 Jessica TallonFix #5398 and #5395 - Fix tests failing due to problem...
2016-01-20 Jessica TallonFix #5390 - Create migration to delete Notifications...
2016-01-20 Loic DacharyFix #1099 - remove x mode from ini file
2016-01-19 Loic DacharyFix #5359 - unpriviledged -> unprivileged
2016-01-18 Jessica TallonUse inspect_table inplace of redefining them all
2016-01-18 Jessica TallonFix #5391 - Alembic migrations would only work for...
2016-01-15 aylephFix issue 5366 Update blog views
2016-01-15 Jessica TallonFix #5382 - Add migration and fix so tombstones are...
2016-01-14 Loic DacharyFix #5315 - use `env` in shebangs
2016-01-14 宋文武Use six.itervalues() in delete_media_files
2016-01-14 Christopher... Adding Tom Fay to the AUTHORS file
2016-01-11 Christopher... Add a TODO to rename run_all_migrations to run_legacy_m...
2016-01-11 Boris BobrovInitial alembic migration to base other migrations on
2016-01-11 Boris BobrovEnable alembic as the main tool for migrations
2016-01-11 Boris BobrovFix various style issues
2016-01-09 Boris BobrovAdd workaround for incompilable Interlingua locale
2016-01-07 Christopher... Add a comment when we do / don't add collections dropdown
2016-01-07 tomAdd test to check that an activity is created when...
2016-01-07 tomAdd collection drop down to submit page.
2016-01-07 Boris BobrovDo not require python3.3 explicitely
2016-01-07 Boris BobrovUncap Paste
2016-01-07 Boris BobrovAdd workaround for incompilable Interlingua locale
2016-01-06 aylephFix issue 5367 Edit view updates
2016-01-06 aylephFix issue 5371 broken collection atom feeds
2016-01-06 Jessica TallonFix #5369 - Broken activities cause issues in migrations
2015-12-29 Christopher... Point to the "Libre Browsers Libre Formats" page on...
2015-12-29 Jessica TallonRemove .tx/config as we're no longer using Transifex
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... Setting 0.8.2.dev in configure.ac as well
2015-12-20 Christopher... Setting version to v0.8.2.dev
2015-12-20 Christopher... Fixing typo (thanks breton)
2015-12-20 Christopher... 0.8.1 release notes
2015-12-20 Christopher... Merge branch 'stable'
2015-12-20 Jessica TallonFix security issue in OAuth verifier validation
2015-12-20 Christopher... 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-14 Christopher... Kludgey documentation fix so that python 2 does not...
2015-12-10 Ben SturmfelsAdd "Add media" button on home page when no media is...
2015-12-10 Christopher... 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 Christopher... Switch to webtest >= 2.0.18
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-25 Ben SturmfelsIssue #815: Replace two non-ASCII curly single quotes...
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-08-21 Jessica TallonFix #5344 - OAuth NotImplemented exception
next