Skip to content

Added Private Image support#84

Draft
TheRipperoni wants to merge 33 commits intomainfrom
blobsupport
Draft

Added Private Image support#84
TheRipperoni wants to merge 33 commits intomainfrom
blobsupport

Conversation

@TheRipperoni
Copy link
Copy Markdown
Contributor

@TheRipperoni TheRipperoni commented Apr 19, 2026

Description

Rough draft implementation for adding private media support

Related Issues

#79

Testing

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as
    expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Build/CI changes
  • Test improvements

- 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.
Comment thread .junie/guidelines.md
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Junie should read from the agents.md but if not you can just replace this with a line to read that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants