dependabot[bot]
97d85c64d4
Bump firebase/php-jwt from 2.2.0 to 6.0.0
Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt ) from 2.2.0 to 6.0.0.
- [Release notes](https://github.com/firebase/php-jwt/releases )
- [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md )
- [Commits](https://github.com/firebase/php-jwt/compare/v2.2.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: firebase/php-jwt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Aaron Parecki
dfb8c03a85
fix in-reply-to on twitter import
2 years ago
Aaron Parecki
5f26695baf
Merge branch 'main' of github.com:aaronpk/Quill into main
2 years ago
Aaron Parecki
895780970f
add a page to convert a tweet to a micropub post
2 years ago
Aaron Parecki
91115daede
add atlas token to config
2 years ago
Aaron Parecki
86fb4a5ce7
fix map
2 years ago
Aaron Parecki
b3b3dc41bc
switch to local rendering of static map
2 years ago
Aaron Parecki
30f62de181
Merge pull request #131 from jesterpm/fix-location-header
Use parse_headers for media endpoint uploads
2 years ago
Aaron Parecki
61552f92fc
request profile scope
2 years ago
Aaron Parecki
b1ee2ffe01
change logging of stuff during login
2 years ago
Aaron Parecki
4c704ee338
update indieauth client
3 years ago
Aaron Parecki
cac208229a
use new markdown library
3 years ago
Aaron Parecki
fd758f2ce5
turn off post-by-email
3 years ago
Jesse Morgan
a0c5f0e1fb
Use parse_headers for media endpoint uploads
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.
4 years ago
Aaron Parecki
cdbc6aa4f3
switch to q=source for querying the media endpoint https://github.com/indieweb/micropub-extensions/issues/14
4 years ago
Aaron Parecki
b2a1b6c9d6
add fields for presentations
4 years ago
Aaron Parecki
8dec126e7d
add channel selection to event interface
4 years ago
Aaron Parecki
3759383e91
Merge pull request #122 from dshanske/iss121
Fix reload targets
4 years ago
David Shanske
bee2d53690
Fix reload targets
4 years ago
Aaron Parecki
37d315575f
add Protected to visibility options
5 years ago
Aaron Parecki
2a8899754a
increase max allowed file size
5 years ago
Aaron Parecki
79aadc4af0
only rotate images that are rotated
closes #112
5 years ago
Aaron Parecki
6c7a254f6b
fixy
🙈
5 years ago
Aaron Parecki
dbaea0effa
remove facebook access token column
5 years ago
Aaron Parecki
6fc7d060cb
disable twitter stuff if no twitter client is set
5 years ago
Aaron Parecki
873cc81ee7
drop php shorttags
5 years ago
Aaron Parecki
ecb47c9c2f
don't load GA unless gaid is set
5 years ago
Aaron Parecki
e8b68115a4
drop flight tracking stuff
the API dropped their free tier
5 years ago
Aaron Parecki
cbbf10c7f3
drop instagram stuff
5 years ago
Aaron Parecki
f0c5635c2f
add a dropdown to choose post visibility
5 years ago
Aaron Parecki
efe16c375a
Merge pull request #110 from martymcguire/mm-sqlite-schema-comma
remove trailing comma in sqlite schema
5 years ago
Marty McGuire
1fc6bdb3c9
remove trailing comma in sqlite schema
5 years ago
Aaron Parecki
f8b122256f
wait for localforage callback before redirecting
should help clear out the draft when a post is created.
for #109
5 years ago
Aaron Parecki
3936347801
update indieauth-client
5 years ago
Aaron Parecki
c6c82b113d
update indieauth-client
now supports pkce
5 years ago
Aaron Parecki
b71c31f7bb
cleanup
5 years ago
Aaron Parecki
7e134358b5
clean up indieauth profile stuff
5 years ago
Aaron Parecki
c38d6c9d09
Merge pull request #108 from dshanske/profile
Simple Addition of Profile Data to Quill
5 years ago
David Shanske
d30486e7c6
Simple Addition of Profile Data to Quill
5 years ago
Aaron Parecki
acc8a8e673
use IndieAuth Client instead of doing it manually
still shows debug messages when missing endpoints to help people get started
5 years ago
Aaron Parecki
89644bc435
reset micropub config data
6 years ago
Aaron Parecki
eca06e69ad
update xray
6 years ago
Aaron Parecki
1c1f037a38
add minimal webmanifest
6 years ago
Aaron Parecki
f3f029d3db
add h-app
6 years ago
Aaron Parecki
c42569ad68
update php-mf2
6 years ago
Aaron Parecki
136c1826dd
better error messages
6 years ago
Aaron Parecki
4ed2513ded
drop /view route that was never finished
6 years ago
Aaron Parecki
7f2d941717
s/endpoint/software
6 years ago
Aaron Parecki
57c82d830d
if no syndication targets are found, hide the section
add syndication reload button to the settings screen
6 years ago
Aaron Parecki
782780234a
improvements to login UI, upgrades libraries
makes the login experience a bit friendlier to non-developer users
6 years ago