Age | Commit message (Collapse) | Author |
|
|
|
Force reauthentication after the token expires.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Zegnat-add-weight-posts
# Conflicts:
# controllers/controllers.php
# schema/migrations/0011.sql
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use parse_headers for media endpoint uploads
|
|
|
|
|
|
|
|
|
|
|
|
fix-location-header
|
|
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.
|
|
https://github.com/indieweb/micropub-extensions/issues/14
|
|
|
|
|
|
|
|
Fix reload targets
|
|
|
|
|
|
|
|
closes #112
|
|
|
|
🙈
|
|
|
|
|
|
|
|
|
|
the API dropped their free tier
|
|
|
|
|
|
remove trailing comma in sqlite schema
|
|
|