Commit Graph

226 Commits

Author SHA1 Message Date
tim
e4eb0cb82a feat: delete draft 2025-07-06 10:24:54 +08:00
Tim
d5ff676f08 Merge pull request #84 from nagisa77/codex/implement-draft-saving-logic
Add draft post feature
2025-07-06 01:56:51 +08:00
Tim
1c00c86bc7 feat: add draft post support 2025-07-06 01:56:35 +08:00
tim
dd0aaf2b33 feat: add posting 2025-07-06 01:55:26 +08:00
Tim
47d7e88134 Merge pull request #83 from nagisa77/codex/limit-tags-to-two-and-integrate-publishing-api
Limit tags and integrate post publish
2025-07-06 01:49:43 +08:00
Tim
1ba2da65fd Limit tags to two and integrate post publish 2025-07-06 01:49:23 +08:00
tim
9e76b58cac feat: poster 2025-07-06 01:38:48 +08:00
Tim
3f9699534c Merge pull request #82 from nagisa77/codex/fix-sql-syntax-and-table-constraints
Fix reserved keywords in MySQL schema
2025-07-05 18:11:55 +08:00
Tim
f7caebe467 Fix reserved word columns and update field names 2025-07-05 18:11:40 +08:00
Tim
cb5a4a6bfb Merge pull request #81 from nagisa77/codex/create-reusable-dropdown-components
Add dropdown components for post creation
2025-07-05 17:58:45 +08:00
Tim
df55d36e0d Add reusable dropdown components 2025-07-05 17:58:34 +08:00
Tim
de23931195 Merge pull request #80 from nagisa77/codex/add-small-icon-support-for-categories-and-tags
Add small icon support for categories and tags
2025-07-05 17:17:44 +08:00
Tim
1f406c4bc5 Add optional small icon for categories and tags 2025-07-05 17:17:32 +08:00
Tim
f7d6475d9d Merge pull request #79 from nagisa77/codex/fix-missing-google-api-package
Fix Google Auth compile error
2025-07-05 17:06:35 +08:00
Tim
0c1861cfec Add missing Jackson dependency for Google auth 2025-07-05 17:06:14 +08:00
tim
f8772a28b0 feat: update main 2025-07-05 16:02:58 +08:00
Tim
0191f70725 Merge pull request #78 from nagisa77/codex/integrate-google-registration-and-login
Add Google auth integration
2025-07-05 14:51:46 +08:00
Tim
ed12fb0fc9 feat: add google auth integration 2025-07-05 14:51:29 +08:00
Tim
e5ee4fcabb Merge pull request #77 from nagisa77/codex/integrate-google-sign-in-and-sign-up
Add Google OAuth login
2025-07-05 14:37:57 +08:00
Tim
20337e0501 feat: add Google login support 2025-07-05 14:36:52 +08:00
Tim
11611dbeb5 Merge pull request #76 from nagisa77/codex/fix-profile-menu-collapse-on-click
Fix reactive login UI
2025-07-05 14:24:35 +08:00
Tim
ffeadc9cda feat(ui): make auth state reactive and close avatar menu 2025-07-05 14:23:47 +08:00
tim
10e03a0aa8 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-05 14:15:57 +08:00
Tim
227e98ef78 Merge pull request #75 from nagisa77/codex/add-dropdown-menu-to-header-avatar
Add avatar dropdown
2025-07-05 14:13:50 +08:00
Tim
bd043350b6 Add avatar dropdown in header 2025-07-05 14:13:35 +08:00
tim
1775a94eb2 feat: avatar 2025-07-05 14:02:39 +08:00
tim
94a1b4a237 feat: add login state 2025-07-05 13:58:24 +08:00
tim
f58a22e068 feat: update code 2025-07-05 13:35:54 +08:00
Tim
7e988dbd63 Merge pull request #74 from nagisa77/codex/add-login-state-management-module
Add token check API and client auth module
2025-07-05 13:35:36 +08:00
Tim
6bdc32ff05 feat: add token validation api and auth module 2025-07-05 13:34:47 +08:00
tim
3568e54984 feat: email register and login 2025-07-05 02:06:46 +08:00
Tim
d540c995a9 Merge pull request #73 from nagisa77/codex/troubleshoot-403-error-on-register-api
Fix 403 on register by enabling CORS
2025-07-05 01:44:55 +08:00
Tim
e745d757b4 Add CORS configuration 2025-07-05 01:44:42 +08:00
tim
6a83a5c351 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-04 22:22:00 +08:00
Tim
fec32a9add Merge pull request #72 from nagisa77/codex/integrate-vue-toastification-and-replace-alerts
Add toast notifications
2025-07-04 22:21:39 +08:00
Tim
525fb8e205 Merge branch 'main' into codex/integrate-vue-toastification-and-replace-alerts 2025-07-04 22:21:17 +08:00
Tim
245190d477 feat: replace alerts with toast notifications 2025-07-04 22:20:01 +08:00
tim
132cdc28fe Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-04 22:16:56 +08:00
tim
5987e84fcf feat: change 2025-07-04 22:16:08 +08:00
Tim
e6dbad836d Merge pull request #71 from nagisa77/codex/add-form-validation-and-error-handling
Improve registration form validation
2025-07-04 22:15:25 +08:00
Tim
968341dcb1 feat: improve registration validation 2025-07-04 22:15:05 +08:00
Tim
b17df96060 Merge pull request #70 from nagisa77/codex/add-configurable-domain-and-port-in-main 2025-07-04 18:29:15 +08:00
Tim
a7c6be2735 feat(frontend): make api base configurable 2025-07-04 18:29:01 +08:00
Tim
8519a80485 Merge pull request #69 from nagisa77/codex/integrate-email-registration-and-login
Integrate email signup/login frontend
2025-07-04 17:48:39 +08:00
Tim
dcf2dff030 feat(frontend): integrate email register & login 2025-07-04 17:48:11 +08:00
Tim
56f795594b Merge pull request #68 from nagisa77/codex/add-category-and-tag-selection-to-post-page
Add category and tag selection on post form
2025-07-04 17:08:49 +08:00
Tim
f905b3e5d8 Add category and tag selection to new post page 2025-07-04 17:08:28 +08:00
tim
99e73dbea2 feat: post ui 2025-07-04 16:50:54 +08:00
Tim
5425c404a8 Merge pull request #67 from nagisa77/codex/fix-uncaught-runtime-error-with-vditor
Fix Vditor init timing
2025-07-04 16:41:21 +08:00
Tim
9f34c72ab0 fix(editor): initialize vditor after setup 2025-07-04 16:41:08 +08:00