aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|
* 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-162-2/+5
|
* 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
| |
* | Merge pull request #209 from gdunstone/masterLorenz Diener2020-02-151-2/+5
|\ \ | |/ |/| Fixed copy paste typo, add discoverable parameter and document bot parameter
| * 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
|/
* Merge pull request #204 from FiXato/patch-1Lorenz Diener2019-10-171-1/+1
|\ | | | | filter dicts example used account_follow call
| * filter dicts example used account_follow callFilip H.F. "FiXato" Slagter2019-10-171-1/+1
|/ | | The example for Filter Dicts was referencing the `account_follow` function instead of `filter`, probably due to copy/pasting if the previous block?
Powered by cgit v1.2.3 (git 2.41.0)