Wykres commitów

1165 Commity (6d37c4aa228d08b4e114f7918a2e8d5c83215b46)

Autor SHA1 Wiadomość Data
Lorenz Diener 6d37c4aa22
Update accounts.py
Fix account_relationships type and docs.
2025-08-19 10:49:15 +03:00
Lorenz Diener 76c776b378
Update utility.py
Add missing annotations in utility.py
2025-08-19 10:11:11 +03:00
Lorenz Diener 3b6291d3a5
Update 02_return_values.rst
minor doc typo fix
2025-08-19 10:03:33 +03:00
halcy 4c8875a5c5 add publish workflow 2025-08-17 23:52:35 +03:00
halcy 21882c4b79 Bump all the version numbers 2025-08-17 23:49:01 +03:00
halcy 02d38084ea Add Terms of Service 2025-08-17 23:43:12 +03:00
halcy 1e4293ae3e add new featured tags endpoints 2025-08-17 23:07:09 +03:00
halcy 341b540b76 add endorsement endpoints, tests ran against 4.4.0 2025-08-17 22:47:43 +03:00
halcy 511aed2cc6 add new parameters to some endpoints 2025-08-17 20:30:49 +03:00
halcy e9e1c2406a make test setup work on 4.4.3, add delete_media to status_delete 2025-08-17 20:17:10 +03:00
halcy 93a96af966 Add oauth_userinfo endpoint 2025-08-17 19:13:17 +03:00
halcy c21ba153f7 document deprecation 2025-08-17 18:21:56 +03:00
halcy 0f94231300 expose deprecation header, fix CI 2025-08-17 18:20:47 +03:00
halcy a1a0b4e306 Entity updates for 4.4.3 2025-08-17 17:21:21 +03:00
halcy 304df86c42 dont instantiate every type if only one is needed 2025-08-17 00:11:22 +03:00
halcy d7ebad0bc4 make json load union casting work on 3.9 2025-08-17 00:00:38 +03:00
halcy 6ceb054d47 new cassettes for three auth endpoints 2025-08-16 23:37:11 +03:00
halcy d2c80f5210 some changes to tests and documentation 2025-08-16 23:23:42 +03:00
halcy bdc25ade29 add return type for oauth server info 2025-08-16 23:17:53 +03:00
halcy baf7dd457c attempt 2 2025-08-16 23:00:08 +03:00
halcy 95239666fa amend to fix pre 2.9.2 tests 2025-08-16 22:26:05 +03:00
halcy 510e60df2f some fixes to versions, test 2025-08-16 22:18:21 +03:00
halcy b6ce6576ce retry failed version checks 2025-08-16 21:40:31 +03:00
halcy cfc83cc1b6 fix moved account name 2025-08-16 21:27:28 +03:00
halcy 5f7b166b78 fix notifications() returning nonsense when an id is passed 2025-08-16 21:12:06 +03:00
halcy b98f47b3d8 CI now needs grapheme 2025-08-16 21:01:14 +03:00
halcy 1341888913 oops, forgt something 2025-08-16 20:59:40 +03:00
halcy 2174694464 add status length counter 2025-08-16 20:51:25 +03:00
halcy 974844bacb add exclusive, replies_policy to list methods 2025-08-16 19:28:08 +03:00
halcy dbf3cf8404 make documentation a little better 2025-08-16 19:16:02 +03:00
halcy e757aa727e add pagination info retrieval, iterator 2025-08-16 19:01:08 +03:00
halcy 95e64ddfec Fix tests on 3.8 and 3.7, hopefully 2025-08-16 17:05:30 +03:00
halcy abc25a0f3e test-green cassettes, 4.3 2025-08-16 16:52:16 +03:00
Lorenz Diener 75af8b02c1 Small fixes to OAuth code 2025-08-15 14:59:28 +03:00
Lorenz Diener cb48c95930 Add OAuth authorization server info retrieval and usage if available 2025-08-15 14:46:56 +03:00
Lorenz Diener 1af3e8d34d Add API version, warn if not present despite version >= 4.3.0 2025-08-15 13:02:50 +03:00
Lorenz Diener d959fa1906
Update TODO.md 2025-08-15 10:45:19 +03:00
Lorenz Diener b4d46705e7
Merge pull request #414 from codl/fix-typo
fix docstring typo
2025-07-29 11:16:25 +03:00
codl 9c3656216e fix docstring typo 2025-07-22 21:47:45 +02:00
Lorenz Diener db42072efe
fix weird .netrc login issue 2025-06-22 01:34:42 +03:00
Lorenz Diener 67f0a1fee5
Update CHANGELOG.rst 2025-06-18 16:56:41 +03:00
Lorenz Diener f5a18c344d
Update types_base.py
fix 3.7 again
2025-06-18 16:43:37 +03:00
Lorenz Diener 4e2f11c121
Update types_base.py
fix tests on 3.7
2025-06-18 16:37:33 +03:00
Lorenz Diener c563d53b21
Merge pull request #407 from CyberTailor/master
Switch from `pytest-vcr` to `pytest-recording`
2025-06-18 16:33:56 +03:00
Lorenz Diener 6b769779d9
Update types_base.py
fix stringify_type
2025-06-18 16:25:16 +03:00
Lorenz Diener d845707f14
Update types_base.py
fix type annotation saving
2025-06-18 15:40:05 +03:00
Lorenz Diener 98f0c2258c
Update config.yml
Circleci doesn't provide RC images, so lets try the official python one
2025-06-18 15:00:34 +03:00
Lorenz Diener 1e0afc7820
Update config.yml
Activate 3.14 tests
2025-06-18 14:42:18 +03:00
Lorenz Diener 1d30df5f12
Merge pull request #410 from rogue-agent-dev/master
Add offset parameter for trending_tags and trending_links
2025-05-09 16:31:24 +03:00
Anees Ahmed b62c61456a Add offset parameter for trending_tags and trending_links
Fixes #409
2025-05-08 02:24:33 -07:00