Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2018-06-05 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix doc typo | Lorenz Diener | 2018-06-05 | 1 | -1/+1 | |
| | | ||||||
* | | Improve on_abort handler | Lorenz Diener | 2018-06-05 | 1 | -19/+41 | |
| | | ||||||
* | | Add notif dict docs | Lorenz Diener | 2018-06-05 | 1 | -1/+3 | |
|/ | ||||||
* | Improve docs | Lorenz Diener | 2018-06-05 | 1 | -1/+1 | |
| | ||||||
* | Add webpush support | Lorenz Diener | 2018-06-05 | 1 | -5/+165 | |
| | ||||||
* | Add fields support, tests | Lorenz Diener | 2018-06-05 | 1 | -6/+21 | |
| | ||||||
* | Clarify streaming docs | Lorenz Diener | 2018-06-04 | 1 | -2/+1 | |
| | ||||||
* | Fix py2 compat | Lorenz Diener | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | Streaming error handler | Lorenz Diener | 2018-06-04 | 1 | -0/+7 | |
| | ||||||
* | Move pagination info to attributes | Lorenz Diener | 2018-06-04 | 2 | -10/+9 | |
| | ||||||
* | Add idempotency keys, documentation improvements | Lorenz Diener | 2018-06-04 | 1 | -6/+17 | |
| | ||||||
* | Add pinning/unpinning, media_update | Lorenz Diener | 2018-06-04 | 1 | -2/+38 | |
| | ||||||
* | Fix optional args in account_update_credentials | Théo Le Calvar | 2018-05-20 | 1 | -12/+14 | |
| | | | | avatar and header are now correctly ignored if not specified. | |||||
* | Fix typo in account_update_credentials | Théo Le Calvar | 2018-05-20 | 1 | -1/+1 | |
| | | | | Mime type of avatar was used to guess extension of header. | |||||
* | update constructor to support access_token only | Joel Gil Leon | 2018-05-19 | 1 | -11/+14 | |
| | ||||||
* | Fix some bugs, update tests | Lorenz Diener | 2018-05-07 | 1 | -74/+126 | |
| | ||||||
* | Add focal points | Lorenz Diener | 2018-05-06 | 1 | -7/+13 | |
| | ||||||
* | Add only_media parameter to timelines | Lorenz Diener | 2018-05-06 | 1 | -2/+4 | |
| | ||||||
* | Merge branch 'master' into stream-timeout | Lorenz Diener | 2018-05-06 | 1 | -19/+62 | |
|\ | ||||||
| * | Add lists tests and fix a bug | Lorenz Diener | 2018-05-06 | 1 | -0/+1 | |
| | | ||||||
| * | Fix daemonization in python 2 | Lorenz Diener | 2018-05-06 | 1 | -1/+2 | |
| | | ||||||
| * | Switch to using requests Session objects | Lorenz Diener | 2018-05-06 | 1 | -3/+4 | |
| | | ||||||
| * | Fix several bugs | Lorenz Diener | 2018-04-18 | 1 | -12/+48 | |
| | | ||||||
| * | Raise last changed version on instance() | Lorenz Diener | 2018-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | First steps to 2.3.0 support | Lorenz Diener | 2018-04-17 | 1 | -2/+4 | |
| | | ||||||
| * | Fix for the fix | Lorenz Diener | 2018-04-17 | 1 | -1/+1 | |
| | | ||||||
| * | Small fix to account_search | Lorenz Diener | 2018-04-17 | 1 | -2/+3 | |
| | | ||||||
* | | raise MastodonReadTimeout when a stream times out | codl | 2018-04-19 | 2 | -3/+12 | |
| | | ||||||
* | | Merge branch 'master' into stream-timeout | Lorenz Diener | 2018-04-17 | 3 | -50/+96 | |
|\| | ||||||
| * | Rename async to run_async, fixes #120 | Lorenz Diener | 2018-04-17 | 1 | -12/+12 | |
| | | ||||||
| * | Make imports better (fixes #129) | Lorenz Diener | 2018-04-17 | 1 | -2/+2 | |
| | | ||||||
| * | Add is_receiving: | Lorenz Diener | 2018-04-17 | 1 | -1/+9 | |
| | | ||||||
| * | Nicen up reconnect waiting | Lorenz Diener | 2018-04-17 | 1 | -5/+6 | |
| | | ||||||
| * | Add async autoreconnect | Lorenz Diener | 2018-04-17 | 2 | -30/+60 | |
| | | ||||||
| * | Re-raise Chunked Encoding Errors as Network Errors | Lorenz Diener | 2018-02-20 | 1 | -18/+25 | |
| | | ||||||
* | | add timeouts to streams (GH-127) | codl | 2018-04-08 | 1 | -10/+12 | |
|/ | ||||||
* | 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. | |||||
* | 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.) | |||||
* | Bump supported version in docs, code to 2.2.0 | Lorenz Diener | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Fix typo that made test break | Lorenz Diener | 2018-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add 2.1.2 functions | Lorenz Diener | 2018-01-29 | 1 | -9/+30 | |
| | ||||||
* | 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 | |
| | ||||||
* | subclass api errors | codl | 2018-01-03 | 1 | -31/+47 | |
| | ||||||
* | Adjust streaming tests | Lorenz Diener | 2017-12-21 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |