Aperture icon indicating copy to clipboard operation
Aperture copied to clipboard

Aperture is a Microsub server. Currently in beta.

Results 69 Aperture issues
Sort by recently updated
recently updated
newest added

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...

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 3.3.11 to 3.4.49. Release notes Sourced from symfony/http-kernel's releases. v3.4.49 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.48...v3.4.49) no significant changes v3.4.48 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.47...v3.4.48) no significant changes v3.4.47 Changelog (https://github.com/symfony/http-kernel/compare/v3.4.46...v3.4.47) no changes v3.4.46...

dependencies
php

Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.6.3 to 1.7.4. Release notes Sourced from erusev/parsedown's releases. 1.7.4 Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature...

dependencies
php

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
javascript

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies
javascript

I was looking into an issue I was having with [Together](https://github.com/alltogethernow) and I realized that because my domain redirects the domain to `www`, when trying to fetch the channels it...

Bumps [bl](https://github.com/rvagg/bl) from 1.2.1 to 1.2.3. Release notes Sourced from bl's releases. v1.2.2 use safe-buffer #51 Commits d69edfd 1.2.3 847473a test all branches 0bd87ec Fix unintialized memory access dc097f3 test...

dependencies
javascript

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies
javascript

Bumps [axios](https://github.com/axios/axios) from 0.17.0 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 0.21.2 (September 4, 2021) Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation...

dependencies
javascript

As brought up in the IndieWeb dev chat tonight, it would be a good idea if Aperture could follow links with the attributes rel="alternate" type="text/mf2+html". e.g. `` It would have...