Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add email resend api | halcy | 2022-11-19 | 1 | -0/+9 | |
| | ||||||
* | add server rules API | halcy | 2022-11-19 | 1 | -2/+10 | |
| | ||||||
* | Document "rules" attribute, make docs maybe a bit better | halcy | 2022-11-19 | 1 | -1/+1 | |
| | ||||||
* | some more tests | halcy | 2022-11-19 | 1 | -0/+2 | |
| | ||||||
* | try to fix tests, again | halcy | 2022-11-18 | 1 | -3/+2 | |
| | ||||||
* | add server datetime retriever, fix tests some more | halcy | 2022-11-17 | 1 | -10/+25 | |
| | ||||||
* | Fix tests | halcy | 2022-11-17 | 1 | -11/+9 | |
| | ||||||
* | Add additional date based tests | halcy | 2022-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fix ID unpacking. | Josh S | 2022-11-16 | 1 | -1/+1 | |
| | ||||||
* | Fix an issue, remove a test | halcy | 2022-11-15 | 1 | -3/+0 | |
| | ||||||
* | small health fix | halcy | 2022-11-15 | 1 | -3/+2 | |
| | ||||||
* | Prep 1.6.0 | halcy | 2022-11-15 | 1 | -12/+6 | |
| | ||||||
* | typo | Andy Piper | 2022-11-13 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into doc-updates | Andy Piper | 2022-11-13 | 1 | -3/+28 | |
|\ | ||||||
| * | Improve auth support | halcy | 2022-11-13 | 1 | -5/+26 | |
| | | ||||||
* | | Doc and docstring updates for consistency | Andy Piper | 2022-11-13 | 2 | -707/+826 | |
|/ | ||||||
* | Fix some things in streaming and admin API for 3.3.0 support | halcy | 2022-11-13 | 2 | -10/+67 | |
| | ||||||
* | Add support and tests for "notifying" follow | halcy | 2022-11-13 | 1 | -3/+4 | |
| | ||||||
* | Add support for timed mutes, fix tests to actually pass with new setup | halcy | 2022-11-13 | 1 | -3/+4 | |
| | ||||||
* | fix naming for featured tags | halcy | 2022-11-13 | 1 | -1/+11 | |
| | ||||||
* | Add missing version to account_note_set | halcy | 2022-11-13 | 1 | -1/+2 | |
| | ||||||
* | Add account notes | halcy | 2022-11-13 | 1 | -1/+11 | |
| | ||||||
* | clean up media loading, add thumbnail to media_update | halcy | 2022-11-13 | 1 | -61/+41 | |
| | ||||||
* | Update information about dicts (media colors, card blurhash) | halcy | 2022-11-13 | 1 | -2/+2 | |
| | ||||||
* | add thumbnail customization support | halcy | 2022-11-13 | 1 | -21/+32 | |
| | ||||||
* | Add datetime parsing for edited_at | halcy | 2022-11-13 | 1 | -1/+1 | |
| | ||||||
* | add remote parameter, filtering by date for masto mainline | halcy | 2022-11-13 | 1 | -126/+89 | |
| | ||||||
* | Fix tests | halcy | 2022-11-11 | 1 | -1/+1 | |
| | ||||||
* | add media v2 API + tests, move v1 test | halcy | 2022-11-08 | 1 | -4/+1 | |
| | ||||||
* | Initial test fixing pass. Four tests still fail. | halcy | 2022-11-07 | 1 | -7/+45 | |
| | ||||||
* | Add documentation for file_name param | halcy | 2022-11-06 | 1 | -2/+5 | |
| | ||||||
* | Fix version parsing | halcy | 2022-11-06 | 1 | -1/+1 | |
| | ||||||
* | Fix some things that may have broken in PRs | halcy | 2022-11-06 | 1 | -3/+18 | |
| | ||||||
* | Fix gotosocial crash in search() | fwaggle | 2022-11-06 | 1 | -0/+4 | |
| | | | | | | | Set a default 1.0.0 version if nothing else alters it so that version checks don't raise an Exception. Fixes #249. | |||||
* | Merge pull request #223 from animeavi/file_name | Lorenz Diener | 2022-11-05 | 1 | -4/+5 | |
|\ | | | | | Allow specifying the file name for media uploads | |||||
| * | Allow specifying the file name for media uploads | Zero | 2021-03-14 | 1 | -4/+5 | |
| | | | | | | | | The parameter is optional so this change is backwards compatible | |||||
* | | Fix version crash when connecting to gotosocial | fwaggle | 2022-11-05 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | While gotosocial has a PR open to send a Mastodon-compatible version in the `instance` endpoint, whatever it sends is unlikely to be helpful for the purpose of version-gating features in the client library. You can disable version-gating, but it still fails on instantiating due to GtS's version not matching the semver regex. Fix this by moving the version_check_mode above it, and not parsing the version if it's turned off. | |||||
* | | Handle UNIX Epoch times in X-RateLimit-Reset | fwaggle | 2022-11-05 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | Instead of returning an ISO8601 timestamp, gotosocial returns an integer UNIX Epoch for the X-RateLimit-Reset header. As `dateutil.parser.parse` doesn't handle these, I do a naive check to see if the header is an integer and don't parse it if so. Fixes #246 | |||||
* | | Not required status_ids parameter runs into an error if None | Aljoscha Rittner | 2022-08-08 | 1 | -1/+1 | |
| | | | | | | | | Fixes #244 | |||||
* | | Fixed PR and changed the doc-string | Aljoscha Rittner | 2022-06-28 | 1 | -5/+3 | |
| | | ||||||
* | | Support tagged, exclude_reblogs parameter on account_statuses | Jeong Arm | 2022-06-28 | 1 | -2/+8 | |
| | | ||||||
* | | Supports a User-Agent header | Aljoscha Rittner | 2022-06-27 | 1 | -1/+21 | |
| | | | | | | | | fixes #213 | |||||
* | | Merge pull request #219 from MicroCheapFx/206_notifications | Aljoscha Rittner | 2022-06-27 | 1 | -1/+4 | |
|\ \ | | | | | | | | | | | | | Replaced `mentions_only` by `exclude_types` in `notifications` Fixes #206 | |||||
| * | | Replaced `mentions_only` by `exclude_types` in `notifications` API #206 | Fx | 2020-09-01 | 1 | -1/+4 | |
| |/ | ||||||
* | | Resilient stream.close handling and early close() while retry sleeps | Aljoscha Rittner | 2022-06-25 | 1 | -8/+27 | |
| | | | | | | | | fixes #212 | |||||
* | | Support of processing unknown events and event names with dots. | Aljoscha Rittner | 2022-06-24 | 1 | -14/+36 | |
| | | | | | | | | #Fixes 234 | |||||
* | | Preserves storage of pagination in items for compatibility reason | Aljoscha Rittner | 2022-06-24 | 1 | -1/+16 | |
| | | | | | | | | fixes #232 | |||||
* | | Merge branch 'halcy:master' into master | Aljoscha Rittner | 2022-06-24 | 1 | -3/+13 | |
|\ \ | ||||||
| * \ | Merge pull request #238 from arittner/bookmarks-paging | Aljoscha Rittner | 2022-06-24 | 1 | -2/+12 | |
| |\ \ | | | | | | | | | Introduces paging parameters for bookmarks | |||||
| | * | | Introduces pagin parameters for bookmarks | Aljoscha Rittner | 2022-06-24 | 1 | -2/+12 | |
| | |/ | | | | | | | | | | Fixes #220 |