Feat/agentic#18
Merged
Merged
Conversation
…add regenerate share password
…change + user store schedule
…le file size max to 20GB
…ject_hash setting
…or classification
…oot folder in SelectFolderDialog
Add POST /files/{id}/preview-url returning a signed token-based streaming
URL, and GET /files/{id}/preview-stream for token-authenticated range
requests. Switch VideoPreviewDialog from blob download to stream URL.
…pe override Return correct MIME type (e.g. video/mp4) when serving transcoded content even if the source file has a different extension (e.g. .mkv).
…tings toggle Skip full-object hash verification during merge when upload_verify_merged_object_hash is disabled (default). Add tests for fast mode, hash mismatch, and 20GB size boundary.
… error fallback Export HASH_CHUNK_SIZE_DEFAULT and HASH_CHUNK_SIZE_LARGE_FILE from hash.ts; use large chunk size in uploader; fall back to backend error message when upload initiation fails.
Add test verifying eventBus emit on upload success; add untracked spec files for uploader and VideoPreviewDialog.
Add default_admin_username/email/password fields to Settings with production-only validation. New admin env vars are required in production and enforce minimum length on the password.
Refactor DevAccountSeeder to accept an accounts parameter. Add _seed_accounts_for_settings() that reads DEFAULT_ADMIN_* env vars in production. Update init_dev_accounts script messages accordingly.
Add tests for DEFAULT_ADMIN_USERNAME required check and DEFAULT_ADMIN_PASSWORD minimum length enforcement in production. Refactor existing tests to use a shared make_settings helper.
Add test for initialize_dev_accounts using DEFAULT_ADMIN_* env vars in production mode. Refactor existing test for auto-run skip outside dev and prod.
Add tests for lifespan raising ValueError when DEFAULT_ADMIN_USERNAME is missing or DEFAULT_ADMIN_PASSWORD is too short in production. Refactor existing tests with a shared make_settings helper.
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.
fix: preview, transcode and storage status.