Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump | Lorenz Diener | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Documented report dicts | Lorenz Diener | 2017-11-21 | 1 | -0/+14 |
| | |||||
* | Fix documentation writing style | Lorenz Diener | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Emoji dict documentation | Lorenz Diener | 2017-11-21 | 1 | -4/+16 |
| | |||||
* | update supported version in docs | codl | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Redesign exception hierarchy | Elizabeth Myers | 2017-09-25 | 1 | -1/+6 |
| | | | | | | | | | | All Mastodon.py errors now derive from MastodonError, for easier catching in application code that just wants to see if something happened, and isn't too miffed about the details. I/O Errors derive from MastodonIOError, for similar reasons. This change is designed to be backwards compatible. | ||||
* | Add conversation muting | Lorenz Diener | 2017-09-08 | 1 | -0/+2 |
| | |||||
* | Update documentation | Lorenz Diener | 2017-09-08 | 1 | -8/+50 |
| | |||||
* | Update docs about notifications | Lorenz Diener | 2017-09-08 | 1 | -1/+8 |
| | |||||
* | fixed incorrect rate limit number | Zac | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Small doc fix to be same as README | Lorenz Diener | 2017-06-16 | 1 | -0/+3 |
| | |||||
* | Pagination | Lorenz Diener | 2017-06-16 | 1 | -3/+34 |
| | |||||
* | Some clarifications about api base URLs. | Lorenz Diener | 2017-06-16 | 1 | -1/+7 |
| | |||||
* | Fix broken example | Lorenz Diener | 2017-06-15 | 1 | -2/+4 |
| | |||||
* | Domain blocking + documentation | Lorenz Diener | 2017-06-15 | 1 | -0/+13 |
| | |||||
* | More doc fixes, instance dictionaries | Lorenz Diener | 2017-06-15 | 1 | -19/+30 |
| | |||||
* | More fixes to documentation | Lorenz Diener | 2017-06-15 | 1 | -7/+30 |
| | |||||
* | Small documentation adjustments | Lorenz Diener | 2017-06-15 | 1 | -6/+9 |
| | |||||
* | Small doc fix | Lorenz Diener | 2017-04-27 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Alex McGivern | 2017-04-26 | 1 | -6/+7 |
|\ | |||||
| * | Changed example to use .secret instead of .txt | Lorenz Diener | 2017-04-26 | 1 | -5/+5 |
| | | |||||
| * | Fixed follows docs | Lorenz Diener | 2017-04-26 | 1 | -2/+2 |
| | | |||||
* | | updated github urls for masto | Alex McGivern | 2017-04-26 | 1 | -2/+2 |
| | | |||||
* | | updated docs with new API calls; updated dict descriptions with missing fields | Alex McGivern | 2017-04-26 | 1 | -28/+69 |
|/ | |||||
* | Documentation and consistence changes | Lorenz Diener | 2017-04-26 | 1 | -37/+54 |
| | |||||
* | Fix for one dict block, to be done for all | Lorenz Diener | 2017-04-26 | 1 | -12/+12 |
| | |||||
* | Remove the mentions timeline because it doesn't exist | Christopher Su | 2017-04-15 | 1 | -1/+0 |
| | |||||
* | Merge pull request #15 from erincongden/newfeatures | Lorenz Diener | 2017-04-03 | 1 | -1/+37 |
|\ | | | | | Muting, follow requests, local timeline, and more | ||||
| * | Added follow requests support | Erin Congden | 2017-04-02 | 1 | -0/+16 |
| | | |||||
| * | Added getting a list of favourited toots | Erin Congden | 2017-04-02 | 1 | -0/+7 |
| | | |||||
| * | Add (un)muting accounts and reading mutes/blocks | Erin Congden | 2017-04-02 | 1 | -0/+11 |
| | | |||||
| * | Added local timeline support | Erin Congden | 2017-04-02 | 1 | -0/+1 |
| | | |||||
| * | Added spoiler text support | Erin Congden | 2017-04-02 | 1 | -1/+2 |
| | | |||||
* | | [fix] mastodon wants the email address for login | Laurent Peuch | 2017-04-01 | 1 | -1/+1 |
|/ | |||||
* | Documentation fixes | Lorenz Diener | 2016-12-13 | 1 | -46/+46 |
| | |||||
* | Typo in docs. | Lorenz Diener | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | Doc update | Lorenz Diener | 2016-11-26 | 1 | -15/+17 |
| | |||||
* | Requirement and documentation fixes | Lorenz Diener | 2016-11-25 | 1 | -3/+4 |
| | |||||
* | Rate limiting now works. | Lorenz Diener | 2016-11-25 | 1 | -0/+27 |
| | |||||
* | Minor typo fix | Lorenz Diener | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Documentation for notifications | Lorenz Diener | 2016-11-25 | 1 | -3/+19 |
| | |||||
* | Note about IDs | Lorenz Diener | 2016-11-25 | 1 | -7/+9 |
| | |||||
* | Documentation restructured and made more PEP8-y | Lorenz Diener | 2016-11-25 | 1 | -105/+89 |
| | |||||
* | readthedocs does not like .. code-block:: with no empty line after | Lorenz Diener | 2016-11-25 | 1 | -0/+11 |
| | |||||
* | Corrections | Lydia | 2016-11-25 | 1 | -1/+0 |
| | |||||
* | Corrections | Lydia | 2016-11-25 | 1 | -4/+4 |
| | |||||
* | Add documentation examples | Lydia | 2016-11-25 | 1 | -1/+90 |
| | |||||
* | More "timeline" functions, "notifications" | Lorenz Diener | 2016-11-25 | 1 | -1/+15 |
| | |||||
* | Added verify_credentials to docs | Lorenz Diener | 2016-11-24 | 1 | -0/+1 |
| | |||||
* | Media uploading now works | Lorenz Diener | 2016-11-24 | 1 | -2/+3 |
| |