Commit Graph

113 Commits

Author SHA1 Message Date
Tim
3c75ab5947 Fix integration tests with updated category and tag fields 2025-07-02 16:55:29 +08:00
Tim
243727e4a8 Merge pull request #46 from nagisa77/codex/add-complex-test-cases
Add complex controller test cases
2025-07-02 16:17:49 +08:00
Tim
414928791b Add additional complex controller tests 2025-07-02 16:17:36 +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
054884e66a Merge pull request #44 from nagisa77/codex/add-update-interfaces-for-tags-and-categories
Add update APIs for tags and categories
2025-07-02 14:36:44 +08:00
Tim
19fb175cce Add update endpoints for tags and categories 2025-07-02 14:36:26 +08:00
Tim
bbd8fdc4a4 Update README.md 2025-07-02 14:18:30 +08:00
Tim
a6fd1b52ed Merge pull request #43 from nagisa77/codex/restrict-tag-creation-and-deletion-to-admins
Add note on tag management
2025-07-02 14:13:59 +08:00
Tim
374f9d64eb docs: add tag management note 2025-07-02 14:13:46 +08:00
Tim
fd72e03007 Merge pull request #42 from nagisa77/codex/update-label-and-category-requirements
Add icon and description to tags and categories
2025-07-02 13:58:59 +08:00
Tim
62c18e6d5f Fix post controller test setup 2025-07-02 13:57:57 +08:00
Tim
e72ed23b90 Update README.md 2025-07-02 13:34:31 +08:00
Tim
4f1cb92950 Merge pull request #41 from nagisa77/codex/add-tag-module-with-multiple-tags
Add tag module with post associations
2025-07-02 13:20:08 +08:00
Tim
f50201aef6 Add tag module with post associations 2025-07-02 13:19:55 +08:00
Tim
3449310a19 Merge pull request #40 from nagisa77/codex/remove-duplicate-results-from-searchposts-and-searchpostsbyt 2025-07-01 23:14:29 +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
b93e31e85b Merge pull request #39 from nagisa77/codex/fix-json-deserialization-bug
Fix search endpoint access
2025-07-01 21:43:41 +08:00
Tim
4b7651b6f0 Allow public search endpoints 2025-07-01 21:42:50 +08:00
Tim
d6a9deadcc Merge pull request #38 from nagisa77/codex/define-captchaservice-bean
Fix captcha dependency in tests
2025-07-01 21:37:49 +08:00
Tim
a8024b2eb9 test: mock captcha service and fix auth helper 2025-07-01 21:37:30 +08:00
Tim
afa5e40c1c Merge pull request #37 from nagisa77/codex/add-search-module-with-multiple-features
Add search module
2025-07-01 17:52:16 +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
0e56b7c029 Merge pull request #34 from nagisa77/codex/add-endpoint-to-get-all-reaction-types
Add endpoint to list reaction types
2025-07-01 16:01:11 +08:00
Tim
43a8c75f88 Add endpoint to list reaction types 2025-07-01 16:00:52 +08:00
Tim
de463e0884 Update README.md 2025-07-01 15:52:16 +08:00
Tim
125fa1e6a5 Update README.md 2025-07-01 15:51:28 +08:00
Tim
d8ab9454c6 Update README.md 2025-07-01 15:51:04 +08:00
Tim
9b1a295324 Merge pull request #33 from nagisa77/codex/implement-captcha-service-for-registration-and-posting
Implement captcha config endpoint
2025-07-01 15:13:39 +08:00
Tim
10fa61d3ed Add configurable captcha endpoints 2025-07-01 14:36:29 +08:00
Tim
0129d89c30 Merge pull request #31 from nagisa77/codex/fix-nosuchelementexception-in-publishmodeintegrationtest
Update integration test passwords
2025-07-01 14:09:25 +08:00
Tim
be1afe198e fix tests for password length 2025-07-01 14:09:13 +08:00
Tim
27d498cb06 Merge pull request #30 from nagisa77/codex/add-password-strength-test-cases
Add low strength password length check and tests
2025-07-01 14:04:54 +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
dafdb423a6 Merge pull request #29 from nagisa77/codex/add-password-strength-policy-configuration
Add password strength configuration
2025-07-01 13:45:51 +08:00
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