Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add test for link headers. this adds requests-mock as a dependency | codl | 2019-04-15 | 3 | -0/+29 |
| | |||||
* | improve link header parameter extraction regex | codl | 2019-04-15 | 1 | -2/+2 |
| | |||||
* | oops. str.is_digit() -> str.isdigit() | codl | 2019-04-15 | 1 | -2/+2 |
| | |||||
* | more robust handling of pagination Link headers | codl | 2019-04-15 | 1 | -4/+12 |
| | | | | | | | | | | | | | during a cursory investigation for #163 I found that the code handling Link headers would not handle non-numeric post IDs like pleroma's flakeIDs correctly IDs starting with a number would be truncated to the first non-digit, and IDs not starting with a number would throw. Thankfully, all flakeIDs generated so far start with 9. Maybe 8 for the earliest ones, I'm not sure. Either way, so far it would only have misbehaved when using the pagination functions or accessing the _pagination_prev and _pagination_next attributes directly | ||||
* | Merge pull request #151 from jrabbit/seven_proxies | Lorenz Diener | 2018-11-26 | 1 | -7/+17 |
|\ | | | | | Made Session support more robust and added support to .create_app() | ||||
| * | Made Session support more robust and added support to .create_app() | Jack Laxson | 2018-11-18 | 1 | -7/+17 |
| | | |||||
* | | Make filter application regex use raw strings | Lorenz Diener | 2018-11-26 | 1 | -2/+2 |
| | | |||||
* | | Fix media is-file check | Lorenz Diener | 2018-11-26 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #150 from jfmcbrayer/mime-magic | Lorenz Diener | 2018-11-26 | 3 | -5/+21 |
|\ \ | | | | | | | Use python-magic to determine mime types from contents | ||||
| * | | Use magic for guessing mime type if available | Jason McBrayer | 2018-11-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Replace uses of mimetypes.guess_type with guess_type wrapper that uses magic if available, and falls back to mimetypes if not. | ||||
| * | | Add requirement for python-magic, and add wrappers to Mastodon.py | Jason McBrayer | 2018-11-12 | 3 | -2/+18 |
| |/ | |||||
* | | Merge pull request #146 from ↵ | Lorenz Diener | 2018-11-26 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | errbufferoverfl/issue-145-providing-mime-type-raises-exception Adds statement to open file if MIME type is set and file exists | ||||
| * | | Adds statement to open file if MIME type is set and file exists | errbufferoverfl | 2018-09-14 | 1 | -0/+2 |
| |/ | |||||
* | | Explicitly module-scope vcr_config | Lorenz Diener | 2018-11-26 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #152 from jrabbit/pipenv-tooling | Lorenz Diener | 2018-11-26 | 3 | -0/+386 |
|\ \ | | | | | | | [WIP] Add pipenv and tox file | ||||
| * | | Add pipenv and tox file, 2.7 is broken rn | Jack Laxson | 2018-11-18 | 3 | -0/+386 |
| |/ | |||||
* | | Merge pull request #143 from MarkEEaton/master | Lorenz Diener | 2018-11-26 | 2 | -11/+29 |
|\ \ | |/ |/| | Revise sample code in README.rst | ||||
| * | Update index.rst to reflect README.rst | MarkEEaton | 2018-08-17 | 1 | -6/+15 |
| | | |||||
| * | Keep the ''' and explain why they are there | MarkEEaton | 2018-08-14 | 1 | -1/+3 |
| | | | | | | This commit takes into account the discussion from https://github.com/halcy/Mastodon.py/pull/125 | ||||
| * | Revise README.rst for clarity | MarkEEaton | 2018-08-14 | 1 | -7/+14 |
|/ | |||||
* | Move pytest-runner to test_deps | Lorenz Diener | 2018-08-02 | 1 | -2/+1 |
| | |||||
* | Update README.rst | Lorenz Diener | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | readthedocs tag fetch bop | Lorenz Diener | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Amend changelog | Lorenz Diener | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | Bump version number | Lorenz Diener | 2018-07-30 | 2 | -2/+2 |
| | |||||
* | Update CHANGELOG.rst | Lorenz Diener | 2018-07-30 | 1 | -0/+10 |
| | |||||
* | Fresh set of tests pre-release | Lorenz Diener | 2018-07-30 | 88 | -3234/+3312 |
| | |||||
* | Improve filter tests | Lorenz Diener | 2018-07-30 | 2 | -1/+98 |
| | |||||
* | Add filter tests | Lorenz Diener | 2018-07-30 | 5 | -16/+1506 |
| | |||||
* | Add filter applies function | Lorenz Diener | 2018-07-30 | 2 | -0/+37 |
| | |||||
* | Add follow suggestions test | Lorenz Diener | 2018-07-30 | 4 | -2/+102 |
| | |||||
* | Add test for status_reply | Lorenz Diener | 2018-07-30 | 3 | -1/+165 |
| | |||||
* | Improve documentation for status_reply | Lorenz Diener | 2018-07-30 | 1 | -1/+2 |
| | |||||
* | Add "untag" parameter to status_reply | Lorenz Diener | 2018-07-30 | 1 | -4/+9 |
| | |||||
* | Fix tests | Lorenz Diener | 2018-07-30 | 9 | -213/+219 |
| | |||||
* | Fix typo in docs | Lorenz Diener | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Bump supported version | Lorenz Diener | 2018-07-30 | 2 | -2/+4 |
| | |||||
* | Add keyword filters | Lorenz Diener | 2018-07-30 | 2 | -2/+112 |
| | |||||
* | Add follow suggestions | Lorenz Diener | 2018-07-30 | 2 | -0/+39 |
| | |||||
* | Add trends to docs | Lorenz Diener | 2018-07-30 | 1 | -0/+5 |
| | |||||
* | Add trendint API | Lorenz Diener | 2018-07-30 | 1 | -2/+15 |
| | |||||
* | Document search_v2 | Lorenz Diener | 2018-07-30 | 1 | -0/+1 |
| | |||||
* | Search v2 | Lorenz Diener | 2018-07-30 | 1 | -0/+11 |
| | |||||
* | Fix version typo | Lorenz Diener | 2018-07-30 | 1 | -4/+4 |
| | |||||
* | Document hashtag history dicts | Lorenz Diener | 2018-07-30 | 2 | -2/+15 |
| | |||||
* | Add direct language specification | Lorenz Diener | 2018-07-30 | 2 | -7/+16 |
| | |||||
* | Muting / Hide Reblogs changes | Lorenz Diener | 2018-07-30 | 2 | -6/+20 |
| | |||||
* | Update documentation for search() | Lorenz Diener | 2018-07-30 | 1 | -1/+3 |
| | |||||
* | Add status_reply, closes #140 | Lorenz Diener | 2018-07-30 | 2 | -3/+45 |
| | |||||
* | 2.4.3 support: Scopes | Lorenz Diener | 2018-07-30 | 1 | -5/+48 |
| |