summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2019-10-19disable twitter stuff if no twitter client is setAaron Parecki
2019-10-19drop php shorttagsAaron Parecki
2019-10-19don't load GA unless gaid is setAaron Parecki
2019-10-19drop flight tracking stuffAaron Parecki
the API dropped their free tier
2019-09-29add a dropdown to choose post visibilityAaron Parecki
2019-05-27wait for localforage callback before redirectingAaron Parecki
should help clear out the draft when a post is created. for #109
2019-02-24clean up indieauth profile stuffAaron Parecki
2019-02-24Simple Addition of Profile Data to QuillDavid Shanske
2018-08-27add minimal webmanifestAaron Parecki
2018-08-18add h-appAaron Parecki
2018-08-01better error messagesAaron Parecki
2018-08-01s/endpoint/softwareAaron Parecki
2018-08-01if no syndication targets are found, hide the sectionAaron Parecki
add syndication reload button to the settings screen
2018-08-01improvements to login UI, upgrades librariesAaron Parecki
makes the login experience a bit friendlier to non-developer users
2018-07-20hide reply button unless replies are supportedAaron 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-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