summaryrefslogtreecommitdiff
path: root/controllers
AgeCommit message (Collapse)Author
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-15add h-review interfaceAaron 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-15send proper content type headersAaron Parecki
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-21move editor folder to editor-files, remove appcacheAaron Parecki
* it sometimes confuses web servers to have a folder named "editor" while also serving routes with the same name * dropped appcache stuff since it wasn't working super well * add nginx config to the readme
2016-04-07autofill the note content with the username being replied toAaron Parecki
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.
2016-04-06add tweet text length countdown on note interfaceAaron Parecki
2016-03-16crude UI for creating eventsAaron Parecki
2016-02-10add dashboard with links to all post typesAaron Parecki
2016-02-10add interface for posting travel itineraryAaron Parecki
2015-09-09enable appcacheAaron Parecki
2015-09-08add banner to opt in to html content changeAaron Parecki
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-25lock to JWT 2.* versionAaron Parecki
2015-07-25new JWT libraryAaron Parecki
2015-07-25fix posting by emailAaron Parecki
2015-07-25add post-by-email support to quillAaron Parecki
2015-07-25Merge pull request #22 from jeena/photoAaron Parecki
Adds possibility to post photos.
2015-07-24Adds possibility to post photos.Jeena
With this it is possible to post a photo note with a description, nothing more. It doesn't move the file in the file system, just posts it from the temp location to the users server. It also does validate for file size, content type and max upload size and shows the errors to the user. If everything goes according to plan the response from the users server is shown, together with a link with the posted photos URL.
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-06-13add repost formAaron Parecki
2015-05-13remove the extra spaceAaron Parecki
2015-05-11enable appcache for editorAaron Parecki
2015-05-11adds a simple publish status UI to show errorsAaron Parecki
2015-05-10do the micropub post and redirect after it's created!mediumAaron Parecki
2015-05-10disable manifest during development, set placeholder textAaron Parecki
2015-05-10set up medium-style editor with image embedding and appcacheAaron Parecki
2015-04-25fix for https redirect uriAaron Parecki
2015-04-04add reply={url} query param for posting a noteKyle Mahan
Support reply bookmarklets, and hopefully the Firefox Social API "Share" provider too.
2014-12-27Merge branch 'master' of github.com:aaronpk/IndiePostAaron Parecki
2014-12-27add privacy policy stubAaron Parecki
2014-12-26actually post likes from the formAaron Parecki
2014-12-26new "favorite" form with bookmarkletAaron Parecki
* disable facebook liking for now since it was getting complicated * new page for creating a favorite, can pass in a URL parameter too * bookmarklet code added to the "favorite" page
2014-12-25adds instagram authAaron Parecki
2014-12-24Support for "likes" and adding "settings" pageAaron Parecki
* Supports a bookmarklet to create "like" posts. * Beginning a "settings" page to connect silo profiles for POSSEing likes to twitter, facebook and instagram
2014-09-07adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵Aaron Parecki
given a login token.
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