Commit Graph

6 Commits

Author SHA1 Message Date
LittleSheep
f6acb3f2f0 🗑️ remove Casbin dependency and related configurations
Remove Casbin package references, configurations, and unused imports across multiple files. This change simplifies the codebase by eliminating unnecessary dependencies and reducing complexity.

 add new chat features and improve message handling

Introduce new chat features including message notifications, nicknames, and improved message handling. Enhance the WebSocket service to support new packet handlers and improve message delivery.

🗃️ add new migrations for chat-related changes

Add new migrations to support the latest chat features, including changes to chat members, messages, and reactions. These migrations ensure the database schema is up-to-date with the latest code changes.
2025-05-03 02:02:16 +08:00
LittleSheep
bf64afd849 Activity-based browsing 2025-05-01 14:59:28 +08:00
LittleSheep
84a88222bd 🐛 Bug fixes and improvements 2025-05-01 00:47:26 +08:00
LittleSheep
0ebeab672b Magic spell for one time code
🗑️ Drop the usage of casbin
♻️ Refactor the permission service
♻️ Refactor the flow of creating an account
🧱 Email infra structure
2025-04-29 20:37:10 +08:00
LittleSheep
f9701764f3 Relationships controllers 2025-04-17 23:54:35 +08:00
LittleSheep
71f05154af Basic auth 2025-04-10 01:03:02 +08:00