Add confirmed multi-select deletion through one batch API request and one soft-delete statement. Record the affected count and requested IDs in a separate batch audit event, and identify legacy events with missing counts. After creation, offer an unchecked Save as a file option with TXT/Markdown formats and optional name/quota fields. Keep Done as the default completion action. Include translations for all seven frontend locales. Validation: - Redemption and audit frontend regression tests, typecheck, and scoped lint. - go build ./... - go test ./controller -run '^TestDeleteRedemptionBatch$' -count=1 -v with TEST_MYSQL_DSN, TEST_MYSQL_LOG_DSN, TEST_POSTGRES_DSN, and TEST_POSTGRES_LOG_DSN set to isolated primary and log databases. - Real SQLite 3.50.4, MySQL 8.4.11, and PostgreSQL 16.15 passed, including deletion of 15 records, duplicate/missing IDs, zero-row retries, audit deduplication, invalid input, and exclusion of credentials from logs.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| api-router.go | Loading commit data... | |
| authz-router.go | Loading commit data... | |
| channel-router.go | Loading commit data... | |
| channel_router_test.go | Loading commit data... | |
| dashboard.go | Loading commit data... | |
| main.go | Loading commit data... | |
| plugin-router.go | Loading commit data... | |
| plugin_router_test.go | Loading commit data... | |
| relay-router.go | Loading commit data... | |
| relay_router_test.go | Loading commit data... | |
| task-plugin-protocol-router.go | Loading commit data... | |
| task-router.go | Loading commit data... | |
| task_plugin_options_router_test.go | Loading commit data... | |
| task_plugin_protocol_router_test.go | Loading commit data... | |
| task_router_test.go | Loading commit data... | |
| video-router.go | Loading commit data... | |
| video_router_test.go | Loading commit data... | |
| web-router.go | Loading commit data... |