Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2017-12-14 | 1 | -0/+0 | |
|\ | ||||||
| * | Delete .Mastodon.py.kate-swp | Lorenz Diener | 2017-12-13 | 1 | -0/+0 | |
* | | Add last-changed versioning | Lorenz Diener | 2017-12-14 | 2 | -83/+105 | |
|/ | ||||||
* | Merge pull request #114 from halcy/mastodon-2.1.0 | Lorenz Diener | 2017-12-13 | 3 | -123/+374 | |
|\ | ||||||
| * | Document list endpoints | Lorenz Diener | 2017-12-13 | 2 | -11/+23 | |
| * | Add remaining list endpoints | Lorenz Diener | 2017-12-13 | 2 | -1/+60 | |
| * | Add more list endpoints | Lorenz Diener | 2017-12-13 | 2 | -9/+74 | |
| * | Added account_lists(broken) | Lorenz Diener | 2017-12-13 | 1 | -0/+14 | |
| * | Add information about unauthenticated methods | Lorenz Diener | 2017-12-13 | 1 | -0/+14 | |
| * | Add internal links in docs | Lorenz Diener | 2017-12-13 | 2 | -106/+137 | |
| * | Update docs for search function | Lorenz Diener | 2017-12-13 | 2 | -1/+13 | |
| * | Add lists endpoint | Lorenz Diener | 2017-12-13 | 1 | -0/+12 | |
| * | Add list streaming | Lorenz Diener | 2017-12-13 | 2 | -10/+15 | |
| * | Add custom_emojis | Lorenz Diener | 2017-12-13 | 2 | -0/+18 | |
| * | Update verify_credentials docs | Lorenz Diener | 2017-12-13 | 2 | -2/+11 | |
|/ | ||||||
* | Improve documentation | Lorenz Diener | 2017-12-11 | 1 | -2/+23 | |
* | Update docs, fixes #106 | Lorenz Diener | 2017-12-11 | 2 | -4/+5 | |
* | Fix tests | Lorenz Diener | 2017-12-11 | 1 | -2/+2 | |
* | Document versioning | Lorenz Diener | 2017-12-11 | 1 | -0/+11 | |
* | Fix versioning functionality more, explicit version check | Lorenz Diener | 2017-12-11 | 1 | -10/+30 | |
* | Fix instance() | Lorenz Diener | 2017-12-11 | 1 | -1/+1 | |
* | Make the version check be not wrong | Lorenz Diener | 2017-12-11 | 1 | -2/+2 | |
* | Make decorated functions actually return things | Lorenz Diener | 2017-12-11 | 1 | -1/+1 | |
* | Versioning fixes | Lorenz Diener | 2017-12-11 | 2 | -12/+45 | |
* | Version all endpoints where such a thing makes sense | Lorenz Diener | 2017-12-11 | 1 | -7/+61 | |
* | Add versionind decorator | Lorenz Diener | 2017-12-11 | 2 | -3/+35 | |
* | Add codecov status bagge to README | Lorenz Diener | 2017-11-30 | 1 | -0/+4 | |
* | Merge pull request #113 from codl/more-tests | Lorenz Diener | 2017-11-30 | 36 | -91/+2006 | |
|\ | ||||||
| * | add tests for notification methods | codl | 2017-11-30 | 4 | -0/+305 | |
| * | add test for favourites | codl | 2017-11-30 | 2 | -0/+32 | |
| * | add tests for mutes and blocks | codl | 2017-11-30 | 3 | -0/+66 | |
| * | add test for search method | codl | 2017-11-30 | 2 | -0/+33 | |
| * | disable follow request emails on test user | codl | 2017-11-30 | 2 | -3/+19 | |
| * | add tests for follow request methods | codl | 2017-11-30 | 5 | -0/+187 | |
| * | add tests for domain block methods | codl | 2017-11-30 | 3 | -0/+96 | |
| * | add tests for account methods | codl | 2017-11-30 | 10 | -0/+416 | |
| * | add test for using _pagination_prev and _pagination_next directly | codl | 2017-11-29 | 2 | -1/+704 | |
| * | update test docs | codl | 2017-11-29 | 2 | -2/+2 | |
| * | add test for throwing when requesting a hashtag tl with a leading hash | codl | 2017-11-29 | 1 | -2/+7 | |
| * | add another user to the test setup | codl | 2017-11-29 | 4 | -77/+133 | |
* | | Merge pull request #112 from codl/fix-111 | Lorenz Diener | 2017-11-30 | 3 | -2/+38 | |
|\ \ | ||||||
| * | | fix #111 | codl | 2017-11-29 | 1 | -1/+3 | |
| * | | add failing test case for #111 | codl | 2017-11-29 | 2 | -1/+35 | |
| |/ | ||||||
* | | Merge pull request #110 from codl/fix-xfail-tests | Lorenz Diener | 2017-11-30 | 2 | -2/+1 | |
|\ \ | |/ |/| | ||||||
| * | mark the 2 tests that are xfail as strictly xfail | codl | 2017-11-29 | 1 | -1/+1 | |
| * | id hook test shouldn't be marked as expected to fail anymore | codl | 2017-11-29 | 1 | -1/+0 | |
|/ | ||||||
* | Update README.rst | Lorenz Diener | 2017-11-29 | 1 | -0/+3 | |
* | Check hashtags in streaming API | Lorenz Diener | 2017-11-29 | 1 | -0/+2 | |
* | Fix the thing I previously broke | Lorenz Diener | 2017-11-29 | 1 | -1/+1 | |
* | add hashtag leading # detection, closes #105 | Lorenz Diener | 2017-11-29 | 1 | -1/+5 |