Commit Graph

131 Commits

Author SHA1 Message Date
tim
7519ec760c Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-02 21:18:18 +08:00
Tim
09bbafa191 Merge pull request #53 from nagisa77/codex/initialize-open-isle-cli-with-vue-router
Add Vue Router and basic layout components
2025-07-02 21:17:50 +08:00
Tim
425bd8a596 feat: add vue-router and layout components 2025-07-02 21:17:37 +08:00
tim
5cff97b321 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-02 21:15:24 +08:00
Tim
cc5aa89083 Merge pull request #52 from nagisa77/codex/add-subscription-functionality
Implement subscriptions
2025-07-02 21:14:41 +08:00
tim
dc20f06614 feat: delete code 2025-07-02 21:09:20 +08:00
tim
8c21b39d78 feat: client init 2025-07-02 21:03:16 +08:00
Tim
47fc78a603 Add subscription feature 2025-07-02 18:17:32 +08:00
Tim
6e9cd7f450 Merge pull request #51 from nagisa77/codex/fix-npe-in-getpost-test
Fix PostControllerTest for unauthenticated view
2025-07-02 17:43:17 +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
d3ce98a6de Merge pull request #50 from nagisa77/codex/add-test-cases-for-notification-module
Add notification module tests
2025-07-02 17:29:09 +08:00
Tim
6838bd149f Add tests for notification module 2025-07-02 17:28:51 +08:00
Tim
e04c95be51 Merge pull request #49 from nagisa77/codex/add-notification-module
Add notification module
2025-07-02 17:21:41 +08:00
Tim
d6b33e65f4 feat: add notification system 2025-07-02 17:16:42 +08:00
Tim
93b14f48e4 Merge pull request #48 from nagisa77/codex/fix-unsatisfieddependencyexception-in-tests
Fix controller tests
2025-07-02 17:00:54 +08:00
Tim
10fe2dc06c test: mock PostService in controller tests 2025-07-02 17:00:40 +08:00
Tim
44854b7fd2 Merge pull request #47 from nagisa77/codex/fix-nullpointerexception-in-publishmodeintegrationtest
Fix integration tests for required category/tag fields
2025-07-02 16:55:43 +08:00
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