summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-10fix sending category as arrayAaron Parecki
2016-02-11Merge branch 'master' of github.com:aaronpk/IndiePostAaron Parecki
2016-02-11switch to bookmark-ofAaron Parecki
2016-02-10add dashboard with links to all post typesAaron Parecki
2016-02-10Merge branch 'master' of github.com:aaronpk/QuillAaron Parecki
2016-02-10add interface for posting travel itineraryAaron Parecki
2016-01-05Merge pull request #30 from kylewm/patch-1Aaron Parecki
null-check for $url before checking for key
2016-01-05null-check for $url before checking for keyKyle Mahan
Comes up for Known which gives funky syndication-target IDs like twitter::kylewmahan.
2015-09-09remove warning banner after clickingAaron Parecki
2015-09-09enable appcacheAaron Parecki
2015-09-08add banner to opt in to html content changeAaron Parecki
2015-09-05better state management for editorAaron Parecki
2015-09-05upgrade medium-editorAaron Parecki
2015-08-30upgrade indieauth-client to fix #28Aaron Parecki
paths are allowed in Quill URLs now
2015-08-19use atlas for timezone lookupAaron Parecki
2015-08-08fix error message for missing "me" paramAaron Parecki
2015-07-28support micropub endpoints with query stringsAaron Parecki
fixes #18
2015-07-27Merge pull request #25 from voxpelli/dont-use-shorttagsAaron Parecki
Don't use php shorttags
2015-07-27Merge pull request #24 from voxpelli/htaccessAaron Parecki
Simple .htaccess file to get it working on Apache
2015-07-27Simple .htaccess file to get it workingPelle Wessman
2015-07-27don't use php shorttagsPelle Wessman
2015-07-26add note about bookmark-ofAaron Parecki
2015-07-25send access token in header and post bodyAaron Parecki
closes #4
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-25some styling for photo uploadsAaron Parecki
2015-07-25Merge branch 'master' of github.com:aaronpk/IndiePostAaron Parecki
2015-07-25Merge pull request #22 from jeena/photoAaron Parecki
Adds possibility to post photos.
2015-07-25Merge pull request #20 from jeena/sqliteAaron Parecki
Adds possibility to use SQLite as db
2015-07-25Merge pull request #21 from jeena/auth-fixAaron Parecki
Adds authorizing false so it would not show the Savant3:: error
2015-07-25replace "favorite" bookmarkletAaron Parecki
Twitter changed some XSS security settings which prevents Quill from injecting JS onto the page for the inline "favorite" button. This change makes it open the "favorite" screen in a new window.
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-24adds possibility to use sqlite as a dbJeena
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-06-03make image embed button darkerAaron Parecki
2015-05-13remove the extra spaceAaron Parecki
2015-05-11apparently MediumEditor already has a placeholder text mechanismAaron Parecki
2015-05-11full query string URLs for appcacheAaron Parecki
2015-05-11add more files to appcacheAaron Parecki
2015-05-11add link to editor in footerAaron Parecki
2015-05-11enable appcache for editorAaron Parecki
2015-05-11adds a simple publish status UI to show errorsAaron Parecki
2015-05-11adds a "new version available" banner and a dropdown menu for publishAaron Parecki
made a nice looking dropdown menu for the publish button
2015-05-10do the micropub post and redirect after it's created!mediumAaron Parecki