aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add conversation read marking + tests/docsLorenz Diener2019-04-281-0/+15
|
* Add conversation fetchingLorenz Diener2019-04-281-6/+33
|
* Bump version on status_reply and tootLorenz Diener2019-04-281-2/+2
|
* Breaking change: Stream functions now return immediately (Fixes #149)Lorenz Diener2019-04-281-11/+15
|
* Improve OAuth support and docsLorenz Diener2019-04-281-6/+28
|
* implement app_verify_credentials, document entity changeLorenz Diener2019-04-281-1/+14
|
* Fix version number for instance dictLorenz Diener2019-04-271-1/+1
|
* Update instance dict docs and versionLorenz Diener2019-04-271-1/+1
|
* Add min_id parameter to a lot of functionsLorenz Diener2019-04-271-39/+78
|
* Implement, document and test pagination changesLorenz Diener2019-04-271-3/+20
|
* Add endorsements (with docs and tests)Lorenz Diener2019-04-271-1/+38
|
* Document 2.5.0 entity updatesLorenz Diener2019-04-271-2/+2
|
* Test fixups and small 2.8 fixesLorenz Diener2019-04-271-2/+2
| | | | Pagination backwards is broken presently.
* Removed trends endpointLorenz Diener2019-04-271-16/+0
|
* Documented some things related to non-authed accessLorenz Diener2019-04-271-3/+9
|
* Allow object creation with no credentials whatsoeverLorenz Diener2019-04-271-3/+3
|
* Merge pull request #157 from jfmcbrayer/status_post_content_typeLorenz Diener2019-04-271-1/+9
|\ | | | | Add 'content_type' parameter to status_post() for use with Pleroma
| * Add 'content_type' parameter to status_post() for use with PleromaJason McBrayer2019-01-241-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/masterLorenz Diener2019-04-271-0/+6
|\ \ | | | | | | New exception class if server is malconfigured, e.g. 502
| * | New exception class if server is malconfigured, e.g. 502lefherz2019-02-031-0/+6
| |/
* | Merge pull request #164 from codl/link-flakeidLorenz Diener2019-04-271-4/+12
|\ \ | | | | | | more robust handling of pagination Link headers
| * | improve link header parameter extraction regexcodl2019-04-151-2/+2
| | |
| * | oops. str.is_digit() -> str.isdigit()codl2019-04-151-2/+2
| | |
| * | more robust handling of pagination Link headerscodl2019-04-151-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 pleromacodl2019-03-111-2/+5
|/
* Merge pull request #151 from jrabbit/seven_proxiesLorenz Diener2018-11-261-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 Laxson2018-11-181-7/+17
| |
* | Make filter application regex use raw stringsLorenz Diener2018-11-261-2/+2
| |
* | Fix media is-file checkLorenz Diener2018-11-261-4/+4
| |
* | Merge pull request #150 from jfmcbrayer/mime-magicLorenz Diener2018-11-261-3/+16
|\ \ | | | | | | Use python-magic to determine mime types from contents
| * | Use magic for guessing mime type if availableJason McBrayer2018-11-121-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.pyJason McBrayer2018-11-121-0/+13
| |/
* / Adds statement to open file if MIME type is set and file existserrbufferoverfl2018-09-141-0/+2
|/
* Add filter testsLorenz Diener2018-07-301-16/+22
|
* Add filter applies functionLorenz Diener2018-07-301-0/+36
|
* Add follow suggestions testLorenz Diener2018-07-301-1/+1
|
* Add test for status_replyLorenz Diener2018-07-301-1/+1
|
* Improve documentation for status_replyLorenz Diener2018-07-301-1/+2
|
* Add "untag" parameter to status_replyLorenz Diener2018-07-301-4/+9
|
* Fix testsLorenz Diener2018-07-301-4/+3
|
* Bump supported versionLorenz Diener2018-07-301-1/+1
|
* Add keyword filtersLorenz Diener2018-07-301-2/+78
|
* Add follow suggestionsLorenz Diener2018-07-301-0/+29
|
* Add trendint APILorenz Diener2018-07-301-2/+15
|
* Search v2Lorenz Diener2018-07-301-0/+11
|
* Fix version typoLorenz Diener2018-07-301-4/+4
|
* Document hashtag history dictsLorenz Diener2018-07-301-1/+1
|
* Add direct language specificationLorenz Diener2018-07-301-6/+14
|
* Muting / Hide Reblogs changesLorenz Diener2018-07-301-6/+16
|
* Update documentation for search()Lorenz Diener2018-07-301-1/+3
|
Powered by cgit v1.2.3 (git 2.41.0)