Commit Graph

15 Commits (9ebfef16e99b39c74bb6b6c7731088ce85ea2fff)

Author SHA1 Message Date
zijiren 89b16ab21e
release: prepare v1.0.3 (#430)
## Summary

- bump the server, Helm chart, and documentation metadata to v1.0.3
- keep the Compose image fallback validation aligned with the
configurable image tag
- release the latest upstream main commit with personal user blocking

## Verification

- `make fmt-check`
- `make validate-helm`
- `cargo test -p synctv-api-common user_block --locked`
1 month ago
zijiren 96d22abe99
fix(webrtc): use public STUN by default (#427)
## Summary

- disable the built-in SyncTV STUN server by default across application,
Compose, image, environment, and Helm configuration
- default `webrtc.externalIceServers` to Cloudflare and Google public
STUN endpoints while preserving persisted overrides and explicit `[]`
- update deployment validation, tests, examples, and English/Chinese
documentation

Tailscale is not included because it publishes STUN endpoints through
its dynamic DERP map and does not provide a stable general-purpose
hostname suitable for this default.

## Testing

- `cargo fmt --all -- --check`
- `cargo test -p synctv-core --test global_settings_registry_tests`
- `cargo test -p synctv-core
test_runtime_settings_default_to_public_stun_servers`
- `cargo test -p synctv default_webrtc_config_disables_builtin_stun`
- `cargo check --workspace --all-targets`
- `bash scripts/validate-helm.sh`
- Compose configuration rendering
- `npm run validate:content`
- `npm run check`
- `git diff --check`
1 month ago
zijiren 2f61d0e8de
release: prepare v1.0.2 (#408)
## Summary

- bump the Cargo workspace to 1.0.2
- synchronize Helm chart and documentation versions

## Verification

- `make fmt-check`
- `make clippy-check`
- `make nextest-default` (5,186 passed)
- `make nextest-ignored` (1,585 passed)
- `make validate-helm`
1 month ago
zijiren 11f1e8effc
release: prepare v1.0.1
Merge the backend release version synchronization.
2 months ago
zijiren233 5425eaf436 chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
zijiren233 1788bbdfc6 chore: bump helm 1 year ago
zijiren233 84ae1fdef2 chore: bump helm 1 year ago
zijiren233 f8f4921234 chore: bump helm 2 years ago
zijiren233 540f928c45 chore: bump helm 2 years ago
zijiren233 2c46742f5f chore: bump helm 2 years ago
zijiren233 c30b7bfa37 fix: p2p zone 2 years ago
zijiren233 0ed60c8209 feat: p2p docs 2 years ago
zijiren233 3587e27026 fix: alist proxy movie 2 years ago
zijiren233 8dc26dc2fc feat: helm 0.9.3 2 years ago
zijiren 7bddf8fc7f
feat: helm (#283)
* feat: helm

* fix: value
2 years ago