
- 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.
79 lines
2.8 KiB
YAML
79 lines
2.8 KiB
YAML
name: "\U0001F4A5 Regression"
|
|
description: "Report an unexpected behavior while upgrading your Nest application!"
|
|
labels: ["needs triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## :warning: We use GitHub Issues to track bug reports, feature requests and regressions
|
|
|
|
If you are not sure that your issue is a bug, you could:
|
|
|
|
- use our [Discord community](https://discord.gg/NestJS)
|
|
- use [StackOverflow using the tag `nestjs`](https://stackoverflow.com/questions/tagged/nestjs)
|
|
- If it's just a quick question you can ping [our Twitter](https://twitter.com/nestframework)
|
|
|
|
**NOTE:** You don't need to answer questions that you know that aren't relevant.
|
|
|
|
---
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Did you read the migration guide?"
|
|
description: "Check out the [migration guide here](https://docs.nestjs.com/migration-guide)!"
|
|
options:
|
|
- label: "I have read the whole migration guide"
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "Is there an existing issue that is already proposing this?"
|
|
description: "Please search [here](./?q=is%3Aissue) to see if an issue already exists for the feature you are requesting"
|
|
options:
|
|
- label: "I have searched the existing issues"
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: "Potential Commit/PR that introduced the regression"
|
|
description: "If you have time to investigate, what PR/date/version introduced this issue"
|
|
placeholder: "PR #123 or commit 5b3c4a4"
|
|
|
|
- type: input
|
|
attributes:
|
|
label: "Versions"
|
|
description: "From which version of `@nestjs/jwt` to which version you are upgrading"
|
|
placeholder: "8.1.0 -> 8.1.3"
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Describe the regression"
|
|
description: "A clear and concise description of what the regression is"
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Minimum reproduction code"
|
|
description: |
|
|
Please share a git repo, a gist, or step-by-step instructions. [Wtf is a minimum reproduction?](https://jmcdo29.github.io/wtf-is-a-minimum-reproduction)
|
|
**Tip:** If you leave a minimum repository, we will understand your issue faster!
|
|
value: |
|
|
```ts
|
|
|
|
```
|
|
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: "Expected behavior"
|
|
description: "A clear and concise description of what you expected to happend (or code)"
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: "Other"
|
|
description: |
|
|
Anything else relevant? eg: Logs, OS version, IDE, package manager, etc.
|
|
**Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in
|