Lorenz Diener
351d302531
Merge pull request #158 from lefherz/master
...
New exception class if server is malconfigured, e.g. 502
2019-04-27 17:23:46 +02:00
Lorenz Diener
a264154073
Merge pull request #164 from codl/link-flakeid
...
more robust handling of pagination Link headers
2019-04-27 17:20:20 +02:00
codl
eca31ea732
improve link header parameter extraction regex
2019-04-15 14:26:43 +02:00
codl
62a47f4e92
oops. str.is_digit() -> str.isdigit()
2019-04-15 14:19:45 +02:00
codl
ad96297a06
more robust handling of pagination Link headers
...
during a cursory investigation for #163 I found that the code handling
Link headers would not handle non-numeric post IDs like pleroma's
flakeIDs correctly
IDs starting with a number would be truncated to the first non-digit,
and IDs not starting with a number would throw. Thankfully, all flakeIDs
generated so far start with 9. Maybe 8 for the earliest ones, I'm not
sure. Either way, so far it would only have misbehaved when using the
pagination functions or accessing the _pagination_prev and
_pagination_next attributes directly
2019-04-15 03:31:09 +02:00
codl
0666bdabf1
better handling of non-standard error responses, such as from pleroma
2019-03-11 14:51:11 +01:00
lefherz
280973661d
New exception class if server is malconfigured, e.g. 502
2019-02-03 01:58:59 +01:00
Lorenz Diener
8b86269787
Merge pull request #151 from jrabbit/seven_proxies
...
Made Session support more robust and added support to .create_app()
2018-11-26 11:47:21 +01:00
Lorenz Diener
9c5c5b85cc
Make filter application regex use raw strings
2018-11-26 11:44:13 +01:00
Lorenz Diener
d1717be251
Fix media is-file check
2018-11-26 11:42:19 +01:00
Lorenz Diener
ae9640e95d
Merge pull request #150 from jfmcbrayer/mime-magic
...
Use python-magic to determine mime types from contents
2018-11-26 11:24:35 +01:00
Jack Laxson
975145ada6
Made Session support more robust and added support to .create_app()
2018-11-18 04:55:04 -05:00
Jason McBrayer
4b7bbe72cd
Use magic for guessing mime type if available
...
Replace uses of mimetypes.guess_type with guess_type wrapper that uses
magic if available, and falls back to mimetypes if not.
2018-11-12 10:04:15 -05:00
Jason McBrayer
7e2259e3ee
Add requirement for python-magic, and add wrappers to Mastodon.py
2018-11-12 09:44:57 -05:00
errbufferoverfl
aabbfa86bf
Adds statement to open file if MIME type is set and file exists
2018-09-14 17:16:12 +10:00
Lorenz Diener
2d81e9b2cb
Add filter tests
2018-07-30 23:08:30 +02:00
Lorenz Diener
d04b3da7d5
Add filter applies function
2018-07-30 22:09:14 +02:00
Lorenz Diener
ba3c2a8605
Add follow suggestions test
2018-07-30 21:14:40 +02:00
Lorenz Diener
5148658d9a
Add test for status_reply
2018-07-30 21:00:20 +02:00
Lorenz Diener
2af3fd82f4
Improve documentation for status_reply
2018-07-30 20:45:26 +02:00
Lorenz Diener
053d8f3b4f
Add "untag" parameter to status_reply
2018-07-30 20:44:25 +02:00
Lorenz Diener
087fb249da
Fix tests
2018-07-30 20:25:25 +02:00
Lorenz Diener
58c508a11c
Bump supported version
2018-07-30 17:30:46 +02:00
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