aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpLorenz Diener2017-11-211-1/+1
|
* Documented report dictsLorenz Diener2017-11-211-0/+14
|
* Fix documentation writing styleLorenz Diener2017-11-211-1/+1
|
* Emoji dict documentationLorenz Diener2017-11-211-4/+16
|
* update supported version in docscodl2017-11-051-1/+1
|
* Redesign exception hierarchyElizabeth Myers2017-09-251-1/+6
| | | | | | | | | | All Mastodon.py errors now derive from MastodonError, for easier catching in application code that just wants to see if something happened, and isn't too miffed about the details. I/O Errors derive from MastodonIOError, for similar reasons. This change is designed to be backwards compatible.
* Add conversation mutingLorenz Diener2017-09-081-0/+2
|
* Update documentationLorenz Diener2017-09-081-8/+50
|
* Update docs about notificationsLorenz Diener2017-09-081-1/+8
|
* fixed incorrect rate limit numberZac2017-07-111-1/+1
|
* Small doc fix to be same as READMELorenz Diener2017-06-161-0/+3
|
* PaginationLorenz Diener2017-06-161-3/+34
|
* Some clarifications about api base URLs.Lorenz Diener2017-06-161-1/+7
|
* Fix broken exampleLorenz Diener2017-06-151-2/+4
|
* Domain blocking + documentationLorenz Diener2017-06-151-0/+13
|
* More doc fixes, instance dictionariesLorenz Diener2017-06-151-19/+30
|
* More fixes to documentationLorenz Diener2017-06-151-7/+30
|
* Small documentation adjustmentsLorenz Diener2017-06-151-6/+9
|
* Small doc fixLorenz Diener2017-04-271-5/+5
|
* Merge branch 'master' of https://github.com/halcy/Mastodon.pyAlex McGivern2017-04-261-6/+7
|\
| * Changed example to use .secret instead of .txtLorenz Diener2017-04-261-5/+5
| |
| * Fixed follows docsLorenz Diener2017-04-261-2/+2
| |
* | updated github urls for mastoAlex McGivern2017-04-261-2/+2
| |
* | updated docs with new API calls; updated dict descriptions with missing fieldsAlex McGivern2017-04-261-28/+69
|/
* Documentation and consistence changesLorenz Diener2017-04-261-37/+54
|
* Fix for one dict block, to be done for allLorenz Diener2017-04-261-12/+12
|
* Remove the mentions timeline because it doesn't existChristopher Su2017-04-151-1/+0
|
* Merge pull request #15 from erincongden/newfeaturesLorenz Diener2017-04-031-1/+37
|\ | | | | Muting, follow requests, local timeline, and more
| * Added follow requests supportErin Congden2017-04-021-0/+16
| |
| * Added getting a list of favourited tootsErin Congden2017-04-021-0/+7
| |
| * Add (un)muting accounts and reading mutes/blocksErin Congden2017-04-021-0/+11
| |
| * Added local timeline supportErin Congden2017-04-021-0/+1
| |
| * Added spoiler text supportErin Congden2017-04-021-1/+2
| |
* | [fix] mastodon wants the email address for loginLaurent Peuch2017-04-011-1/+1
|/
* Documentation fixesLorenz Diener2016-12-131-46/+46
|
* Typo in docs.Lorenz Diener2016-11-261-1/+1
|
* Doc updateLorenz Diener2016-11-261-15/+17
|
* Requirement and documentation fixesLorenz Diener2016-11-251-3/+4
|
* Rate limiting now works.Lorenz Diener2016-11-251-0/+27
|
* Minor typo fixLorenz Diener2016-11-251-1/+1
|
* Documentation for notificationsLorenz Diener2016-11-251-3/+19
|
* Note about IDsLorenz Diener2016-11-251-7/+9
|
* Documentation restructured and made more PEP8-yLorenz Diener2016-11-251-105/+89
|
* readthedocs does not like .. code-block:: with no empty line afterLorenz Diener2016-11-251-0/+11
|
* CorrectionsLydia2016-11-251-1/+0
|
* CorrectionsLydia2016-11-251-4/+4
|
* Add documentation examplesLydia2016-11-251-1/+90
|
* More "timeline" functions, "notifications"Lorenz Diener2016-11-251-1/+15
|
* Added verify_credentials to docsLorenz Diener2016-11-241-0/+1
|
* Media uploading now worksLorenz Diener2016-11-241-2/+3
|
Powered by cgit v1.2.3 (git 2.41.0)