commits
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.12 to 2.0.21.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.0.21/Changes)
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.12...v2.0.21)
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-version: 2.0.21
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.0 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.0...v5.5.4)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.5.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>
* cleanup logger usages and add some metrics
* add some basic metrics
* implement queryLabels
* add a COCOON_REQUIRE_INVITE env to make invite codes be able to not be required (still required by default)
* handle handles for http requests and stuff
This prevents a potential, although unlikely, issue where an account is left in an invalid state due to one or more delete operations failing. This would prevent a user from being able to delete their account on the network without manual intervention.
* feat: implement listMissingBlobs endpoint properly
* fix: properly extract blobs using atdata.ExtractBlobs
* actually fully functional now :p
* feat: complete and make reserveSigningKey, fix getServiceAuth based on atproto spec and mark it as done in the readme
* implement deleteAccount
* requestAccountDelete was also added
* THIS should actually fix it
* fix: update DPoP error handling to set WWW-Authenticate header
* Add COCOON_S3_CDN_URL for direct S3 blob redirects instead of proxying through the PDS
* This should be the last fix for this issue hopefully
* fix response so it gets a new access token after the token expires
* init
* implement listmissingblobs
* Update README to mark listMissingBlobs as completed
* e
* Update README.md
Co-authored-by: hailey <hailey@blueskyweb.xyz>
---------
Co-authored-by: hailey <hailey@blueskyweb.xyz>
* Allow overwriting blocks during import repo
* Implement get recommended config
* Implement submit plc operation
* fix none method auth
* error log
* fix empty client uri
* fix missing client name
* add docker compose, caddy
* tweaks
* more tweaks
* tweak
* fix gh action
* Handle service auth and existing users on create account
* Remove duplicate registration of create account
* bump indigo dep for pkg renames
* update atcrypto and atdata pkg names
This reverts commit 125b864f150200359af56f4abe77385dc9d0227f.
This reverts commit 9fbd74c10e490237e8beb34e8e9732843b6bada3.
* refactor blockstore to be extensible
* add configuration for setting blockstore variant
* use the configuration when getting blockstore
Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.12 to 2.0.21.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.0.21/Changes)
- [Commits](https://github.com/lestrrat-go/jwx/compare/v2.0.12...v2.0.21)
---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
dependency-version: 2.0.21
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.0 to 5.5.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.0...v5.5.4)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.5.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: implement listMissingBlobs endpoint properly
* fix: properly extract blobs using atdata.ExtractBlobs
* actually fully functional now :p
* feat: complete and make reserveSigningKey, fix getServiceAuth based on atproto spec and mark it as done in the readme
* implement deleteAccount
* requestAccountDelete was also added
* THIS should actually fix it
* fix: update DPoP error handling to set WWW-Authenticate header
* Add COCOON_S3_CDN_URL for direct S3 blob redirects instead of proxying through the PDS
* This should be the last fix for this issue hopefully
* fix response so it gets a new access token after the token expires