aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Document 2.9.2 instance dict changesLorenz Diener2019-06-221-1/+1
* Fix docs for account_statuses (closes #178)Lorenz Diener2019-06-221-1/+2
* Fix versioning for admin_account*Lorenz Diener2019-06-221-4/+13
* Implement and document first half of admin APILorenz Diener2019-06-221-5/+173
* Add healthy test cassetteLorenz Diener2019-06-221-8/+15
* Add, document and test stream_healthyLorenz Diener2019-06-221-18/+46
* Add local hashtag streamingLorenz Diener2019-06-221-2/+7
* Patch to make blurhash optional.Gwyn Ciesla2019-06-121-1/+9
* fixed typolefherz2019-06-051-4/+4
* 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
* Only set authorization header if access_token is presentTobias Bradtke2019-05-121-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
| * Add a word about ssh certificates via sessions.Lorenz Diener2019-05-081-1/+2
| * 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-281-0/+7
* 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-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
* Removed trends endpointLorenz Diener2019-04-271-16/+0
* Documented some things related to non-authed accessLorenz Diener2019-04-271-3/+9
Powered by cgit v1.2.3 (git 2.41.0)