summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-26switch to q=source for querying the media endpoint ↵HEADmasterAaron Parecki
https://github.com/indieweb/micropub-extensions/issues/14
2020-03-30add fields for presentationsAaron Parecki
2020-03-30add channel selection to event interfaceAaron Parecki
2020-02-06Merge pull request #122 from dshanske/iss121Aaron Parecki
Fix reload targets
2020-02-03Fix reload targetsDavid Shanske
2019-10-31add Protected to visibility optionsAaron Parecki
2019-10-20increase max allowed file sizeAaron Parecki
2019-10-20only rotate images that are rotatedAaron Parecki
closes #112
2019-10-19fixyAaron Parecki
🙈
2019-10-19remove facebook access token columnAaron 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-10-19drop instagram stuffAaron Parecki
2019-09-29add a dropdown to choose post visibilityAaron Parecki
2019-06-30Merge pull request #110 from martymcguire/mm-sqlite-schema-commaAaron Parecki
remove trailing comma in sqlite schema
2019-06-30remove trailing comma in sqlite schemaMarty McGuire
2019-05-27wait for localforage callback before redirectingAaron Parecki
should help clear out the draft when a post is created. for #109
2019-03-11update indieauth-clientAaron Parecki
2019-03-10update indieauth-clientAaron Parecki
now supports pkce
2019-03-10cleanupAaron Parecki
2019-02-24clean up indieauth profile stuffAaron Parecki
2019-02-24Merge pull request #108 from dshanske/profileAaron Parecki
Simple Addition of Profile Data to Quill
2019-02-24Simple Addition of Profile Data to QuillDavid Shanske
2019-02-08use IndieAuth Client instead of doing it manuallyAaron Parecki
still shows debug messages when missing endpoints to help people get started
2018-12-08reset micropub config dataAaron Parecki
2018-08-30update xrayAaron Parecki
2018-08-27add minimal webmanifestAaron Parecki
2018-08-18add h-appAaron Parecki
2018-08-03update php-mf2Aaron Parecki
2018-08-01better error messagesAaron Parecki
2018-08-01drop /view route that was never finishedAaron 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-20add media to list of requested scopesAaron 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-10Merge branch 'master' of github.com:aaronpk/QuillAaron Parecki
2018-06-10add support for token revocationAaron Parecki
2018-05-28fix for tags in editorAaron 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