aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed typolefherz2019-06-051-4/+4
|
* added imports to __init__.pylefherz2019-06-021-2/+2
|
* better inheritance cascade for HTTP error codes, implemented more errorslefherz2019-06-021-1/+25
|
* extended MastodonServerError for all 5xx error codeslefherz2019-06-021-2/+3
|
* Hey readthedocsLorenz Diener2019-05-311-1/+1
|
* Make some dependencies optionalLorenz Diener2019-05-311-3/+20
|
* Fix #173Lorenz Diener2019-05-311-1/+1
|
* Merge pull request #170 from webwurst/patch-1Lorenz Diener2019-05-311-1/+1
|\ | | | | Only set authorization header if access_token is present
| * Only set authorization header if access_token is presentTobias Bradtke2019-05-121-1/+1
| |
* | fixing ImportErrorlefherz2019-05-181-1/+1
|/
* Fix date parsing failing due to missing field for int parsingLorenz Diener2019-05-111-1/+1
|
* Merge branch 'master' of https://github.com/halcy/Mastodon.pyLorenz Diener2019-05-111-13/+44
|\
| * Fix media and status dict versioningLorenz Diener2019-05-101-2/+2
| |
| * Bump Mastodon version in some placesLorenz Diener2019-05-081-1/+1
| |
| * Document poll/media restriction.Lorenz Diener2019-05-081-3/+10
| | | | | | | | Fixes #166
| * Add a word about ssh certificates via sessions.Lorenz Diener2019-05-081-1/+2
| | | | | | | | Fixes #168.
| * Improce search() versioningLorenz Diener2019-05-081-8/+31
| |
* | Add blurhash codeLorenz Diener2019-05-111-1/+37
|/
* PollsLorenz Diener2019-04-281-15/+82
|
* Add preferences endpointLorenz Diener2019-04-281-0/+15
|
* Add reblog visibilityLorenz Diener2019-04-281-5/+15
|
* Add more parameters to search APILorenz Diener2019-04-281-8/+36
|
* Fix the isoformat formatterLorenz Diener2019-04-281-2/+17
|
* Implement the rest of the scheduled status endpointsLorenz Diener2019-04-281-0/+20
|
* Fixed some timezone problemsLorenz Diener2019-04-281-4/+18
|
* Fix up testsLorenz Diener2019-04-281-0/+5
|
* Add basic support for scheduled statusesLorenz Diener2019-04-281-8/+30
|
* Add account creationLorenz Diener2019-04-281-3/+69
|
* Add support for conversation streamingLorenz Diener2019-04-282-1/+17
|
* Add versioning and return val docs to conversation_readLorenz Diener2019-04-281-0/+3
|
* Add conversation read marking + tests/docsLorenz Diener2019-04-281-0/+15
|
* Add conversation fetchingLorenz Diener2019-04-282-7/+35
|
* 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
|
* Stream decoder now iterates more, fixes #155Lorenz Diener2019-04-271-18/+20
|
* 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
Powered by cgit v1.2.3 (git 2.41.0)