Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | add media to list of requested scopes | Aaron Parecki | |
2018-06-10 | add support for token revocation | Aaron Parecki | |
2017-08-17 | redirect with missing session state instead of starting auth again | Aaron Parecki | |
2017-07-01 | don't rely on the "me" in the callback URL | Aaron Parecki | |
closes #79 | |||
2017-07-01 | update packages | Aaron Parecki | |
fixes relative URL resolution (closes #78) by relying on new IndieAuth\Client package. | |||
2017-06-25 | resolve relative URLs for endpoint discovery | 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-14 | add reset login option | 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. | |||
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 | move logged-out routes to new file | Aaron Parecki | |
2016-12-17 | pass q=config in initial micropub config query | Aaron Parecki | |
fixes #54 | |||
2016-12-17 | remove facebook/instagram stuff | Aaron Parecki | |
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. |