Commit Graph

237 Commits

Author SHA1 Message Date
tim
5bcabfd0f6 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-06 11:04:23 +08:00
Tim
720e0f9b13 Merge pull request #88 from nagisa77/codex/update-layout-in-homepageview.vue 2025-07-06 11:03:44 +08:00
Tim
bcf71aa162 Align header and article columns 2025-07-06 11:03:30 +08:00
Tim
5cca19542a Merge pull request #87 from nagisa77/codex/fix-editor-not-refreshing-content 2025-07-06 11:02:01 +08:00
Tim
d4c2959ee3 fix: synchronize vditor content with prop 2025-07-06 11:01:48 +08:00
tim
fe58a08882 feat: update example 2025-07-06 10:56:21 +08:00
tim
5f0eaf10cf feat: update header 2025-07-06 10:55:12 +08:00
Tim
a559bde6b2 Merge pull request #86 from nagisa77/codex/fix-400-error-for-/api/drafts/me
Fix 400 error when fetching draft
2025-07-06 10:42:32 +08:00
Tim
b7c11741b4 Ensure DraftService uses transactions 2025-07-06 10:41:55 +08:00
Tim
17ae94e801 Merge pull request #85 from nagisa77/codex/fix-issue-with-deleting-drafts
Fix draft deletion 400 error
2025-07-06 10:30:47 +08:00
Tim
6cb94a9baa fix: remove content-type header on draft deletion 2025-07-06 10:30:17 +08:00
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