Add Graveyard model
[mediagoblin.git] / mediagoblin / tests /
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-10-07 Jessica TallonFix bugs with the exifread library update
2015-08-24 Jessica TallonFix some unit tests and bugs
2015-07-31 Jessica TallonChange codebase to query or create correct User model
2015-06-24 Jessica TallonMerge branch Generic Foreign Key changes
2015-05-26 Jessica TallonFix some problems with activity mixins and migrations
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
2015-03-12 aylephUse UTC for all timesince comparisons
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-16 Boris Bobrovadded tests skipping if there is no proper gstreamer
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 TallonRemove deprecated oauth 2 plugin
2015-02-15 Boris BobrovRewrite thumbnailer
2014-12-16 Jessica TallonFix #1077 - Fix updating comment via API and add test
2014-12-15 Jessica TallonFix #1069 - Add deleting images and comments via delete...
2014-12-12 Jessica TallonFix #1056 - Add flag to accept URLs without a trailing...
2014-11-21 Jessica TallonFix #1025 - Make API IDs IRIs
2014-10-30 aylephUpdates per request of moggers87
2014-10-30 aylephUnit tests
2014-10-21 Jessica TallonMerge branch '984-ai-improvements'
2014-10-21 Jessica TallonFix #984 - Improvements to Activity and ActivityInterme...
2014-10-09 Jessica TallonMerge branch 'location'
2014-10-09 Jessica TallonAdd location model and migrations
2014-10-07 Jessica TallonMerge branch '905-activities'
2014-10-02 Jessica TallonFix typo in client registration API for logo_uri
2014-09-29 Jessica TallonMerge branch '942-default-location'
2014-09-26 Alon Levypdf tests: use our own pdf doc as GOOD_PDF
2014-09-22 Christopher Allan... Merge branch 'merge-python3-port'
2014-09-16 Christopher Allan... Last two issues related to the python 3 merge tests...
2014-09-16 Christopher Allan... Annnnd another json decode fix for py3! On a roll...
2014-09-16 Christopher Allan... Much more nicely formed form error check
2014-09-16 Christopher Allan... Fix error check in test_edit.py for python 3
2014-09-16 Christopher Allan... Fix exception catching on python 3
2014-09-16 Christopher Allan... json.loads(request.body) => json.loads(response.body...
2014-09-16 Christopher Allan... Import mock correctly on py3
2014-09-16 Christopher Allan... Fix test_legacy_api.py
2014-09-16 Christopher Allan... Import mock from unittest if on py3
2014-09-16 Christopher Allan... Merge branch 'master' into merge-python3-port
2014-08-18 Jessica TallonTidy up federation code and add tests to cover more...
2014-08-12 Jessica TallonForgot to add starttls_config.ini
2014-08-12 Jessica TallonFix #861 - Add unit test and documentation for email_sm...
2014-08-07 Berker PeksagFix another tests.
2014-08-04 Berker Peksagmbox_message.get_payload() returns bytestring.
2014-08-04 Jessica TallonAdd more security checks when updating objects and...
2014-07-31 Jessica TallonFix some security concerns regrding inpersonation in...
2014-07-30 Jessica TallonFix #927 - Clean up federation code after Elrond's...
2014-07-29 Jessica TallonFix #923 - add allow_admin to user_has_privilege decorator
2014-07-28 Berker PeksagSkip test_sql_migrations on Python 3 for now.
2014-07-28 Berker PeksagRemove an usage of deprecated cgi.parse_qs().
2014-07-22 Jessica TallonMerge branch 'Federation'
2014-07-22 Jessica TallonSwitch from slug to ID and clean up style to conform...
2014-07-22 Jessica TallonCreate test for garbage collection
2014-07-22 Jessica TallonAdd test for API object endpoint
2014-07-22 Jessica TallonAdd more tests for federation APIs
2014-07-22 Jessica TallonRequire uploader privileges to upload media to API
2014-07-22 Jessica TallonRemove unneeded oauth fixtures and add test for image...
2014-07-22 Jessica TallonRename test_joarapi.py => test_legacy_api.py
2014-07-22 Jessica TallonAdd fixtures to provide OAuth client, request and acces...
2014-07-22 xray7224Adds the unit-tests for API and cleans up API
2014-07-18 Berker PeksagRemove paste.server dependency from tests.
2014-07-14 Berker PeksagFix tests on Python 3.
2014-07-10 Christopher Allan... Wrapping things to not exceed column 80 in test_ldap
2014-06-13 Christopher Allan... Merge remote-tracking branch 'remotes/berker/remove...
2014-06-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2014-06-08 Berker PeksagUse new-style classes. The old-style classes are deprec...
2014-06-08 Berker PeksagFix an usage of file().
2014-06-07 Berker PeksagThe file() builtin has been removed in Python 3. Use...
2014-06-02 Berker PeksagUse six.text_type instead of unicode().
2014-05-26 Berker PeksagUse six.moves.urllib.parse instead of the urlparse...
2014-05-26 Berker PeksagUse six.iteritems() instead of dict.iteritems().
2014-05-14 tilly-QMerge branch 'metadata'
2014-05-14 tilly-QAdded some tests for metadata.
2014-05-13 tilly-QWrote a test for the compact_and_validate metadata...
2014-05-13 tilly-QMerge branch 'master' of gitorious.org:mediagoblin...
2014-05-01 tilly-QMerge branch 'permission_scheme' of gitorious.org:media...
2014-04-21 tilly-QMerge branch 'metadata' of gitorious.org:mediagoblin...
2014-04-10 Berker PeksagIssue #686: Create User.url_for_self() method.
2014-03-26 Christopher Allan... EXIF returns less data than it used to...
2014-03-11 Christopher Allan... The default failures are just way too verbose. Quietin...
2014-03-11 Boris Bobrovadded new slugify with unidecode
2014-02-09 Christopher Allan... robogoblins.xcf
2014-02-09 Christopher Allan... robogoblins source
2014-02-09 Christopher Allan... updated COPYING file for current data in this directory
2014-02-07 Christopher Allan... Source files for some of the test submission artwork.
2014-01-02 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2014-01-02 Christopher Allan... Merge remote-tracking branch 'remotes/jiyda/220_rtl_lan...
2013-12-12 Sebastian SpaethMerge branch 'master' into upstream-master
2013-10-09 Christopher Allan... Merge remote-tracking branch 'tilly-q/OPW-Moderation...
2013-10-08 Christopher Allan... Fixing the test_change_password test. Needed a privilege!
2013-10-08 Christopher Allan... Fixing issues in the tests caused by the OPW-Moderation...
2013-10-07 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2013-09-29 Christopher Allan... Fixing ALL THE BROKEN TESTS. I probably broke most...
2013-09-28 Christopher Allan... Merge remote-tracking branch 'spaetz/master'
2013-09-23 tilly-QThis commit was solely to remove unused imports in...
next