Jesse Morgan
d347e8286b
Track token expiration
Force reauthentication after the token expires.
4 months ago
Aaron Parecki
8ecaed3d2f
remove all the twitter junk
10 months ago
Aaron Parecki
1123783131
add exercise posts
10 months ago
Aaron Parecki
01f99ab940
add published date to weight page
1 year ago
Aaron Parecki
dfb8c03a85
fix in-reply-to on twitter import
2 years ago
Aaron Parecki
895780970f
add a page to convert a tweet to a micropub post
2 years ago
Aaron Parecki
86fb4a5ce7
fix map
3 years ago
Aaron Parecki
b3b3dc41bc
switch to local rendering of static map
3 years ago
Aaron Parecki
cdbc6aa4f3
switch to q=source for querying the media endpoint https://github.com/indieweb/micropub-extensions/issues/14
5 years ago
Aaron Parecki
8dec126e7d
add channel selection to event interface
5 years ago
Martijn van der Ven
d6e0345545
Add new weight posting interface
5 years ago
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
136c1826dd
better error messages
7 years ago
Aaron Parecki
4ed2513ded
drop /view route that was never finished
7 years ago
Aaron Parecki
57c82d830d
if no syndication targets are found, hide the section
add syndication reload button to the settings screen
7 years ago
Aaron Parecki
782780234a
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
7 years ago
Aaron Parecki
b749bc6c12
disable post type buttons if the server doesn't support them
7 years ago
Aaron Parecki
c67f48eb28
set timezone of itinerary legs based on airport location
7 years ago
Aaron Parecki
7047fe16da
support posting code snippets
7 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
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
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
8 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
8 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
8 years ago
Aaron Parecki
d06cd0018a
remove debug lol
8 years ago
Aaron Parecki
ce57124359
also support finding the repost URL from an h-cite
8 years ago
Aaron Parecki
1151a6d17d
support editing reposts
8 years ago
Aaron Parecki
b83b4cc885
quill should send an array when editing
8 years ago
Aaron Parecki
0efdc08f41
fixy
8 years ago
Aaron Parecki
793199ad4e
show error messages when editing favorites
8 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
8 years ago
Aaron Parecki
5f89ca0552
limit autosubmit tokens to the same user
8 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
8 years ago
Aaron Parecki
d376dac11c
allow only mp-syndicate-to and syndicate-to
8 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
8 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
8 years ago
Aaron Parecki
fa06932a9c
use XRay to parse tweets
8 years ago
Aaron Parecki
d87042ab9d
move micropub routes to new file
8 years ago
Aaron Parecki
787cb68130
replace redirects with http 302
8 years ago
Aaron Parecki
dd2312ddc8
check for errors from xray
8 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
8 years ago
Aaron Parecki
07d0e958fd
clean up mentions list
8 years ago
Aaron Parecki
90256b5385
fix check for author info
8 years ago
Aaron Parecki
40bc510cb7
reset reply context state when URL is removed
8 years ago
Aaron Parecki
4aa06023f0
clean up note UI, show reply context
* shows reply context of the URL you're replying to
* autocomplete nicknames from the post when replying
* moved debug info to the settings screen to clean up the UI
8 years ago
Aaron Parecki
0a662e33ee
move logged-out routes to new file
8 years ago