Commit Graph
100 Commits
Author SHA1 Message Date
aslost 55110eebec feat: add missing database indexes 2026-08-26 22:10:01 +08:00
aslost 71e100e0a5 feat: auto-clean emails
fix: email read status not working
2026-08-26 20:44:54 +08:00
aslost a8c9ae3d81 feat: optimize number of rows read 2026-08-26 19:25:20 +08:00
aslost ee7eb51517 fix: email read status not working 2026-08-26 12:01:20 +08:00
aslost ee5c4e35c9 chore: update LICENSE 2026-08-26 00:10:50 +08:00
aslost c31d88228e feat: add indexes and optimize list performance 2026-08-25 19:26:20 +08:00
aslost 7c7c077744 fix: resolve OAuth2 error details in user management 2026-08-25 14:27:11 +08:00
aslost 20e0167543 release: v3.2.0 2026-08-25 12:27:20 +08:00
aslost c75884b8eb fix: dark mode color issues 2026-08-25 12:26:14 +08:00
aslost f59fed2f84 chore: update .gitignore 2026-08-25 12:23:32 +08:00
aslost 5ea856bd30 feat: optimize database indexes 2026-08-25 12:22:56 +08:00
aslost 1880d5080b feat: add icons 2026-08-25 12:03:34 +08:00
aslost f9ddd7b88e feat: improve OAuth2 support 2026-08-25 12:02:22 +08:00
aslost 50f1142a53 Merge pull request #515 from LeeQianXi/main
OAuth2 Remake
2026-08-25 04:13:57 +08:00
aslost a28fed97ff Merge branch 'dev' into main 2026-08-25 04:12:10 +08:00
aslost 473654059f feat: close dialog after completion 2026-08-25 00:12:17 +08:00
aslost cced5eb226 fix: resolve error caused by pnpm-workspace 2026-08-16 06:36:09 +08:00
aslost d50166720f ci: upgrade pnpm and Node.js versions 2026-08-15 23:48:16 +08:00
aslost f11c6ab7bf release: v3.1.0 2026-08-15 23:41:36 +08:00
aslost 98968add7e fix: replace deprecated AI models 2026-08-15 23:41:35 +08:00
aslost a42f0cc93d feat: optimize button event handling 2026-08-15 23:41:34 +08:00
aslost cb07b18944 chore: optimize page URLs 2026-08-15 23:41:34 +08:00
aslost e7dfed2627 eat: limit max selected emails 2026-08-15 23:41:33 +08:00
aslost bf5fb39edc feat: add sync deletion support 2026-08-15 23:41:32 +08:00
aslost a1488ba665 style: optimize system settings card layout 2026-08-15 23:41:32 +08:00
aslost 9552f532f1 feat: improve add user dialog 2026-06-09 19:20:37 +08:00
aslost 33feb16dc3 revert: add login background darken factor 2026-06-09 17:41:36 +08:00
aslost 7b839ad8f3 style: align dividers 2026-06-09 17:05:02 +08:00
aslost 0198845ef0 chore: reduce scheduled tasks 2026-06-09 17:04:46 +08:00
aslost b62deec46d fix: mask Telegram bot token 2026-05-23 06:53:52 +08:00
aslost a54ae4289b fix: validation not working 2026-05-23 04:32:33 +08:00
aslost fb0aa227b6 ci: restore automatic database creation
This reverts commit b0c01cac6a.
2026-05-12 21:55:00 +08:00
aslost a3f0962456 style: reorder personalization settings options 2026-05-12 22:14:17 +08:00
aslost b0c01cac6a ci: remove automatic database creation 2026-05-12 13:21:06 +08:00
aslost 74db58b65c fix: fix missing fields in database initialization 2026-05-12 12:41:22 +08:00
aslost 4bf58e8c5a fix: update Cloudflare email sending default status 2026-05-10 18:36:22 +08:00
aslost 8926c09b3a feat: convert attachment path to ArrayBuffer 2026-05-10 18:33:54 +08:00
aslost 868d7360ce feat: use ArrayBuffer for attachment sending 2026-05-10 17:43:54 +08:00
aslost 99ffd812da ci: add environment variables 2026-05-10 17:34:12 +08:00
aslost 0874f473d3 chore: normalize configuration casing 2026-05-10 17:26:23 +08:00
aslost 109ecac891 feat: add Cloudflare email sending to system settings 2026-05-10 17:23:12 +08:00
aslost 6cf3d04a9d fix: resolve worker attachment sending failure 2026-05-10 14:11:23 +08:00
aslost 1ed7b330f3 ci: update nodejs version 2026-05-10 13:54:56 +08:00
aslost cc471966d5 feat: add Cloudflare Email Sending support 2026-05-10 13:42:03 +08:00
aslost d51396a684 chore: update wrangler 2026-05-10 13:36:33 +08:00
aslost 857301f0f3 chore: add comments to configuration 2026-05-10 13:22:16 +08:00
aslost 774164c2a3 ci: add environment variables 2026-05-10 13:16:36 +08:00
aslost 5d3e678d0b feat: add analytics data cache toggle 2026-05-10 13:12:22 +08:00
aslost b29fe40e6d feat: add scheduled cache refresh task configuration 2026-05-10 12:58:02 +08:00
aslost 8141608c76 feat: add analytics page data caching 2026-05-10 12:56:02 +08:00
aslost bd0410d4d9 fix: resolve TG message character limit overflow 2026-05-10 01:02:02 +08:00
aslost f7d3fdbfb2 feat: update verification code recognition logic 2026-05-10 00:58:11 +08:00
aslost 0248237cbc feat: optimize verification code recognition strategy 2026-05-10 00:55:27 +08:00
aslost 81a8395efb feat: update verification code recognition to 8 digits 2026-05-10 00:48:31 +08:00
aslost a02972cc66 chore: update README.md 2026-05-10 00:46:55 +08:00
aslost 4ed1d2ba18 chore: update version 2026-05-10 00:44:22 +08:00
aslost 79450920fb chore: remove default AI model from config file 2026-05-10 00:29:33 +08:00
aslost f2ef215c52 fix: resolve system settings display refresh bug 2026-05-10 00:28:32 +08:00
aslost 93c1500e5b feat: display verification code in frontend email list 2026-05-10 00:26:45 +08:00
aslost 3861b7681d feat: AI verification code recognition settings 2026-05-10 02:17:42 +08:00
aslost d5893c79f9 feat: add Telegram message verification code copy 2026-05-10 01:15:50 +08:00
aslost 2cf5c7e4f2 feat: AI-powered email verification code recognition 2026-05-10 00:26:45 +08:00
aslost 72a93e81ed chore: update dependencies 2026-05-09 00:23:22 +08:00
aslost 82d1694781 feat: hide login domain 2026-05-09 00:18:54 +08:00
aslost 745f01e280 style: style optimization 2026-05-09 00:12:44 +08:00
aslost 8b563c50d6 fix: permission vulnerability 2026-05-08 23:58:03 +08:00
aslost 4e83d653fa style: style optimization 2026-05-08 23:55:56 +08:00
aslost 923bdb8f9b feat: add blacklist description text 2026-05-08 23:44:22 +08:00
aslost cf5a3497cc feat: add Chinese-English language toggle 2026-05-08 23:35:05 +08:00
aslost be6bf380a6 fix: blacklist domain check 2026-05-08 23:26:22 +08:00
aslost 8c9361fe8b fix: pin pnpm version to 9 to resolve CI setup error 2026-05-08 22:57:02 +08:00
aslost 4d07ce6ab9 feat: add email blacklist filtering 2026-05-08 22:40:17 +08:00
aslost 3324bd0eb6 style: update initial loading indicator 2026-05-07 02:20:27 +08:00
aslost 24a4e93f09 fix: repair failed user check for email favorites 2026-04-06 23:03:58 +08:00
aslost 53193938e5 新增 github action 部署变量
x
2026-03-21 23:27:50 +08:00
aslost 6d0616ec5b 新增设置登录项目github图标隐藏 2026-03-21 23:19:36 +08:00
aslost aa7aeb0e8f 修复编辑器select组件样式污染 2026-02-11 15:58:18 +08:00
aslost 4c7ea54080 修复TG一些邮件解析为空和格式优化 2026-02-08 10:02:33 +08:00
aslost 79f6e6a417 修改一些已知BUG
优化站内发件无需第三方

