
- Complete NestJS TypeScript implementation with WebSocket support - Direct messaging (DM) and group chat functionality - End-to-end encryption with AES encryption and key pairs - Media file support (images, videos, audio, documents) up to 100MB - Push notifications with Firebase Cloud Messaging integration - Mention alerts and real-time typing indicators - User authentication with JWT and Passport - SQLite database with TypeORM entities and relationships - Comprehensive API documentation with Swagger/OpenAPI - File upload handling with secure access control - Online/offline status tracking and presence management - Message editing, deletion, and reply functionality - Notification management with automatic cleanup - Health check endpoint for monitoring - CORS configuration for cross-origin requests - Environment-based configuration management - Structured for Flutter SDK integration Features implemented: ✅ Real-time messaging with Socket.IO ✅ User registration and authentication ✅ Direct messages and group chats ✅ Media file uploads and management ✅ End-to-end encryption ✅ Push notifications ✅ Mention alerts ✅ Typing indicators ✅ Message read receipts ✅ Online status tracking ✅ File access control ✅ Comprehensive API documentation Ready for Flutter SDK development and production deployment.
112 lines
1.9 KiB
Markdown
112 lines
1.9 KiB
Markdown
2.0.18 / 2020-01-05
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.43.0 < 2'
|
|
- Mark `font/ttf` as compressible
|
|
- Remove compressible from `multipart/mixed`
|
|
|
|
2.0.17 / 2019-04-24
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.40.0 < 2'
|
|
|
|
2.0.16 / 2019-02-18
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.38.0 < 2'
|
|
- Mark `text/less` as compressible
|
|
|
|
2.0.15 / 2018-09-17
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.36.0 < 2'
|
|
|
|
2.0.14 / 2018-06-05
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.34.0 < 2'
|
|
- Mark all XML-derived types as compressible
|
|
|
|
2.0.13 / 2018-02-17
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.33.0 < 2'
|
|
|
|
2.0.12 / 2017-10-20
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.30.0 < 2'
|
|
|
|
2.0.11 / 2017-07-27
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.29.0 < 2'
|
|
|
|
2.0.10 / 2017-03-23
|
|
===================
|
|
|
|
* deps: mime-db@'>= 1.27.0 < 2'
|
|
|
|
2.0.9 / 2016-10-31
|
|
==================
|
|
|
|
* Fix regex fallback to not override `compressible: false` in db
|
|
* deps: mime-db@'>= 1.24.0 < 2'
|
|
|
|
2.0.8 / 2016-05-12
|
|
==================
|
|
|
|
* deps: mime-db@'>= 1.23.0 < 2'
|
|
|
|
2.0.7 / 2016-01-18
|
|
==================
|
|
|
|
* deps: mime-db@'>= 1.21.0 < 2'
|
|
|
|
2.0.6 / 2015-09-29
|
|
==================
|
|
|
|
* deps: mime-db@'>= 1.19.0 < 2'
|
|
|
|
2.0.5 / 2015-07-30
|
|
==================
|
|
|
|
* deps: mime-db@'>= 1.16.0 < 2'
|
|
|
|
2.0.4 / 2015-07-01
|
|
==================
|
|
|
|
* deps: mime-db@'>= 1.14.0 < 2'
|
|
* perf: enable strict mode
|
|
|
|
2.0.3 / 2015-06-08
|
|
==================
|
|
|
|
* Fix regex fallback to work if type exists, but is undefined
|
|
* perf: hoist regex declaration
|
|
* perf: use regex to extract mime
|
|
* deps: mime-db@'>= 1.13.0 < 2'
|
|
|
|
2.0.2 / 2015-01-31
|
|
==================
|
|
|
|
* deps: mime-db@'>= 1.1.2 < 2'
|
|
|
|
2.0.1 / 2014-09-28
|
|
==================
|
|
|
|
* deps: mime-db@1.x
|
|
- Add new mime types
|
|
- Add additional compressible
|
|
- Update charsets
|
|
|
|
|
|
2.0.0 / 2014-09-02
|
|
==================
|
|
|
|
* use mime-db
|
|
* remove .get()
|
|
* specifications are now private
|
|
* regex is now private
|
|
* stricter regex
|