Commit Graph

69 Commits

Author SHA1 Message Date
Tim a991b20f9c Merge pull request #179 from nagisa77/codex/update-notification-mechanism
Improve notification text
2025-07-11 13:43:15 +08:00
Tim 2657aae369 feat: improve notification details 2025-07-11 13:43:01 +08:00
Tim aa07e6d949 Merge pull request #178 from nagisa77/codex/implement-user-reaction-rules-and-add-new-types
Update reaction feature
2025-07-11 13:31:49 +08:00
Tim 53ce2dfa96 feat: add new reaction types and enforce single reaction per type 2025-07-11 13:31:26 +08:00
Tim 452a486063 feat: implement post subscription notifications 2025-07-11 13:17:04 +08:00
Tim f4b161dbee Add detailed follow notifications 2025-07-10 17:58:13 +08:00
Tim b57036e3d0 fix follow by id 2025-07-10 17:27:49 +08:00
Tim bef539fcea feat: add follow unsubscribe integration 2025-07-10 16:58:41 +08:00
Tim 2b9b664aa2 feat: show post participants 2025-07-10 16:03:02 +08:00
Tim e502257623 Use AND logic when filtering posts by tags 2025-07-10 13:06:08 +08:00
Tim a9cffc6e42 Add count and description to category and tag dropdown 2025-07-10 11:51:04 +08:00
Tim dd2485d7da feat: allow user tag creation 2025-07-10 10:45:07 +08:00
Tim 24f10d008f fix search service null category 2025-07-10 00:02:07 +08:00
Tim e0efca7edf Add ranking filtering by tags and categories 2025-07-09 21:13:50 +08:00
Tim befe0ff470 Add ranking endpoint and UI 2025-07-09 20:48:58 +08:00
Tim 872113172e Implement AND logic for category and tag filters 2025-07-09 20:20:42 +08:00
Tim 4a23bf5221 feat: detailed reaction notifications 2025-07-09 19:28:18 +08:00
Tim 404476973c Allow multiple reactions 2025-07-09 19:09:00 +08:00
Tim f90afedf3a Prevent duplicate reactions 2025-07-09 18:43:37 +08:00
Tim 4e12b622ce Allow multiple reactions per user 2025-07-09 18:35:59 +08:00
Tim 4627d34dbe Implement reaction panel with backend support 2025-07-09 18:17:35 +08:00
Tim c4bf5be049 Add configurable snippet support and extend user comment info 2025-07-09 14:42:51 +08:00
Tim a0c5b8c530 Allow fetching user info by id 2025-07-09 14:12:17 +08:00
Tim 37d1f2ab70 Implement profile page and related backend APIs 2025-07-09 13:40:54 +08:00
tim d9322307fe feat: update profile page 2025-07-09 13:28:15 +08:00
Tim 29e43ae669 feat(search): enable comment result linking 2025-07-08 23:16:29 +08:00
Tim 857eac14a8 Enhance search results with detail 2025-07-08 20:13:17 +08:00
Tim 3f41fa7b7f feat: enforce username length 2025-07-08 13:03:40 +08:00
Tim 693d6d5e6b feat: implement settings page and config management 2025-07-07 20:41:52 +08:00
Tim 87d0441ef6 feat: show unread message count 2025-07-07 19:26:38 +08:00
tim 2dc9638609 feat: add default avater 2025-07-06 22:14:04 +08:00
Tim b7c11741b4 Ensure DraftService uses transactions 2025-07-06 10:41:55 +08:00
Tim 1c00c86bc7 feat: add draft post support 2025-07-06 01:56:35 +08:00
Tim 1ba2da65fd Limit tags to two and integrate post publish 2025-07-06 01:49:23 +08:00
Tim f7caebe467 Fix reserved word columns and update field names 2025-07-05 18:11:40 +08:00
Tim 1f406c4bc5 Add optional small icon for categories and tags 2025-07-05 17:17:32 +08:00
Tim 20337e0501 feat: add Google login support 2025-07-05 14:36:52 +08:00
Tim 968341dcb1 feat: improve registration validation 2025-07-04 22:15:05 +08:00
Tim 47fc78a603 Add subscription feature 2025-07-02 18:17:32 +08:00
Tim d6b33e65f4 feat: add notification system 2025-07-02 17:16:42 +08:00
Tim 8292616d92 Merge pull request #45 from nagisa77/codex/add-support-for-fetching-articles-by-tag-and-category
Add tag and category post listing APIs
2025-07-02 14:40:08 +08:00
Tim 8dbc940305 Add endpoints to list posts by tags and categories 2025-07-02 14:39:54 +08:00
Tim 19fb175cce Add update endpoints for tags and categories 2025-07-02 14:36:26 +08:00
Tim 62c18e6d5f Fix post controller test setup 2025-07-02 13:57:57 +08:00
Tim f50201aef6 Add tag module with post associations 2025-07-02 13:19:55 +08:00
Tim 0b424805e5 Deduplicate post search results 2025-07-01 23:14:03 +08:00
Tim 2fa6af6304 feat: add search module 2025-07-01 17:52:02 +08:00
Tim d9e61ac756 Add post listing filters and pagination 2025-07-01 16:03:07 +08:00
Tim 10fa61d3ed Add configurable captcha endpoints 2025-07-01 14:36:29 +08:00
Tim 369fcde28a Require 6 char min for low strength passwords and add validator tests 2025-07-01 14:04:36 +08:00