aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create MANIFEST.inPeter M. Landwehr2017-04-041-0/+2
|
* Merge pull request #15 from erincongden/newfeaturesLorenz Diener2017-04-032-6/+138
|\ | | | | Muting, follow requests, local timeline, and more
| * Added follow requests supportErin Congden2017-04-022-0/+47
| |
| * Added getting a list of favourited tootsErin Congden2017-04-022-1/+20
| |
| * Add (un)muting accounts and reading mutes/blocksErin Congden2017-04-022-0/+46
| |
| * Added local timeline supportErin Congden2017-04-022-3/+18
| |
| * Added spoiler text supportErin Congden2017-04-022-2/+7
| |
* | Merge pull request #13 from Psycojoker/sync_readme_and_doc_exampleLorenz Diener2017-04-031-1/+22
|\ \ | | | | | | Synchronise readme and doc example
| * | [mod] sync README.rst and doc index to avoid confusionLaurent Peuch2017-04-011-1/+22
| | |
* | | Merge pull request #12 from Psycojoker/typoLorenz Diener2017-04-031-2/+2
|\ \ \ | | | | | | | | Small typo
| * \ \ Merge branch 'master' into typoLorenz Diener2017-04-032-12/+24
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #11 from Psycojoker/bad_docLorenz Diener2017-04-031-1/+1
|\ \ \ \ | | |/ / | |/| | Error in the documentation: mastodon uses the email address for the login, not the username
| * | | [fix] mastodon wants the email address for loginLaurent Peuch2017-04-011-1/+1
| | |/ | |/|
* | | Merge pull request #10 from Psycojoker/dont_hide_exceptionsLorenz Diener2017-04-031-11/+23
|\ \ \ | |/ / |/| | Show real exceptions for easier debugging
| * | [mod] show real exception for easier debuggingLaurent Peuch2017-04-011-11/+23
|/ /
| * [mod] typoLaurent Peuch2017-04-011-2/+2
|/
* Preparing maint releaseLorenz Diener2017-03-153-2/+6
|
* Merge pull request #9 from vmtyler/patch-2Lorenz Diener2017-03-151-1/+1
|\ | | | | fixed missing change
| * fixed missing change Tyler Britten2017-03-031-1/+1
|/ | | removed self. from request_timeout- missed this commit in the last PR
* Updated changelogLorenz Diener2017-03-031-1/+5
|
* Preparing for release 1.0.4Lorenz Diener2017-03-032-2/+2
|
* Merge pull request #8 from vmtyler/patch-1Lorenz Diener2017-03-031-1/+1
|\ | | | | fixed missing request_timeout on app creation
| * fixed missing request_timeout on app creationTyler Britten2017-03-031-1/+1
|/
* Bump version in docsLorenz Diener2017-02-132-2/+2
|
* ChangelogLorenz Diener2017-02-131-0/+4
|
* Merge pull request #7 from fpiesche/masterLorenz Diener2017-01-271-106/+124
|\ | | | | Add support for sensitive toots and visibility settings.
| * 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
|/
* Documentation fixesLorenz Diener2016-12-131-46/+46
|
* Added timeoutLorenz Diener2016-12-131-12/+21
|
* Typo in docs.Lorenz Diener2016-11-261-1/+1
|
* Doc updateLorenz Diener2016-11-261-15/+17
|
* Preparing for 1.0.2 releaseLorenz Diener2016-11-263-3/+9
|
* media_ids can not just be dicts, for extra lazynessLorenz Diener2016-11-261-2/+24
|
* TypoLorenz Diener2016-11-251-1/+1
|
* Requirement and documentation fixesLorenz Diener2016-11-253-15/+19
|
* Merge pull request #3 from halcy/ratelimitsLorenz Diener2016-11-252-37/+192
|\ | | | | Implement ratelimiting
| * Rate limiting now works.Lorenz Diener2016-11-252-26/+87
| |
| * Merge remote-tracking branch 'refs/remotes/origin/master' into ratelimitsLorenz Diener2016-11-252-80/+213
| |\ | |/ |/| | | | | # Conflicts: # mastodon/Mastodon.py
* | Minor typo fixLorenz Diener2016-11-251-1/+1
| |
* | Documentation for notificationsLorenz Diener2016-11-252-4/+20
| |
* | Note about IDsLorenz Diener2016-11-251-7/+9
| |
* | Documentation restructured and made more PEP8-yLorenz Diener2016-11-252-156/+172
| |
* | readthedocs does not like .. code-block:: with no empty line afterLorenz Diener2016-11-251-0/+11
| |
* | Merge pull request #2 from girlsim/masterLorenz Diener2016-11-251-1/+89
|\ \ | | | | | | Add documentation examples
| * | CorrectionsLydia2016-11-251-1/+0
| | |
| * | CorrectionsLydia2016-11-251-4/+4
| | |
| * | Add documentation examplesLydia2016-11-251-1/+90
|/ /
| * Ratelimit codeLorenz Diener2016-11-251-30/+124
|/
* More "timeline" functions, "notifications"Lorenz Diener2016-11-255-6/+71
|
Powered by cgit v1.2.3 (git 2.41.0)