Commit Graph

96 Commits

Author SHA1 Message Date
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
Tim
6df855a816 Add configurable password strength policy 2025-07-01 13:45:35 +08:00
Tim
0031b825e2 Add user content endpoints 2025-07-01 13:23:04 +08:00
Tim
af1f3a9230 feat: add post publish mode with review 2025-07-01 13:09:47 +08:00
Tim
d69f7251e0 Add image upload validations and random naming 2025-07-01 13:00:47 +08:00
Tim
87b9e9acd3 Implement real async COS image upload 2025-07-01 10:18:53 +08:00
Tim
aa64ef5ee1 Introduce pluggable email and image upload 2025-07-01 09:58:40 +08:00
Tim
5dd29239c9 Add category module and require post category 2025-06-30 23:07:15 +08:00
Tim
b5bdff41aa Fix JWT key generation 2025-06-30 21:08:39 +08:00
Tim
eabae2eb5a Expand post details with comments and reactions 2025-06-30 20:43:48 +08:00
Tim
69e9ef8532 Add reaction module 2025-06-30 19:52:22 +08:00
Tim
ff64500ffd Add comment module 2025-06-30 19:46:57 +08:00
Tim
8bc53b28ae Merge branch 'main' into codex/add-post-module-with-attributes 2025-06-30 19:01:34 +08:00
Tim
d419b45515 Add Post module 2025-06-30 19:00:43 +08:00
Tim
31b54f6aac Add role-based authorization 2025-06-30 18:59:11 +08:00
Tim
17d4af229d feat: add test case 2025-06-30 18:49:46 +08:00
Tim
0d3eb99fd2 feat: update config 2025-06-30 18:23:25 +08:00
Tim
39179c370e feat: add email verification 2025-06-30 17:53:13 +08:00
Tim
aa6d32e7dd feat: update config 2025-06-30 17:48:11 +08:00
Tim
f53e3635d0 Initialize Spring Boot backend with JWT auth 2025-06-30 17:17:54 +08:00