LittleSheep
6728bd5607
💄 Optimized landing email
2025-05-17 17:36:34 +08:00
LittleSheep
d3b56b741e
🧱 Render email based on razor components
2025-05-17 17:01:10 +08:00
LittleSheep
cbef69ba5e
✨ Add api docs link to landing page
2025-05-17 15:44:19 +08:00
LittleSheep
a77d00c3b9
💄 Restyled web pages
...
🧱 Add tailwindcss
2025-05-17 15:40:39 +08:00
LittleSheep
d59dba9c02
🐛 Fix invites do not preload direct message members
2025-05-17 03:23:01 +08:00
LittleSheep
8ab17569ee
✨ Account leveling
2025-05-17 02:31:25 +08:00
LittleSheep
6fe0b9b50a
🐛 Fix relationship get status wrongly
2025-05-17 00:52:35 +08:00
LittleSheep
b489a79df2
🐛 Fixes for relationships
2025-05-17 00:09:35 +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
6358c49090
🐛 Fix wallet infinite loop
2025-05-16 00:12:17 +08:00
LittleSheep
0db003abc2
✨ Check in rewards NSD & payment
2025-05-15 22:03:51 +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
9576870373
💥 Switch all id to uuid
2025-05-14 20:03:52 +08:00
LittleSheep
aeeed24290
💥 Changes to subscription api
2025-05-14 18:57:50 +08:00
LittleSheep
d1d4eb180f
✨ Filter post by publishers
2025-05-14 00:50:06 +08:00
LittleSheep
73fc7b3f47
✨ Badges
2025-05-13 00:07:38 +08:00
LittleSheep
b275f06061
✨ Organization publishers, subscriptions to publishers
2025-05-12 21:48:16 +08:00
LittleSheep
b20bc3c443
✨ Lookup stickers and open directly
...
⚡ Optimize lookup stickers' performance
2025-05-11 22:27:50 +08:00
LittleSheep
3d5d4db3e3
🐛 Fixes for sticker & sticker packs
2025-05-11 22:13:13 +08:00
LittleSheep
eab775e224
✨ Stickers & packs api
2025-05-10 21:28:25 +08:00
LittleSheep
790dcafeb0
🐛 Fix bugs
2025-05-10 14:10:21 +08:00
LittleSheep
4fd8a588fa
✨ Event Calendar
2025-05-09 01:41:09 +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
9b589af816
✨ Account check in
2025-05-08 01:56:35 +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
fb07071603
✨ Chat realtime calls
2025-05-07 00:47:57 +08:00
LittleSheep
02aee07116
🐛 Post reaction fixes
2025-05-05 13:12:20 +08:00
LittleSheep
2206676214
🐛 Fixes bugs
2025-05-05 01:49:59 +08:00
LittleSheep
7e7c8fe556
⏪ Uses markdown in post as rich text
2025-05-05 01:07:10 +08:00
LittleSheep
1c361b94f3
✨ Post reactions
2025-05-05 00:58:28 +08:00
LittleSheep
5844dfb657
✨ Realm member listing apis
2025-05-04 23:36:47 +08:00
LittleSheep
573f984e2c
✨ Direct messages
2025-05-04 15:09:44 +08:00
LittleSheep
d0a92bc8b3
♻️ Optimization in file uploading
2025-05-04 14:48:33 +08:00
LittleSheep
fa5c59a9c8
✨ Chat room member managements
2025-05-03 20:42:52 +08:00
LittleSheep
196547e50f
🗃️ Add nonce column to chat messages and fix column typo
...
This migration adds a new "nonce" column to the "chat_messages" table to ensure message uniqueness or integrity. Additionally, it corrects a typo in the "members_mentioned" column name to improve consistency and clarity.
2025-05-03 13:16:18 +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
46054dfb7b
♻️ Better way to vectorize quill delta
2025-05-03 00:06:01 +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
da6a891b5f
✨ Chat controller
2025-05-02 12:07:09 +08:00
littlesheep.code
8b5ca265b8
:drunk: Vibe coded the controller which doesn't work
2025-05-01 18:11:44 +00:00
LittleSheep
b675b0550b
🗃️ Chat room modeling
2025-05-02 01:27:49 +08:00
LittleSheep
e4031478b5
✨ Realms
2025-05-02 01:06:59 +08:00
littlesheep.code
a6463feee4
✨ Vibe coded the RealmControler
2025-05-01 16:17:22 +00:00
LittleSheep
30db6ad9f1
🗃️ Realm database modeling
2025-05-02 00:08:21 +08:00
LittleSheep
24f1a3a9e9
✨ Truncated the post's body to prevent them from being too long
2025-05-01 23:49:17 +08:00
LittleSheep
f7e926ad24
✨ Listing post activities
2025-05-01 23:13:31 +08:00
LittleSheep
b1543f5b08
✨ File compression duplicate
2025-05-01 19:19:58 +08:00