Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Bump Mastodon version in some places | Lorenz Diener | 2019-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Document poll/media restriction. | Lorenz Diener | 2019-05-08 | 1 | -3/+10 | |
| | | | | | | | | Fixes #166 | |||||
| * | Add a word about ssh certificates via sessions. | Lorenz Diener | 2019-05-08 | 1 | -1/+2 | |
| | | | | | | | | Fixes #168. | |||||
| * | Improce search() versioning | Lorenz Diener | 2019-05-08 | 1 | -8/+31 | |
| | | ||||||
* | | Add blurhash code | Lorenz Diener | 2019-05-11 | 1 | -1/+37 | |
|/ | ||||||
* | Polls | Lorenz Diener | 2019-04-28 | 1 | -15/+82 | |
| | ||||||
* | Add preferences endpoint | Lorenz Diener | 2019-04-28 | 1 | -0/+15 | |
| | ||||||
* | Add reblog visibility | Lorenz Diener | 2019-04-28 | 1 | -5/+15 | |
| | ||||||
* | Add more parameters to search API | Lorenz Diener | 2019-04-28 | 1 | -8/+36 | |
| | ||||||
* | Fix the isoformat formatter | Lorenz Diener | 2019-04-28 | 1 | -2/+17 | |
| | ||||||
* | Implement the rest of the scheduled status endpoints | Lorenz Diener | 2019-04-28 | 1 | -0/+20 | |
| | ||||||
* | Fixed some timezone problems | Lorenz Diener | 2019-04-28 | 1 | -4/+18 | |
| | ||||||
* | Fix up tests | Lorenz Diener | 2019-04-28 | 1 | -0/+5 | |
| | ||||||
* | Add basic support for scheduled statuses | Lorenz Diener | 2019-04-28 | 1 | -8/+30 | |
| | ||||||
* | Add account creation | Lorenz Diener | 2019-04-28 | 1 | -3/+69 | |
| | ||||||
* | Add support for conversation streaming | Lorenz Diener | 2019-04-28 | 1 | -0/+7 | |
| | ||||||
* | Add versioning and return val docs to conversation_read | Lorenz Diener | 2019-04-28 | 1 | -0/+3 | |
| | ||||||
* | Add conversation read marking + tests/docs | Lorenz Diener | 2019-04-28 | 1 | -0/+15 | |
| | ||||||
* | Add conversation fetching | Lorenz Diener | 2019-04-28 | 1 | -6/+33 | |
| | ||||||
* | Bump version on status_reply and toot | Lorenz Diener | 2019-04-28 | 1 | -2/+2 | |
| | ||||||
* | Breaking change: Stream functions now return immediately (Fixes #149) | Lorenz Diener | 2019-04-28 | 1 | -11/+15 | |
| | ||||||
* | Improve OAuth support and docs | Lorenz Diener | 2019-04-28 | 1 | -6/+28 | |
| | ||||||
* | implement app_verify_credentials, document entity change | Lorenz Diener | 2019-04-28 | 1 | -1/+14 | |
| | ||||||
* | Fix version number for instance dict | Lorenz Diener | 2019-04-27 | 1 | -1/+1 | |
| | ||||||
* | Update instance dict docs and version | Lorenz Diener | 2019-04-27 | 1 | -1/+1 | |
| | ||||||
* | Add min_id parameter to a lot of functions | Lorenz Diener | 2019-04-27 | 1 | -39/+78 | |
| | ||||||
* | Implement, document and test pagination changes | Lorenz Diener | 2019-04-27 | 1 | -3/+20 | |
| | ||||||
* | Add endorsements (with docs and tests) | Lorenz Diener | 2019-04-27 | 1 | -1/+38 | |
| | ||||||
* | Document 2.5.0 entity updates | Lorenz Diener | 2019-04-27 | 1 | -2/+2 | |
| | ||||||
* | Test fixups and small 2.8 fixes | Lorenz Diener | 2019-04-27 | 1 | -2/+2 | |
| | | | | Pagination backwards is broken presently. | |||||
* | Removed trends endpoint | Lorenz Diener | 2019-04-27 | 1 | -16/+0 | |
| | ||||||
* | Documented some things related to non-authed access | Lorenz Diener | 2019-04-27 | 1 | -3/+9 | |
| | ||||||
* | Allow object creation with no credentials whatsoever | Lorenz Diener | 2019-04-27 | 1 | -3/+3 | |
| | ||||||
* | 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 | |
|/ |