Commit Graph

1623 Commits

Author SHA1 Message Date
Tim 6df855a816 Add configurable password strength policy 2025-07-01 13:45:35 +08:00
Tim e6bee42289 Merge pull request #28 from nagisa77/codex/update-usercontroller-for-user-data-retrieval
Add user posts and replies endpoints
2025-07-01 13:24:35 +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 f3cfce0ee4 Merge pull request #27 from nagisa77/codex/rewrite-readme-based-on-symphony
Improve README
2025-07-01 13:21:37 +08:00
Tim bbae932434 docs: overhaul README 2025-07-01 13:21:24 +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 0cebcdcfa5 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-01 13:19:17 +08:00
Tim 002a2aa716 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-01 13:18:58 +08:00
Tim 13d94bd5bb Merge pull request #25 from nagisa77/codex/fix-test-failure-due-to-incorrect-url
Fix CosImageUploader test
2025-07-01 13:16:45 +08:00
Tim 371fccfa53 Fix CosImageUploader test to allow random filenames 2025-07-01 13:16:30 +08:00
Tim 4f34d6926e Merge pull request #24 from nagisa77/codex/add-article-publishing-modes
Add article publish review mode
2025-07-01 13:10:03 +08:00
Tim af1f3a9230 feat: add post publish mode with review 2025-07-01 13:09:47 +08:00
Tim 227b375eb4 Merge pull request #23 from nagisa77/codex/update-photo-upload-service-rules
Implement image upload validation
2025-07-01 13:01:01 +08:00
Tim d69f7251e0 Add image upload validations and random naming 2025-07-01 13:00:47 +08:00
Tim fb616b724c feat: update config 2025-07-01 11:57:25 +08:00
Tim a37f046898 feat: add internalServerError 2025-07-01 10:25:35 +08:00
Tim 664d7de105 feat: delete curl 2025-07-01 10:22:43 +08:00
Tim e8f4fd8175 Merge pull request #22 from nagisa77/codex/improve-tencent-cloud-cos-upload
Implement async COS upload
2025-07-01 10:19:11 +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 22543244f9 Merge pull request #21 from nagisa77/codex/create-abstract-emailsender-and-imageuploader
Add pluggable email and image upload
2025-07-01 09:58:52 +08:00
Tim aa64ef5ee1 Introduce pluggable email and image upload 2025-07-01 09:58:40 +08:00
Tim 9db69ba714 Merge pull request #20 from nagisa77/codex/fix-category-creation-in-test
Fix category creation in integration tests
2025-06-30 23:15:45 +08:00
Tim 14561c6438 fix integration test category creation via admin 2025-06-30 23:15:25 +08:00
Tim 77efe0eafe Merge pull request #19 from nagisa77/codex/add-post-category-module
Add Post categories
2025-06-30 23:07:31 +08:00
Tim 5dd29239c9 Add category module and require post category 2025-06-30 23:07:15 +08:00
Tim 4f24934a45 Merge pull request #18 from nagisa77/codex/fix-issue-with-retrieving-post-data
Fix anonymous access for post and comment retrieval
2025-06-30 22:57:35 +08:00
Tim f05e1eba25 Allow anonymous GET for posts and comments 2025-06-30 22:57:24 +08:00
Tim 35cd165621 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-06-30 21:09:14 +08:00
Tim 00a22d2c16 Merge pull request #17 from nagisa77/codex/fix-issue-with-complex-test-case-exposure
Fix complex test case failure
2025-06-30 21:08:59 +08:00
Tim b5bdff41aa Fix JWT key generation 2025-06-30 21:08:39 +08:00
Tim 785eb371a0 feat: do my test 2025-06-30 21:02:59 +08:00
Tim 384976e982 Merge pull request #16 from nagisa77/codex/add-complex-test-cases
Add complex integration tests
2025-06-30 20:59:47 +08:00
Tim 6df67fa91c Add integration tests for nested comments and reactions 2025-06-30 20:59:28 +08:00
Tim d878f32fdb Merge pull request #15 from nagisa77/codex/fix-postcontrollertest-autowire-issue
Fix PostControllerTest missing mocks
2025-06-30 20:51:21 +08:00
Tim cec92a7515 test: mock services in PostControllerTest 2025-06-30 20:51:04 +08:00
Tim 99341c0795 Merge pull request #14 from nagisa77/codex/fix-customaccessdeniedhandler-not-invoked
Fix AccessDeniedHandler usage in MVC tests
2025-06-30 20:46:35 +08:00
Tim 62c0adee93 Use real CustomAccessDeniedHandler in MVC tests 2025-06-30 20:46:23 +08:00
Tim b5e1e8c949 Merge pull request #13 from nagisa77/codex/add-comments-and-reactions-to-post-info
Add comments and reactions to post detail
2025-06-30 20:44:01 +08:00
Tim eabae2eb5a Expand post details with comments and reactions 2025-06-30 20:43:48 +08:00
Tim d67cb7a44a Merge pull request #12 from nagisa77/codex/add-authentication-failure-cases-to-tests
Add auth failure cases for hello and admin controllers
2025-06-30 20:38:43 +08:00
Tim 83c1d25493 Add auth failure tests for hello and admin controllers 2025-06-30 20:38:01 +08:00
Tim 25a9239cc7 Merge pull request #11 from nagisa77/codex/assist-with-unit-tests-for-controllers
Add controller tests
2025-06-30 20:25:35 +08:00
Tim 06e7e0db9d Add controller unit tests and test dependencies 2025-06-30 20:25:22 +08:00
Tim 7aebde6f6f Merge pull request #10 from nagisa77/codex/return-sc_unauthorized-for-no-admin-permissions
Return 401 when admin role missing
2025-06-30 20:20:47 +08:00
Tim 82d29dc7cd Return 401 for admin access without permission 2025-06-30 20:20:27 +08:00
Tim 8a7b0bde07 feat: do my test 2025-06-30 20:19:28 +08:00