aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mastodon/Added since_id/max_id/limit params to account_following()/account_fo...naoya_t2017-04-261-4/+6
* Documentation fixes to address #21Lorenz Diener2017-04-251-2/+2
* Remove additional traceback printLorenz Diener2017-04-251-12/+0
* Added direct level for status privacyEliot Berriot2017-04-241-1/+1
* Add scope param to log_in(), resolves issue #35Ansem2017-04-201-0/+1
* Remove the mentions timeline because it doesn't existChristopher Su2017-04-151-10/+2
* Add general error messageAnsem2017-04-111-0/+2
* Fix auth request, now able to specify needed scope for the clientAnsem2017-04-111-7/+14
* Fixing mistake from earlier mergeLorenz Diener2017-04-101-0/+1
* Merge branch 'master' into streamingLorenz Diener2017-04-101-37/+113
|\
| * Merge pull request #26 from phryk/masterLorenz Diener2017-04-101-0/+11
| |\
| | * added content_search, probably.phryk2017-04-071-0/+11
| * | Merge pull request #27 from azillion/masterLorenz Diener2017-04-101-35/+104
| |\ \
| | * | Fix write access_token to file mistakeAnsem2017-04-071-7/+2
| | * | Add support for OAuth2Ansem2017-04-071-36/+110
| | |/
| * / fix ValueErrorEd Summers2017-04-091-1/+1
| |/
* / Initial implementation of streaming APIWill Thompson2017-04-103-1/+158
|/
* Sensitive = False results in Not Sensitive. Fixes #20Lorenz Diener2017-04-051-0/+3
* Fix typo in Mastodon.__init__ docstringWill Thompson2017-04-051-1/+1
* Merge pull request #15 from erincongden/newfeaturesLorenz Diener2017-04-031-5/+101
|\
| * Added follow requests supportErin Congden2017-04-021-0/+31
| * Added getting a list of favourited tootsErin Congden2017-04-021-1/+13
| * Add (un)muting accounts and reading mutes/blocksErin Congden2017-04-021-0/+35
| * Added local timeline supportErin Congden2017-04-021-3/+17
| * Added spoiler text supportErin Congden2017-04-021-1/+5
* | Merge branch 'master' into typoLorenz Diener2017-04-031-11/+23
|\ \
| * | [mod] show real exception for easier debuggingLaurent Peuch2017-04-011-11/+23
| |/
* / [mod] typoLaurent Peuch2017-04-011-2/+2
|/
* fixed missing change Tyler Britten2017-03-031-1/+1
* fixed missing request_timeout on app creationTyler Britten2017-03-031-1/+1
* Implement PR feedback and cull trailing whitespaceFlorian Piesche2017-01-271-106/+124
* Add support for sensitive toots and visibility settings.Florian Piesche2017-01-231-5/+5
* Added timeoutLorenz Diener2016-12-131-12/+21
* media_ids can not just be dicts, for extra lazynessLorenz Diener2016-11-261-2/+24
* Requirement and documentation fixesLorenz Diener2016-11-251-11/+14
* Rate limiting now works.Lorenz Diener2016-11-251-26/+60
* Merge remote-tracking branch 'refs/remotes/origin/master' into ratelimitsLorenz Diener2016-11-251-72/+104
|\
| * Documentation for notificationsLorenz Diener2016-11-251-1/+1
| * Documentation restructured and made more PEP8-yLorenz Diener2016-11-251-51/+83
* | Ratelimit codeLorenz Diener2016-11-251-30/+124
|/
* More "timeline" functions, "notifications"Lorenz Diener2016-11-251-3/+41
* Fixed bug in debug codeLorenz Diener2016-11-241-3/+3
* Fixed a bug in account_statusesLorenz Diener2016-11-241-3/+9
* Media uploads tentatively workingLorenz Diener2016-11-241-5/+23
* Documented new error handling codeLorenz Diener2016-11-241-0/+3
* Fixed login scope checkLorenz Diener2016-11-241-2/+2
* Added some error handling to log_inLorenz Diener2016-11-241-3/+17
* __init__.py fixedLorenz Diener2016-11-241-1/+1
* Docs are now goodLorenz Diener2016-11-241-1/+1
* Further readjustment. Docs now actually build, but look bad.Lorenz Diener2016-11-242-0/+355
    Powered by cgit v1.2.3 (git 2.41.0)