aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Small documentation adjustmentsLorenz Diener2017-06-151-4/+0
* Merge pull request #53 from brrzap/expand-paramsLorenz Diener2017-05-191-8/+12
|\
| * expand notifications/favourites/blocks/mutes arguments@brrzap2017-05-141-8/+12
* | Merge pull request #52 from brrzap/docfix-issue-51Lorenz Diener2017-05-191-2/+2
|\ \
| * | fix doc on follow_request_{authorize,reject}@brrzap2017-05-091-2/+2
| |/
* / Add local_stream method for getting local streaming timeline.fumi-san2017-05-051-0/+10
|/
* added content-type hintAlex McGivern2017-04-271-7/+12
* account_update_credentials uses PATCH, not POSTAlex McGivern2017-04-261-1/+1
* Merge branch 'master' of https://github.com/halcy/Mastodon.pyAlex McGivern2017-04-261-24/+21
|\
| * Cleaned documentation up somewhatLorenz Diener2017-04-261-15/+12
| * Fixed follows docsLorenz Diener2017-04-261-9/+9
* | added calls for fetching instance data, status cards, filing reports, and upd...Alex McGivern2017-04-261-1/+55
|/
* HousekeepingLorenz Diener2017-04-261-21/+22
* Documentation and consistence changesLorenz Diener2017-04-261-1/+8
* Added some missing API methodsLorenz Diener2017-04-261-2/+19
* Restored python 2 compatibilityLorenz Diener2017-04-261-18/+12
* Merge pull request #45 from naoyat/add_account_following_paramsLorenz Diener2017-04-261-4/+6
|\
| * mastodon/Added since_id/max_id/limit params to account_following()/account_fo...naoya_t2017-04-261-4/+6
* | Added remote follow support, resolves issue #40naoya_t2017-04-261-0/+9
|/
* 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
Powered by cgit v1.2.3 (git 2.41.0)