Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -8/+34 |
| | |||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2019-04-29 | 1 | -1/+1 |
|\ | |||||
| * | readthedocs what up | Lorenz Diener | 2019-04-28 | 1 | -1/+1 |
| | | |||||
* | | Oops I forgot to commit the polls test | Lorenz Diener | 2019-04-29 | 1 | -0/+27 |
|/ | |||||
* | Release prep | Lorenz Diener | 2019-04-28 | 5 | -49/+78 |
| | |||||
* | Polls | Lorenz Diener | 2019-04-28 | 4 | -17/+401 |
| | |||||
* | Add preferences endpoint | Lorenz Diener | 2019-04-28 | 4 | -2/+75 |
| | |||||
* | Try to fix the scheduled status test, 2.7 edition | Lorenz Diener | 2019-04-28 | 2 | -29/+30 |
| | |||||
* | Add reblog visibility | Lorenz Diener | 2019-04-28 | 3 | -5/+116 |
| | |||||
* | Add more parameters to search API | Lorenz Diener | 2019-04-28 | 3 | -16/+137 |
| | |||||
* | Matching is now path only - might help? | Lorenz Diener | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | Another attempt at test fixing. Unsure what is up. | Lorenz Diener | 2019-04-28 | 1 | -26/+26 |
| | |||||
* | Fix the isoformat formatter | Lorenz Diener | 2019-04-28 | 2 | -28/+43 |
| | |||||
* | Fix tests, again | Lorenz Diener | 2019-04-28 | 2 | -32/+33 |
| | |||||
* | Add scheduled status test | Lorenz Diener | 2019-04-28 | 2 | -0/+203 |
| | |||||
* | Implement the rest of the scheduled status endpoints | Lorenz Diener | 2019-04-28 | 2 | -0/+36 |
| | |||||
* | Fixed some timezone problems | Lorenz Diener | 2019-04-28 | 2 | -5/+46 |
| | |||||
* | Fix up tests | Lorenz Diener | 2019-04-28 | 2 | -1/+6 |
| | |||||
* | Add basic support for scheduled statuses | Lorenz Diener | 2019-04-28 | 1 | -8/+30 |
| | |||||
* | Document account creation | Lorenz Diener | 2019-04-28 | 1 | -1/+4 |
| | |||||
* | Add account creation | Lorenz Diener | 2019-04-28 | 3 | -3/+206 |
| | |||||
* | Add support for conversation streaming | Lorenz Diener | 2019-04-28 | 3 | -1/+18 |
| | |||||
* | 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 | 4 | -26/+142 |
| | |||||
* | Add conversation fetching | Lorenz Diener | 2019-04-28 | 5 | -8/+209 |
| | |||||
* | 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 | 3 | -89/+85 |
| | |||||
* | Improve OAuth support and docs | Lorenz Diener | 2019-04-28 | 2 | -6/+30 |
| | |||||
* | Test and document app_verify_credentials | Lorenz Diener | 2019-04-28 | 3 | -0/+41 |
| | |||||
* | implement app_verify_credentials, document entity change | Lorenz Diener | 2019-04-28 | 2 | -1/+15 |
| | |||||
* | 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 | 2 | -1/+8 |
| | |||||
* | Fix broken tests | Lorenz Diener | 2019-04-27 | 3 | -12/+14 |
| | |||||
* | 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 | 8 | -852/+2981 |
| | |||||
* | Add endorsements (with docs and tests) | Lorenz Diener | 2019-04-27 | 6 | -5/+314 |
| | |||||
* | Document 2.5.0 entity updates | Lorenz Diener | 2019-04-27 | 2 | -2/+5 |
| | |||||
* | Test fixups and small 2.8 fixes | Lorenz Diener | 2019-04-27 | 94 | -4358/+3798 |
| | | | | Pagination backwards is broken presently. | ||||
* | Removed trends endpoint | Lorenz Diener | 2019-04-27 | 2 | -21/+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 |
| | |||||
* | Document new error | Lorenz Diener | 2019-04-27 | 1 | -0/+3 |
| | |||||
* | Stream decoder now iterates more, fixes #155 | Lorenz Diener | 2019-04-27 | 1 | -18/+20 |
| | |||||
* | Update Pipfile.lock to ensure all the dependencies are safe | Lorenz Diener | 2019-04-27 | 1 | -196/+200 |
| | |||||
* | Update index.rst | Lorenz Diener | 2019-04-27 | 1 | -1/+2 |
| | |||||
* | Update index.rst | Lorenz Diener | 2019-04-27 | 1 | -2/+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. |