Aaron Parecki
e7f2d86a87
break-word looks better
9年前
Aaron Parecki
1ca8860e8a
fix css for long URLs
9年前
Aaron Parecki
b2822f4396
add UI to create and edit sites
* moves API key to settings screen
* adds Superfeedr subscription URL in settings screen
9年前
Aaron Parecki
367ab364b3
fixes for test environment and http lib change
9年前
Aaron Parecki
8cfd5f1d1e
move blacklist checking into a function
9年前
Aaron Parecki
f8a8c0b315
let long URLs wrap on the dashboard
9年前
Aaron Parecki
453831c423
allow access to status detail when not logged in
9年前
Aaron Parecki
d4c8bcf40b
include source and target in status json
9年前
Aaron Parecki
e6235846dc
send exceptions to errbit
9年前
Aaron Parecki
d993c7afc1
fix up http classes
9年前
Aaron Parecki
2676034041
blacklist some known URLs that don't accept webmention
9年前
Aaron Parecki
841b74113a
change http response to 200 to see if that helps superfeedr
9年前
Aaron Parecki
8fc820167c
decode JSON input from superfeedr
9年前
Aaron Parecki
14cc0c2a31
fix path for script
9年前
Aaron Parecki
195b827e0d
log input received from superfeedr
9年前
Aaron Parecki
957c09f237
attempt to disconnect and reconnect from the database between jobs
9年前
Aaron Parecki
8c32594374
replace test data with an actual Superfeedr payload
9年前
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
9年前
Aaron Parecki
3fa61d527f
Merge branch 'master' of github.com:aaronpk/Telegraph
9年前
Aaron Parecki
f70b918e1f
catch 404 and 405 exceptions
9年前
Aaron Parecki
7eb5b18aa9
add favicon and robots.txt
9年前
Aaron Parecki
c443484141
fix sending a single target parameter
9年前
Aaron Parecki
50ef6256f0
Merge pull request #9 from snarfed/subdomain
target_domain bug fix: require exact parent domain in subdomain check
9年前
Ryan Barrett
39e628d5b6
target_domain bug fix: require exact parent domain in subdomain check
9年前
Aaron Parecki
44cdf1d6f2
fix target link on dashboard
9年前
Aaron Parecki
efa4e3a6d7
move subdomain check into a function
9年前
Aaron Parecki
3b40a47aac
add test data
9年前
Aaron Parecki
1a20005c71
don't compare host on relative URLs
also adds test for ensuring other webmentions aren't sent when using target_domain
9年前
Aaron Parecki
ede0a8bc8b
use base URL from config for creating redirect URL
9年前
Aaron Parecki
dc9437a35d
fixes for login interface
9年前
Aaron Parecki
b9bbf5b442
add email address target to the test
9年前
Aaron Parecki
83625ba17c
Merge pull request #8 from snarfed/target_domain_docs
add new target_domain param to /webmention API docs. for #2
9年前
Ryan Barrett
14d7f00365
add new target_domain param to /webmention API docs
9年前
Aaron Parecki
1d1cb70b84
Merge pull request #7 from snarfed/target_domain
add new optional target_domain parameter to /webmention endpoint. for #2
9年前
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.
9年前
Aaron Parecki
7b51f9e47d
Merge pull request #6 from snarfed/callback_validation_bugfix
fix callback param URL validation
9年前
Ryan Barrett
16a3cdd8c9
fix callback param URL validation
9年前
Aaron Parecki
a51729652c
Merge pull request #4 from snarfed/beanstalk
add beanstalk to dev instructions in readme
9年前
Ryan Barrett
8805692a6a
add beanstalk to dev instructions in readme
9年前
Aaron Parecki
531fcdcaec
Merge pull request #3 from snarfed/developing
add developing instructions section to readme
9年前
Ryan Barrett
f37acfb046
add developing instructions section to readme
...probably more to come :P
9年前
Aaron Parecki
79f5fd5ec8
add schema
9年前
Aaron Parecki
1b4751d6f9
add template config
9年前
Aaron Parecki
4007ffea52
pretty-print JSON response
9年前
Aaron Parecki
c2f0fd0506
remove default login url lol
9年前
Aaron Parecki
c673a44044
follow redirects when fetching HTTP requests
9年前
Aaron Parecki
e7e3499e11
add API docs and finishing touches on copy/layout
9年前
Aaron Parecki
3d045909a4
enables webmention sending forms from dashboard
9年前
Aaron Parecki
24e8c9a5ee
update jquery
9年前
Aaron Parecki
a5a016b7ae
fix redirect after logging in
9年前