Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-19 | drop flight tracking stuff | Aaron Parecki | |
the API dropped their free tier | |||
2019-09-29 | add a dropdown to choose post visibility | Aaron Parecki | |
2019-05-27 | wait for localforage callback before redirecting | Aaron Parecki | |
should help clear out the draft when a post is created. for #109 | |||
2019-02-24 | clean up indieauth profile stuff | Aaron Parecki | |
2019-02-24 | Simple Addition of Profile Data to Quill | David Shanske | |
2018-08-27 | add minimal webmanifest | Aaron Parecki | |
2018-08-18 | add h-app | Aaron Parecki | |
2018-08-01 | better error messages | Aaron Parecki | |
2018-08-01 | s/endpoint/software | Aaron Parecki | |
2018-08-01 | if no syndication targets are found, hide the section | Aaron Parecki | |
add syndication reload button to the settings screen | |||
2018-08-01 | improvements to login UI, upgrades libraries | Aaron Parecki | |
makes the login experience a bit friendlier to non-developer users | |||
2018-07-20 | hide reply button unless replies are supported | Aaron Parecki | |
2018-07-20 | add check for user variable | Aaron Parecki | |
2018-07-20 | remove unused reference to library | Aaron Parecki | |
2018-07-20 | disable post type buttons if the server doesn't support them | Aaron Parecki | |
2018-07-11 | set timezone automatically based on location | Aaron Parecki | |
2018-07-11 | use google maps to autocomplete event locations | Aaron Parecki | |
2018-06-21 | set timezone of itinerary legs based on airport location | Aaron Parecki | |
2018-06-10 | add support for token revocation | Aaron Parecki | |
2018-05-27 | set max height on image to prevent tall images from blocking scrolling | Aaron Parecki | |
closes #87 | |||
2018-05-27 | whitespace | Aaron Parecki | |
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 | |