Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-31 | update xray, removes twitter and facebook libraries | Aaron Parecki | |
2024-08-31 | remove twitter | Aaron Parecki | |
2024-08-31 | add exercise posts | Aaron Parecki | |
2023-10-08 | add published date to weight page | Aaron Parecki | |
2023-10-08 | Merge branch 'Zegnat-add-weight-posts' | Aaron Parecki | |
2023-10-08 | Merge 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-08 | JS improvements for itineraries | Aaron Parecki | |
2023-10-07 | Merge branch 'main' of github.com:aaronpk/Quill into main | Aaron Parecki | |
2023-10-07 | add char counter for bluesky and mastodon. add published field to note interface | Aaron Parecki | |
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-20 | Add new weight posting interface | Martijn van der Ven | |
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 | |