26 Commits

Author SHA1 Message Date
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
17de9a0f23 Add chat message handling and WebSocket integration
Introduce new `ChatService` for managing chat messages, including marking messages as read and checking read status. Add `WebSocketPacket` class for handling WebSocket communication and integrate it with `WebSocketService` to process chat-related packets. Enhance `ChatRoom` and `ChatMember` models with additional fields and relationships. Update `AppDatabase` to include new chat-related entities and adjust permissions for chat creation.
2025-05-02 19:51:32 +08:00
0f9e865c0b Compressed duplication of image files 2025-05-01 15:29:52 +08:00
bf64afd849 Activity-based browsing 2025-05-01 14:59:28 +08:00
42b5129aa4 🐛 Fixes System.NotSupportedException: WebSockets are not supported 2025-05-01 01:22:02 +08:00
84a88222bd 🐛 Bug fixes and improvements 2025-05-01 00:47:26 +08:00
8417d766e3 🐛 Bug fixes in permission management 2025-04-29 22:18:40 +08:00
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
cb7179aa27 Notification service 2025-04-27 23:44:22 +08:00
3080e273cb Add rate limiter 2025-04-26 12:24:32 +08:00
c8e9f73746 🐛 Fix unable to inject http client factory 2025-04-23 22:17:02 +08:00
a008a74d77 Recaptcha 2025-04-23 01:18:12 +08:00
31db3d5388 🐛 Fix bugs 2025-04-23 00:30:25 +08:00
c43ff6be7b 🐛 Bug fixes on posts and publishers 2025-04-19 23:51:27 +08:00
0e3b88c51c Publisher API 2025-04-19 14:41:34 +08:00
9cffd8383e Timed tasks
🐛 Bug fixes
2025-04-16 00:18:59 +08:00
fa42ea67ac 👔 File analyzer no longer remove GPS EXIF 2025-04-15 00:39:22 +08:00
15cb1cbbf3 🐛 Fix bugs 2025-04-15 00:22:36 +08:00
8704305f5a More file operations
🐛 Bug fixes on file uploading
2025-04-13 15:27:20 +08:00
cc185c6313 Optimize uploading performance 2025-04-13 13:57:38 +08:00
d22a15c42d File uploading 2025-04-13 13:50:30 +08:00
31d98199e7 🐛 Cors, and bug fixes 2025-04-12 18:59:11 +08:00
5cef6d72e4 Casbin permission check 2025-04-11 00:23:55 +08:00
71f05154af Basic auth 2025-04-10 01:03:02 +08:00
e90357d153 Swagger UI 2025-04-09 00:11:45 +08:00
c39fdceeb6 🎉 Initial Commit 2025-04-08 23:26:23 +08:00