summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07Merge branch 'u1nel-patch-1'Aaron Parecki
2023-10-07add curly braces to make json example valid json.Paul
2022-09-27fix in-reply-to on twitter importAaron Parecki
2022-09-27Merge branch 'main' of github.com:aaronpk/Quill into mainAaron Parecki
2022-09-27add a page to convert a tweet to a micropub postAaron Parecki
2022-06-04add atlas token to configAaron Parecki
2022-06-04fix mapAaron Parecki
2022-06-04switch to local rendering of static mapAaron Parecki
2022-05-09Merge pull request #131 from jesterpm/fix-location-headerAaron Parecki
Use parse_headers for media endpoint uploads
2022-02-13request profile scopeAaron Parecki
2022-02-13change logging of stuff during loginAaron Parecki
2021-07-10update indieauth clientAaron Parecki
2021-07-10use new markdown libraryAaron Parecki
2021-02-27turn off post-by-emailAaron Parecki
2020-09-13Use parse_headers for media endpoint uploadsJesse Morgan
micropub_media_post_for_user makes a case-sensitive search for the Location header, which fails if the location header is all lowercase. This change uses the `headers` fields, introduced in 2b98a4548e82f1133bf62918b0106ab99a21fa29a, to find the Location header, regardless of case.
2020-07-26switch to q=source for querying the media endpoint ↵Aaron 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