Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix copy-paste errors in fetch_* methods (fixes #57) | Lorenz Diener | 2017-09-05 | 1 | -3/+7 | |
| | | ||||||
| * | Fix fetch_* methods modifying their parameters | Lorenz Diener | 2017-09-05 | 1 | -4/+4 | |
| | | ||||||
| * | Remove trailing slashes in base URL | Elizabeth Myers | 2017-08-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | The streaming API can't handle multiple slashes in the lead of a path request. This is probably a bug in Mastodon, but should be worked around here for now. | |||||
* | | Return a one-off handle instead of the Response object | Chronister | 2017-08-13 | 1 | -28/+33 | |
| | | ||||||
* | | Add async parameter to streaming API calls. If true, calls the streaming API ↵ | Chronister | 2017-08-12 | 1 | -26/+64 | |
|/ | | | | on a separate thread and returns the Response object to the user so they can close it at their discretion. | |||||
* | Merge pull request #67 from Chronister/handle_empty_link | Lorenz Diener | 2017-08-12 | 1 | -1/+1 | |
|\ | | | | | Handle case of empty 'Link' header from server | |||||
| * | Handle case of empty 'Link' header from server | Chronister | 2017-08-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed clearing notifications raising endpoint not found. | Logan Fick | 2017-07-31 | 1 | -1/+1 | |
|/ | ||||||
* | fixed incorrect rate limit amount | Zac | 2017-07-11 | 1 | -2/+2 | |
| | | | related area in Mastodon code: https://github.com/tootsuite/mastodon/blob/056b5ed72f6d980bceeb49eb249b8365fe8fce66/config/initializers/rack_attack.rb#L12 | |||||
* | Pagination | Lorenz Diener | 2017-06-16 | 1 | -2/+102 | |
| | ||||||
* | Auto-add protocol to URLs that do not have one. Fixes #54 | Lorenz Diener | 2017-06-15 | 1 | -1/+9 | |
| | ||||||
* | Typo fix | Lorenz Diener | 2017-06-15 | 1 | -2/+2 | |
| | ||||||
* | Domain blocking + documentation | Lorenz Diener | 2017-06-15 | 1 | -0/+29 | |
| | ||||||
* | More doc fixes, instance dictionaries | Lorenz Diener | 2017-06-15 | 1 | -3/+3 | |
| | ||||||
* | More fixes to documentation | Lorenz Diener | 2017-06-15 | 1 | -2/+4 | |
| | ||||||
* | Small documentation adjustments | Lorenz Diener | 2017-06-15 | 1 | -4/+0 | |
| | ||||||
* | Merge pull request #53 from brrzap/expand-params | Lorenz Diener | 2017-05-19 | 1 | -8/+12 | |
|\ | | | | | expand parameters in notifications/favourites/blocks/mutes | |||||
| * | expand notifications/favourites/blocks/mutes arguments | @brrzap | 2017-05-14 | 1 | -8/+12 | |
| | | | | | | | | * adds max_id, since_id, limit parameters to existing functions | |||||
* | | Merge pull request #52 from brrzap/docfix-issue-51 | Lorenz Diener | 2017-05-19 | 1 | -2/+2 | |
|\ \ | | | | | | | fix doc on follow_request_{authorize,reject} | |||||
| * | | fix doc on follow_request_{authorize,reject} | @brrzap | 2017-05-09 | 1 | -2/+2 | |
| |/ | ||||||
* / | 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. | |||||
* | 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 | 1 | -24/+21 | |
|\ | ||||||
| * | Cleaned documentation up somewhat | Lorenz Diener | 2017-04-26 | 1 | -15/+12 | |
| | | ||||||
| * | Fixed follows docs | Lorenz Diener | 2017-04-26 | 1 | -9/+9 | |
| | | ||||||
* | | added calls for fetching instance data, status cards, filing reports, and ↵ | Alex McGivern | 2017-04-26 | 1 | -1/+55 | |
|/ | | | | updating the user profile | |||||
* | Housekeeping | Lorenz Diener | 2017-04-26 | 1 | -21/+22 | |
| | ||||||
* | Documentation and consistence changes | Lorenz Diener | 2017-04-26 | 1 | -1/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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() | |||||
* | | 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 | |
| | ||||||
* | Added direct level for status privacy | Eliot Berriot | 2017-04-24 | 1 | -1/+1 | |
| | ||||||
* | Add scope param to log_in(), resolves issue #35 | Ansem | 2017-04-20 | 1 | -0/+1 | |
| | ||||||
* | Remove the mentions timeline because it doesn't exist | Christopher Su | 2017-04-15 | 1 | -10/+2 | |
| | ||||||
* | 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 branch 'master' into streaming | Lorenz Diener | 2017-04-10 | 1 | -37/+113 | |
|\ | ||||||
| * | 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 | 1 | -35/+104 | |
| |\ \ | | | | | | | | | 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 | 1 | -36/+110 | |
| | |/ | ||||||
| * / | 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 | 1 | -0/+48 | |
|/ | | | | | | | | 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. |