aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* | Merge pull request #219 from MicroCheapFx/206_notificationsAljoscha Rittner2022-06-271-1/+4
|\ \ | | | | | | | | | | | | Replaced `mentions_only` by `exclude_types` in `notifications` Fixes #206
| * | Replaced `mentions_only` by `exclude_types` in `notifications` API #206Fx2020-09-011-1/+4
| |/
* | Resilient stream.close handling and early close() while retry sleepsAljoscha Rittner2022-06-251-8/+27
| | | | | | | | fixes #212
* | Support of processing unknown events and event names with dots.Aljoscha Rittner2022-06-241-14/+36
| | | | | | | | #Fixes 234
* | Preserves storage of pagination in items for compatibility reasonAljoscha Rittner2022-06-241-1/+16
| | | | | | | | fixes #232
* | Merge branch 'halcy:master' into masterAljoscha Rittner2022-06-241-3/+13
|\ \
| * \ Merge pull request #238 from arittner/bookmarks-pagingAljoscha Rittner2022-06-241-2/+12
| |\ \ | | | | | | | | Introduces paging parameters for bookmarks
| | * | Introduces pagin parameters for bookmarksAljoscha Rittner2022-06-241-2/+12
| | |/ | | | | | | | | | Fixes #220
| * / __json_truefalse_parse: fix a typoZEN2021-02-141-1/+1
| |/
* / Changes the storage for pagination informationAljoscha Rittner2022-06-161-8/+26
|/ | | | fixes #232
* status_post: fix a typo in the error message when trying to use content_type ↵rinpatch2020-05-171-1/+1
| | | | without pleroma feature set
* Add reaction supportLorenz Diener2020-02-291-19/+76
|
* Fix tests for 3.1.1Lorenz Diener2020-02-221-1/+1
|
* Add bookmarksLorenz Diener2020-02-221-0/+35
|
* Add bookmark scopes and entity/versioning infoLorenz Diener2020-02-221-2/+4
|
* Fix documentation of "content_type" parameterLorenz Diener2020-02-161-4/+4
|
* Move content-type support to new feature set "pleroma"Lorenz Diener2020-02-161-2/+9
|
* Add "mentions_only" parameter to notificationsLorenz Diener2020-02-161-1/+1
|
* Add new notification types to push APILorenz Diener2020-02-161-2/+16
|
* Update entity documentationLorenz Diener2020-02-161-1/+1
|
* Fix accidental version bumpLorenz Diener2020-02-151-1/+1
|
* Document account_update_credentials better, bump versionsLorenz Diener2020-02-151-9/+11
|
* Add note to blocklist code. Fixes #210.Lorenz Diener2020-02-151-0/+2
|
* Merge pull request #208 from limburgher/masterLorenz Diener2020-02-151-2/+2
|\ | | | | Try/catch magic for #207.
| * Try/catch magic for #207.Gwyn Ciesla2019-11-211-2/+2
| |
* | added other parameters to account_update_credentialsGareth Dunstone2020-01-311-1/+2
| |
* | added the bot paramGareth Dunstone2020-01-311-1/+3
| |
* | fixed copy paste typo. Should be able to set header image nowGareth Dunstone2020-01-311-1/+1
|/
* Pre-release full testsuite updated runLorenz Diener2019-10-121-1/+1
|
* Add, test and document last-read markers. Fixes #192Lorenz Diener2019-10-121-1/+49
|
* Add, test and document profile directory API (fixes #188)Lorenz Diener2019-10-121-0/+13
|
* Implement, test and document featured and suggested tags APIs (fixes #191)Lorenz Diener2019-10-121-1/+46
|
* Re-add and test trends APILorenz Diener2019-10-121-0/+22
|
* Add, document and test nodeinfo api (fixes #199)Lorenz Diener2019-10-121-1/+29
|
* Add and document health API. Fixes #202Lorenz Diener2019-10-121-0/+7
|
* Bump version of emoji dictLorenz Diener2019-10-121-1/+1
|
* Add new parameter for searchLorenz Diener2019-10-121-3/+11
|
* Implement "reason" for create_accountLorenz Diener2019-10-121-2/+3
|
Powered by cgit v1.2.3 (git 2.41.0)