summaryrefslogtreecommitdiff
path: root/views/layout.php
AgeCommit message (Collapse)Author
2019-10-19don't load GA unless gaid is setAaron Parecki
2018-08-27add minimal webmanifestAaron Parecki
2018-07-20add check for user variableAaron Parecki
2018-07-20remove unused reference to libraryAaron Parecki
2018-07-20disable post type buttons if the server doesn't support themAaron Parecki
2018-05-27whitespaceAaron Parecki
2017-03-03comment out awesomplete libraryAaron Parecki
2017-02-24nicer photo uploading experienceAaron Parecki
2017-01-15add tokenfield for tagsAaron Parecki
2017-01-04add tags, slug and status field to quill editorAaron Parecki
2016-12-17show logged-in user on editorAaron Parecki
fixes #9
2016-12-17remove facebook/instagram stuffAaron Parecki
2016-12-17use emoji in footerAaron 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-04-24Merge pull request #45 from prtksxna/fullscreenAaron Parecki
Add fullscreen meta tags for Safari and 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
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-16crude UI for creating eventsAaron Parecki
2016-02-10fix sending category as arrayAaron Parecki
2015-07-27don't use php shorttagsPelle Wessman
2015-07-25add post-by-email support to quillAaron Parecki
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-05-11add link to editor in footerAaron 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-29add tags for turning into a proper web appAaron Parecki
2014-05-26add faviconAaron 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.