Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #82 from lambadalambda/patch-1 | Lorenz Diener | 2017-09-08 | 1 | -1/+1 |
|\ | | | | | Send params as part of the query in GET requests | ||||
| * | Send params as part of the query in GET requests | lambadalambda | 2017-09-08 | 1 | -1/+1 |
|/ | | | Using the data argument will send them form-encoded like for the other requests, which isn't parsed by many servers for GET requests. | ||||
* | Streams are requested via GET (Fixes #50) | Lorenz Diener | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Fix crash on URLs with no 'rel' attribute (Fixes #79) | Lorenz Diener | 2017-09-05 | 1 | -0/+3 |
| | |||||
* | Fix #59 | Lorenz Diener | 2017-09-05 | 1 | -1/+1 |
| | |||||
* | Fix copy-paste errors in fetch_* methods (fixes #57) | Lorenz Diener | 2017-09-05 | 1 | -3/+7 |
| | |||||
* | Fix fetch_* methods modifying their parameters | Lorenz Diener | 2017-09-05 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of https://github.com/halcy/Mastodon.py | Lorenz Diener | 2017-09-05 | 1 | -0/+3 |
|\ | |||||
| * | Merge pull request #77 from codl/patch-1 | Lorenz Diener | 2017-09-05 | 1 | -1/+1 |
| |\ | | | | | | | setup.py: fix dateutil name | ||||
| | * | setup.py: fix dateutil name | codl | 2017-08-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #76 from Elizafox/master | Lorenz Diener | 2017-08-21 | 1 | -0/+3 |
| |\ \ | | |/ | |/| | Remove trailing slashes in base URL | ||||
| | * | Remove trailing slashes in base URL | Elizabeth Myers | 2017-08-19 | 1 | -0/+3 |
| |/ | | | | | | | | | | | The streaming API can't handle multiple slashes in the lead of a path request. This is probably a bug in Mastodon, but should be worked around here for now. | ||||
* / | Fixing setup.py | Lorenz Diener | 2017-08-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #67 from Chronister/handle_empty_link | Lorenz Diener | 2017-08-12 | 1 | -1/+1 |
|\ | | | | | Handle case of empty 'Link' header from server | ||||
| * | Handle case of empty 'Link' header from server | Chronister | 2017-08-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #65 from LogalDeveloper/clearing-notifications-patch | Lorenz Diener | 2017-08-12 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixed clearing notifications raising endpoint not found. | ||||
| * | Fixed clearing notifications raising endpoint not found. | Logan Fick | 2017-07-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #64 from ng-0/master | Lorenz Diener | 2017-08-01 | 1 | -1/+1 |
|\ \ | |/ |/| | setup.py: requirements: Change "dateutils" to "dateutil". | ||||
| * | setup.py: requirements: Change "dateutils" to "dateutil". | ng0 | 2017-07-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #62 from theZacAttacks/patch-1 | Lorenz Diener | 2017-07-24 | 1 | -1/+1 |
|\ | | | | | fixed incorrect rate limit number | ||||
| * | fixed incorrect rate limit number | Zac | 2017-07-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #61 from theZacAttacks/patch-2 | Lorenz Diener | 2017-07-24 | 1 | -2/+2 |
|\ \ | |/ |/| | fixed incorrect rate limit amount | ||||
| * | fixed incorrect rate limit amount | Zac | 2017-07-11 | 1 | -2/+2 |
|/ | | | related area in Mastodon code: https://github.com/tootsuite/mastodon/blob/056b5ed72f6d980bceeb49eb249b8365fe8fce66/config/initializers/rack_attack.rb#L12 | ||||
* | Create CHANGELOG.rst | Lorenz Diener | 2017-06-16 | 1 | -0/+7 |
| | |||||
* | Small doc fix to be same as README | Lorenz Diener | 2017-06-16 | 1 | -0/+3 |
| | |||||
* | Some changes in preparation for 1.0.8 | Lorenz Diener | 2017-06-16 | 3 | -18/+20 |
| | |||||
* | Pagination | Lorenz Diener | 2017-06-16 | 2 | -5/+136 |
| | |||||
* | 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 |
| | |