summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2018-07-11set timezone automatically based on locationAaron Parecki
2018-07-11use google maps to autocomplete event locationsAaron Parecki
2018-06-21set timezone of itinerary legs based on airport locationAaron Parecki
2018-06-10add support for token revocationAaron Parecki
2018-05-27set max height on image to prevent tall images from blocking scrollingAaron Parecki
closes #87
2018-05-27whitespaceAaron Parecki
2018-05-27split tags using tokenfield instead of comma-separatedAaron Parecki
this allows tag values to contain spaces, which is up to your own micropub server to handle appropriately. closes #95 and replaces #96
2018-03-28typing a backtick when replying to a github url switches to markdownAaron Parecki
2018-03-28typoAaron Parecki
2018-03-05keyboard shortcut to switch to markdownAaron Parecki
2018-02-11add hidden content type selectorAaron Parecki
2018-01-06support posting code snippetsAaron Parecki
2018-01-01fix note name for github issuesAaron Parecki
2017-12-27add name field when replying to github reposAaron Parecki
2017-12-04add url property to home pageAaron Parecki
2017-11-08updates for twitter 280 limitAaron Parecki
2017-10-29query the media endpoint for the last photo uploadedAaron Parecki
2017-09-25show syndication links with icons in reply contextAaron Parecki
2017-06-26fix JSON request to always send arraysAaron Parecki
2017-06-26only send photo property if there is a photoAaron Parecki
2017-05-27update docsAaron Parecki
closes #72
2017-05-14hide alt text field if no media endpoint existsAaron Parecki
2017-05-11add interface for checking in to flightsAaron Parecki
let's give this a shot
2017-03-18add docs for favoritesAaron Parecki
2017-03-13show RSVP field when replying to eventsAaron Parecki
closes #71
2017-03-07fix JSON syntax for reviewsAaron Parecki
2017-03-07fix JSON syntax for itineraryAaron Parecki
2017-03-07fix JSON syntax on note formAaron Parecki
2017-03-03comment out awesomplete libraryAaron Parecki
2017-02-28support editing repostsAaron Parecki
2017-02-27show error messages when editing favoritesAaron Parecki
2017-02-27basic editing supportAaron Parecki
* new route `/edit?url=` intended to be used as an edit button target, which detects the type of post and redirects to the appropriate editing interface * implemented the edit interface for favorites
2017-02-25add alt text inputAaron Parecki
* now you can enter alt text for photos. see https://www.w3.org/TR/micropub/#uploading-a-photo-with-alt-text for details * if the note has alt text, then the request is sent as JSON instead
2017-02-24nicer photo uploading experienceAaron Parecki
2017-02-14add reset login optionAaron Parecki
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