Wykres commitów

491 Commity (39f1ee8889461917a797b1e785dd2411c8d3b676)

Autor SHA1 Wiadomość Data
halcy 39f1ee8889 Add support for public/remote stream 2023-04-23 19:19:53 +03:00
Lorenz Diener c6d9361470
Merge pull request #319 from leoncowle/lists.py-list_accounts-fix
Add missing "params" arg to lists.py:list_accounts() __api_request call
2023-04-23 18:53:30 +03:00
Lorenz Diener 0e0e8cd687
Merge pull request #327 from alexmshepherd/status_reply-patch
Status reply patch
2023-04-23 18:51:59 +03:00
Lorenz Diener ba142e9b44
Merge pull request #336 from codl/doc-upd-335
doc: warn against using max_id in favourites/bookmarks
2023-04-23 18:50:47 +03:00
Lorenz Diener 5e93270dc4
Merge pull request #311 from cnotin/patch-1
Fix small typo
2023-04-23 18:49:02 +03:00
halcy 43ccb72275 Move user agent default to where it belongs 2023-04-23 18:44:47 +03:00
Lorenz Diener f862772ea6
Merge pull request #305 from jkawamoto/user_agent
Supports User-Agent header in create_app method
2023-04-23 18:36:06 +03:00
Lorenz Diener 8ed48b8021
Merge pull request #296 from zevaryx/master
Add resolve keyword to account_search
2023-04-23 18:35:12 +03:00
codl a6d974b69b doc: warn against using max_id in favourites/bookmarks
see #335
2023-04-16 21:12:06 +02:00
alex martin shepherd 2905c07863
Add custom exception 2023-03-03 12:47:43 +01:00
alex martin shepherd 92a7cbac35
Clarify status_reply ( #310 ) 2023-03-03 12:43:40 +01:00
Leon Cowle 4bd8afa7aa Add missing "params" arg to lists.py:list_accounts() __api_request call 2023-02-07 15:50:23 -06:00
Clément Notin c58ce36c8e
Fix small typo 2023-01-10 00:42:45 +01:00
Junpei Kawamoto 5542d58c36 Improve test coverage 2023-01-02 14:58:52 -06:00
Junpei Kawamoto fa1c6c97d2 Supports User-Agent header in create_app method
Following #240, it's helpful if `create_app` also supports the User-Agent header.

This commit fixes https://github.com/halcy/Mastodon.py/issues/213#issuecomment-1276999193.
2022-12-30 22:31:38 -06:00
zevaryx 802a352ad8 Add resolve keyword to account_search 2022-12-07 20:30:56 -07:00
Miroslav Šedivý 6404765921 refactor: replace lambdas with python 2022-12-03 22:04:26 +01:00
Miroslav Šedivý dde4c39600 refactor: use f-strings without bug 2022-12-02 23:48:39 +01:00
Miroslav Šedivý 325cc917d5 refactor: use f-strings 2022-12-02 22:04:23 +01:00
halcy 405e01bef9 Minor fixes, document some return values 2022-12-01 21:44:57 +02:00
halcy e483d16014 Finish moving code out into smaller files 2022-12-01 01:39:08 +02:00
halcy a4b2b180d3 More moving functions out 2022-12-01 00:11:17 +02:00
halcy d9cd7547fd Move some more methods, fix crypto heckup 2022-11-30 23:47:46 +02:00
halcy 48f1d31c72 carefully move some things into files, test if readthedocs still builds 2022-11-30 23:09:09 +02:00
halcy 2d7f495b0f Merge branch 'modern-datetime' of https://github.com/eumiro/Mastodon.py into eumiro-modern-datetime 2022-11-30 22:43:03 +02:00
halcy 262d150c05 Start moving functions out of main module 2022-11-30 22:31:54 +02:00
Miroslav Šedivý bf428f58ef refactor: simplify __datetime_to_epoch 2022-11-30 20:44:13 +01:00
Miroslav Šedivý 5262d58a0b replace pytz with datetime.timezone and zoneinfo 2022-11-30 20:21:04 +01:00
halcy 53cb42117b Switch back to previous version parser 2022-11-30 19:33:09 +02:00
halcy 2453438353 reapply accidentally reverted changes 2022-11-30 19:28:42 +02:00
halcy c1b7a7e4e5 Fix cross page links in docs 2022-11-30 19:04:26 +02:00
halcy 98d9dfa357 Merge branch 'master' of github.com:halcy/Mastodon.py 2022-11-30 18:02:26 +02:00
halcy a65cbdd513 ref test 2022-11-30 18:02:20 +02:00
Miroslav Šedivý 7ffcfb2a5e refactor: improve version comparisons 2022-11-29 18:43:57 +01:00
halcy dbceccb210 Add v2 admin accounts API 2022-11-28 00:55:41 +02:00
halcy ae9f764087 Add remove_from_followers 2022-11-27 23:55:26 +02:00
halcy b35e3f3da8 Add account_familiar_followers 2022-11-27 23:38:42 +02:00
halcy 9d2ee54790 Add client auth data to access token file 2022-11-27 22:53:07 +02:00
halcy 50580a0c49 clean terminology up a bit 2022-11-27 22:14:48 +02:00
halcy e91cbd78aa typo 2022-11-27 02:57:01 +02:00
halcy 5cf0fa27a9 add admin stats APIs 2022-11-27 02:43:22 +02:00
halcy 7331f7774a Add admin domain block tests, change some things about the admin domain blocks 2022-11-26 01:00:44 +02:00
micah 2b8c5de03f typos lol 2022-11-25 21:47:54 +00:00
micah dd23f8b7c5 Merge remote-tracking branch 'origin/master' into catgoat/domain_blocks 2022-11-25 21:45:52 +00:00
micah 2c7b58568d add delete and modify with comments 2022-11-25 01:50:57 +00:00
micah cdef1d5107 documentation 2022-11-25 01:39:33 +00:00
halcy 4be050d3d7 add lang parameter 2022-11-25 01:48:49 +02:00
halcy 89678e0565 Fix tests 2022-11-25 00:09:54 +02:00
halcy 2825fa9963 Add admin trends test 2022-11-25 00:01:07 +02:00
halcy 00a96c5e95 Add trending APIs 2022-11-24 22:56:49 +02:00