Commit Graph

66 Commits

Author SHA1 Message Date
LittleSheep
44ff09c119 Manual setup account connections
🐛 Fix infinite oauth token reconnect websocket due to missing device id
🐛 Fix IP forwarded headers didn't work
2025-06-15 23:35:36 +08:00
LittleSheep
bf013a108b 🧱 OAuth login infra 2025-06-15 13:11:45 +08:00
LittleSheep
0c48694493 🐛 Fix CORS expose headers 2025-06-09 20:31:20 +08:00
LittleSheep
f96de0d325 🐛 Fix TUS broken for the web cause by the CORS policy 2025-06-08 23:57:13 +08:00
LittleSheep
b8341734df ♻️ Refactored activities 2025-06-08 23:52:02 +08:00
LittleSheep
b69dd659d4 🐛 Fix last active task didn't set up 2025-06-07 16:51:51 +08:00
LittleSheep
b1c12685c8 Last seen at
👔 Update register account validation
2025-06-07 16:35:22 +08:00
LittleSheep
1307114b76 🎨 Extract tus service out of Program.cs 2025-06-02 00:59:13 +08:00
LittleSheep
3c52a6d787 ✈️ Better migration to new cloud files reference system 2025-06-02 00:49:19 +08:00
LittleSheep
00229fd406 💥 ♻️ Refactor cloud files' references, and loading system 2025-06-01 19:18:23 +08:00
LittleSheep
7fa0dfdcad :arrow_heavy_plus: Add OpenTelemetry 2025-05-31 19:57:46 +08:00
LittleSheep
b7960e3060 🐛 Trying to fix chat notification 2025-05-30 21:42:00 +08:00
LittleSheep
14dd610b3e 🐛 Bug fixes 2025-05-29 03:33:02 +08:00
LittleSheep
9f5e0d8b80 📝 Update OpenAPI spec for Dyson Token 2025-05-29 02:09:56 +08:00
LittleSheep
6a426efde9 💥 The newly crafted Dyson Token 2025-05-28 23:21:32 +08:00
LittleSheep
7d5a804865 🐛 Fix prometheus was not added 2025-05-27 01:27:08 +08:00
LittleSheep
315b20182c Add Prometheus 2025-05-27 00:37:02 +08:00
LittleSheep
99f2e724a6 Trying to fix memory usage 2025-05-26 19:20:53 +08:00
LittleSheep
33767a6d7f Optimize caching on chat member
🐛 Trying to fix uploading file permission check
2025-05-25 20:18:27 +08:00
LittleSheep
9e7ba820c4 Implement realtime chat 2025-05-25 05:51:13 +08:00
LittleSheep
59bc9edd4b Account deletion 2025-05-24 23:29:36 +08:00
LittleSheep
445e5d3705 🐛 Replace the serializer in cache service with newtonsoft json to solve JsonIgnore issue 2025-05-24 18:29:20 +08:00
LittleSheep
460ce62452 ♻️ Refactor cache system with redis
🐛 Add lock to check in prevent multiple at the same time
2025-05-24 17:29:24 +08:00
LittleSheep
213d81a5ca ♻️ Refactor the last read at system of chat 2025-05-24 01:29:17 +08:00
LittleSheep
4e672c9f96 🐛 Fix skiasharp deps 2025-05-23 02:03:10 +08:00
LittleSheep
793043aba2 🐛 The compile error has been fixed by ChatGPT which I dont know how did it made it 2025-05-19 21:56:06 +08:00
LittleSheep
205ccd66b3 Sped up and reduce storage usage of read receipt 2025-05-18 12:14:23 +08:00
LittleSheep
fdfdffa382 Optimize action log flushing 2025-05-18 12:00:05 +08:00
LittleSheep
c597df3937 Typing indicator, mark as read server-side 2025-05-18 05:35:14 +08:00
LittleSheep
d3b56b741e 🧱 Render email based on razor components 2025-05-17 17:01:10 +08:00
LittleSheep
88977ccda3 ♻️ Rebuilt own auth infra 2025-05-16 23:38:33 +08:00
LittleSheep
aabe8269f5 Action logs 2025-05-16 01:41:24 +08:00
LittleSheep
d7d4fde06a Wallet, payment, developer apps, feature flags of publishers
♻️ Simplified the permission check of chat room, realm, publishers
2025-05-15 00:26:15 +08:00
LittleSheep
b275f06061 Organization publishers, subscriptions to publishers 2025-05-12 21:48:16 +08:00
LittleSheep
eab775e224 Stickers & packs api 2025-05-10 21:28:25 +08:00
LittleSheep
b370c69670 🐛 Fix localization 2025-05-08 23:04:21 +08:00
LittleSheep
d70b081752 🐛 Activity / localization bug fixes 2025-05-08 22:14:24 +08:00
LittleSheep
891dbfb255 🧱 Localization infrastructure 2025-05-08 01:55:32 +08:00
LittleSheep
ee7dc31b20 Add account statuses 2025-05-07 01:21:12 +08:00
LittleSheep
d0a92bc8b3 ♻️ Optimization in file uploading 2025-05-04 14:48:33 +08:00
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
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
LittleSheep
0f9e865c0b Compressed duplication of image files 2025-05-01 15:29:52 +08:00
LittleSheep
bf64afd849 Activity-based browsing 2025-05-01 14:59:28 +08:00
LittleSheep
42b5129aa4 🐛 Fixes System.NotSupportedException: WebSockets are not supported 2025-05-01 01:22:02 +08:00
LittleSheep
84a88222bd 🐛 Bug fixes and improvements 2025-05-01 00:47:26 +08:00
LittleSheep
8417d766e3 🐛 Bug fixes in permission management 2025-04-29 22:18:40 +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
cb7179aa27 Notification service 2025-04-27 23:44:22 +08:00
LittleSheep
3080e273cb Add rate limiter 2025-04-26 12:24:32 +08:00