aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
* | Merge pull request #248 from fwaggle/fix-gotosocialLorenz Diener2022-11-051-8/+11
|\ \ | | | | | | Fix gotosocial issues
| * | 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
* | Merge pull request #245 from arittner/fix_244Aljoscha Rittner2022-08-081-1/+1
|\ \ | | | | | | Not required status_ids parameter runs into an error if None
| * | Not required status_ids parameter runs into an error if NoneAljoscha Rittner2022-08-081-1/+1
|/ / | | | | | | Fixes #244
* | Merge pull request #241 from arittner/pr230Aljoscha Rittner2022-06-281-3/+7
|\ \ | | | | | | Support tagged, exclude_reblogs parameter on account_statuses and includes PR 230
| * | 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
|/ /
* | Fixed overseen test failure with new app name in "secret" fileAljoscha Rittner2022-06-281-1/+1
| |
* | Merge pull request #240 from arittner/set_useragentAljoscha Rittner2022-06-272-2/+23
|\ \ | | | | | | Supports a User-Agent header
| * | Supports a User-Agent headerAljoscha Rittner2022-06-272-2/+23
|/ / | | | | | | 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
| |/
* | Merge pull request #239 from arittner/stream_closeAljoscha Rittner2022-06-251-8/+27
|\ \ | | | | | | Resilient stream.close handling and early close() while retry sleeps
| * | Resilient stream.close handling and early close() while retry sleepsAljoscha Rittner2022-06-251-8/+27
|/ / | | | | | | fixes #212
* | Merge pull request #235 from arittner/stream-unknown-handlerAljoscha Rittner2022-06-243-15/+89
|\ \ | | | | | | Support of processing unknown events and event names with dots.
| * \ Merge branch 'stream-unknown-handler' of github.com:arittner/Mastodon.py ↵Aljoscha Rittner2022-06-240-0/+0
| |\ \ | | | | | | | | | | | | into stream-unknown-handler
| | * | Support of processing unknown events and event names with dots.Aljoscha Rittner2022-06-202-15/+75
| | |/ | | | | | | | | | #Fixes 234
| * | Documentation for processing unknown events in streaming.Aljoscha Rittner2022-06-241-0/+14
| | | | | | | | | | | | Fixes #234
| * | Support of processing unknown events and event names with dots.Aljoscha Rittner2022-06-242-15/+75
|/ / | | | | | | #Fixes 234
* | Merge pull request #233 from arittner/masterAljoscha Rittner2022-06-244-12/+823
|\ \ | | | | | | Changes the storage for pagination information
| * | Preserves storage of pagination in items for compatibility reasonAljoscha Rittner2022-06-243-1/+791
| | | | | | | | | | | | fixes #232
| * | Merge branch 'halcy:master' into masterAljoscha Rittner2022-06-244-138/+420
| |\ \ | |/ / |/| |
* | | Merge pull request #238 from arittner/bookmarks-pagingAljoscha Rittner2022-06-244-137/+419
|\ \ \ | | | | | | | | Introduces paging parameters for bookmarks
| * | | Introduces pagin parameters for bookmarksAljoscha Rittner2022-06-244-137/+419
| | |/ | |/| | | | | | | Fixes #220
* | | Merge pull request #221 from zen-tools/masterAljoscha Rittner2022-06-241-1/+1
|\ \ \ | |/ / |/| | fix a typo in __json_truefalse_parse function
| * | __json_truefalse_parse: fix a typoZEN2021-02-141-1/+1
|/ /
| * Changes the storage for pagination informationAljoscha Rittner2022-06-163-16/+37
|/ | | | fixes #232
* Update README.rstLorenz Diener2020-07-041-0/+8
|
* Merge pull request #215 from rinpatch/fix/content-type-error-typoLorenz Diener2020-05-181-1/+1
|\ | | | | status_post: fix a typo in the error message when trying to use content_type without pleroma feature set
| * status_post: fix a typo in the error message when trying to use content_type ↵rinpatch2020-05-171-1/+1
|/ | | | without pleroma feature set
* Update README.rstLorenz Diener2020-03-141-0/+1
|
* Prep release 1.5.1Lorenz Diener2020-03-143-4/+4
|
* Add reactions to changelogLorenz Diener2020-02-293-5/+5
|
* Add reaction supportLorenz Diener2020-02-293-20/+122
|
* Add bookmarks to changelogLorenz Diener2020-02-222-3/+5
|
* Add bookmarks testLorenz Diener2020-02-223-1/+197
|
* Fix tests for 3.1.1Lorenz Diener2020-02-22113-3696/+3454
|
* Add documentation for bookmarksLorenz Diener2020-02-221-0/+7
|
* Add bookmarksLorenz Diener2020-02-221-0/+35
|
* Add bookmark scopes and entity/versioning infoLorenz Diener2020-02-222-2/+5
|
* Update PipfileLorenz Diener2020-02-211-0/+1
|
* Update CHANGELOG.rstLorenz Diener2020-02-161-1/+1
|
* Update CHANGELOG.rstLorenz Diener2020-02-161-0/+12
|
* Update DEVELOPMENT.mdLorenz Diener2020-02-161-4/+9
|
* Fix documentation of "content_type" parameterLorenz Diener2020-02-161-4/+4
|
* Fix documentation of "group" attributeLorenz Diener2020-02-161-1/+2
|
Powered by cgit v1.2.3 (git 2.41.0)