summaryrefslogtreecommitdiff
path: root/controllers/auth.php
AgeCommit message (Collapse)Author
2019-02-08use IndieAuth Client instead of doing it manuallyAaron Parecki
still shows debug messages when missing endpoints to help people get started
2018-12-08reset micropub config dataAaron Parecki
2018-08-01improvements to login UI, upgrades librariesAaron Parecki
makes the login experience a bit friendlier to non-developer users
2018-07-20add media to list of requested scopesAaron Parecki
2018-06-10add support for token revocationAaron Parecki
2017-08-17redirect with missing session state instead of starting auth againAaron Parecki
2017-07-01don't rely on the "me" in the callback URLAaron Parecki
closes #79
2017-07-01update packagesAaron Parecki
fixes relative URL resolution (closes #78) by relying on new IndieAuth\Client package.
2017-06-25resolve relative URLs for endpoint discoveryAaron Parecki
2017-02-27basic editing supportAaron 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-14add reset login optionAaron Parecki
2017-02-09provide option for choosing the scope to requestAaron 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-19clean up note UI, show reply contextAaron 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-17move logged-out routes to new fileAaron Parecki
2016-12-17pass q=config in initial micropub config queryAaron Parecki
fixes #54
2016-12-17remove facebook/instagram stuffAaron Parecki
2016-12-17redo how auto-login worksAaron Parecki
2016-12-17Merge pull request #53 from cweiske/dontaskAaron Parecki
Support full automatic no-questions-asked login
2016-12-17remove unused functionAaron Parecki
2016-12-14move some auth routes to auth.phpAaron Parecki
2016-07-30Support full automatic no-questions-asked loginChristian Weiske
- ?me=.. on homepage redirects to auth - ?dontask=1 skips confirmation questions - "reply" and other parameters are transferred across login
2016-05-11support media endpoint, autosave notes in local storageAaron 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-07integrates photo uploading in the main note interfaceAaron 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-30upgrade indieauth-client to fix #28Aaron Parecki
paths are allowed in Quill URLs now
2015-08-08fix error message for missing "me" paramAaron Parecki
2015-07-25remove hard-coded reference to client_idAaron Parecki
2015-07-24Added authorizing false so it would not show the Savant3:: errorJeena
2015-07-12todoAaron Parecki
2015-07-12only skip debugging screens if the endpoints are the same as beforeAaron Parecki
2015-05-10do the micropub post and redirect after it's created!mediumAaron Parecki
2015-04-25fix for https redirect uriAaron Parecki
2014-07-06Adds 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-30check for empty "me" parameterAaron Parecki
2014-05-25removes top nav bar from design. new logo. adds a mechanism to add the post ↵Aaron Parecki
interface to your home screen.
2014-05-25rename to quillAaron Parecki
2014-05-25rename to QuillAaron Parecki
2014-05-24fix titleAaron Parecki
2014-05-24Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵Aaron Parecki
writing a simple text post. Also supports browser geolocation.