Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-07 | Merge branch 'u1nel-patch-1' | Aaron Parecki | |
2023-10-07 | add curly braces to make json example valid json. | Paul | |
2022-09-27 | fix in-reply-to on twitter import | Aaron Parecki | |
2022-09-27 | Merge branch 'main' of github.com:aaronpk/Quill into main | Aaron Parecki | |
2022-09-27 | add a page to convert a tweet to a micropub post | Aaron Parecki | |
2022-06-04 | add atlas token to config | Aaron Parecki | |
2022-06-04 | fix map | Aaron Parecki | |
2022-06-04 | switch to local rendering of static map | Aaron Parecki | |
2022-05-09 | Merge pull request #131 from jesterpm/fix-location-header | Aaron Parecki | |
Use parse_headers for media endpoint uploads | |||
2022-02-13 | request profile scope | Aaron Parecki | |
2022-02-13 | change logging of stuff during login | Aaron Parecki | |
2021-07-10 | update indieauth client | Aaron Parecki | |
2021-07-10 | use new markdown library | Aaron Parecki | |
2021-02-27 | turn off post-by-email | Aaron Parecki | |
2020-09-13 | Use parse_headers for media endpoint uploads | 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 ↵ | 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 |