- add owner/admin/member permission checks
- implement member add/remove, role updates, and leave flow
- add chat title update endpoint for manageable chat types
- optimistic sending state with pending clock icon
- transition statuses sent -> delivered -> read via realtime events
- render checkmarks next to outgoing message timestamps
- make minio bucket downloadable for direct media links
- switch object keys to random uuid-based names
- add client-side image compression before upload
- add S3_PUBLIC_ENDPOINT_URL for browser-reachable presigned urls
- support both public/internal file url validation
- configure MinIO bucket CORS in minio-init
- update env examples and docs
- add media preview and upload confirmation for image/video
- add upload progress tracking for presigned uploads
- keep voice recording/upload flow with better UI states
- include related realtime/chat updates currently in working tree
Backend user search:
- Added users search endpoint for @username lookup.
- Implemented repository/service/router support with bounded result limits.
Web chat creation:
- Added API client for /users/search.
- Added NewChatPanel for creating private chats via @username search.
- Added group/channel creation flow from sidebar.
UX refinement:
- Hide message composer when no chat is selected.
- Show explicit placeholder: 'Выберите чат, чтобы начать переписку'.
- Added tsbuildinfo ignore rule.
Compose settings:
- Reworked docker-compose.yml to use environment-variable driven configuration.
- Added shared app env anchors for backend and worker to reduce duplication.
- Made ports, credentials, security limits, SMTP, and storage options configurable.
Production profile:
- Added docker-compose.prod.yml override to close internal service ports.
- Keeps external attack surface minimal for Linux server deployments.
Docs and ops:
- Added .env.docker.example with full variable set for server setup.
- Updated README with quick-start and production launch commands.