Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add last-changed versioning | Lorenz Diener | 2017-12-14 | 1 | -8/+11 | |
| | ||||||
* | Document list endpoints | Lorenz Diener | 2017-12-13 | 1 | -1/+21 | |
| | ||||||
* | Add more list endpoints | Lorenz Diener | 2017-12-13 | 1 | -6/+20 | |
| | ||||||
* | Add internal links in docs | Lorenz Diener | 2017-12-13 | 1 | -1/+33 | |
| | ||||||
* | Update docs for search function | Lorenz Diener | 2017-12-13 | 1 | -0/+12 | |
| | ||||||
* | Add list streaming | Lorenz Diener | 2017-12-13 | 1 | -1/+2 | |
| | ||||||
* | Add custom_emojis | Lorenz Diener | 2017-12-13 | 1 | -0/+5 | |
| | ||||||
* | Update verify_credentials docs | Lorenz Diener | 2017-12-13 | 1 | -1/+10 | |
| | ||||||
* | Improve documentation | Lorenz Diener | 2017-12-11 | 1 | -2/+23 | |
| | ||||||
* | Update docs, fixes #106 | Lorenz Diener | 2017-12-11 | 1 | -1/+2 | |
| | ||||||
* | Document versioning | Lorenz Diener | 2017-12-11 | 1 | -0/+11 | |
| | ||||||
* | Fix small doc problem | Lorenz Diener | 2017-11-24 | 1 | -1/+1 | |
| | ||||||
* | Break streaming entirely, update docs | Lorenz Diener | 2017-11-24 | 1 | -10/+28 | |
| | ||||||
* | Many fixes for streaming stuff | Lorenz Diener | 2017-11-24 | 1 | -2/+9 | |
| | ||||||
* | Fix doc inaccuracy | Lorenz Diener | 2017-11-24 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |