|
fa8419976d
|
Enable support for deleting entries through Micropub :D
|
2018-07-02 15:08:13 +10:00 |
|
|
c8e0b9c5fb
|
Save any provided syndications for a new entry when creating it
|
2018-06-28 21:07:24 +10:00 |
|
|
eb20cc1d21
|
Add a Link header to the Micropub create response indicating the entry's shortlink
|
2018-05-10 13:42:59 +10:00 |
|
|
86f4da306c
|
Fix creating posts with Micropub to use the new entry kind handling
|
2018-05-10 13:42:32 +10:00 |
|
|
4d974a5364
|
Create a basic but functional micropub media endpoint :o
|
2018-05-07 22:28:48 +10:00 |
|
|
70e57e4155
|
Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path()
|
2018-05-04 12:19:54 +10:00 |
|
|
365110544c
|
Upgrade Django to 2.0.3, yay!
|
2018-03-21 22:02:27 +11:00 |
|
|
452dd3f47d
|
Oops, update the list of routes that's pinged on micropub creation to use the new names for entry feeds
|
2018-03-21 22:02:01 +11:00 |
|
|
b5604ac8d1
|
Require the 'create' scope in the token to be present in order to create new entries
|
2018-01-29 11:01:57 +11:00 |
|
|
9f733125a7
|
Refactor micropub, add basic support for querying - source works great, the other two not so much
|
2018-01-29 10:28:46 +11:00 |
|
|
7b4f5d3ac1
|
Unwrap 'html' content passed to micropub
|
2017-12-19 13:54:07 +11:00 |
|
|
afc3b45edd
|
Remove an extraneous print call
|
2017-12-18 16:33:18 +11:00 |
|
|
d30f1bc334
|
Normalise formencoded Micropub requests to JSON form, and handle all requests as JSON, so now JSON request bodies work too
|
2017-12-18 16:32:29 +11:00 |
|
|
29a3f740a9
|
Add a function to convert form-encoded micropub requests into JSON micropub requests - I'll be changing the actual endpoint to accept JSON and use this to keep accepting form-encoded as well
|
2017-12-18 11:56:04 +11:00 |
|
|
b89405ed88
|
Dramatically improved processing of Micropub tokens which supports both the Authorization header and the access_token field approaches
|
2017-12-18 09:51:06 +11:00 |
|
|
de141bb697
|
Add WebSub ping support for the entries-by-cat pages
|
2017-11-20 11:21:28 +11:00 |
|
|
8b00cf8a1a
|
Add cat support to the micropub endpoint, so new posts will have appropriate cats
|
2017-11-20 11:19:08 +11:00 |
|
|
e72a6b01f0
|
Start implementing reply context! It's ugly and doesn't actually link the original post yet but you *can* see the original post's author and content :3
|
2017-11-16 21:52:42 +11:00 |
|
|
f3bb90fffd
|
Accept in-reply-to, like-of, and repost-of at the micropub endpoint - currently they override each other, in the order I specified, but I think that's probably okay?
|
2017-11-13 15:55:34 +11:00 |
|
|
b8a8cd62cf
|
Refactor micropub into a class-based view so that it can have a GET handler implemented as well (since that's needed to query for config info and stuff)
|
2017-11-09 13:55:44 +11:00 |
|
|
e4e8beb958
|
WebSub-ping the kind-specific entry URLs as well, not just the generic ones
|
2017-11-09 10:14:50 +11:00 |
|
|
78b2f8220d
|
Add simple support for sending Webmentions using the ronkyuu library
|
2017-11-06 21:08:02 +11:00 |
|
|
45298abb98
|
Actually queue up the ping_hub operation on the queue by using its delay() method
|
2017-11-06 11:46:43 +11:00 |
|
|
e853e22362
|
Install django-rq and use it to ping WebSub, rather than blocking the micropub request during pings
|
2017-11-06 11:04:22 +11:00 |
|
|
9a98fcdf4f
|
Introduce some very, VERY basic support for micropub - only h-entry works, and only the name and content properties can actually be set, but it works
|
2017-11-03 20:45:29 +11:00 |
|