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
5 years ago
Aaron Parecki
8dec126e7d
add channel selection to event interface
5 years ago
Aaron Parecki
3759383e91
Merge pull request #122 from dshanske/iss121
Fix reload targets
5 years ago
David Shanske
bee2d53690
Fix reload targets
5 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
6 years ago
Aaron Parecki
3936347801
update indieauth-client
6 years ago
Aaron Parecki
c6c82b113d
update indieauth-client
now supports pkce
6 years ago
Aaron Parecki
b71c31f7bb
cleanup
6 years ago
Aaron Parecki
7e134358b5
clean up indieauth profile stuff
6 years ago
Aaron Parecki
c38d6c9d09
Merge pull request #108 from dshanske/profile
Simple Addition of Profile Data to Quill
6 years ago
David Shanske
d30486e7c6
Simple Addition of Profile Data to Quill
6 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
6 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
Aaron Parecki
f860747857
hide reply button unless replies are supported
6 years ago
Aaron Parecki
926b3f8820
add check for user variable
6 years ago
Aaron Parecki
58a8a3a881
remove unused reference to library
6 years ago
Aaron Parecki
43c96212ed
add media to list of requested scopes
6 years ago
Aaron Parecki
b749bc6c12
disable post type buttons if the server doesn't support them
6 years ago
Aaron Parecki
33796f7bd5
set timezone automatically based on location
6 years ago
Aaron Parecki
b8c3b34c28
use google maps to autocomplete event locations
6 years ago
Aaron Parecki
c67f48eb28
set timezone of itinerary legs based on airport location
7 years ago
Aaron Parecki
63655f119b
Merge branch 'master' of github.com:aaronpk/Quill
7 years ago
Aaron Parecki
bb0752a726
add support for token revocation
7 years ago
Aaron Parecki
0994a07522
fix for tags in editor
7 years ago
Aaron Parecki
510c5a52a8
set max height on image to prevent tall images from blocking scrolling
closes #87
7 years ago
Aaron Parecki
cbc237c8ce
whitespace
7 years ago