Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | disable post type buttons if the server doesn't support them | Aaron Parecki | |
2018-05-27 | whitespace | Aaron Parecki | |
2017-03-03 | comment out awesomplete library | Aaron Parecki | |
2017-02-24 | nicer photo uploading experience | Aaron Parecki | |
2017-01-15 | add tokenfield for tags | Aaron Parecki | |
2017-01-04 | add tags, slug and status field to quill editor | Aaron Parecki | |
2016-12-17 | show logged-in user on editor | Aaron Parecki | |
fixes #9 | |||
2016-12-17 | remove facebook/instagram stuff | Aaron Parecki | |
2016-12-17 | use emoji in footer | Aaron Parecki | |
2016-05-11 | support media endpoint, autosave notes in local storage | Aaron 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-24 | Merge pull request #45 from prtksxna/fullscreen | Aaron Parecki | |
Add fullscreen meta tags for Safari and Chrome | |||
2016-04-24 | Add fullscreen meta tags for Safari and Chrome | Prateek Saxena | |
Also set the theme color for Chrome to the blue used in the logo. | |||
2016-04-24 | Add 196px icon for Android Chrome | Prateek Saxena | |
Firefox picks up the last defined icon PNG for the add to homescreen feature - https://bugzilla.mozilla.org/751712 | |||
2016-04-07 | integrates photo uploading in the main note interface | Aaron 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-06 | add tweet text length countdown on note interface | Aaron Parecki | |
2016-03-16 | crude UI for creating events | Aaron Parecki | |
2016-02-10 | fix sending category as array | Aaron Parecki | |
2015-07-27 | don't use php shorttags | Pelle Wessman | |
2015-07-25 | add post-by-email support to quill | Aaron Parecki | |
2015-07-24 | Adds 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-05-11 | add link to editor in footer | Aaron Parecki | |
2014-12-26 | new "favorite" form with bookmarklet | Aaron 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-24 | Support for "likes" and adding "settings" page | Aaron 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-07 | adds bookmark posting interface with bookmarklet. now any URL can auto-login ↵ | Aaron Parecki | |
given a login token. | |||
2014-05-29 | add tags for turning into a proper web app | Aaron Parecki | |
2014-05-26 | add favicon | Aaron Parecki | |
2014-05-25 | removes top nav bar from design. new logo. adds a mechanism to add the post ↵ | Aaron Parecki | |
interface to your home screen. | |||
2014-05-25 | rename to Quill | Aaron Parecki | |
2014-05-24 | Working app! Copied signin logic from OwnYourGram. New "post" interface for ↵ | Aaron Parecki | |
writing a simple text post. Also supports browser geolocation. |