Commit Graph

57 Commits

Author SHA1 Message Date
Tim
77d2648e68 Merge pull request #152 from nagisa77/codex/fix-test-case-for-publishmodeintegrationtest
Fix PublishModeIntegrationTest user verification
2025-07-10 00:03:23 +08:00
Tim
db909332d1 Merge pull request #154 from nagisa77/codex/fix-test-case-for-postid
Fix NotificationControllerTest
2025-07-10 00:03:12 +08:00
Tim
e4da357fe0 Merge pull request #155 from nagisa77/codex/fix-test-case-exceptions
Fix PasswordValidator tests
2025-07-10 00:02:47 +08:00
Tim
d4dd7abe62 Fix PasswordValidator tests to expect FieldException 2025-07-10 00:02:16 +08:00
Tim
a354756d45 test: update integration test usernames 2025-07-10 00:02:14 +08:00
Tim
6b3a7cb03b Fix NotificationControllerTest json path 2025-07-10 00:02:12 +08:00
Tim
4224bcd2e2 fix: handle already verified users in PublishModeIntegrationTest 2025-07-10 00:02:10 +08:00
tim
cfc7f4035e feat: update test 2025-07-09 23:53:39 +08:00
tim
b43225a158 feat: update 2025-07-09 23:49:11 +08:00
tim
d2e89e32ee Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-09 23:48:46 +08:00
tim
62c2b64859 feat: update 2025-07-09 23:48:24 +08:00
Tim
6ab6fd86b6 test: mock DraftService in PostControllerTest 2025-07-09 23:47:32 +08:00
Tim
430414ca1c Fix SearchControllerTest for updated SearchResult 2025-07-09 23:21:49 +08:00
Tim
e0efca7edf Add ranking filtering by tags and categories 2025-07-09 21:13:50 +08:00
Tim
872113172e Implement AND logic for category and tag filters 2025-07-09 20:20:42 +08:00
Tim
87d0441ef6 feat: show unread message count 2025-07-07 19:26:38 +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
d69b2333dd Fix PostControllerTest viewPost stubs for unauthenticated requests 2025-07-02 17:43:00 +08:00
tim
a1a4cf2b99 feat: update test cases 2025-07-02 17:33:09 +08:00
Tim
6838bd149f Add tests for notification module 2025-07-02 17:28:51 +08:00
Tim
10fe2dc06c test: mock PostService in controller tests 2025-07-02 17:00:40 +08:00
Tim
3c75ab5947 Fix integration tests with updated category and tag fields 2025-07-02 16:55:29 +08:00
Tim
414928791b Add additional complex controller tests 2025-07-02 16:17:36 +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
26e624c43b feat: update test 2025-07-01 21:52:05 +08:00
Tim
a8024b2eb9 test: mock captcha service and fix auth helper 2025-07-01 21:37:30 +08:00
Tim
2fa6af6304 feat: add search module 2025-07-01 17:52:02 +08:00
Tim
93c23dd9df Merge pull request #36 from nagisa77/codex/update-post-endpoint-for-theme-filtering-and-pagination
Add post listing filters and pagination
2025-07-01 16:03:20 +08:00
Tim
d9e61ac756 Add post listing filters and pagination 2025-07-01 16:03:07 +08:00
Tim
58ace035fe Merge pull request #35 from nagisa77/codex/add-support-for-integrated-user-data-retrieval
Add aggregated user data endpoint
2025-07-01 16:02:08 +08:00
Tim
464f4528ed Add aggregate user info endpoint 2025-07-01 16:01:55 +08:00
Tim
43a8c75f88 Add endpoint to list reaction types 2025-07-01 16:00:52 +08:00
Tim
be1afe198e fix tests for password length 2025-07-01 14:09:13 +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
0392c04b36 Merge branch 'main' into codex/update-usercontroller-for-user-data-retrieval 2025-07-01 13:24:28 +08:00
Tim
0031b825e2 Add user content endpoints 2025-07-01 13:23:04 +08:00
Tim
090425feb3 Merge pull request #26 from nagisa77/codex/fix-json-deserialization-error-in-test
Fix admin post integration test auth
2025-07-01 13:20:32 +08:00
Tim
83c7659b88 fix integration test to include auth for admin endpoint 2025-07-01 13:20:15 +08:00
Tim
371fccfa53 Fix CosImageUploader test to allow random filenames 2025-07-01 13:16:30 +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
48abc381db Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-01 10:02:29 +08:00
tim
8e6126e0ad feat: update test 2025-07-01 10:01:49 +08:00
Tim
aa64ef5ee1 Introduce pluggable email and image upload 2025-07-01 09:58:40 +08:00
Tim
14561c6438 fix integration test category creation via admin 2025-06-30 23:15:25 +08:00