Gráfico de commits

223 commits

Autor SHA1 Mensaje Fecha
Lorenz Diener
de0d5df861 Add keyword filters 2018-07-30 17:29:37 +02:00
Lorenz Diener
cf2d0ebc82 Add follow suggestions 2018-07-30 16:20:56 +02:00
Lorenz Diener
b5f722cd3d Add trendint API 2018-07-30 15:44:09 +02:00
Lorenz Diener
5576c190ad Search v2 2018-07-30 15:38:51 +02:00
Lorenz Diener
3f91aaf1ea Fix version typo 2018-07-30 15:36:31 +02:00
Lorenz Diener
f864bea4e5 Document hashtag history dicts 2018-07-30 15:35:36 +02:00
Lorenz Diener
d3594572bb Add direct language specification 2018-07-30 15:22:11 +02:00
Lorenz Diener
da859de457 Muting / Hide Reblogs changes 2018-07-30 15:16:46 +02:00
Lorenz Diener
1a6293db44 Update documentation for search() 2018-07-30 14:49:25 +02:00
Lorenz Diener
d1a3277a8b Add status_reply, closes #140 2018-07-30 14:37:20 +02:00
Lorenz Diener
4f3deac968 2.4.3 support: Scopes 2018-07-30 13:35:29 +02:00
Lorenz Diener
82cc87b49b Fix #138 2018-07-14 01:02:37 +02:00
D Anzorge
4319283bcd log_in(): check if granted scopes are a superset of requested
Currently, Pleroma does not actually have scopes, but grants "read write
follow" in all cases. For compatibility, log_in() now checks if the
granted scopes include all of the requested scopes, instead of checking
if they match exactly.
2018-06-26 14:48:59 +02:00
Lorenz Diener
01e52ccd8f Add push tests 2018-06-05 22:52:18 +02:00
Lorenz Diener
18c6b3b90f New casettes, small fixes 2018-06-05 22:10:31 +02:00
Lorenz Diener
b08c05e6de Fix specifying only access token 2018-06-05 17:57:22 +02:00
Lorenz Diener
256037f272 Small test fix 2018-06-05 17:47:26 +02:00
Lorenz Diener
fd21e573e3 Merge branch 'master' of https://github.com/halcy/Mastodon.py 2018-06-05 17:37:44 +02:00
Lorenz Diener
caba9c5467 Add notif dict docs 2018-06-05 17:19:15 +02:00
Lorenz Diener
0ded906338
Fix doc typo 2018-06-05 14:43:47 +02:00
Lorenz Diener
4b747886b9 Improve docs 2018-06-05 14:30:47 +02:00
Lorenz Diener
392dd3d61d Add webpush support 2018-06-05 14:10:53 +02:00
Lorenz Diener
85ca599935 Add fields support, tests 2018-06-05 01:54:12 +02:00
Lorenz Diener
2b08e2ec83 Fix py2 compat 2018-06-04 19:56:46 +02:00
Lorenz Diener
163fd5d3d5 Move pagination info to attributes 2018-06-04 16:48:20 +02:00
Lorenz Diener
093c207292 Add idempotency keys, documentation improvements 2018-06-04 15:40:26 +02:00
Lorenz Diener
620687a079 Add pinning/unpinning, media_update 2018-06-04 14:54:26 +02:00
Théo Le Calvar
1090d7476f Fix optional args in account_update_credentials
avatar and header are now correctly ignored if not specified.
2018-05-20 12:55:25 +02:00
Théo Le Calvar
1800a9b2c1 Fix typo in account_update_credentials
Mime type of avatar was used to guess extension of header.
2018-05-20 12:53:19 +02:00
Joel Gil Leon
8052b04446 update constructor to support access_token only 2018-05-19 16:04:15 +03:00
Lorenz Diener
8d5fe70c7e Fix some bugs, update tests 2018-05-07 00:53:13 +02:00
Lorenz Diener
c0a0c8f517 Add focal points 2018-05-06 18:00:07 +02:00
Lorenz Diener
d633df28f7 Add only_media parameter to timelines 2018-05-06 17:46:23 +02:00
Lorenz Diener
ca0ea36c6e
Merge branch 'master' into stream-timeout 2018-05-06 15:55:32 +02:00
Lorenz Diener
ba2fccc1cf Add lists tests and fix a bug 2018-05-06 15:42:38 +02:00
Lorenz Diener
4088e16dec Fix daemonization in python 2 2018-05-06 01:45:02 +02:00
Lorenz Diener
ad6b8eeb04 Switch to using requests Session objects 2018-05-06 01:36:48 +02:00
codl
06e32c14bc
raise MastodonReadTimeout when a stream times out 2018-04-19 17:10:42 +02:00
Lorenz Diener
a825905b57 Fix several bugs 2018-04-18 21:56:36 +02:00
Lorenz Diener
a1ecd2d664 Raise last changed version on instance() 2018-04-17 18:02:55 +02:00
Lorenz Diener
5f44998dd2 First steps to 2.3.0 support 2018-04-17 17:49:08 +02:00
Lorenz Diener
78d3b3a5df Fix for the fix 2018-04-17 17:24:46 +02:00
Lorenz Diener
087c49b199 Small fix to account_search 2018-04-17 17:21:16 +02:00
Lorenz Diener
2afc50c803
Merge branch 'master' into stream-timeout 2018-04-17 16:06:00 +02:00
Lorenz Diener
864c83fa2f Rename async to run_async, fixes #120 2018-04-17 15:38:21 +02:00
Lorenz Diener
eb336a30c2 Add is_receiving: 2018-04-17 14:59:45 +02:00
Lorenz Diener
6d4490295a Nicen up reconnect waiting 2018-04-17 14:55:31 +02:00
Lorenz Diener
d0ae9dcd05 Add async autoreconnect 2018-04-17 14:35:09 +02:00
codl
06a7a875fe
add timeouts to streams (GH-127) 2018-04-08 23:07:08 +02:00
Robert Mock
365ebf3ad9
Fix 500 from status_post capitalized visibilities
The validator for the 'visibility' parameter lower()s it before verifying, but this means that "direct", "Direct", and "dIRECT" all pass validation. However, passing in 'Direct' (at least, to my instance) throws `mastodon.Mastodon.MastodonAPIError: ('Mastodon API returned error', 500, 'Internal Server Error', None)`. This corrects the parameter in-place.
2018-02-11 15:30:58 -08:00