veza/veza-chat-server/src
senke a992d394bb fix(chat): ensure WebSocket auth token from query or cookie
- Chat server: accept token from ?token= or access_token cookie (httpOnly)
- Frontend: append token to WS URL when available (TokenStorage)
2026-02-18 12:42:48 +01:00
..
core P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
database adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
generated adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
hub chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
middleware fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
models P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
repository STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
security fix(security): isolate test secrets in chat server config (A02) 2026-02-16 10:18:06 +01:00
services STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
websocket fix(chat): ensure WebSocket auth token from query or cookie 2026-02-18 12:42:48 +01:00
advanced_moderation.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
auth.rs P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
authentication.rs P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
cache.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
chat_management.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
client.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
config.rs fix(audit-1.6,1.7): remove hardcoded test secrets, block bypass flags in prod 2026-02-15 14:18:23 +01:00
delivered_status.rs fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
env.rs STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
error.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
event_bus.rs fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
grpc_client.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
grpc_server.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
jwt_manager.rs chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
jwt_revocation_store.rs feat(chat): add JWT revocation persistante Redis (P3.1) 2026-02-11 22:06:25 +01:00
lib.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
main.rs fix(chat): ensure WebSocket auth token from query or cookie 2026-02-18 12:42:48 +01:00
message_handler.rs chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
message_store.rs fix(security): correct SQL injection in chat server cleanup_old_messages 2026-02-15 12:36:59 +01:00
message_store_simple.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
messages.rs P0: stabilisation backend/chat/stream + nouvelle base migrations v1 2025-12-06 11:14:38 +01:00
moderation.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
monitoring.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
optimized_persistence.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
permissions.rs STABILISATION: phase 3–5 – API contract, tests & chat-server hardening 2025-12-06 17:21:59 +01:00
presence.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
prometheus_metrics.rs fix(chat): replace .unwrap() with safe alternatives in production code 2026-02-11 23:20:49 +01:00
rate_limiter.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
reactions.rs stabilisation commit 2026-01-04 01:44:23 +01:00
read_receipts.rs chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
simple_message_store.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
structured_logging.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
test_simple_store.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00
typing_indicator.rs fix(chat): resolve compilation errors and clean all warnings 2026-02-12 23:33:02 +01:00
utils.rs fix(audit-1.5): replace critical .unwrap() in Rust production paths 2026-02-15 14:14:29 +01:00
validation.rs adding initial chat server (Rust) 2025-12-03 20:33:26 +01:00