index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
tests
/
test_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-13
/
+13
*
Fix tests on Debian 11.
Ben Sturmfels
2021-04-04
1
-2
/
+11
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-19
/
+19
*
Added tests for tags in image API object
Romain Porte
2017-11-12
1
-0
/
+14
*
Fixed flake8 errors for tests/test_api.py
Romain Porte
2017-11-11
1
-16
/
+30
*
Added tests for custom file name using API
Romain Porte
2017-11-11
1
-2
/
+30
*
Fix #5376 - Ensure links have correct ID
Jessica Tallon
2016-03-01
1
-1
/
+1
*
Fix #5408 - ignore non-int offset in api feed
Loic Dachary
2016-01-25
1
-2
/
+44
*
Added test for #5356 - Read someone else's feed
Jessica Tallon
2015-11-24
1
-2
/
+35
*
Comment changes for federation
Jessica Tallon
2015-10-20
1
-18
/
+11
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-4
/
+3
*
Fix #1077 - Fix updating comment via API and add test
Jessica Tallon
2014-12-16
1
-0
/
+37
*
Fix #1069 - Add deleting images and comments via delete activities
Jessica Tallon
2014-12-15
1
-0
/
+69
*
Fix #1056 - Add flag to accept URLs without a trailing slash
Jessica Tallon
2014-12-12
1
-6
/
+6
*
Fix #1025 - Make API IDs IRIs
Jessica Tallon
2014-11-21
1
-8
/
+11
*
Last two issues related to the python 3 merge tests: fixed!
Christopher Allan Webber
2014-09-16
1
-8
/
+8
*
Annnnd another json decode fix for py3! On a roll with these!
Christopher Allan Webber
2014-09-16
1
-1
/
+1
*
json.loads(request.body) => json.loads(response.body.decode()))
Christopher Allan Webber
2014-09-16
1
-7
/
+7
*
Import mock from unittest if on py3
Christopher Allan Webber
2014-09-16
1
-1
/
+4
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-52
/
+447
|
\
|
*
Tidy up federation code and add tests to cover more of the APIs
Jessica Tallon
2014-08-18
1
-27
/
+91
|
*
Add more security checks when updating objects and tests
Jessica Tallon
2014-08-04
1
-15
/
+92
|
*
Fix some security concerns regrding inpersonation in federation code.
Jessica Tallon
2014-07-31
1
-0
/
+80
|
*
Fix #927 - Clean up federation code after Elrond's review
Jessica Tallon
2014-07-30
1
-36
/
+7
|
*
Switch from slug to ID and clean up style to conform to PEP-8
Jessica Tallon
2014-07-22
1
-8
/
+16
|
*
Create test for garbage collection
Jessica Tallon
2014-07-22
1
-4
/
+37
|
*
Add test for API object endpoint
Jessica Tallon
2014-07-22
1
-0
/
+29
|
*
Add more tests for federation APIs
Jessica Tallon
2014-07-22
1
-34
/
+143
|
*
Require uploader privileges to upload media to API
Jessica Tallon
2014-07-22
1
-19
/
+24
|
*
Remove unneeded oauth fixtures and add test for image submission
Jessica Tallon
2014-07-22
1
-38
/
+80
|
*
Adds the unit-tests for API and cleans up API
xray7224
2014-07-22
1
-65
/
+42
*
|
Fix another tests.
Berker Peksag
2014-08-07
1
-3
/
+3
*
|
Fix tests on Python 3.
Berker Peksag
2014-07-14
1
-2
/
+2
|
/
*
This commit was solely to remove unused imports in the code that I have written
tilly-Q
2013-09-23
1
-1
/
+0
*
This was a very small update, I'm hoping to rebase after this to solve some
tilly-Q
2013-08-20
1
-1
/
+3
*
Reverting "Always activate testing in every test module ever."
Christopher Allan Webber
2013-05-17
1
-3
/
+0
*
Always activate testing in every test module ever.
Christopher Allan Webber
2013-05-16
1
-0
/
+3
*
Refactor test resources into new resources.py
Elrond
2013-04-17
1
-16
/
+2
*
Really removing nosetests things now! all assert_whatever removed
Christopher Allan Webber
2013-04-06
1
-1
/
+0
*
Switch test_app generation over to use py.test fixtures.
Christopher Allan Webber
2013-04-04
1
-11
/
+14
*
All mediagoblin tests now pass with py.test (switched setUp to setup)
Christopher Allan Webber
2013-04-03
1
-1
/
+1
*
Rename get_test_app to get_app.
Elrond
2013-01-18
1
-2
/
+2
*
Don't get a fresh app when not needed
Sebastian Spaeth
2013-01-08
1
-1
/
+1
*
Fix some unicode related issues in oauth and the api.
Elrond
2012-12-23
1
-1
/
+1
*
Added API tests
Joar Wandborg
2012-12-23
1
-0
/
+104