Commit Graph

613 Commits

Author SHA1 Message Date
Tim
72236ad290 Merge pull request #211 from nagisa77/codex/optimize-google-registration-process
Improve login error handling and Google whitelist signup
2025-07-15 11:07:00 +08:00
Tim
abb6c98df7 Refine login error handling and adjust Google signup flow 2025-07-15 11:06:33 +08:00
tim
2d36082c72 fix: waitlist 2025-07-15 11:04:42 +08:00
tim
f65df582f6 fix: waitlist 2025-07-15 10:53:35 +08:00
tim
edffe48c98 fix: fix compile error 2025-07-15 00:05:06 +08:00
Tim
a6552a0ca7 Merge pull request #209 from nagisa77/eh4pzj-codex/add-whitelist-invitation-registration-mode
Implement whitelist registration mode
2025-07-14 22:06:43 +08:00
tim
90bba4b47f feat: update main.js 2025-07-14 22:05:56 +08:00
tim
ea337d4d6f Merge remote-tracking branch 'origin/main' into eh4pzj-codex/add-whitelist-invitation-registration-mode 2025-07-14 22:05:27 +08:00
Tim
e4e83197d2 Implement registration whitelist flow 2025-07-14 22:03:45 +08:00
tim
d5b391cc3a feat: 修复reactions相关请求 2025-07-14 22:00:41 +08:00
Tim
cc7b55e050 Merge pull request #208 from nagisa77/codex/allow-access-to-/api/reaction-types-without-login
Fix reaction types access
2025-07-14 21:56:38 +08:00
Tim
a1d358bb30 Allow unauthenticated access to reaction types 2025-07-14 21:56:27 +08:00
tim
dc238f1522 feat: dau sort logic 2025-07-14 21:55:41 +08:00
Tim
d0f84b70cc Merge pull request #207 from nagisa77/codex/add-site-statistics-page-for-dau-chart
Add admin stats page with DAU chart
2025-07-14 21:39:39 +08:00
Tim
40331886df feat: add admin site stats page with DAU chart 2025-07-14 21:39:01 +08:00
Tim
d5896ef178 Merge pull request #206 from nagisa77/codex/add-whitelist-invitation-registration-mode
Implement whitelist registration mode
2025-07-14 21:32:23 +08:00
Tim
609156f4e5 feat: add whitelist register mode 2025-07-14 21:32:07 +08:00
tim
271d093ad8 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-14 21:27:12 +08:00
tim
53c878d11d feat: 更新关于页面ui 2025-07-14 21:26:25 +08:00
Tim
1b09a8c7ae Merge pull request #205 from nagisa77/codex/add-stat-module-for-dau-tracking
Add DAU stats filter and endpoint
2025-07-14 21:22:19 +08:00
Tim
f42f277cb3 Add DAU statistics module 2025-07-14 21:21:50 +08:00
tim
c9c96edcb0 not allow scroll 2025-07-14 20:35:52 +08:00
tim
d063625cd7 feat: comment editor required login 2025-07-14 20:33:18 +08:00
Tim
701d568f53 Merge pull request #204 from nagisa77/codex/integrate-vue-easy-lightbox-with-markdown
Add lightbox preview for Markdown images
2025-07-14 19:54:36 +08:00
Tim
5625868c91 Add image preview with vue-easy-lightbox 2025-07-14 19:54:24 +08:00
tim
fbe63b3943 feat: update 404 handler 2025-07-14 19:33:20 +08:00
Tim
e686fcfb23 Merge pull request #203 from nagisa77/codex/return-404-for-missing-articles-and-users
Return 404 for missing posts and users
2025-07-14 19:24:24 +08:00
Tim
aed3c87e4a Return 404 when user or post not found 2025-07-14 19:24:11 +08:00
tim
f4cedc3a4f Revert "Return 404 for missing user or post"
This reverts commit 68410c7fd1.
2025-07-14 18:37:08 +08:00
Tim
b7534afbf3 Merge pull request #202 from nagisa77/codex/return-404-for-not-found-articles-and-users
Fix not-found responses
2025-07-14 18:34:39 +08:00
Tim
68410c7fd1 Return 404 for missing user or post 2025-07-14 18:34:28 +08:00
tim
42f2a0e057 feat: login overlay ui fix 2025-07-14 18:33:33 +08:00
Tim
d3870e9efc Merge pull request #201 from nagisa77/codex/add-404-page-and-disable-editors
Add 404 and login overlays
2025-07-14 18:19:55 +08:00
Tim
b757a75db9 Add 404 page and login overlays 2025-07-14 18:19:23 +08:00
tim
60ddd13459 feat: update setting page view 2025-07-14 18:18:19 +08:00
Tim
f116c97f51 Merge pull request #200 from nagisa77/codex/add-account-usage-limit-feature
Implement daily AI usage limit
2025-07-14 18:13:58 +08:00
Tim
fd6a9521c1 feat: limit daily AI formatting usage 2025-07-14 18:13:36 +08:00
tim
63de1eb567 uidate icon 2025-07-14 18:04:20 +08:00
tim
d7287deadb feat: ai generate 2025-07-14 18:01:51 +08:00
Tim
c69eeba1a9 Merge pull request #199 from nagisa77/codex/add-ai-access-interface-for-optimization
Add OpenAI markdown format helper
2025-07-14 17:40:14 +08:00
Tim
02ddbb3fda feat: add OpenAI markdown format endpoint 2025-07-14 17:39:52 +08:00
Tim
e97db914e7 Merge pull request #198 from nagisa77/codex/fix-delete-article-failure-due-to-foreign-key
Fix deletion of posts with read records
2025-07-14 17:34:32 +08:00
Tim
e0e1dea166 fix post deletion cascade 2025-07-14 17:34:15 +08:00
tim
1974b60bdd feat: add "md格式优化" 2025-07-14 17:23:47 +08:00
tim
f11f026829 feat: 更新发布中ui 2025-07-14 17:19:38 +08:00
tim
93b54dff18 Merge branch 'main' of github.com:nagisa77/OpenIsle 2025-07-14 17:11:21 +08:00
tim
e69a2213fa feat: 新增已读所有消息 2025-07-14 17:11:08 +08:00
Tim
2a556e1bfe Merge pull request #197 from nagisa77/codex/fix-draft-saving-with-custom-tags
Fix draft saving when custom tags present
2025-07-14 16:31:31 +08:00
Tim
de04b4be2f fix(draft): ignore custom tags when saving 2025-07-14 16:31:18 +08:00
tim
b9a79b5e23 fix: 下拉框触底会展开页面 2025-07-14 16:06:42 +08:00