Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | fix doc on follow_request_{authorize,reject} | @brrzap | 2017-05-09 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #49 from fumi-san/master | Lorenz Diener | 2017-05-19 | 1 | -0/+10 | |
|\ \ | |/ |/| | Add local_stream method for getting local streaming timeline. | |||||
| * | Add local_stream method for getting local streaming timeline. | fumi-san | 2017-05-05 | 1 | -0/+10 | |
|/ | | | | | There was no way to get local streaming timeline. Add 'local_stream' method whose behavior is like 'public_stream' method. | |||||
* | please run your hooks readthedocs | Lorenz Diener | 2017-04-27 | 1 | -0/+1 | |
| | ||||||
* | Preparing for release | Lorenz Diener | 2017-04-27 | 3 | -2/+9 | |
| | ||||||
* | Small doc fix | Lorenz Diener | 2017-04-27 | 1 | -5/+5 | |
| | ||||||
* | Merge pull request #47 from aeonofdiscord/master | Lorenz Diener | 2017-04-27 | 2 | -34/+135 | |
|\ | | | | | New API endpoints and documentation updates | |||||
| * | added content-type hint | Alex McGivern | 2017-04-27 | 1 | -7/+12 | |
| | | | | | | | | | | | | fixed POST parameters for reports added handling for PATCH requests added check for missing Date header to prevent errors when testing against Puma | |||||
| * | account_update_credentials uses PATCH, not POST | Alex McGivern | 2017-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Alex McGivern | 2017-04-26 | 3 | -32/+31 | |
| |\ | |/ |/| | ||||||
* | | Changed example to use .secret instead of .txt | Lorenz Diener | 2017-04-26 | 1 | -5/+5 | |
| | | ||||||
* | | Cleaned documentation up somewhat | Lorenz Diener | 2017-04-26 | 1 | -15/+12 | |
| | | ||||||
* | | 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. |