summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2017-02-12fix autosubmit vulnerability for "favorite" bookmarkletAaron Parecki
closes #69
2017-02-12replace photo section with camera iconAaron 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.
2017-01-19add docs for bookmark postsAaron Parecki
2017-01-17allow only mp-syndicate-to and syndicate-toAaron Parecki
2017-01-17use `mp-syndicate-to` by default, add settingAaron Parecki
* adds setting to choose the property to use for the syndication targets * all existing users default to the old value `syndicate-to` * new users default to `mp-syndicate-to` closes #66
2017-01-15add tokenfield for tagsAaron Parecki
2017-01-15add publish date field to editorAaron Parecki
allows backdating and future-dating posts
2017-01-15store the user's timezone after their location is foundAaron Parecki
2017-01-15use XRay to parse tweetsAaron Parecki
2017-01-06expand documentationAaron Parecki
2017-01-06support rich editor in logged-out modeAaron Parecki
2017-01-04add tags, slug and status field to quill editorAaron Parecki
2016-12-29front-end check for authorAaron Parecki
2016-12-24automatically expand text fieldAaron Parecki
closes #61
2016-12-24fix reply context display for long postsAaron Parecki
closes #62
2016-12-19reset reply context state when URL is removedAaron Parecki
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-17update docs on syndicate-to responseAaron Parecki
2016-12-17show logged-in user on editorAaron Parecki
fixes #9
2016-12-17add loading indicator to post buttonsAaron Parecki
fixes #42
2016-12-17remove facebook/instagram stuffAaron Parecki
2016-12-17use emoji in footerAaron Parecki
2016-12-17use config vars for home page client_id and redirect_uriAaron Parecki
2016-12-17add autofocus on login fieldAaron Parecki
replaces #56
2016-12-17replace sign in field with button when logged inAaron Parecki
fixes #50
2016-12-17auto prefix http:// in sign-in formAaron Parecki
fixes #48
2016-12-17add nice labels to bookmark pageAaron Parecki
2016-12-15send h-productAaron Parecki
2016-12-15add h-review interfaceAaron Parecki
2016-12-14use emoji icons because they're prettierAaron Parecki
2016-10-19fix removing photo urlAaron Parecki
2016-10-19fix replacing photo upload form with uploaded photoAaron Parecki
2016-10-08support posting multiple photos by URLAaron Parecki
2016-08-06add manual photo URL fieldAaron Parecki
2016-06-30fix syndicate-to on bookmarksAaron Parecki
2016-05-28don't restore previous note state if reply URL is setAaron Parecki
2016-05-20don't need to json.parse when the content type header is rightAaron Parecki
2016-05-20check for saveNoteState functionAaron 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-05-07fix syndication for bookmarksAaron Parecki
2016-05-06escape html in syndication targetsAaron Parecki
2016-05-05get rid of duplicate ctrl-s handlersAaron Parecki
2016-04-29hide remove photo button before JS loadsAaron Parecki
2016-04-29Merge branch 'master' of github.com:aaronpk/QuillAaron Parecki
2016-04-29fix when multiple syndication are checkedAaron Parecki
2016-04-24Merge pull request #45 from prtksxna/fullscreenAaron Parecki
Add fullscreen meta tags for Safari and Chrome
2016-04-24Merge pull request #44 from prtksxna/iconsAaron Parecki
Add 196px icon for Android Chrome
2016-04-24Add fullscreen meta tags for Safari and ChromePrateek Saxena
Also set the theme color for Chrome to the blue used in the logo.
2016-04-24Add 196px icon for Android ChromePrateek Saxena
Firefox picks up the last defined icon PNG for the add to homescreen feature - https://bugzilla.mozilla.org/751712