Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some clarifications about api base URLs. | Lorenz Diener | 2017-06-16 | 1 | -1/+7 | |
| | ||||||
* | Auto-add protocol to URLs that do not have one. Fixes #54 | Lorenz Diener | 2017-06-15 | 1 | -1/+9 | |
| | ||||||
* | Fix broken example | Lorenz Diener | 2017-06-15 | 1 | -2/+4 | |
| | ||||||
* | Typo fix | Lorenz Diener | 2017-06-15 | 1 | -2/+2 | |
| | ||||||
* | Domain blocking + documentation | Lorenz Diener | 2017-06-15 | 2 | -0/+42 | |
| | ||||||
* | More doc fixes, instance dictionaries | Lorenz Diener | 2017-06-15 | 2 | -22/+33 | |
| | ||||||
* | More fixes to documentation | Lorenz Diener | 2017-06-15 | 2 | -9/+34 | |
| | ||||||
* | Small documentation adjustments | Lorenz Diener | 2017-06-15 | 2 | -10/+9 | |
| | ||||||
* | Merge pull request #53 from brrzap/expand-params | Lorenz Diener | 2017-05-19 | 1 | -8/+12 | |
|\ | | | | | expand parameters in notifications/favourites/blocks/mutes | |||||
| * | expand notifications/favourites/blocks/mutes arguments | @brrzap | 2017-05-14 | 1 | -8/+12 | |
| | | | | | | | | * adds max_id, since_id, limit parameters to existing functions | |||||
* | | Merge pull request #52 from brrzap/docfix-issue-51 | Lorenz Diener | 2017-05-19 | 1 | -2/+2 | |
|\ \ | | | | | | | fix doc on follow_request_{authorize,reject} | |||||
| * | | fix doc on follow_request_{authorize,reject} | @brrzap | 2017-05-09 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #49 from fumi-san/master | Lorenz Diener | 2017-05-19 | 1 | -0/+10 | |
|\ \ | |/ |/| | Add local_stream method for getting local streaming timeline. | |||||
| * | Add local_stream method for getting local streaming timeline. | fumi-san | 2017-05-05 | 1 | -0/+10 | |
|/ | | | | | There was no way to get local streaming timeline. Add 'local_stream' method whose behavior is like 'public_stream' method. | |||||
* | please run your hooks readthedocs | Lorenz Diener | 2017-04-27 | 1 | -0/+1 | |
| | ||||||
* | Preparing for release | Lorenz Diener | 2017-04-27 | 3 | -2/+9 | |
| | ||||||
* | Small doc fix | Lorenz Diener | 2017-04-27 | 1 | -5/+5 | |
| | ||||||
* | Merge pull request #47 from aeonofdiscord/master | Lorenz Diener | 2017-04-27 | 2 | -34/+135 | |
|\ | | | | | New API endpoints and documentation updates | |||||
| * | added content-type hint | Alex McGivern | 2017-04-27 | 1 | -7/+12 | |
| | | | | | | | | | | | | fixed POST parameters for reports added handling for PATCH requests added check for missing Date header to prevent errors when testing against Puma | |||||
| * | account_update_credentials uses PATCH, not POST | Alex McGivern | 2017-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Alex McGivern | 2017-04-26 | 3 | -32/+31 | |
| |\ | |/ |/| | ||||||
* | | Changed example to use .secret instead of .txt | Lorenz Diener | 2017-04-26 | 1 | -5/+5 | |
| | | ||||||
* | | Cleaned documentation up somewhat | Lorenz Diener | 2017-04-26 | 1 | -15/+12 | |
| | | ||||||
* | | Fixed follows docs | Lorenz Diener | 2017-04-26 | 3 | -12/+11 | |
| | | ||||||
* | | Update DEVELOPMENT.md | Lorenz Diener | 2017-04-26 | 1 | -2/+4 | |
| | | ||||||
| * | updated github urls for masto | Alex McGivern | 2017-04-26 | 1 | -2/+2 | |
| | | ||||||
| * | updated docs with new API calls; updated dict descriptions with missing fields | Alex McGivern | 2017-04-26 | 1 | -28/+69 | |
| | | ||||||
| * | added calls for fetching instance data, status cards, filing reports, and ↵ | Alex McGivern | 2017-04-26 | 1 | -1/+55 | |
|/ | | | | updating the user profile | |||||
* | Update DEVELOPMENT.md | Lorenz Diener | 2017-04-26 | 1 | -0/+1 | |
| | ||||||
* | Development hints | Lorenz Diener | 2017-04-26 | 1 | -0/+17 | |
| | ||||||
* | Housekeeping | Lorenz Diener | 2017-04-26 | 1 | -21/+22 | |
| | ||||||
* | Documentation and consistence changes | Lorenz Diener | 2017-04-26 | 2 | -38/+62 | |
| | ||||||
* | Added some missing API methods | Lorenz Diener | 2017-04-26 | 1 | -2/+19 | |
| | ||||||
* | Restored python 2 compatibility | Lorenz Diener | 2017-04-26 | 1 | -18/+12 | |
| | ||||||
* | Fix for one dict block, to be done for all | Lorenz Diener | 2017-04-26 | 1 | -12/+12 | |
| | ||||||
* | Merge pull request #45 from naoyat/add_account_following_params | Lorenz Diener | 2017-04-26 | 1 | -4/+6 | |
|\ | | | | | Added since_id/max_id/limit params to account_following()/account_followers() | |||||
| * | mastodon/Added since_id/max_id/limit params to ↵ | naoya_t | 2017-04-26 | 1 | -4/+6 | |
| | | | | | | | | account_following()/account_folowers() | |||||
* | | Merge pull request #46 from naoyat/add_remote_follow | Lorenz Diener | 2017-04-26 | 1 | -0/+9 | |
|\ \ | |/ |/| | Added remote follow support, resolves issue #40 | |||||
| * | Added remote follow support, resolves issue #40 | naoya_t | 2017-04-26 | 1 | -0/+9 | |
|/ | ||||||
* | Documentation fixes to address #21 | Lorenz Diener | 2017-04-25 | 1 | -2/+2 | |
| | ||||||
* | Remove additional traceback print | Lorenz Diener | 2017-04-25 | 1 | -12/+0 | |
| | ||||||
* | Merge pull request #44 from EliotBerriot/master | Lorenz Diener | 2017-04-25 | 1 | -1/+1 | |
|\ | | | | | Added direct level for status privacy | |||||
| * | Added direct level for status privacy | Eliot Berriot | 2017-04-24 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #37 from azillion/azillion/fix-35 | Lorenz Diener | 2017-04-21 | 1 | -0/+1 | |
|\ | | | | | Add scope param to log_in(), resolves issue #35 | |||||
| * | Add scope param to log_in(), resolves issue #35 | Ansem | 2017-04-20 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #32 from tootworks/remove_mentions_timeline | Lorenz Diener | 2017-04-19 | 2 | -11/+2 | |
|\ | | | | | Remove the mentions timeline because it doesn't exist | |||||
| * | Remove the mentions timeline because it doesn't exist | Christopher Su | 2017-04-15 | 2 | -11/+2 | |
|/ | ||||||
* | URL change in README | Lorenz Diener | 2017-04-12 | 1 | -1/+1 | |
| | ||||||
* | Add general error message | Ansem | 2017-04-11 | 1 | -0/+2 | |
| | ||||||
* | Fix auth request, now able to specify needed scope for the client | Ansem | 2017-04-11 | 1 | -7/+14 | |
| |