aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15 from erincongden/newfeaturesLorenz Diener2017-04-031-5/+101
|\ | | | | Muting, follow requests, local timeline, and more
| * 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
| | | removed self. from request_timeout- missed this commit in the last PR
* fixed missing request_timeout on app creationTyler Britten2017-03-031-1/+1
|
* Implement PR feedback and cull trailing whitespaceFlorian Piesche2017-01-271-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 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
|\ | | | | | | | | # Conflicts: # mastodon/Mastodon.py
| * 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)