Added tests for tags in image API object
[mediagoblin.git] / mediagoblin / tests / test_api.py
2017-11-11 Romain PorteAdded tests for tags in image API object
2017-11-11 Romain PorteFixed flake8 errors for tests/test_api.py
2017-11-11 Romain PorteAdded tests for custom file name using API
2017-01-29 Boris BobrovMerge remote-tracking branch 'spechards-mediagoblin...
2016-03-01 Jessica TallonFix #5376 - Ensure links have correct ID
2016-02-05 Boris BobrovMerge branch 'media_panel'
2016-02-05 Boris BobrovMerge branch 'master' of git.sv.gnu.org:/srv/git/mediag...
2016-01-25 Loic DacharyFix #5408 - ignore non-int offset in api feed
2015-12-20 Boris BobrovMerge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-12-20 Christopher Allan... Merge branch 'stable'
2015-11-24 Jessica TallonAdded test for #5356 - Read someone else's feed
2015-10-20 Jessica TallonMerge branch 'comments'
2015-10-20 Jessica TallonComment changes for federation
2015-10-07 Jessica TallonCollection changes and migration for federation
2015-04-17 Christopher Allan... Merge branch 'stable'
2015-03-20 Christopher Allan... Merge branch 'stable'
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-09 Jessica TallonMerge branch 'location'
2014-10-07 Jessica TallonMerge branch '905-activities'
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... json.loads(request.body) => json.loads(response.body...
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-07 Berker PeksagFix another tests.
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-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 xray7224Adds the unit-tests for API and cleans up API
2014-07-14 Berker PeksagFix tests on Python 3.
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-07 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tilly-q...
2013-09-23 tilly-QThis commit was solely to remove unused imports in...
2013-09-12 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-08-20 tilly-QMerge branch 'master' into OPW-Moderation-Update
2013-08-20 tilly-QThis was a very small update, I'm hoping to rebase...
2013-07-31 Rodney EwingMerge commit 'refs/merge-requests/55' of git://gitoriou...
2013-06-21 AditiMerge remote-tracking branch 'cweb/master'
2013-05-19 Brandon InvergoMerge branch 'master' of git://gitorious.org/mediagobli...
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-05-17 Christopher Allan... Reverting "Always activate testing in every test module...
2013-05-16 Christopher Allan... Always activate testing in every test module ever.
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-16 ElrondRefactor test resources into new resources.py
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-06 Christopher Allan... Really removing nosetests things now! all assert_whate...
2013-04-05 Christopher Allan... Merge branch '614_multi_test_config'
2013-04-05 Christopher Allan... Switch test_app generation over to use py.test fixtures.
2013-04-03 Christopher Allan... All mediagoblin tests now pass with py.test (switched...
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-18 ElrondRename get_test_app to get_app.
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-08 Sebastian SpaethMerge branch 'WIP/test_performance'
2013-01-08 Sebastian SpaethDon't get a fresh app when not needed
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-23 ElrondFix some unicode related issues in oauth and the api.
2012-12-23 Joar WandborgAdded API tests