Skip to content

Commit cb2aa5c

Browse files
committed
v5.0.4
Signed-off-by: TIANHE <[email protected]>
1 parent 36c70d2 commit cb2aa5c

18 files changed

Lines changed: 51 additions & 51 deletions

CONTRIBUTORS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks to contributors whose pull requests were merged or manually incorporated
44

55
| GitHub | Contribution | PR |
66
|--------|--------------|-----|
7-
| [@leonideos](https://github.com/leonideos) | MOEX (Moscow Exchange) equities data source for analysis and backtesting | [#70](https://github.com/brokermr810/QuantDinger/pull/70) |
8-
| [@lollipopkit](https://github.com/lollipopkit) | OKX spot order size precision fix for small `lotSz` instruments | [#159](https://github.com/brokermr810/QuantDinger/pull/159) |
9-
| [@likawa3b](https://github.com/likawa3b) | Auth and secret-handling hardening | [#153](https://github.com/brokermr810/QuantDinger/pull/153) |
10-
| [@denghuinow](https://github.com/denghuinow) | IBKR TWS default API port documentation correction | [#138](https://github.com/brokermr810/QuantDinger/pull/138) |
7+
| [@leonideos](https://github.com/leonideos) | MOEX (Moscow Exchange) equities data source for analysis and backtesting | [#70](https://github.com/OpenByteInc/QuantDinger/pull/70) |
8+
| [@lollipopkit](https://github.com/lollipopkit) | OKX spot order size precision fix for small `lotSz` instruments | [#159](https://github.com/OpenByteInc/QuantDinger/pull/159) |
9+
| [@likawa3b](https://github.com/likawa3b) | Auth and secret-handling hardening | [#153](https://github.com/OpenByteInc/QuantDinger/pull/153) |
10+
| [@denghuinow](https://github.com/denghuinow) | IBKR TWS default API port documentation correction | [#138](https://github.com/OpenByteInc/QuantDinger/pull/138) |

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For iterating on Vue source (theme tweaks, debugging, customised UI), drop the s
113113
# docker-compose.yml
114114
# docker-compose.build.yml <- enables local frontend build
115115

116-
git clone https://github.com/brokermr810/QuantDinger-Vue.git QuantDinger-Vue
116+
git clone https://github.com/OpenByteInc/QuantDinger-Vue.git QuantDinger-Vue
117117

118118
# Build frontend from ./QuantDinger-Vue, pull everything else:
119119
docker compose -f docker-compose.yml -f docker-compose.build.yml up -d --build

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://github.com/brokermr810/QuantDinger">
2+
<a href="https://github.com/OpenByteInc/QuantDinger">
33
<img src="docs/screenshots/logo.jpg" alt="QuantDinger logo" width="180" height="180">
44
</a>
55

@@ -42,7 +42,7 @@
4242
<img src="https://img.shields.io/badge/PostgreSQL-18-4169E1?style=flat-square&logo=postgresql&logoColor=white" alt="PostgreSQL 18">
4343
<img src="https://img.shields.io/badge/Redis-8-DC382D?style=flat-square&logo=redis&logoColor=white" alt="Redis 8">
4444
<img src="https://img.shields.io/badge/Docker-Compose-2496ED?style=flat-square&logo=docker&logoColor=white" alt="Docker Compose">
45-
<img src="https://img.shields.io/github/v/release/brokermr810/QuantDinger?style=flat-square&label=Release" alt="Latest release">
45+
<img src="https://img.shields.io/github/v/release/OpenByteInc/QuantDinger?style=flat-square&label=Release" alt="Latest release">
4646
</p>
4747
</div>
4848

@@ -159,13 +159,13 @@ not required.
159159
Linux or macOS:
160160

161161
```bash
162-
curl -fsSL https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.sh | bash
162+
curl -fsSL https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/install.sh | bash
163163
```
164164

165165
Windows PowerShell:
166166

167167
```powershell
168-
irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex
168+
irm https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/install.ps1 | iex
169169
```
170170

171171
The installer asks for the initial administrator credentials, generates the
@@ -220,7 +220,7 @@ legacy-image recovery and rootless/NFS notes.
220220
### Option B: source checkout
221221

222222
```bash
223-
git clone https://github.com/brokermr810/QuantDinger.git
223+
git clone https://github.com/OpenByteInc/QuantDinger.git
224224
cd QuantDinger
225225
cp backend_api_python/env.example backend_api_python/.env
226226
cp .env.example .env
@@ -549,10 +549,10 @@ and **Broker Accounts → Open account**.
549549
- QuantDinger is a product of **Open Byte Inc**. The name, logo, product
550550
identity, and commercial licensing are managed separately from the code license.
551551
- Web frontend source is published in
552-
[QuantDinger Frontend](https://github.com/brokermr810/QuantDinger-Vue) under
552+
[QuantDinger Frontend](https://github.com/OpenByteInc/QuantDinger-Vue) under
553553
its own source-available license.
554554
- Mobile H5 and native client source is published in
555-
[QuantDinger Mobile](https://github.com/brokermr810/QuantDinger-Mobile) under
555+
[QuantDinger Mobile](https://github.com/OpenByteInc/QuantDinger-Mobile) under
556556
its own source-available license.
557557
- Trademark, branding, attribution, and watermark use is governed by
558558
[TRADEMARKS.md](TRADEMARKS.md). Apache 2.0 does not grant trademark rights.
@@ -598,7 +598,7 @@ arising from use or misuse of the software.
598598
- [Website](https://www.quantdinger.com)
599599
- [Contributing guide](CONTRIBUTING.md)
600600
- [Contributors](CONTRIBUTORS.md)
601-
- [Report bugs or request features](https://github.com/brokermr810/QuantDinger/issues)
601+
- [Report bugs or request features](https://github.com/OpenByteInc/QuantDinger/issues)
602602
603603

604604
## Sponsors

backend_api_python/app/openapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def init_openapi(app: Flask) -> Api:
4848
"description": app.config.get("OPENAPI_DESCRIPTION", ""),
4949
"contact": {
5050
"name": "QuantDinger",
51-
"url": "https://github.com/brokermr810/quantdinger",
51+
"url": "https://github.com/OpenByteInc/quantdinger",
5252
},
5353
"license": {
5454
"name": "See repository LICENSE",

backend_api_python/app/routes/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
'key': 'BRAND_CONTACT_FEATURE_REQUEST_URL',
162162
'label': 'Feature Request URL',
163163
'type': 'text',
164-
'default': 'https://github.com/brokermr810/QuantDinger/issues',
164+
'default': 'https://github.com/OpenByteInc/QuantDinger/issues',
165165
'description': 'Where to send users who want to file an issue or feature request.'
166166
},
167167
]

backend_api_python/app/services/settings/branding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"copyright": "© 2025-2026 QuantDinger. All rights reserved.",
1212
"contact_email": "[email protected]",
1313
"contact_support_url": "https://t.me/quantdinger",
14-
"contact_feature_request_url": "https://github.com/brokermr810/QuantDinger/issues",
14+
"contact_feature_request_url": "https://github.com/OpenByteInc/QuantDinger/issues",
1515
"contact_live_chat_url": "https://t.me/quantdinger",
16-
"social_github": "https://github.com/brokermr810/QuantDinger",
16+
"social_github": "https://github.com/OpenByteInc/QuantDinger",
1717
"social_x": "https://x.com/quantdinger_en",
1818
"social_discord": "https://discord.com/invite/tyx5B6TChr",
1919
"social_telegram": "https://t.me/quantdinger",

backend_api_python/env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QuantDinger local configuration (copy to `.env` and edit)
1+
# QuantDinger local configuration (copy to `.env` and edit)
22
# `run.py` will load `backend_api_python/.env` automatically if present.
33
#
44
# This file is organized as:
@@ -25,11 +25,11 @@ BRAND_FAVICON_URL=
2525
2626
BRAND_CONTACT_SUPPORT_URL=https://t.me/quantdinger
2727
BRAND_CONTACT_LIVE_CHAT_URL=https://t.me/quantdinger
28-
BRAND_CONTACT_FEATURE_REQUEST_URL=https://github.com/brokermr810/QuantDinger/issues
28+
BRAND_CONTACT_FEATURE_REQUEST_URL=https://github.com/OpenByteInc/QuantDinger/issues
2929

3030
# Social accounts shown as icons in the sidebar footer. Leave any single
3131
# entry empty to hide that icon.
32-
BRAND_SOCIAL_GITHUB=https://github.com/brokermr810/QuantDinger
32+
BRAND_SOCIAL_GITHUB=https://github.com/OpenByteInc/QuantDinger
3333
BRAND_SOCIAL_X=https://x.com/quantdinger_en
3434
BRAND_SOCIAL_DISCORD=https://discord.com/invite/tyx5B6TChr
3535
BRAND_SOCIAL_TELEGRAM=https://t.me/quantdinger

docker-compose.ghcr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#
77
# Minimal install (Linux / macOS):
88
#
9-
# curl -O https://raw.githubusercontent.com/brokermr810/QuantDinger/main/docker-compose.ghcr.yml
10-
# curl -o backend.env https://raw.githubusercontent.com/brokermr810/QuantDinger/main/backend_api_python/env.example
9+
# curl -O https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/docker-compose.ghcr.yml
10+
# curl -o backend.env https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/backend_api_python/env.example
1111
# # Edit backend.env and set ADMIN_USER / ADMIN_PASSWORD before first start.
1212
# docker compose -f docker-compose.ghcr.yml up -d
1313
# # open http://localhost:8888 (web) or http://localhost:8889 (mobile H5)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# QuantDinger Docker Compose - One-Click Deployment
1+
# QuantDinger Docker Compose - One-Click Deployment
22
# Usage:
33
# 1. Copy env.example to .env and edit your settings
44
# cp backend_api_python/env.example backend_api_python/.env

docs/README_CN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://github.com/brokermr810/QuantDinger">
2+
<a href="https://github.com/OpenByteInc/QuantDinger">
33
<img src="screenshots/logo.jpg" alt="QuantDinger 标志" width="180" height="180">
44
</a>
55

@@ -42,7 +42,7 @@
4242
<img src="https://img.shields.io/badge/PostgreSQL-18-4169E1?style=flat-square&logo=postgresql&logoColor=white" alt="PostgreSQL 18">
4343
<img src="https://img.shields.io/badge/Redis-8-DC382D?style=flat-square&logo=redis&logoColor=white" alt="Redis 8">
4444
<img src="https://img.shields.io/badge/Docker-Compose-2496ED?style=flat-square&logo=docker&logoColor=white" alt="Docker Compose">
45-
<img src="https://img.shields.io/github/v/release/brokermr810/QuantDinger?style=flat-square&label=Release" alt="最新版本">
45+
<img src="https://img.shields.io/github/v/release/OpenByteInc/QuantDinger?style=flat-square&label=Release" alt="最新版本">
4646
</p>
4747
</div>
4848

@@ -149,13 +149,13 @@ flowchart TB
149149
Linux 或 macOS:
150150

151151
```bash
152-
curl -fsSL https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.sh | bash
152+
curl -fsSL https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/install.sh | bash
153153
```
154154

155155
Windows PowerShell:
156156

157157
```powershell
158-
irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 | iex
158+
irm https://raw.githubusercontent.com/OpenByteInc/QuantDinger/main/install.ps1 | iex
159159
```
160160

161161
安装程序会要求设置初始管理员,生成必要密钥,下载 GHCR Compose 配置并启动服务。
@@ -169,7 +169,7 @@ irm https://raw.githubusercontent.com/brokermr810/QuantDinger/main/install.ps1 |
169169
### 方案 B:从源码启动
170170

171171
```bash
172-
git clone https://github.com/brokermr810/QuantDinger.git
172+
git clone https://github.com/OpenByteInc/QuantDinger.git
173173
cd QuantDinger
174174
cp backend_api_python/env.example backend_api_python/.env
175175
cp .env.example .env
@@ -476,9 +476,9 @@ Web 和移动端源码仓库独立发布 GHCR 镜像,只有从源码构建客
476476
- 后端源代码采用 [Apache License 2.0](../LICENSE)
477477
- QuantDinger 是 **Open Byte Inc** 的产品,名称、Logo、产品身份和商业授权与代码许可分开管理。
478478
- Web 前端源码发布在
479-
[QuantDinger Frontend](https://github.com/brokermr810/QuantDinger-Vue),适用其独立的源码可用许可证。
479+
[QuantDinger Frontend](https://github.com/OpenByteInc/QuantDinger-Vue),适用其独立的源码可用许可证。
480480
- 移动端 H5 和原生客户端源码发布在
481-
[QuantDinger Mobile](https://github.com/brokermr810/QuantDinger-Mobile),适用其独立的源码可用许可证。
481+
[QuantDinger Mobile](https://github.com/OpenByteInc/QuantDinger-Mobile),适用其独立的源码可用许可证。
482482
- 商标、品牌、署名和水印的使用规则见 [TRADEMARKS.md](../TRADEMARKS.md)
483483
Apache 2.0 不授予 QuantDinger 商标使用权。
484484

@@ -514,7 +514,7 @@ QuantDinger 仅用于**合法的研究、教育和合规交易场景**,不得
514514
- [官方网站](https://www.quantdinger.com)
515515
- [贡献指南](../CONTRIBUTING.md)
516516
- [贡献者名单](../CONTRIBUTORS.md)
517-
- [问题反馈或功能建议](https://github.com/brokermr810/QuantDinger/issues)
517+
- [问题反馈或功能建议](https://github.com/OpenByteInc/QuantDinger/issues)
518518
519519

520520
## 赞助商

0 commit comments

Comments
 (0)