Aaron Parecki
e8b68115a4
drop flight tracking stuff
the API dropped their free tier
5 years ago
Aaron Parecki
f0c5635c2f
add a dropdown to choose post visibility
5 years ago
Aaron Parecki
acc8a8e673
use IndieAuth Client instead of doing it manually
still shows debug messages when missing endpoints to help people get started
5 years ago
Aaron Parecki
89644bc435
reset micropub config data
6 years ago
Aaron Parecki
136c1826dd
better error messages
6 years ago
Aaron Parecki
4ed2513ded
drop /view route that was never finished
6 years ago
Aaron Parecki
57c82d830d
if no syndication targets are found, hide the section
add syndication reload button to the settings screen
6 years ago
Aaron Parecki
782780234a
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
6 years ago
Aaron Parecki
43c96212ed
add media to list of requested scopes
6 years ago
Aaron Parecki
b749bc6c12
disable post type buttons if the server doesn't support them
6 years ago
Aaron Parecki
c67f48eb28
set timezone of itinerary legs based on airport location
6 years ago
Aaron Parecki
bb0752a726
add support for token revocation
6 years ago
Aaron Parecki
7047fe16da
support posting code snippets
6 years ago
Aaron Parecki
84f983b735
fix for no author url
7 years ago
Aaron Parecki
97ba7d0347
query the media endpoint for the last photo uploaded
7 years ago
Aaron Parecki
ffb3011eeb
convert all values to arrays for html editor
7 years ago
Aaron Parecki
db65ef5b5d
show syndication links with icons in reply context
7 years ago
Aaron Parecki
1395055d8a
replace external XRay.p3k.io call with the XRay library
7 years ago
Aaron Parecki
479b844405
fix for #83
7 years ago
Aaron Parecki
004b216f7a
fix file handling for media endpoint
was broken in #82
7 years ago
Aaron Parecki
606afdeb10
redirect with missing session state instead of starting auth again
7 years ago
Ruxton
6f8e186cef
Ensure original filename+extension is sent
7 years ago
Aaron Parecki
e590c95c9f
don't rely on the "me" in the callback URL
closes #79
7 years ago
Aaron Parecki
6533bdf052
update packages
fixes relative URL resolution (closes #78 ) by relying on new IndieAuth\Client package.
7 years ago
Aaron Parecki
820ad1b827
fix returning resolved URL
7 years ago
Aaron Parecki
a81770aaef
fix backwards resolution
7 years ago
Aaron Parecki
a4ff16b928
follow relative URLs in micropub Location response
7 years ago
Aaron Parecki
8e32fe27f4
resolve relative URLs for endpoint discovery
7 years ago
Aaron Parecki
0417646b55
send syndication URL for twitter likes/reposts
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint
7 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
7 years ago
Aaron Parecki
34afa1f5f2
add docs for favorites
7 years ago
Aaron Parecki
def648bba6
editor sends JSON when sending HTML content
7 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
7 years ago
Aaron Parecki
d06cd0018a
remove debug lol
7 years ago
Aaron Parecki
ce57124359
also support finding the repost URL from an h-cite
7 years ago
Aaron Parecki
1151a6d17d
support editing reposts
7 years ago
Aaron Parecki
b83b4cc885
quill should send an array when editing
7 years ago
Aaron Parecki
0efdc08f41
fixy
7 years ago
Aaron Parecki
793199ad4e
show error messages when editing favorites
7 years ago
Aaron Parecki
1123ed958f
basic editing support
* new route `/edit?url=` intended to be used as an edit button target, which detects the type of post and redirects to the appropriate editing interface
* implemented the edit interface for favorites
7 years ago
Aaron Parecki
8c2cab9bdd
add reset login option
7 years ago
Aaron Parecki
5f89ca0552
limit autosubmit tokens to the same user
7 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
7 years ago
Aaron Parecki
eab1a65f63
provide option for choosing the scope to request
update to "create" scope by default, but allow the user to choose "post" as a fallback. also updates indieauth/client to 0.2 for json support.
7 years ago
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
7 years ago
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
7 years ago
Aaron Parecki
d376dac11c
allow only mp-syndicate-to and syndicate-to
7 years ago
Aaron Parecki
0e8ee9973a
use `mp-syndicate-to` by default, add setting
* adds setting to choose the property to use for the syndication targets
* all existing users default to the old value `syndicate-to`
* new users default to `mp-syndicate-to`
closes #66
7 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
7 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
7 years ago