Added Private Image support#84
Draft
TheRipperoni wants to merge 33 commits intomainfrom
Draft
Conversation
- Introduced `test-unenrollment.ts` to validate user unenrollment flow. - Extended `stratos` library with `unenroll` and updated `enrollmentStatus` methods. - Added `getEnrollmentRecord` function in `pds` library for record checks. - Registered unenrollment script in `run-all.ts`. - Fixed configuration issues and module imports. - Locked `pnpm` version to `9.15.4` in Dockerfile for consistency.
# Conflicts: # infra/conf/config.ts # stratos-service/src/adapters/postgres/factory.ts # stratos-service/src/features/enrollment/handler.ts # stratos-service/src/oauth/routes.ts # stratos-service/tests/api.test.ts # stratos-service/tests/enrollment-status.test.ts # stratos-service/tests/lexicon.test.ts # stratos-service/tests/storage-adapter.test.ts # test/scripts/lib/stratos.ts
…offboarding # Conflicts: # stratos-service/src/features/enrollment/handler.ts
…te logic for unenrollment: - Consolidated imports to use explicit `index.js` paths. - Expanded test coverage to include `tests/**/*` in tsconfig. - Updated pnpm package versions (notably `multiformats` to `^13.4.2`). - Implemented hard-delete behavior for user unenrollment (`actorStoreDestroyer`, OAuth session revocation, and actor data cleanup).
- Broadened ESLint scope to include all files. - Added `outDir` and `rootDir` to `tsconfig` across all packages for consistency. - Refined test file inclusions/exclusions in `tsconfig`. - Cleaned up and restructured mock resolver logic in hydration tests.
Ashex
reviewed
Apr 29, 2026
Contributor
There was a problem hiding this comment.
Junie should read from the agents.md but if not you can just replace this with a line to read that file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Rough draft implementation for adding private media support
Related Issues
#79
Testing
Type of Change
expected)