Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | Use parse_headers for media endpoint uploadsfix-location-header | Jesse 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-26 | switch to q=source for querying the media endpoint ↵HEADmaster | Aaron Parecki | |
https://github.com/indieweb/micropub-extensions/issues/14 | |||
2020-03-30 | add fields for presentations | Aaron Parecki | |
2020-03-30 | add channel selection to event interface | Aaron Parecki | |
2020-02-06 | Merge pull request #122 from dshanske/iss121 | Aaron Parecki | |
Fix reload targets | |||
2020-02-03 | Fix reload targets | David Shanske | |
2019-10-31 | add Protected to visibility options | Aaron Parecki | |
2019-10-20 | increase max allowed file size | Aaron Parecki | |
2019-10-20 | only rotate images that are rotated | Aaron Parecki | |
closes #112 | |||
2019-10-19 | fixy | Aaron Parecki | |
🙈 | |||
2019-10-19 | remove facebook access token column | Aaron Parecki | |
2019-10-19 | disable twitter stuff if no twitter client is set | Aaron Parecki | |
2019-10-19 | drop php shorttags | Aaron Parecki | |
2019-10-19 | don't load GA unless gaid is set | Aaron Parecki | |
2019-10-19 | drop flight tracking stuff | Aaron Parecki | |
the API dropped their free tier | |||
2019-10-19 | drop instagram stuff | Aaron Parecki | |
2019-09-29 | add a dropdown to choose post visibility | Aaron Parecki | |
2019-06-30 | Merge pull request #110 from martymcguire/mm-sqlite-schema-comma | Aaron Parecki | |
remove trailing comma in sqlite schema | |||
2019-06-30 | remove trailing comma in sqlite schema | Marty McGuire | |
2019-05-27 | wait for localforage callback before redirecting | Aaron Parecki | |
should help clear out the draft when a post is created. for #109 | |||
2019-03-11 | update indieauth-client | Aaron Parecki | |
2019-03-10 | update indieauth-client | Aaron Parecki | |
now supports pkce | |||
2019-03-10 | cleanup | Aaron Parecki | |
2019-02-24 | clean up indieauth profile stuff | Aaron Parecki | |
2019-02-24 | Merge pull request #108 from dshanske/profile | Aaron Parecki | |
Simple Addition of Profile Data to Quill | |||
2019-02-24 | Simple Addition of Profile Data to Quill | David Shanske | |
2019-02-08 | use IndieAuth Client instead of doing it manually | Aaron Parecki | |
still shows debug messages when missing endpoints to help people get started | |||
2018-12-08 | reset micropub config data | Aaron Parecki | |
2018-08-30 | update xray | Aaron Parecki | |
2018-08-27 | add minimal webmanifest | Aaron Parecki | |
2018-08-18 | add h-app | Aaron Parecki | |
2018-08-03 | update php-mf2 | Aaron Parecki | |
2018-08-01 | better error messages | Aaron Parecki | |
2018-08-01 | drop /view route that was never finished | Aaron Parecki | |
2018-08-01 | s/endpoint/software | Aaron Parecki | |
2018-08-01 | if no syndication targets are found, hide the section | Aaron Parecki | |
add syndication reload button to the settings screen | |||
2018-08-01 | improvements to login UI, upgrades libraries | Aaron Parecki | |
makes the login experience a bit friendlier to non-developer users | |||
2018-07-20 | hide reply button unless replies are supported | Aaron Parecki | |
2018-07-20 | add check for user variable | Aaron Parecki | |
2018-07-20 | remove unused reference to library | Aaron Parecki | |
2018-07-20 | add media to list of requested scopes | Aaron Parecki | |
2018-07-20 | disable post type buttons if the server doesn't support them | Aaron Parecki | |
2018-07-11 | set timezone automatically based on location | Aaron Parecki | |
2018-07-11 | use google maps to autocomplete event locations | Aaron Parecki | |
2018-06-21 | set timezone of itinerary legs based on airport location | Aaron Parecki | |
2018-06-10 | Merge branch 'master' of github.com:aaronpk/Quill | Aaron Parecki | |
2018-06-10 | add support for token revocation | Aaron Parecki | |
2018-05-28 | fix for tags in editor | Aaron Parecki | |
2018-05-27 | set max height on image to prevent tall images from blocking scrolling | Aaron Parecki | |
closes #87 | |||
2018-05-27 | whitespace | Aaron Parecki | |