Marty McGuire
Marty McGuire
When verifying an auth token, Aperture uses the old indieauth.com-style of making a `GET` request to the user's `token_endpoint` with an `Authorization: Bearer ` header: https://github.com/aaronpk/Aperture/blob/main/aperture/app/Http/Middleware/VerifyIndieAuthAccessToken.php#L83-L113 Per recent(ish?) updates to...
From [discussion in #indieweb-dev](https://chat.indieweb.org/dev/2021-04-07#t1617827383720500). Some feeds that I had recently added to my self-hosted copy of Aperture appeared to subscribe successfully, but stayed at 0 entries. I looked in my...
On Firefox on Linux (at least), I can add an image and see the prompt to add a caption, but clicking on the caption results in a click on the...
I have a short domain mmg.re which gives a 301 permanent redirect from http://mmg.re to my actual site, on https, at https://martymcgui.re/ I delegate my authorization and token endpoints to...
I'm using Skeleton (it's great!) in a project that also deals with microformats2, which specifies that `u-*` classnames are used to indicate url properties of machine readable markup. The result...
This is an implementation of my proposal to allow microsub client to request removal of entries from a channel when the channel is being unfollowed. Details at the proposal! https://github.com/indieweb/microsub/issues/55
Partially fulfills https://github.com/indieweb/microsub/issues/44 When `method=tree` is supplied to an `action=channels` GET request, a `sources` array will be included with each `channel` of the form: ```json { "channels": [ { "sources":...
I'd love to see WebSub support, especially for tag pages! (in order to automate the upkeep of indieweb.nyc, which was conceived and half-executed before Meetable made it mostly obsolete!)
Remove any URL fragment when constructing the URL path for index. Use case: inline threaded replies could have URLs with fragments, similar to [Chris Aldrich's post about threaded replies and...
I have a podcast at https://wehavetoask.com/ with a FB page that I post to using [Screech](https://github.com/martymcguire/screech). I would like to use silo.pub to automate syndication to FB. Annoyingly, this is...