Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Stream decoder now iterates more, fixes #155 | Lorenz Diener | 2019-04-27 | 1 | -18/+20 | |
| | ||||||
* | Merge pull request #157 from jfmcbrayer/status_post_content_type | Lorenz Diener | 2019-04-27 | 1 | -1/+9 | |
|\ | | | | | Add 'content_type' parameter to status_post() for use with Pleroma | |||||
| * | Add 'content_type' parameter to status_post() for use with Pleroma | Jason McBrayer | 2019-01-24 | 1 | -1/+9 | |
| | | | | | | | | | | | | This parameter lets you specify the source content type of your post for Pleroma servers, and accepts 'text/plain', 'text/markdown', and 'text/html'. It defaults to None, but if set on a request to a Mastodon server, it will be safely ignored. | |||||
* | | Merge pull request #158 from lefherz/master | Lorenz Diener | 2019-04-27 | 1 | -0/+6 | |
|\ \ | | | | | | | New exception class if server is malconfigured, e.g. 502 | |||||
| * | | New exception class if server is malconfigured, e.g. 502 | lefherz | 2019-02-03 | 1 | -0/+6 | |
| |/ | ||||||
* | | Merge pull request #164 from codl/link-flakeid | Lorenz Diener | 2019-04-27 | 1 | -4/+12 | |
|\ \ | | | | | | | more robust handling of pagination Link headers | |||||
| * | | improve link header parameter extraction regex | codl | 2019-04-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | oops. str.is_digit() -> str.isdigit() | codl | 2019-04-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | more robust handling of pagination Link headers | codl | 2019-04-15 | 1 | -4/+12 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | during a cursory investigation for #163 I found that the code handling Link headers would not handle non-numeric post IDs like pleroma's flakeIDs correctly IDs starting with a number would be truncated to the first non-digit, and IDs not starting with a number would throw. Thankfully, all flakeIDs generated so far start with 9. Maybe 8 for the earliest ones, I'm not sure. Either way, so far it would only have misbehaved when using the pagination functions or accessing the _pagination_prev and _pagination_next attributes directly | |||||
* / | better handling of non-standard error responses, such as from pleroma | codl | 2019-03-11 | 1 | -2/+5 | |
|/ | ||||||
* | Merge pull request #151 from jrabbit/seven_proxies | Lorenz Diener | 2018-11-26 | 1 | -7/+17 | |
|\ | | | | | Made Session support more robust and added support to .create_app() | |||||
| * | Made Session support more robust and added support to .create_app() | Jack Laxson | 2018-11-18 | 1 | -7/+17 | |
| | | ||||||
* | | Make filter application regex use raw strings | Lorenz Diener | 2018-11-26 | 1 | -2/+2 | |
| | | ||||||
* | | Fix media is-file check | Lorenz Diener | 2018-11-26 | 1 | -4/+4 | |
| | | ||||||
* | | Merge pull request #150 from jfmcbrayer/mime-magic | Lorenz Diener | 2018-11-26 | 1 | -3/+16 | |
|\ \ | | | | | | | Use python-magic to determine mime types from contents | |||||
| * | | Use magic for guessing mime type if available | Jason McBrayer | 2018-11-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Replace uses of mimetypes.guess_type with guess_type wrapper that uses magic if available, and falls back to mimetypes if not. | |||||
| * | | Add requirement for python-magic, and add wrappers to Mastodon.py | Jason McBrayer | 2018-11-12 | 1 | -0/+13 | |
| |/ | ||||||
* / | Adds statement to open file if MIME type is set and file exists | errbufferoverfl | 2018-09-14 | 1 | -0/+2 | |
|/ | ||||||
* | Add filter tests | Lorenz Diener | 2018-07-30 | 1 | -16/+22 | |
| | ||||||
* | Add filter applies function | Lorenz Diener | 2018-07-30 | 1 | -0/+36 | |
| | ||||||
* | Add follow suggestions test | Lorenz Diener | 2018-07-30 | 1 | -1/+1 | |
| | ||||||
* | Add test for status_reply | Lorenz Diener | 2018-07-30 | 1 | -1/+1 | |
| | ||||||
* | Improve documentation for status_reply | Lorenz Diener | 2018-07-30 | 1 | -1/+2 | |
| | ||||||
* | Add "untag" parameter to status_reply | Lorenz Diener | 2018-07-30 | 1 | -4/+9 | |
| | ||||||
* | Fix tests | Lorenz Diener | 2018-07-30 | 1 | -4/+3 | |
| | ||||||
* | Bump supported version | Lorenz Diener | 2018-07-30 | 1 | -1/+1 | |
| | ||||||
* | Add keyword filters | Lorenz Diener | 2018-07-30 | 1 | -2/+78 | |
| | ||||||
* | Add follow suggestions | Lorenz Diener | 2018-07-30 | 1 | -0/+29 | |
| | ||||||
* | Add trendint API | Lorenz Diener | 2018-07-30 | 1 | -2/+15 | |
| | ||||||
* | Search v2 | Lorenz Diener | 2018-07-30 | 1 | -0/+11 | |
| | ||||||
* | Fix version typo | Lorenz Diener | 2018-07-30 | 1 | -4/+4 | |
| | ||||||
* | Document hashtag history dicts | Lorenz Diener | 2018-07-30 | 1 | -1/+1 | |
| | ||||||
* | Add direct language specification | Lorenz Diener | 2018-07-30 | 1 | -6/+14 | |
| | ||||||
* | Muting / Hide Reblogs changes | Lorenz Diener | 2018-07-30 | 1 | -6/+16 | |
| | ||||||
* | Update documentation for search() | Lorenz Diener | 2018-07-30 | 1 | -1/+3 | |
| | ||||||
* | Add status_reply, closes #140 | Lorenz Diener | 2018-07-30 | 1 | -3/+44 | |
| | ||||||
* | 2.4.3 support: Scopes | Lorenz Diener | 2018-07-30 | 1 | -5/+48 | |
| | ||||||
* | Fix #138 | Lorenz Diener | 2018-07-14 | 1 | -0/+4 | |
| | ||||||
* | log_in(): check if granted scopes are a superset of requested | D Anzorge | 2018-06-26 | 1 | -6/+6 | |
| | | | | | | | Currently, Pleroma does not actually have scopes, but grants "read write follow" in all cases. For compatibility, log_in() now checks if the granted scopes include all of the requested scopes, instead of checking if they match exactly. | |||||
* | Add push tests | Lorenz Diener | 2018-06-05 | 1 | -22/+37 | |
| | ||||||
* | New casettes, small fixes | Lorenz Diener | 2018-06-05 | 1 | -2/+1 | |
| | ||||||
* | Fix specifying only access token | Lorenz Diener | 2018-06-05 | 1 | -4/+5 | |
| | ||||||
* | Small test fix | Lorenz Diener | 2018-06-05 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |