summaryrefslogtreecommitdiff
path: root/views/partials
AgeCommit message (Collapse)Author
2017-02-12fix autosubmit vulnerability for "favorite" bookmarkletAaron Parecki
closes #69
2016-12-17remove facebook/instagram stuffAaron 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-06escape html in syndication targetsAaron Parecki
2016-04-21accept new json q=syndicate-to responseAaron Parecki
closes #36
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-02-10add dashboard with links to all post typesAaron Parecki
2015-09-09remove warning banner after clickingAaron Parecki
2015-09-09enable appcacheAaron Parecki
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-06-03make image embed button darkerAaron 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-11adds a simple publish status UI to show errorsAaron Parecki
2015-05-10autosave new posts in localstorageAaron Parecki
2015-05-10disable manifest during development, set placeholder textAaron Parecki
2015-05-10set up medium-style editor with image embedding and appcacheAaron 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-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-07try the quote thing againAaron Parecki
2014-09-07don't include quotes if no text is selectedAaron Parecki
2014-09-07get bookmarklet base url from configAaron Parecki
2014-09-07adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵Aaron Parecki
given a login token.
2014-06-28update Quill docs to remove "Link" headerAaron 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-24Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵Aaron Parecki
writing a simple text post. Also supports browser geolocation.