Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | redo how auto-login works | Aaron Parecki | |
2016-12-17 | Merge pull request #53 from cweiske/dontask | Aaron Parecki | |
Support full automatic no-questions-asked login | |||
2016-12-17 | remove unused function | Aaron Parecki | |
2016-12-14 | move some auth routes to auth.php | Aaron Parecki | |
2016-07-30 | Support full automatic no-questions-asked login | Christian Weiske | |
- ?me=.. on homepage redirects to auth - ?dontask=1 skips confirmation questions - "reply" and other parameters are transferred across login | |||
2016-05-11 | support media endpoint, autosave notes in local storage | Aaron Parecki | |
* looks for a media endpoint in the micropub config * if media endpoint is available, both the note interface and the editor will upload files to it instead of posting the photo directly * the note interface autosaves in-progress notes in localstorage | |||
2016-04-07 | integrates photo uploading in the main note interface | Aaron Parecki | |
Quill corrects the photo rotation based on exif data since iOS tends to take landscape photos and set the rotation bit when holding it in portrait mode. | |||
2015-08-30 | upgrade indieauth-client to fix #28 | Aaron Parecki | |
paths are allowed in Quill URLs now | |||
2015-08-08 | fix error message for missing "me" param | Aaron Parecki | |
2015-07-25 | remove hard-coded reference to client_id | Aaron Parecki | |
2015-07-24 | Added authorizing false so it would not show the Savant3:: error | Jeena | |
2015-07-12 | todo | Aaron Parecki | |
2015-07-12 | only skip debugging screens if the endpoints are the same as before | Aaron Parecki | |
2015-05-10 | do the micropub post and redirect after it's created!medium | Aaron Parecki | |
2015-04-25 | fix for https redirect uri | Aaron Parecki | |
2014-07-06 | Adds support for querying your micropub endpoint to check for syndication ↵ | Aaron Parecki | |
targets. This changes the value of "in-reply-to" to use hyphens instead of underscore separators!! Also shows you the full request made to your micropub endpoint. | |||
2014-05-30 | check for empty "me" parameter | Aaron Parecki | |
2014-05-25 | removes top nav bar from design. new logo. adds a mechanism to add the post ↵ | Aaron Parecki | |
interface to your home screen. | |||
2014-05-25 | rename to quill | Aaron Parecki | |
2014-05-25 | rename to Quill | Aaron Parecki | |
2014-05-24 | fix title | Aaron Parecki | |
2014-05-24 | Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵ | Aaron Parecki | |
writing a simple text post. Also supports browser geolocation. |