Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | split tags using tokenfield instead of comma-separated | Aaron Parecki | |
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately. closes #95 and replaces #96 | |||
2018-03-28 | typing a backtick when replying to a github url switches to markdown | Aaron Parecki | |
2018-03-28 | typo | Aaron Parecki | |
2018-03-05 | keyboard shortcut to switch to markdown | Aaron Parecki | |
2018-02-11 | add hidden content type selector | Aaron Parecki | |
2018-01-06 | support posting code snippets | Aaron Parecki | |
2018-01-01 | fix note name for github issues | Aaron Parecki | |
2017-12-27 | add name field when replying to github repos | Aaron Parecki | |
2017-12-04 | add url property to home page | Aaron Parecki | |
2017-11-08 | updates for twitter 280 limit | Aaron Parecki | |
2017-10-29 | query the media endpoint for the last photo uploaded | Aaron Parecki | |
2017-09-25 | show syndication links with icons in reply context | Aaron Parecki | |
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-05-27 | update docs | Aaron Parecki | |
closes #72 | |||
2017-05-14 | hide alt text field if no media endpoint exists | 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 | 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-03 | comment out awesomplete library | Aaron Parecki | |
2017-02-28 | support editing reposts | 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-14 | add reset login option | 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-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 | store the user's timezone after their location is found | Aaron Parecki | |
2017-01-15 | use XRay to parse tweets | Aaron Parecki | |
2017-01-06 | expand documentation | Aaron Parecki | |
2017-01-06 | support rich editor in logged-out mode | Aaron Parecki | |
2017-01-04 | add tags, slug and status field to quill editor | Aaron Parecki | |
2016-12-29 | front-end check for author | Aaron Parecki | |
2016-12-24 | automatically expand text field | Aaron Parecki | |
closes #61 | |||
2016-12-24 | fix reply context display for long posts | Aaron Parecki | |
closes #62 | |||
2016-12-19 | reset reply context state when URL is removed | Aaron Parecki | |
2016-12-19 | clean up note UI, show reply context | Aaron Parecki | |
* shows reply context of the URL you're replying to * autocomplete nicknames from the post when replying * moved debug info to the settings screen to clean up the UI | |||
2016-12-17 | update docs on syndicate-to response | Aaron Parecki | |
2016-12-17 | show logged-in user on editor | Aaron Parecki | |
fixes #9 | |||
2016-12-17 | add loading indicator to post buttons | Aaron Parecki | |
fixes #42 |