Thomas Sileo
|
7a50b91067
|
Fix Travis
|
2018-07-11 20:01:16 +02:00 |
Thomas Sileo
|
b5317c1ee8
|
Fix Travis
|
2018-07-11 19:56:23 +02:00 |
Thomas Sileo
|
2bd4c84dcb
|
Switch Travis to Python 3.7
|
2018-07-11 19:40:59 +02:00 |
Thomas Sileo
|
06f95fabc0
|
Fix formatting
|
2018-07-11 19:39:48 +02:00 |
Thomas Sileo
|
c579cae0ba
|
Bugfix
|
2018-07-11 19:20:36 +02:00 |
Thomas Sileo
|
9fa0495082
|
Add Create.get_tombstone
|
2018-07-10 00:48:51 +02:00 |
Thomas Sileo
|
188c7ab0fa
|
Fix the get_tombstone helper
|
2018-07-10 00:43:45 +02:00 |
Thomas Sileo
|
ce26c4458d
|
Formatting
|
2018-07-10 00:23:55 +02:00 |
Thomas Sileo
|
a996138533
|
Add helper for tombstone handling
|
2018-07-10 00:23:35 +02:00 |
Thomas Sileo
|
4f513b984c
|
Fix the recipients helper
|
2018-07-09 22:20:46 +02:00 |
Thomas Sileo
|
24c051b7da
|
Fix the shared inbox logic
|
2018-07-09 08:38:46 +02:00 |
Thomas Sileo
|
65c983e588
|
Improve collection parsing
|
2018-07-08 23:02:15 +02:00 |
Thomas Sileo
|
b7d63f2302
|
Fix hashtag parsing
|
2018-07-08 19:14:51 +02:00 |
Thomas Sileo
|
18b357c039
|
Fix flake8 warning
|
2018-07-08 12:26:42 +02:00 |
Thomas Sileo
|
ae4641eae9
|
Fix type annotations
|
2018-07-08 12:21:15 +02:00 |
Thomas Sileo
|
5b0f7d9e44
|
Make the collection parsing more extensible
|
2018-07-08 12:18:32 +02:00 |
Thomas Sileo
|
ac51aad59d
|
Add extra inboxes support
|
2018-07-07 13:16:23 +02:00 |
Thomas Sileo
|
78846a5d26
|
Remove note source when cleaning it
|
2018-07-07 12:50:03 +02:00 |
Thomas Sileo
|
01d325418d
|
Add support for OStatus magic key
|
2018-07-03 23:32:58 +02:00 |
Thomas Sileo
|
9819a43cfe
|
Fix type annotations
|
2018-07-03 08:28:04 +02:00 |
Thomas Sileo
|
4886619f77
|
Add a `get_url` helper for actor types
|
2018-07-03 08:22:39 +02:00 |
Thomas Sileo
|
623ea4a1c3
|
Travis is not ready for Python3.7
|
2018-07-01 12:15:47 +02:00 |
Thomas Sileo
|
5b7a20717a
|
Tweak for Python 3.7
|
2018-07-01 12:12:14 +02:00 |
Thomas Sileo
|
8c30ccbe61
|
Tweak the README
|
2018-07-01 10:39:50 +02:00 |
Thomas Sileo
|
caecbbb7f0
|
Actually drop OStatus Announce
|
2018-07-01 10:38:35 +02:00 |
Thomas Sileo
|
7232f0d1e3
|
Fix mypy/black issue
|
2018-06-27 23:30:49 +02:00 |
Thomas Sileo
|
c4d490e310
|
Fix file formatting
|
2018-06-27 23:26:19 +02:00 |
Thomas Sileo
|
319241ebff
|
Fix type annotations
|
2018-06-27 23:19:30 +02:00 |
Thomas Sileo
|
c53c9c7a38
|
Improve the type handling for activities
Fixes #7
|
2018-06-27 23:14:29 +02:00 |
Thomas Sileo
|
1595ec78ad
|
Fix urlutils error
|
2018-06-24 19:48:07 +02:00 |
Thomas Sileo
|
c2524dccb2
|
Improve the debug mode, fixes #4
|
2018-06-24 11:33:14 +02:00 |
Thomas Sileo
|
3f59845b8a
|
Improve actor support, fixes #3
|
2018-06-24 10:18:36 +02:00 |
Thomas Sileo
|
3905c52cbf
|
Add new badge in the README
|
2018-06-23 20:45:18 +02:00 |
Thomas Sileo
|
da9aab0124
|
Add a new method to the backend
|
2018-06-23 01:14:05 +02:00 |
Thomas Sileo
|
cf4aa1fe60
|
Merge pull request #2 from dsblank/patch-2
Fixed ap.Follow(actor=ACTOR); ACTOR is id or dict
|
2018-06-23 00:36:20 +02:00 |
Doug Blank
|
794bba17ca
|
Fixed ap.Follow(actor=ACTOR); ACTOR is id or dict
ap.Follow() could allow ACTOR to be a Person(), but it currently does not.
|
2018-06-22 17:57:46 -04:00 |
Thomas Sileo
|
714461d1d0
|
Add caching to urlutils.check_url
|
2018-06-22 23:46:38 +02:00 |
Thomas Sileo
|
ebcfc6e0a5
|
Handle 410 gone for remote activities
|
2018-06-22 23:38:25 +02:00 |
Thomas Sileo
|
dc0081ec10
|
Better user agent
|
2018-06-22 22:57:38 +02:00 |
Thomas Sileo
|
0e01b35400
|
Add a new `fetch_remote_activity` helper
|
2018-06-22 22:39:08 +02:00 |
Thomas Sileo
|
6b9d93a388
|
Merge pull request #1 from dsblank/patch-1
Errors need __str__ to see actual error
|
2018-06-22 22:34:36 +02:00 |
Doug Blank
|
2bf2b3ccaa
|
Errors need __str__ to see actual error
|
2018-06-22 09:05:13 -04:00 |
Thomas Sileo
|
373781abf6
|
Fix type annotation
|
2018-06-18 21:42:32 +02:00 |
Thomas Sileo
|
4e452d21ff
|
Fix docs
|
2018-06-18 21:39:16 +02:00 |
Thomas Sileo
|
792af52141
|
Cache the actor
|
2018-06-18 21:36:54 +02:00 |
Thomas Sileo
|
f3790981d5
|
Tweak the doc
|
2018-06-18 21:30:57 +02:00 |
Thomas Sileo
|
abe835b1f1
|
Fix formatting
|
2018-06-18 21:25:14 +02:00 |
Thomas Sileo
|
8d5118e27b
|
Update docs
|
2018-06-18 21:23:08 +02:00 |
Thomas Sileo
|
c35ed27e10
|
Fix tests
|
2018-06-18 21:08:23 +02:00 |
Thomas Sileo
|
83c2f8b99c
|
Tweak the Delete side effect
|
2018-06-18 20:47:41 +02:00 |