Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 3 | -1/+158 | |
|/ | | | | | | | | 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. | |||||
* | Sensitive = False results in Not Sensitive. Fixes #20 | Lorenz Diener | 2017-04-05 | 1 | -0/+3 | |
| | ||||||
* | Fix typo in Mastodon.__init__ docstring | Will Thompson | 2017-04-05 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #15 from erincongden/newfeatures | Lorenz Diener | 2017-04-03 | 1 | -5/+101 | |
|\ | | | | | Muting, follow requests, local timeline, and more | |||||
| * | Added follow requests support | Erin Congden | 2017-04-02 | 1 | -0/+31 | |
| | | ||||||
| * | Added getting a list of favourited toots | Erin Congden | 2017-04-02 | 1 | -1/+13 | |
| | | ||||||
| * | Add (un)muting accounts and reading mutes/blocks | Erin Congden | 2017-04-02 | 1 | -0/+35 | |
| | | ||||||
| * | Added local timeline support | Erin Congden | 2017-04-02 | 1 | -3/+17 | |
| | | ||||||
| * | Added spoiler text support | Erin Congden | 2017-04-02 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'master' into typo | Lorenz Diener | 2017-04-03 | 1 | -11/+23 | |
|\ \ | ||||||
| * | | [mod] show real exception for easier debugging | Laurent Peuch | 2017-04-01 | 1 | -11/+23 | |
| |/ | ||||||
* / | [mod] typo | Laurent Peuch | 2017-04-01 | 1 | -2/+2 | |
|/ | ||||||
* | fixed missing change | Tyler Britten | 2017-03-03 | 1 | -1/+1 | |
| | | | removed self. from request_timeout- missed this commit in the last PR | |||||
* | fixed missing request_timeout on app creation | Tyler Britten | 2017-03-03 | 1 | -1/+1 | |
| | ||||||
* | Implement PR feedback and cull trailing whitespace | Florian Piesche | 2017-01-27 | 1 | -106/+124 | |
| | | | Default post privacy to match account privacy setting. Remove sensitive/visibility parameters from simple toot() function. | |||||
* | Add support for sensitive toots and visibility settings. | Florian Piesche | 2017-01-23 | 1 | -5/+5 | |
| | ||||||
* | Added timeout | Lorenz Diener | 2016-12-13 | 1 | -12/+21 | |
| | ||||||
* | media_ids can not just be dicts, for extra lazyness | Lorenz Diener | 2016-11-26 | 1 | -2/+24 | |
| | ||||||
* | Requirement and documentation fixes | Lorenz Diener | 2016-11-25 | 1 | -11/+14 | |
| | ||||||
* | Rate limiting now works. | Lorenz Diener | 2016-11-25 | 1 | -26/+60 | |
| | ||||||
* | Merge remote-tracking branch 'refs/remotes/origin/master' into ratelimits | Lorenz Diener | 2016-11-25 | 1 | -72/+104 | |
|\ | | | | | | | | | # Conflicts: # mastodon/Mastodon.py | |||||
| * | Documentation for notifications | Lorenz Diener | 2016-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | Documentation restructured and made more PEP8-y | Lorenz Diener | 2016-11-25 | 1 | -51/+83 | |
| | | ||||||
* | | Ratelimit code | Lorenz Diener | 2016-11-25 | 1 | -30/+124 | |
|/ | ||||||
* | More "timeline" functions, "notifications" | Lorenz Diener | 2016-11-25 | 1 | -3/+41 | |
| | ||||||
* | Fixed bug in debug code | Lorenz Diener | 2016-11-24 | 1 | -3/+3 | |
| | ||||||
* | Fixed a bug in account_statuses | Lorenz Diener | 2016-11-24 | 1 | -3/+9 | |
| | ||||||
* | Media uploads tentatively working | Lorenz Diener | 2016-11-24 | 1 | -5/+23 | |
| | ||||||
* | Documented new error handling code | Lorenz Diener | 2016-11-24 | 1 | -0/+3 | |
| | ||||||
* | Fixed login scope check | Lorenz Diener | 2016-11-24 | 1 | -2/+2 | |
| | ||||||
* | Added some error handling to log_in | Lorenz Diener | 2016-11-24 | 1 | -3/+17 | |
| | ||||||
* | __init__.py fixed | Lorenz Diener | 2016-11-24 | 1 | -1/+1 | |
| | ||||||
* | Docs are now good | Lorenz Diener | 2016-11-24 | 1 | -1/+1 | |
| | ||||||
* | Further readjustment. Docs now actually build, but look bad. | Lorenz Diener | 2016-11-24 | 2 | -0/+355 | |