Aaron Parecki
004b216f7a
fix file handling for media endpoint
was broken in #82
9 years ago
Aaron Parecki
ae4cbc49c4
fix errors in previous PR
9 years ago
Aaron Parecki
2b92a713f6
update composer.lock
9 years ago
Aaron Parecki
606afdeb10
redirect with missing session state instead of starting auth again
9 years ago
Aaron Parecki
ecb0724049
Merge branch 'master' of github.com:aaronpk/Quill
9 years ago
Aaron Parecki
3de5d93457
send accept json header
9 years ago
Aaron Parecki
62f6a17c6b
Merge pull request #82 from Ruxton/master
Ensure original filename+extension is sent
9 years ago
Ruxton
0cba1cb9cd
Update p3k/multipart to use at least v0.2.0
9 years ago
Ruxton
6f8e186cef
Ensure original filename+extension is sent
9 years ago
Aaron Parecki
e590c95c9f
don't rely on the "me" in the callback URL
closes #79
9 years ago
Aaron Parecki
6533bdf052
update packages
fixes relative URL resolution (closes #78 ) by relying on new IndieAuth\Client package.
9 years ago
Aaron Parecki
88d8392d1e
fix schema
closes #77
9 years ago
Aaron Parecki
965263492a
fix JSON request to always send arrays
9 years ago
Aaron Parecki
cbde68bafe
only send photo property if there is a photo
9 years ago
Aaron Parecki
820ad1b827
fix returning resolved URL
9 years ago
Aaron Parecki
a81770aaef
fix backwards resolution
9 years ago
Aaron Parecki
a4ff16b928
follow relative URLs in micropub Location response
9 years ago
Aaron Parecki
8e32fe27f4
resolve relative URLs for endpoint discovery
9 years ago
Aaron Parecki
d2827d5b0a
update docs
closes #72
9 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
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
10 years ago
Aaron Parecki
43e8a1ef8d
fix autosubmit vulnerability for "favorite" bookmarklet
closes #69
10 years ago
Aaron Parecki
2c8387b1e0
replace photo section with camera icon
10 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.
10 years ago
Aaron Parecki
1894da9452
indent the HTML sent from the editor
10 years ago
Aaron Parecki
d00c336a55
clean up editor HTML when posting to Micropub endpoint
closes #67
10 years ago
Aaron Parecki
61a80c5a2c
add docs for bookmark posts
10 years ago