Aaron Parecki
9fc6042d44
add a re-send button
closes #5
6 years ago
Aaron Parecki
76eeffda72
Allow sending simple source+target webmentions when logged out
6 years ago
Aaron Parecki
e72c8cf675
include additional info in callback and status API
6 years ago
Aaron Parecki
8ec4ae6306
better json formatting
7 years ago
Aaron Parecki
42480ed79b
send http accept header requesting HTML
7 years ago
Aaron Parecki
243c9c7802
add `code` and `realm` parameters for sending private webmentions
8 years ago
Aaron Parecki
a5fee11a34
ignore errors when parsing HTML
8 years ago
Aaron Parecki
3b8b3d6911
don't send self-mentions using target_domain feature
8 years ago
Aaron Parecki
dcce11999f
suppress libxml warnings
8 years ago
Aaron Parecki
8cfd5f1d1e
move blacklist checking into a function
8 years ago
Aaron Parecki
d4c8bcf40b
include source and target in status json
8 years ago
Aaron Parecki
841b74113a
change http response to 200 to see if that helps superfeedr
8 years ago
Aaron Parecki
8fc820167c
decode JSON input from superfeedr
8 years ago
Aaron Parecki
195b827e0d
log input received from superfeedr
8 years ago
Aaron Parecki
a54aa8e0c7
adds API route to handle Superfeedr payload
* new API route to handle Superfeedr notification of a mention
* sends webmentions to all URLs on the target domain of the notification
* adds "url" column to sites to specify the domain to use for superfeedr pings
* includes database migration
8 years ago
Aaron Parecki
c443484141
fix sending a single target parameter
8 years ago
Ryan Barrett
39e628d5b6
target_domain bug fix: require exact parent domain in subdomain check
8 years ago
Aaron Parecki
efa4e3a6d7
move subdomain check into a function
8 years ago
Aaron Parecki
1a20005c71
don't compare host on relative URLs
also adds test for ensuring other webmentions aren't sent when using target_domain
8 years ago
Ryan Barrett
82b26d15fe
add new optional target_domain parameter to /webmention endpoint. for #2
when used instead of target, finds all links to the target domain and subdomains, enqueues webmentions for them all, and returns all status URLs in the response's 'location' field. the HTTP Location header is omitted.
8 years ago
Ryan Barrett
16a3cdd8c9
fix callback param URL validation
8 years ago
Aaron Parecki
3d045909a4
enables webmention sending forms from dashboard
9 years ago
Aaron Parecki
a711422b7e
implement status API
9 years ago
Aaron Parecki
fbd3d23c05
add infrastructure for background queue
9 years ago
Aaron Parecki
01bc6a8962
beginning API
* API validates and accepts requests and writes to the DB
* tests check all API responses
9 years ago
Aaron Parecki
6175ad184c
implement indieauth sign-in
9 years ago