summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17Merge branch 'master' of github.com:aaronpk/QuillAaron Parecki
2017-08-17send accept json headerAaron Parecki
2017-08-17Merge pull request #82 from Ruxton/masterAaron Parecki
Ensure original filename+extension is sent
2017-07-28Update p3k/multipart to use at least v0.2.0Ruxton
2017-07-26Ensure original filename+extension is sentRuxton
2017-07-01don't rely on the "me" in the callback URLAaron Parecki
closes #79
2017-07-01update packagesAaron Parecki
fixes relative URL resolution (closes #78) by relying on new IndieAuth\Client package.
2017-06-26fix schemaAaron Parecki
closes #77
2017-06-26fix JSON request to always send arraysAaron Parecki
2017-06-26only send photo property if there is a photoAaron Parecki
2017-06-26fix returning resolved URLAaron Parecki
2017-06-25fix backwards resolutionAaron Parecki
2017-06-25follow relative URLs in micropub Location responseAaron Parecki
2017-06-25resolve relative URLs for endpoint discoveryAaron Parecki
2017-05-27update docsAaron Parecki
closes #72
2017-05-17send syndication URL for twitter likes/repostsAaron Parecki
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint
2017-05-17convert flight altitude to metersAaron Parecki
2017-05-14hide alt text field if no media endpoint existsAaron Parecki
2017-05-11use base URL from configAaron Parecki
2017-05-11add interface for checking in to flightsAaron Parecki
let's give this a shot
2017-03-18add docs for favoritesAaron Parecki
2017-03-13editor sends JSON when sending HTML contentAaron Parecki
2017-03-13show RSVP field when replying to eventsAaron Parecki
closes #71
2017-03-07fix JSON syntax for reviewsAaron Parecki
2017-03-07fix JSON syntax for itineraryAaron Parecki
2017-03-07fix JSON syntax on note formAaron Parecki
2017-03-07don't send access token in JSON post bodyAaron Parecki
2017-03-03comment out awesomplete libraryAaron Parecki
2017-02-28remove debug lolAaron Parecki
2017-02-28also support finding the repost URL from an h-citeAaron Parecki
2017-02-28support editing repostsAaron Parecki
2017-02-28quill should send an array when editingAaron Parecki
2017-02-27fixyAaron Parecki
2017-02-27show error messages when editing favoritesAaron Parecki
2017-02-27basic editing supportAaron Parecki
* 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
2017-02-25add alt text inputAaron Parecki
* 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
2017-02-24nicer photo uploading experienceAaron Parecki
2017-02-16whitelist figure+figcaptionAaron Parecki
closes #68
2017-02-14add reset login optionAaron Parecki
2017-02-12limit autosubmit tokens to the same userAaron Parecki
2017-02-12fix autosubmit vulnerability for "favorite" bookmarkletAaron Parecki
closes #69
2017-02-12replace photo section with camera iconAaron Parecki
2017-02-09provide option for choosing the scope to requestAaron Parecki
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.
2017-02-03indent the HTML sent from the editorAaron Parecki
2017-02-02clean up editor HTML when posting to Micropub endpointAaron Parecki
closes #67
2017-01-19add docs for bookmark postsAaron Parecki
2017-01-17allow only mp-syndicate-to and syndicate-toAaron Parecki
2017-01-17use `mp-syndicate-to` by default, add settingAaron Parecki
* 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
2017-01-15add tokenfield for tagsAaron Parecki
2017-01-15add publish date field to editorAaron Parecki
allows backdating and future-dating posts