summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Collapse)Author
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-06expand documentationAaron Parecki
2017-01-04delete old fileAaron Parecki
2017-01-04add tags, slug and status field to quill editorAaron 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-17change header levels in editorAaron Parecki
2016-12-17show logged-in user on editorAaron Parecki
fixes #9
2016-12-17move logged-out routes to new fileAaron Parecki
2016-12-17add loading indicator to post buttonsAaron Parecki
fixes #42
2016-12-17auto prefix http:// in sign-in formAaron Parecki
fixes #48
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-25Remove vendor prefix for border-radius valuePrateek Saxena
The -moz one was an invalid property too.
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
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-21Fix publish now dropdown's position so it doesn't scroll offPrateek Saxena
Closes #11
2016-04-08fix posting multiple tags, add more formatting buttons to medium editorAaron 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-16icons for dashboardAaron Parecki
2016-03-16crude UI for creating eventsAaron Parecki
2016-02-10fix sending category as arrayAaron Parecki
2016-02-10add interface for posting travel itineraryAaron Parecki
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-07-27Simple .htaccess file to get it workingPelle Wessman
2015-07-25add post-by-email support to quillAaron Parecki
2015-07-25some styling for photo uploadsAaron Parecki
2015-06-03make image embed button darkerAaron Parecki
2015-05-11apparently MediumEditor already has a placeholder text mechanismAaron 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
2015-05-10autosave new posts in localstorageAaron Parecki
2015-05-10disable manifest during development, set placeholder textAaron Parecki
2015-05-10oops add new controllerAaron 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-07adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵Aaron Parecki
given a login token.
2014-05-26add faviconAaron Parecki
2014-05-26specify dependencies in composer.json instead of loading in index.phpAaron 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-24Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵Aaron Parecki
writing a simple text post. Also supports browser geolocation.