修改一些已知BUG
2026-02-08 00:40:52 +08:00
aslost 395d177fe3 新增邮件转发 2026-02-07 12:24:45 +08:00
aslost 0c8ebdd252 新增站内发送权限 2026-02-07 08:40:19 +08:00
aslost f4caf20670 优化站内发件无需第三方 2026-02-07 20:02:01 +08:00
aslost 9d980657df 修复用户删除状态导致的收件异常 2026-02-03 21:14:43 +08:00
aslost dcb4a9d94d 修复可能导致收件失败问题回退优化自动刷新 2026-01-28 22:13:23 +08:00
aslost e505e32aab 删除 GitHub Actions 设置邮件接收步骤 2026-01-24 00:06:00 +08:00
aslost 927c09f5de 删除新邮件底部弹窗 2026-01-23 16:58:59 +08:00
aslost 4b209475d2 新增更多部署错误提示 2026-01-23 00:22:00 +08:00
aslost e213e772ab 新增邮件和用户列表右键菜单 2026-01-22 23:50:00 +08:00
aslost b77e3bf489 新增批量删除用户 2026-01-22 22:22:00 +08:00
aslost e2635ae1e5 新增邮箱列表置顶排序 2026-01-20 21:46:00 +08:00
aslost cd0657cceb 优化降低所需配置简化部署 2026-01-19 19:22:00 +08:00
aslost 9a55aad66a 优化邮件列表改为虚拟滚动列表 2026-01-15 19:46:00 +08:00
aslost efd90cc62e 新增全部邮件自动刷新 2026-01-14 00:00:37 +08:00
aslost bb06ec508f 优化自动刷新邮件请求次数 2026-01-12 22:33:00 +08:00
aslost 0b94723ee0 优化部署流程和变量错误提示 2026-01-11 21:06:00 +08:00
aslost fb5d0c780b 修复账号ID导致的BUG 2026-01-07 22:02:00 +08:00
aslost 454218193a 修改README 2026-01-02 23:09:00 +08:00
aslost dd3b85868b 修复附件和背景保存异常 2026-01-03 00:01:47 +08:00
aslost 0ac1aeb4be 修复邮件接收异常 2026-01-01 19:16:43 +08:00
aslost b2349f3b17 KV存储改为默认开启
保存

保存
2026-01-01 15:11:41 +08:00