Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | fix JSON request to always send arrays | Aaron Parecki | |
2017-06-26 | only send photo property if there is a photo | Aaron Parecki | |
2017-06-26 | fix returning resolved URL | Aaron Parecki | |
2017-06-25 | fix backwards resolution | Aaron Parecki | |
2017-06-25 | follow relative URLs in micropub Location response | Aaron Parecki | |
2017-06-25 | resolve relative URLs for endpoint discovery | Aaron Parecki | |
2017-05-27 | update docs | Aaron Parecki | |
closes #72 | |||
2017-05-17 | send syndication URL for twitter likes/reposts | Aaron Parecki | |
likes and reposts the tweet on twitter first, then sends a syndication URL in the micropub endpoint | |||
2017-05-17 | convert flight altitude to meters | Aaron Parecki | |
2017-05-14 | hide alt text field if no media endpoint exists | Aaron Parecki | |
2017-05-11 | use base URL from config | Aaron Parecki | |
2017-05-11 | add interface for checking in to flights | Aaron Parecki | |
let's give this a shot | |||
2017-03-18 | add docs for favorites | Aaron Parecki | |
2017-03-13 | editor sends JSON when sending HTML content | Aaron Parecki | |
2017-03-13 | show RSVP field when replying to events | Aaron Parecki | |
closes #71 | |||
2017-03-07 | fix JSON syntax for reviews | Aaron Parecki | |
2017-03-07 | fix JSON syntax for itinerary | Aaron Parecki | |
2017-03-07 | fix JSON syntax on note form | Aaron Parecki | |
2017-03-07 | don't send access token in JSON post body | Aaron Parecki | |
2017-03-03 | comment out awesomplete library | Aaron Parecki | |
2017-02-28 | remove debug lol | Aaron Parecki | |
2017-02-28 | also support finding the repost URL from an h-cite | Aaron Parecki | |
2017-02-28 | support editing reposts | Aaron Parecki | |
2017-02-28 | quill should send an array when editing | Aaron Parecki | |
2017-02-27 | fixy | Aaron Parecki | |
2017-02-27 | show error messages when editing favorites | Aaron Parecki | |
2017-02-27 | basic editing support | Aaron 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-25 | add alt text input | Aaron 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-24 | nicer photo uploading experience | Aaron Parecki | |
2017-02-16 | whitelist figure+figcaption | Aaron Parecki | |
closes #68 | |||
2017-02-14 | add reset login option | Aaron Parecki | |
2017-02-12 | limit autosubmit tokens to the same user | Aaron Parecki | |
2017-02-12 | fix autosubmit vulnerability for "favorite" bookmarklet | Aaron Parecki | |
closes #69 | |||
2017-02-12 | replace photo section with camera icon | Aaron Parecki | |
2017-02-09 | provide option for choosing the scope to request | Aaron 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-03 | indent the HTML sent from the editor | Aaron Parecki | |
2017-02-02 | clean up editor HTML when posting to Micropub endpoint | Aaron Parecki | |
closes #67 | |||
2017-01-19 | add docs for bookmark posts | Aaron Parecki | |
2017-01-17 | allow only mp-syndicate-to and syndicate-to | Aaron Parecki | |
2017-01-17 | use `mp-syndicate-to` by default, add setting | Aaron 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-15 | add tokenfield for tags | Aaron Parecki | |
2017-01-15 | add publish date field to editor | Aaron Parecki | |
allows backdating and future-dating posts | |||
2017-01-15 | update sqlite schema | Aaron Parecki | |
2017-01-15 | store the user's timezone after their location is found | Aaron Parecki | |
2017-01-15 | use XRay to parse tweets | Aaron Parecki | |
2017-01-15 | move micropub routes to new file | Aaron Parecki | |
2017-01-06 | expand documentation | Aaron Parecki | |
2017-01-06 | support rich editor in logged-out mode | Aaron Parecki | |
2017-01-06 | replace redirects with http 302 | Aaron Parecki | |
2017-01-06 | check for errors from xray | Aaron Parecki | |