Gráfico de commits

746 commits

Autor SHA1 Mensaje Fecha
Aljoscha Rittner bd04a0f886 Fixed overseen test failure with new app name in "secret" file 2022-06-28 13:22:06 +02:00
Aljoscha Rittner 2dce8a297a
Merge pull request #240 from arittner/set_useragent
Supports a User-Agent header
2022-06-27 11:19:44 +02:00
Aljoscha Rittner 7fd2a6a39c Supports a User-Agent header
fixes #213
2022-06-27 11:13:35 +02:00
Aljoscha Rittner f8f988710c
Merge pull request #219 from MicroCheapFx/206_notifications
Replaced `mentions_only` by `exclude_types` in `notifications` 

Fixes #206
2022-06-27 09:03:42 +02:00
Aljoscha Rittner cab72d0489
Merge pull request #239 from arittner/stream_close
Resilient stream.close handling and early close() while retry sleeps
2022-06-25 22:19:30 +02:00
Aljoscha Rittner 98615146a6 Resilient stream.close handling and early close() while retry sleeps
fixes #212
2022-06-25 22:17:17 +02:00
Aljoscha Rittner c7fdcf3fae
Merge pull request #235 from arittner/stream-unknown-handler
Support of processing unknown events and event names with dots.
2022-06-24 18:11:23 +02:00
Aljoscha Rittner a987af8a0d Merge branch 'stream-unknown-handler' of github.com:arittner/Mastodon.py into stream-unknown-handler 2022-06-24 18:01:48 +02:00
Aljoscha Rittner b225524d7c Documentation for processing unknown events in streaming.
Fixes #234
2022-06-24 17:58:13 +02:00
Aljoscha Rittner af59a46068 Support of processing unknown events and event names with dots.
#Fixes 234
2022-06-24 17:39:26 +02:00
Aljoscha Rittner c9008a1cdc
Merge pull request #233 from arittner/master
Changes the storage for pagination information
2022-06-24 17:30:29 +02:00
Aljoscha Rittner e98b033646 Preserves storage of pagination in items for compatibility reason
fixes #232
2022-06-24 17:23:00 +02:00
Aljoscha Rittner 7e0460ddcb
Merge branch 'halcy:master' into master 2022-06-24 16:37:37 +02:00
Aljoscha Rittner 002c6511a7
Merge pull request #238 from arittner/bookmarks-paging
Introduces paging parameters for bookmarks
2022-06-24 16:27:04 +02:00
Aljoscha Rittner 243d7a2c55
Merge pull request #221 from zen-tools/master
fix a typo in __json_truefalse_parse function
2022-06-24 16:22:38 +02:00
Aljoscha Rittner 3b8a653fa5 Introduces pagin parameters for bookmarks
Fixes #220
2022-06-24 15:46:27 +02:00
Aljoscha Rittner 2c06de91dd Support of processing unknown events and event names with dots.
#Fixes 234
2022-06-20 12:23:37 +02:00
Aljoscha Rittner 19dbb4594e Changes the storage for pagination information
fixes #232
2022-06-16 14:52:15 +02:00
ZEN 0f92f778dc
__json_truefalse_parse: fix a typo 2021-02-14 08:38:34 +02:00
Fx 539edfa8ee Replaced mentions_only by exclude_types in notifications API #206 2020-09-01 12:24:19 +02:00
Lorenz Diener e9d2c3d53f
Update README.rst 2020-07-04 17:35:07 +02:00
Lorenz Diener 28b6cc6c06
Merge pull request #215 from rinpatch/fix/content-type-error-typo
status_post: fix a typo in the error message when trying to use content_type without pleroma feature set
2020-05-18 17:52:00 +02:00
rinpatch 346e6e8478 status_post: fix a typo in the error message when trying to use content_type without pleroma feature set 2020-05-17 18:47:59 +03:00
Lorenz Diener a793c25506
Update README.rst 2020-03-14 19:20:54 +01:00
Lorenz Diener 02a0f1e801 Prep release 1.5.1 2020-03-14 19:05:11 +01:00
Lorenz Diener 82f531e3ee Add reactions to changelog 2020-02-29 18:52:20 +01:00
Lorenz Diener efb1ebb8ce Add reaction support 2020-02-29 18:48:01 +01:00
Lorenz Diener 7994a857db Add bookmarks to changelog 2020-02-22 20:43:50 +01:00
Lorenz Diener 847da6f7f9 Add bookmarks test 2020-02-22 20:37:54 +01:00
Lorenz Diener 4f90728a4a Fix tests for 3.1.1 2020-02-22 20:31:33 +01:00
Lorenz Diener 2132615269 Add documentation for bookmarks 2020-02-22 19:51:49 +01:00
Lorenz Diener 65e49ec614 Add bookmarks 2020-02-22 19:50:24 +01:00
Lorenz Diener 05e2bcb967 Add bookmark scopes and entity/versioning info 2020-02-22 16:43:16 +01:00
Lorenz Diener e2b9855ce9
Update Pipfile 2020-02-21 21:03:21 +01:00
Lorenz Diener fa1e887069
Update CHANGELOG.rst 2020-02-16 17:25:59 +01:00
Lorenz Diener c160f6de72
Update CHANGELOG.rst 2020-02-16 17:25:39 +01:00
Lorenz Diener e157e91dfe
Update DEVELOPMENT.md 2020-02-16 17:24:55 +01:00
Lorenz Diener 90ae6a655e Fix documentation of "content_type" parameter 2020-02-16 17:20:14 +01:00
Lorenz Diener 766e638dae Fix documentation of "group" attribute 2020-02-16 17:17:44 +01:00
Lorenz Diener 3b8d5b1e7b Move content-type support to new feature set "pleroma" 2020-02-16 17:12:36 +01:00
Lorenz Diener 86bb428e6f Add "mentions_only" parameter to notifications 2020-02-16 17:03:06 +01:00
Lorenz Diener 633b915fca Add new notification types to push API 2020-02-16 17:00:24 +01:00
Lorenz Diener 95aee9349a Update entity documentation 2020-02-16 16:53:35 +01:00
Lorenz Diener 00b2ea0046 Fix accidental version bump 2020-02-15 17:05:59 +01:00
Lorenz Diener 238dd9163a Document account_update_credentials better, bump versions 2020-02-15 16:54:36 +01:00
Lorenz Diener 4d8dae71a9 Add note to blocklist code. Fixes #210. 2020-02-15 16:45:14 +01:00
Lorenz Diener 4e76f6e322
Merge pull request #208 from limburgher/master
Try/catch magic for #207.
2020-02-15 13:51:59 +01:00
Lorenz Diener 0be9419c67
Merge pull request #209 from gdunstone/master
Fixed copy paste typo, add discoverable parameter and document bot parameter
2020-02-15 13:50:45 +01:00
Gareth Dunstone ecfbd0ae23 added other parameters to account_update_credentials 2020-01-31 17:02:10 +11:00
Gareth Dunstone 37a180126e added the bot param 2020-01-31 15:27:04 +11:00