Dream Hunter
b62a3cbc3e
fix: require explicit 'true' value for debug mode in deployment ( #735 )
...
- Update GitHub Actions workflow to only enable debug mode when DEBUG_MODE secret is exactly 'true'
- Previously debug mode was enabled for any non-empty value, which could lead to accidental activation
- Change from `[ -n "$debug_mode" ]` to `[ "$debug_mode" = "true" ]` for precise control
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-26 19:14:46 +08:00
Dream Hunter
6ae90be3bf
feat: support github action deploy telegram mini app frontend ( #730 )
2025-09-22 21:25:15 +08:00
Dream Hunter
c694b07380
fix: cron job not run when clean days is 0 ( #670 )
2025-06-18 13:15:32 +08:00
Dream Hunter
dec309a0fd
fix: github actions node version ( #660 )
2025-06-02 11:28:41 +08:00
Dream Hunter
47e2cb56b4
feat: support deploy worker with UI assets ( #627 )
2025-04-12 15:37:34 +08:00
Dream Hunter
c3987d364c
feat: |Actions| Tag build add worker-with-wasm-mail-parser.zip ( #590 )
2025-02-22 18:51:44 +08:00
Dream Hunter
7b1c4cc72a
fix: mail-parser-wasm parsedEmailContext cache ( #560 )
2025-01-18 13:26:09 +08:00
Dream Hunter
b604f56d56
feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BA… ( #554 )
...
feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BACKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker
2025-01-11 18:04:53 +08:00
Dream Hunter
440238133e
feat: |Github Action| add upstream sync and auto deploy frontend&&bac… ( #528 )
...
feat: |Github Action| add upstream sync and auto deploy frontend&&backend
2024-12-23 22:55:10 +08:00
Dream Hunter
0b48baff6d
fix: frontend github actions cannot use branch param to deploy ( #520 )
...
* Update frontend_deploy.yaml
* Update frontend_deploy.yaml
2024-12-19 17:58:54 +08:00
Dream Hunter
e99acdcc6e
fix: CI ( #471 )
2024-11-07 01:11:00 +08:00
Dream Hunter
49b3f10838
feat: upgrade dependencies && add ci build telegram-frontend.zip ( #467 )
2024-11-06 23:42:39 +08:00
Dream Hunter
c733d3bf4d
fix: get user role before all requests ( #393 )
2024-08-11 19:29:49 +08:00
Dream Hunter
84b4baa99e
feat: add .github/workflows/pr_agent.yml ( #366 )
2024-07-27 23:06:54 +08:00
tqjason
38816cbf0f
Add new workflow action and Fix cleanup bug ( #355 )
...
* Create frontend_pagefunction_deploy.yaml
* Update frontend_pagefunction_deploy.yaml
* Update cleanup_api.ts
* Update common.ts
* Update cleanup_api.ts
* Update common.ts
2024-07-19 22:34:01 +08:00
Dream Hunter
2a0a34869e
feat: github actions add FRONTEND_BRANCH env ( #323 )
2024-06-28 23:04:08 +08:00
Dream Hunter
c00382259a
fix: telegram mini app pipeline ( #253 )
2024-05-19 11:37:06 +08:00
Dream Hunter
8ac96bff1f
fix: telegram mini app pipeline ( #252 )
2024-05-19 11:34:30 +08:00
Dream Hunter
9f3ff7b980
fix: telegram mini app ( #251 )
2024-05-19 11:32:57 +08:00
Dream Hunter
9de2d23be1
feat: add version for frontend && backend ( #230 )
2024-05-12 18:31:43 +08:00
Dream Hunter
62bec9ef90
fix: Maintenance wrong label ( #229 )
2024-05-12 18:09:42 +08:00
Dream Hunter
4b9d40d04b
feat: UI show version ( #226 )
2024-05-12 11:52:55 +08:00
Dream Hunter
c015b57d73
fix: smtp_proxy_server hostname && add docker image for linux/arm64 ( #180 )
2024-04-30 14:38:06 +08:00
Dream Hunter
8a02509ffa
Update smtp_proxy_server.yml
2024-04-29 21:51:19 +08:00
Dream Hunter
8b210388ee
Update smtp_proxy_server.yml
2024-04-29 21:49:30 +08:00
Dream Hunter
a456bfda7c
feat: add SMTP proxy server ( #177 )
2024-04-29 21:47:15 +08:00
Dream Hunter
23d1709ca1
feat: support admin create address && add ENABLE_USER_CREATE_EMAIL config ( #175 )
2024-04-29 00:09:53 +08:00
Dream Hunter
0a8f50f9e0
Add issue templates
2024-04-23 23:16:27 +08:00
Dream Hunter
1be94a81e0
fix: send_balance not update when click sendmail ( #155 )
2024-04-22 21:47:32 +08:00
Dream Hunter
90c8eff2e5
fix: delete_address not delete address_sender ( #153 )
2024-04-22 20:51:55 +08:00
Dream Hunter
c92d7dee64
Update docs_deploy.yml
2024-04-22 20:29:36 +08:00
Dream Hunter
6854ddb508
fix: docs Cloudflare Pages ( #152 )
2024-04-22 20:24:40 +08:00
Dream Hunter
7a5ac89889
Update backend_deploy.yaml
2024-04-16 14:18:14 +08:00
Dream Hunter
81ce099299
Update backend_deploy.yaml
2024-04-16 14:10:11 +08:00
Dream Hunter
d36bdd7a69
feat: add CI CD ( #139 )
2024-04-16 14:03:47 +08:00
Dream Hunter
267947a82e
feat: add CI CD ( #138 )
2024-04-16 14:01:47 +08:00
Dream Hunter
dcfe17dac2
feat: add CI CD ( #137 )
2024-04-16 13:53:37 +08:00
Dream Hunter
b619b11a92
feat: add CI CD ( #136 )
2024-04-16 13:48:23 +08:00
Dream Hunter
f43ec672f3
feat: add CI CD ( #135 )
2024-04-16 13:38:20 +08:00
Dream Hunter
d1e06b40cb
feat: add CI CD ( #134 )
2024-04-16 13:35:09 +08:00
Dream Hunter
d73fee2c97
fix: docs depoly ( #128 )
2024-04-14 23:07:18 +08:00
Dream Hunter
aea8b964bb
feat: admin cleanup tab && admin sendbox tab ( #126 )
2024-04-14 22:41:16 +08:00
Dream Hunter
fb74504282
Update tag_build.yml
2024-04-14 15:07:45 +08:00
Dream Hunter
cb758ec012
Update tag_build.yml
2024-04-14 13:47:52 +08:00
Dream Hunter
02835c18e9
Update tag_build.yml
2024-04-14 13:38:46 +08:00
Dream Hunter
074a3b6f2a
Update tag_build.yml
2024-04-12 23:28:41 +08:00
Dream Hunter
d738210cb5
feat: add Tag Build CI ( #120 )
2024-04-12 23:24:21 +08:00
Dream Hunter
cfeafb2d30
Update tag_build.yml
2024-04-12 23:17:14 +08:00
Dream Hunter
372b71b08b
feat: add Tag Build CI ( #118 )
2024-04-12 23:08:51 +08:00
Dream Hunter
0c5365da1f
feat: add Tag Build CI ( #117 )
2024-04-12 23:04:39 +08:00