Commit Graph

155 Commits

Author SHA1 Message Date
tim
0c4ea5adb0 feat: email next step 2025-07-04 10:18:35 +08:00
tim
7cad6a163f feat: signup page view v1 2025-07-04 10:12:48 +08:00
Tim
0592120a3a Merge pull request #59 from nagisa77/codex/add-signup-and-login-pages
Add login/signup routes
2025-07-03 20:12:44 +08:00
Tim
93a3621462 Add login and signup pages with hidden menu 2025-07-03 20:12:22 +08:00
tim
31f1aa2145 feat: scroller ui 2025-07-03 19:52:08 +08:00
Tim
e184afae9b Merge pull request #58 from nagisa77/codex/customize-scroll-bar-style
Customize range slider style
2025-07-03 19:41:56 +08:00
Tim
8150c87fa2 style: customize scroller range 2025-07-03 19:41:43 +08:00
tim
97b7a791e3 feat: update scroller 2025-07-03 19:36:39 +08:00
Tim
a3880ebb73 Merge pull request #57 from nagisa77/codex/add-draggable-bar-to-post-page-scroller-container
Add post scroller to PostPageView
2025-07-03 19:09:18 +08:00
Tim
a1be02f6b2 feat: add vertical post scroller 2025-07-03 19:08:38 +08:00
tim
c37455ca59 feat: update pageview 2025-07-03 18:58:14 +08:00
tim
ecf13eb0c2 feat: update file 2025-07-03 16:52:48 +08:00
Tim
7b985ad49c Merge pull request #56 from nagisa77/codex/convert-postpageview-and-homepageview-data-to-js-arrays
Use arrays for home & post views
2025-07-03 16:51:30 +08:00
Tim
92756acd40 Use arrays for post and home views 2025-07-03 16:51:17 +08:00
tim
1ccf3cb970 feat: update posts page ui 2025-07-03 16:24:07 +08:00
tim
6936537875 feat: post main layout 2025-07-03 15:26:38 +08:00
Tim
f42b7c54a2 Merge pull request #55 from nagisa77/codex/add-post-page-for-/posts/postid
Add post view page
2025-07-03 14:43:23 +08:00
Tim
2f54574815 feat(cli): add Post page view 2025-07-03 14:43:04 +08:00
Tim
992cc01aa1 Merge pull request #54 from nagisa77/codex/add-messagepageview-and-aboutpageview
Add Message and About views
2025-07-03 14:36:03 +08:00
Tim
0caed0187f feat(cli): add message and about views 2025-07-03 14:35:46 +08:00
tim
9cfb359652 feat: webui demo 2025-07-02 23:43:28 +08:00
tim
f607b54957 feat: add menu ui 2025-07-02 22:34:13 +08:00
tim
ce2ff8c94a feat: page layout 2025-07-02 22:02:45 +08:00
tim
bfc0f95c8f feat: main layout 2025-07-02 21:44:30 +08:00
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