Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix 500 from status_post capitalized visibilities | Robert Mock | 2018-02-11 | 1 | -1/+2 | |
|/ | | | The validator for the 'visibility' parameter lower()s it before verifying, but this means that "direct", "Direct", and "dIRECT" all pass validation. However, passing in 'Direct' (at least, to my instance) throws `mastodon.Mastodon.MastodonAPIError: ('Mastodon API returned error', 500, 'Internal Server Error', None)`. This corrects the parameter in-place. | |||||
* | Merge pull request #121 from joyeusenoelle/patch-1 | Lorenz Diener | 2018-02-02 | 1 | -3/+8 | |
|\ | | | | | Update Mastodon.py documentation for status_post() | |||||
| * | Update Mastodon.py | Noëlle Anthony | 2018-02-02 | 1 | -4/+6 | |
| | | | | | | Modified docstring slightly; added type checking for media_ids in the status_post() method. If media_ids is not a list or tuple, put it into a list before parsing it. | |||||
| * | Update Mastodon.py documentation for status_post() | Noëlle Anthony | 2018-02-01 | 1 | -3/+6 | |
|/ | | | Updated the docstring for the status_post method to more clearly indicate that the *media_id* argument must be a list even when passing in media dicts returned by *media_post*. (This inclarity cost me quite a bit of debugging this evening.) | |||||
* | Knew I forgot to bump version somewhere. | Lorenz Diener | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Update DEVELOPMENT.md | Lorenz Diener | 2018-01-29 | 1 | -0/+1 | |
| | | | honestly there has to be a better way to get readthedocs to grab tags from git than... this? | |||||
* | Prepare release 1.2.2 | Lorenz Diener | 2018-01-29 | 3 | -2/+11 | |
| | ||||||
* | Bump supported version in docs, code to 2.2.0 | Lorenz Diener | 2018-01-29 | 2 | -3/+3 | |
| | ||||||
* | Fix typo that made test break | Lorenz Diener | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add 2.1.2 functions | Lorenz Diener | 2018-01-29 | 2 | -10/+48 | |
| | ||||||
* | Fix get_supported_version() | Lorenz Diener | 2018-01-29 | 1 | -2/+3 | |
| | ||||||
* | Fixed event not being cleared after dispatch | Lorenz Diener | 2018-01-29 | 1 | -0/+1 | |
| | ||||||
* | Remove state from handle_stream, fixes #119 | Lorenz Diener | 2018-01-29 | 1 | -19/+18 | |
| | ||||||
* | Merge pull request #118 from codl/subclass-api-errors | Lorenz Diener | 2018-01-29 | 4 | -35/+139 | |
|\ | | | | | Subclass api errors | |||||
| * | update tests | codl | 2018-01-03 | 3 | -4/+92 | |
| | | ||||||
| * | subclass api errors | codl | 2018-01-03 | 1 | -31/+47 | |
|/ | ||||||
* | refresh docs | Lorenz Diener | 2017-12-21 | 1 | -1/+1 | |
| | ||||||
* | Prepare release | Lorenz Diener | 2017-12-21 | 3 | -2/+7 | |
| | ||||||
* | Adjust streaming tests | Lorenz Diener | 2017-12-21 | 2 | -2/+13 | |
| | ||||||
* | Daemonize streams | Lorenz Diener | 2017-12-19 | 1 | -1/+1 | |
| | ||||||
* | Fix streaming API to be more stable (closes #117) | Lorenz Diener | 2017-12-19 | 2 | -27/+35 | |
| | ||||||
* | Fix missing async in hashtag/list streams | Lorenz Diener | 2017-12-19 | 1 | -5/+7 | |
| | ||||||
* | hi readthedocs | Lorenz Diener | 2017-12-15 | 1 | -1/+1 | |
| | ||||||
* | Fix changelog | Lorenz Diener | 2017-12-15 | 1 | -1/+1 | |
| | ||||||
* | FURTHER release preparations | Lorenz Diener | 2017-12-15 | 1 | -2/+11 | |
| | ||||||
* | Prepare release, part 2 | Lorenz Diener | 2017-12-15 | 2 | -1/+7 | |
| | ||||||
* | Prepare release | Lorenz Diener | 2017-12-15 | 3 | -5/+5 | |
| | ||||||
* | The application field is weird (#115) | Lorenz Diener | 2017-12-15 | 1 | -2/+3 | |
| | ||||||
* | Update changelog (preliminary) | Lorenz Diener | 2017-12-14 | 2 | -2/+22 | |
| | ||||||
* | Change version in conf for readthedocs | Lorenz Diener | 2017-12-14 | 1 | -2/+2 | |
| | ||||||
* | Fix some problems with attribute access | Lorenz Diener | 2017-12-14 | 1 | -15/+25 | |
| | ||||||
* | Fix changelog indents | Lorenz Diener | 2017-12-14 | 1 | -33/+33 | |
| | ||||||
* | Add Acknowledgements to readme / docs | Lorenz Diener | 2017-12-14 | 2 | -1/+13 | |
| | ||||||
* | Small documentation fix | Lorenz Diener | 2017-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fix version check | Lorenz Diener | 2017-12-14 | 1 | -8/+8 | |
| | ||||||
* | Change default version check behaviour | Lorenz Diener | 2017-12-14 | 2 | -18/+38 | |
| | ||||||
* | Make attribute-style access better | Lorenz Diener | 2017-12-14 | 1 | -2/+9 | |
| | ||||||
* | Add dict attribute access | Lorenz Diener | 2017-12-14 | 1 | -0/+15 | |
| | ||||||
* | Push version in tests to 2.1.0 | Lorenz Diener | 2017-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fix account_statuses breakage | Lorenz Diener | 2017-12-14 | 1 | -2/+10 | |
| | ||||||
* | Improve application docs. Closes #115 | Lorenz Diener | 2017-12-14 | 2 | -2/+15 | |
| | ||||||
* | Add supported version in a place where python can read it | Lorenz Diener | 2017-12-14 | 1 | -1/+2 | |
| | ||||||
* | More tiny doc fixing | Lorenz Diener | 2017-12-14 | 1 | -6/+6 | |
| | ||||||
* | Fix typos | Lorenz Diener | 2017-12-14 | 1 | -0/+0 | |
| | ||||||
* | Fix doc scrollyness | Lorenz Diener | 2017-12-14 | 1 | -8/+15 | |
| | ||||||
* | 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 | |
|\ | | | | | Mastodon 2.1.0 | |||||
| * | Document list endpoints | Lorenz Diener | 2017-12-13 | 2 | -11/+23 | |
| | |