aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PollsLorenz Diener2019-04-284-17/+401
|
* Add preferences endpointLorenz Diener2019-04-284-2/+75
|
* Try to fix the scheduled status test, 2.7 editionLorenz Diener2019-04-282-29/+30
|
* Add reblog visibilityLorenz Diener2019-04-283-5/+116
|
* Add more parameters to search APILorenz Diener2019-04-283-16/+137
|
* Matching is now path only - might help?Lorenz Diener2019-04-281-1/+1
|
* Another attempt at test fixing. Unsure what is up.Lorenz Diener2019-04-281-26/+26
|
* Fix the isoformat formatterLorenz Diener2019-04-282-28/+43
|
* Fix tests, againLorenz Diener2019-04-282-32/+33
|
* Add scheduled status testLorenz Diener2019-04-282-0/+203
|
* Implement the rest of the scheduled status endpointsLorenz Diener2019-04-282-0/+36
|
* Fixed some timezone problemsLorenz Diener2019-04-282-5/+46
|
* Fix up testsLorenz Diener2019-04-282-1/+6
|
* Add basic support for scheduled statusesLorenz Diener2019-04-281-8/+30
|
* Document account creationLorenz Diener2019-04-281-1/+4
|
* Add account creationLorenz Diener2019-04-283-3/+206
|
* Add support for conversation streamingLorenz Diener2019-04-283-1/+18
|
* Add versioning and return val docs to conversation_readLorenz Diener2019-04-281-0/+3
|
* Add conversation read marking + tests/docsLorenz Diener2019-04-284-26/+142
|
* Add conversation fetchingLorenz Diener2019-04-285-8/+209
|
* Bump version on status_reply and tootLorenz Diener2019-04-281-2/+2
|
* Breaking change: Stream functions now return immediately (Fixes #149)Lorenz Diener2019-04-283-89/+85
|
* Improve OAuth support and docsLorenz Diener2019-04-282-6/+30
|
* Test and document app_verify_credentialsLorenz Diener2019-04-283-0/+41
|
* implement app_verify_credentials, document entity changeLorenz Diener2019-04-282-1/+15
|
* Fix version number for instance dictLorenz Diener2019-04-271-1/+1
|
* Update instance dict docs and versionLorenz Diener2019-04-272-1/+8
|
* Fix broken testsLorenz Diener2019-04-273-12/+14
|
* Add min_id parameter to a lot of functionsLorenz Diener2019-04-271-39/+78
|
* Implement, document and test pagination changesLorenz Diener2019-04-278-852/+2981
|
* Add endorsements (with docs and tests)Lorenz Diener2019-04-276-5/+314
|
* Document 2.5.0 entity updatesLorenz Diener2019-04-272-2/+5
|
* Test fixups and small 2.8 fixesLorenz Diener2019-04-2794-4358/+3798
| | | | Pagination backwards is broken presently.
* Removed trends endpointLorenz Diener2019-04-272-21/+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
|
* Document new errorLorenz Diener2019-04-271-0/+3
|
* Stream decoder now iterates more, fixes #155Lorenz Diener2019-04-271-18/+20
|
* Update Pipfile.lock to ensure all the dependencies are safeLorenz Diener2019-04-271-196/+200
|
* Update index.rstLorenz Diener2019-04-271-1/+2
|
* Update index.rstLorenz Diener2019-04-271-2/+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 #161 from codl/doc-ratelimitLorenz Diener2019-04-271-3/+22
|\ \ | | | | | | document rate limiting attributes
| * | document rate limiting attributescodl2019-03-111-3/+22
| |/ | | | | | | | | p sure the thing about editing them was actually wrong since they get updated on every request
* | Merge pull request #164 from codl/link-flakeidLorenz Diener2019-04-275-5/+42
|\ \ | | | | | | more robust handling of pagination Link headers
| * | oh. forgot to update setup.py as wellcodl2019-04-151-1/+1
| | |
| * | add test for link headers. this adds requests-mock as a dependencycodl2019-04-153-0/+29
| | |
Powered by cgit v1.2.3 (git 2.41.0)