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
9 years ago
Aaron Parecki
f08de4043e
convert flight altitude to meters
9 years ago
Aaron Parecki
d13425af4f
hide alt text field if no media endpoint exists
9 years ago
Aaron Parecki
bd70c1a9f2
use base URL from config
9 years ago
Aaron Parecki
b1b4aaa4d0
add interface for checking in to flights
let's give this a shot
9 years ago
Aaron Parecki
34afa1f5f2
add docs for favorites
9 years ago
Aaron Parecki
def648bba6
editor sends JSON when sending HTML content
9 years ago
Aaron Parecki
fa782167af
show RSVP field when replying to events
closes #71
9 years ago
Aaron Parecki
bd535204e4
fix JSON syntax for reviews
9 years ago
Aaron Parecki
974f963d33
fix JSON syntax for itinerary
9 years ago
Aaron Parecki
985642236c
fix JSON syntax on note form
9 years ago
Aaron Parecki
9450cd6a17
don't send access token in JSON post body
9 years ago
Aaron Parecki
402e1e06c1
comment out awesomplete library
9 years ago
Aaron Parecki
d06cd0018a
remove debug lol
9 years ago
Aaron Parecki
ce57124359
also support finding the repost URL from an h-cite
9 years ago
Aaron Parecki
1151a6d17d
support editing reposts
9 years ago
Aaron Parecki
b83b4cc885
quill should send an array when editing
9 years ago
Aaron Parecki
0efdc08f41
fixy
9 years ago
Aaron Parecki
793199ad4e
show error messages when editing favorites
9 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
9 years ago
Aaron Parecki
bb5fd837d1
add alt text input
* now you can enter alt text for photos. see https://www.w3.org/TR/micropub/#uploading-a-photo-with-alt-text for details
* if the note has alt text, then the request is sent as JSON instead
9 years ago
Aaron Parecki
202a7876ec
nicer photo uploading experience
9 years ago
Aaron Parecki
4f1c21523f
whitelist figure+figcaption
closes #68
9 years ago
Aaron Parecki
8c2cab9bdd
add reset login option
9 years ago
Aaron Parecki
5f89ca0552
limit autosubmit tokens to the same user
9 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
9 years ago
Aaron Parecki
2c8387b1e0
replace photo section with camera icon
9 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.
9 years ago
Aaron Parecki
1894da9452
indent the HTML sent from the editor
9 years ago
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
9 years ago
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
9 years ago
Aaron Parecki
d376dac11c
allow only mp-syndicate-to and syndicate-to
9 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
9 years ago
Aaron Parecki
3bdcd009c8
add tokenfield for tags
9 years ago
Aaron Parecki
8aa73596e8
add publish date field to editor
allows backdating and future-dating posts
9 years ago
Aaron Parecki
3b5e3df19e
update sqlite schema
9 years ago
Aaron Parecki
3310a85ac8
store the user's timezone after their location is found
9 years ago
Aaron Parecki
fa06932a9c
use XRay to parse tweets
9 years ago
Aaron Parecki
d87042ab9d
move micropub routes to new file
9 years ago
Aaron Parecki
92615f6183
expand documentation
9 years ago
Aaron Parecki
bdff359178
support rich editor in logged-out mode
9 years ago
Aaron Parecki
787cb68130
replace redirects with http 302
9 years ago
Aaron Parecki
dd2312ddc8
check for errors from xray
9 years ago
Aaron Parecki
3b122119f7
delete old file
9 years ago
Aaron Parecki
acafb9192a
add tags, slug and status field to quill editor
9 years ago
Aaron Parecki
e7fe68f73e
front-end check for author
10 years ago
Aaron Parecki
07d0e958fd
clean up mentions list
10 years ago
Aaron Parecki
90256b5385
fix check for author info
10 years ago
Aaron Parecki
b9a283f4b1
automatically expand text field
closes #61
10 years ago
Aaron Parecki
29dcea294d
fix reply context display for long posts
closes #62
10 years ago