aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix incorrectly sending id in formdata, causing an issue with pleroma (#267)halcy2022-11-211-1/+1
|
* Add more streaming events, some testshalcy2022-11-211-21/+84
|
* refactor: use is for True/FalseMiroslav Šedivý2022-11-201-36/+33
|
* refactor: use is for NoneMiroslav Šedivý2022-11-202-107/+107
|
* fix versioning for limited federation instanceshalcy2022-11-191-18/+16
|
* add ability to get detailed signup error from create_accounthalcy2022-11-191-43/+63
|
* Add policy param for push_subscription_sethalcy2022-11-191-2/+12
|
* Add account lookup APIhalcy2022-11-191-0/+13
|
* Add email resend apihalcy2022-11-191-0/+9
|
* add server rules APIhalcy2022-11-191-2/+10
|
* Document "rules" attribute, make docs maybe a bit betterhalcy2022-11-191-1/+1
|
* some more testshalcy2022-11-191-0/+2
|
* try to fix tests, againhalcy2022-11-181-3/+2
|
* add server datetime retriever, fix tests some morehalcy2022-11-171-10/+25
|
* Fix testshalcy2022-11-171-11/+9
|
* Add additional date based testshalcy2022-11-171-1/+1
|
* Fix ID unpacking.Josh S2022-11-161-1/+1
|
* Fix an issue, remove a testhalcy2022-11-151-3/+0
|
* small health fixhalcy2022-11-151-3/+2
|
* Prep 1.6.0halcy2022-11-151-12/+6
|
* typoAndy Piper2022-11-131-1/+1
|
* Merge branch 'master' into doc-updatesAndy Piper2022-11-131-3/+28
|\
| * Improve auth supporthalcy2022-11-131-5/+26
| |
* | Doc and docstring updates for consistencyAndy Piper2022-11-132-707/+826
|/
* Fix some things in streaming and admin API for 3.3.0 supporthalcy2022-11-132-10/+67
|
* Add support and tests for "notifying" followhalcy2022-11-131-3/+4
|
* Add support for timed mutes, fix tests to actually pass with new setuphalcy2022-11-131-3/+4
|
* fix naming for featured tagshalcy2022-11-131-1/+11
|
* Add missing version to account_note_sethalcy2022-11-131-1/+2
|
* Add account noteshalcy2022-11-131-1/+11
|
* clean up media loading, add thumbnail to media_updatehalcy2022-11-131-61/+41
|
* Update information about dicts (media colors, card blurhash)halcy2022-11-131-2/+2
|
* add thumbnail customization supporthalcy2022-11-131-21/+32
|
* Add datetime parsing for edited_athalcy2022-11-131-1/+1
|
* add remote parameter, filtering by date for masto mainlinehalcy2022-11-131-126/+89
|
* Fix testshalcy2022-11-111-1/+1
|
* add media v2 API + tests, move v1 testhalcy2022-11-081-4/+1
|
* Initial test fixing pass. Four tests still fail.halcy2022-11-071-7/+45
|
* Add documentation for file_name paramhalcy2022-11-061-2/+5
|
* Fix version parsinghalcy2022-11-061-1/+1
|
* Fix some things that may have broken in PRshalcy2022-11-061-3/+18
|
* Fix gotosocial crash in search()fwaggle2022-11-061-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_nameLorenz Diener2022-11-051-4/+5
|\ | | | | Allow specifying the file name for media uploads
| * Allow specifying the file name for media uploadsZero2021-03-141-4/+5
| | | | | | | | The parameter is optional so this change is backwards compatible
* | Fix version crash when connecting to gotosocialfwaggle2022-11-051-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-Resetfwaggle2022-11-051-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 NoneAljoscha Rittner2022-08-081-1/+1
| | | | | | | | Fixes #244
* | Fixed PR and changed the doc-stringAljoscha Rittner2022-06-281-5/+3
| |
* | Support tagged, exclude_reblogs parameter on account_statusesJeong Arm2022-06-281-2/+8
| |
* | Supports a User-Agent headerAljoscha Rittner2022-06-271-1/+21
| | | | | | | | fixes #213
Powered by cgit v1.2.3 (git 2.41.0)