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
ae4cbc49c4
fix errors in previous PR
7 years ago
Aaron Parecki
2b92a713f6
update composer.lock
7 years ago
Aaron Parecki
606afdeb10
redirect with missing session state instead of starting auth again
7 years ago
Aaron Parecki
ecb0724049
Merge branch 'master' of github.com:aaronpk/Quill
7 years ago
Aaron Parecki
3de5d93457
send accept json header
7 years ago
Aaron Parecki
62f6a17c6b
Merge pull request #82 from Ruxton/master
Ensure original filename+extension is sent
7 years ago
Ruxton
0cba1cb9cd
Update p3k/multipart to use at least v0.2.0
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
88d8392d1e
fix schema
closes #77
7 years ago
Aaron Parecki
965263492a
fix JSON request to always send arrays
7 years ago
Aaron Parecki
cbde68bafe
only send photo property if there is a photo
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
d2827d5b0a
update docs
closes #72
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
f08de4043e
convert flight altitude to meters
7 years ago
Aaron Parecki
d13425af4f
hide alt text field if no media endpoint exists
7 years ago
Aaron Parecki
bd70c1a9f2
use base URL from config
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
bd535204e4
fix JSON syntax for reviews
7 years ago
Aaron Parecki
974f963d33
fix JSON syntax for itinerary
7 years ago
Aaron Parecki
985642236c
fix JSON syntax on note form
7 years ago
Aaron Parecki
9450cd6a17
don't send access token in JSON post body
7 years ago
Aaron Parecki
402e1e06c1
comment out awesomplete library
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
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
7 years ago
Aaron Parecki
202a7876ec
nicer photo uploading experience
7 years ago
Aaron Parecki
4f1c21523f
whitelist figure+figcaption
closes #68
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
2c8387b1e0
replace photo section with camera icon
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