summaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2023-10-08Merge branch 'add-weight-posts' of github.com:Zegnat/Quill into ↵Aaron Parecki
Zegnat-add-weight-posts # Conflicts: # controllers/controllers.php # schema/migrations/0011.sql
2023-10-08JS improvements for itinerariesAaron Parecki
2023-10-07Merge branch 'main' of github.com:aaronpk/Quill into mainAaron Parecki
2023-10-07add char counter for bluesky and mastodon. add published field to note interfaceAaron Parecki
2023-10-07add curly braces to make json example valid json.Paul
2022-09-27add a page to convert a tweet to a micropub postAaron Parecki
2022-02-13request profile scopeAaron Parecki
2021-07-10use new markdown libraryAaron Parecki
2021-02-27turn off post-by-emailAaron Parecki
2020-03-30add fields for presentationsAaron Parecki
2020-03-30add channel selection to event interfaceAaron Parecki
2019-10-31add Protected to visibility optionsAaron Parecki
2019-10-20Add new weight posting interfaceMartijn van der Ven
2019-10-19fixyAaron Parecki
🙈
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