Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed follows docs | Lorenz Diener | 2017-04-26 | 3 | -12/+11 | |
| | | ||||||
* | | Update DEVELOPMENT.md | Lorenz Diener | 2017-04-26 | 1 | -2/+4 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | added calls for fetching instance data, status cards, filing reports, and ↵ | Alex McGivern | 2017-04-26 | 1 | -1/+55 | |
|/ | | | | updating the user profile | |||||
* | Update DEVELOPMENT.md | Lorenz Diener | 2017-04-26 | 1 | -0/+1 | |
| | ||||||
* | Development hints | Lorenz Diener | 2017-04-26 | 1 | -0/+17 | |
| | ||||||
* | Housekeeping | Lorenz Diener | 2017-04-26 | 1 | -21/+22 | |
| | ||||||
* | Documentation and consistence changes | Lorenz Diener | 2017-04-26 | 2 | -38/+62 | |
| | ||||||
* | Added some missing API methods | Lorenz Diener | 2017-04-26 | 1 | -2/+19 | |
| | ||||||
* | Restored python 2 compatibility | Lorenz Diener | 2017-04-26 | 1 | -18/+12 | |
| | ||||||
* | Fix for one dict block, to be done for all | Lorenz Diener | 2017-04-26 | 1 | -12/+12 | |
| | ||||||
* | Merge pull request #45 from naoyat/add_account_following_params | Lorenz Diener | 2017-04-26 | 1 | -4/+6 | |
|\ | | | | | Added since_id/max_id/limit params to account_following()/account_followers() | |||||
| * | mastodon/Added since_id/max_id/limit params to ↵ | naoya_t | 2017-04-26 | 1 | -4/+6 | |
| | | | | | | | | account_following()/account_folowers() | |||||
* | | Merge pull request #46 from naoyat/add_remote_follow | Lorenz Diener | 2017-04-26 | 1 | -0/+9 | |
|\ \ | |/ |/| | Added remote follow support, resolves issue #40 | |||||
| * | Added remote follow support, resolves issue #40 | naoya_t | 2017-04-26 | 1 | -0/+9 | |
|/ | ||||||
* | Documentation fixes to address #21 | Lorenz Diener | 2017-04-25 | 1 | -2/+2 | |
| | ||||||
* | Remove additional traceback print | Lorenz Diener | 2017-04-25 | 1 | -12/+0 | |
| | ||||||
* | Merge pull request #44 from EliotBerriot/master | Lorenz Diener | 2017-04-25 | 1 | -1/+1 | |
|\ | | | | | Added direct level for status privacy | |||||
| * | Added direct level for status privacy | Eliot Berriot | 2017-04-24 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #37 from azillion/azillion/fix-35 | Lorenz Diener | 2017-04-21 | 1 | -0/+1 | |
|\ | | | | | Add scope param to log_in(), resolves issue #35 | |||||
| * | Add scope param to log_in(), resolves issue #35 | Ansem | 2017-04-20 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #32 from tootworks/remove_mentions_timeline | Lorenz Diener | 2017-04-19 | 2 | -11/+2 | |
|\ | | | | | Remove the mentions timeline because it doesn't exist | |||||
| * | Remove the mentions timeline because it doesn't exist | Christopher Su | 2017-04-15 | 2 | -11/+2 | |
|/ | ||||||
* | URL change in README | Lorenz Diener | 2017-04-12 | 1 | -1/+1 | |
| | ||||||
* | Add general error message | Ansem | 2017-04-11 | 1 | -0/+2 | |
| | ||||||
* | Fix auth request, now able to specify needed scope for the client | Ansem | 2017-04-11 | 1 | -7/+14 | |
| | ||||||
* | Fixing mistake from earlier merge | Lorenz Diener | 2017-04-10 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #30 from wjt/streaming | Lorenz Diener | 2017-04-10 | 6 | -5/+358 | |
|\ | | | | | Support streaming API | |||||
| * | Merge branch 'master' into streaming | Lorenz Diener | 2017-04-10 | 2 | -37/+115 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #26 from phryk/master | Lorenz Diener | 2017-04-10 | 1 | -0/+11 | |
|\ \ | | | | | | | added content_search, probably. | |||||
| * | | added content_search, probably. | phryk | 2017-04-07 | 1 | -0/+11 | |
| | | | ||||||
* | | | Merge pull request #27 from azillion/master | Lorenz Diener | 2017-04-10 | 2 | -35/+106 | |
|\ \ \ | | | | | | | | | Add support for OAuth2, resolves issue #6 | |||||
| * | | | Fix write access_token to file mistake | Ansem | 2017-04-07 | 1 | -7/+2 | |
| | | | | ||||||
| * | | | Add support for OAuth2 | Ansem | 2017-04-07 | 2 | -36/+112 | |
| |/ / | ||||||
* | | | Merge pull request #29 from edsu/media-post-value-error | Lorenz Diener | 2017-04-10 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | media_post ValueError | |||||
| * | | fix ValueError | Ed Summers | 2017-04-09 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | checking if media_type is defined will short circuit the the call to os.path.isfile when content is supplied fixes #28 | |||||
| * | Initial implementation of streaming API | Will Thompson | 2017-04-10 | 5 | -2/+354 | |
| | | | | | | | | | | | | | | | | This is missing any error handling and rate-limiting around the stream itself, but once the stream is established, the full range of events are supported. Fixes issue #14. | |||||
| * | Set up pytest | Will Thompson | 2017-04-10 | 2 | -0/+5 | |
|/ | ||||||
* | Preparing release | Lorenz Diener | 2017-04-05 | 3 | -3/+12 | |
| | ||||||
* | Updated gitignore | Lorenz Diener | 2017-04-05 | 1 | -0/+3 | |
| | ||||||
* | Sensitive = False results in Not Sensitive. Fixes #20 | Lorenz Diener | 2017-04-05 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #18 from wjt/patch-1 | Lorenz Diener | 2017-04-05 | 1 | -1/+1 | |
|\ | | | | | Fix typo in Mastodon.__init__ docstring | |||||
| * | Fix typo in Mastodon.__init__ docstring | Will Thompson | 2017-04-05 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #16 from pmlandwehr/patch-1 | Lorenz Diener | 2017-04-05 | 1 | -0/+2 | |
|\ | | | | | Create MANIFEST.in | |||||
| * | Create MANIFEST.in | Peter M. Landwehr | 2017-04-04 | 1 | -0/+2 | |
|/ | ||||||
* | Merge pull request #15 from erincongden/newfeatures | Lorenz Diener | 2017-04-03 | 2 | -6/+138 | |
|\ | | | | | Muting, follow requests, local timeline, and more | |||||
| * | Added follow requests support | Erin Congden | 2017-04-02 | 2 | -0/+47 | |
| | | ||||||
| * | Added getting a list of favourited toots | Erin Congden | 2017-04-02 | 2 | -1/+20 | |
| | | ||||||
| * | Add (un)muting accounts and reading mutes/blocks | Erin Congden | 2017-04-02 | 2 | -0/+46 | |
| | |