Commit Graph

454 Commits

Author SHA1 Message Date
BrettonYe
226e1dfdec Remove 'total' & 'traffic' in dataflow database table 2024-06-27 22:18:27 +08:00
BrettonYe
b5c04f34ae 💪🏼 Improve Code 2024-06-27 22:18:26 +08:00
BrettonYe
454051c386 🔧 Fixed bugs
- Fixed Order Status manually change does not following logic;
- Fixed User get node() will report null sign to int;
- Fixed query where default "null " is not work as expect;
2024-06-27 22:18:26 +08:00
BrettonYe
c6d0f92094 ⚙️change demo settings 2024-06-27 22:18:26 +08:00
BrettonYe
4a4afa7ae6 🔧 Fixed bugs
- Fixed Set null to User on ProxyService initial;
- Fixed some WebApis have 'prefix' parameter that cause function calls not work as expect;
2024-06-27 22:18:26 +08:00
BrettonYe
4cfb0b4650 💪🏼 Improve Code 2024-06-27 22:18:26 +08:00
BrettonYe
2ef6257db2 💪🏼 Simplify Models using Casts Class 2024-06-27 22:18:25 +08:00
BrettonYe
68fbba3704 🔧 Reduce IP Error reports 2024-06-27 22:18:25 +08:00
BrettonYe
a3b322663f 💪🏼 Improve flexibility of basic contact and URL information 2024-06-27 22:18:25 +08:00
BrettonYe
9960922ea0 💪🏼 Improved IP Info request method 2024-06-27 22:18:24 +08:00
BrettonYe
1e4db0be56 优化安装过程错误时的清理 2024-06-27 22:18:24 +08:00
BrettonYe
0fadbad78f 启用Horizion 并添加对应安装需要内容 2024-06-27 22:18:24 +08:00
BrettonYe
bd63f0d3a5 Fixed Bugs on install database 2024-06-27 22:18:24 +08:00
BrettonYe
a62e3eccc0 Add Composer version check 2024-06-27 22:18:23 +08:00
BrettonYe
f8017370da 🔧 Fixed bugs 2024-06-27 22:18:23 +08:00
BrettonYe
72c66e199c 🚀 Update Laravel Framework to 10 2024-06-27 22:18:23 +08:00
BrettonYe
5df3a6a2ce Fixed #274 2024-06-27 22:18:22 +08:00
BrettonYe
bc6204a769 Update readme.md 2024-06-27 22:18:22 +08:00
BrettonYe
d1a6338006 Clean Code 2024-06-27 22:18:21 +08:00
BrettonYe
5f18ec8af0 dump version 2024-06-27 22:18:05 +08:00
BrettonYe
43c2e175ff add clean unpaid orders 2024-06-27 22:18:04 +08:00
BrettonYe
524c4e0d52 Tasks optimization & Fixed Bugs
- Tasks optimization
- Fixed manual order modification may cause bugs
- Improve User modification update VNET
- Minor tweaks
2024-06-27 22:18:03 +08:00
BrettonYe
11b8ea80d6 Create SECURITY.md 2024-06-27 22:18:02 +08:00
BrettonYe
764dbc9603 Delete composer.lock 2024-06-27 22:18:02 +08:00
BrettonYe
5e2c588621 Admin Login Logic Tweak
Apply fixes from StyleCI
2024-06-27 22:18:02 +08:00
BrettonYe
d6eba27738 Update Strings 2024-06-27 22:18:02 +08:00
BrettonYe
bb0379f0f8 Fixed few subscription bugs 2024-06-27 22:18:02 +08:00
BrettonYe
548f0b7042 Tweak few settings 2024-06-27 22:18:01 +08:00
BrettonYe
2110a2c504 Clients Subscribe Update 2024-06-27 22:18:01 +08:00
BrettonYe
1a80d8f185 Update language switch logic & simplify langs 2024-06-27 22:17:59 +08:00
BrettonYe
1f294e8f27 Update translation 2024-06-27 22:17:58 +08:00
BrettonYe
a52656112a Fix some string misplaces & BETTER ENGLISH TRANSLATION! WOOHOO!
Proofread all English translation strings to improve English speaker's experience.
2024-06-27 22:17:56 +08:00
ZBrettonYe
a9f1b74506 Update lang files 2024-06-27 22:17:55 +08:00
BrettonYe
01e5bc3ea8 管理端 国际化 2024-06-27 22:17:54 +08:00
BrettonYe
57f5c2c9d7 Add 币种获取失败容错 2024-06-27 22:17:53 +08:00
BrettonYe
a6636fd82d Fixed aff link bug 2024-06-27 22:17:53 +08:00
BrettonYe
6729204f81 Fixed F2F error & aff salt bug 2024-06-27 22:17:53 +08:00
BrettonYe
7d35957edf Demo 不再允许修改 账号类型 2024-06-27 22:17:53 +08:00
BrettonYe
9f69645339 Add default articles & Fixed bugs in articles
- 添加 默认文章;Use php artisan db:seed --class=ArticleSeeder
- 修复 文章-分类 部分字符会影响文章正常显示的问题;
- 修正 文章-标题 部分字符显示异常的情况;
2024-06-27 22:17:52 +08:00
BrettonYe
503b64e555 Add Changeable Currency & centralized currency exchange Api
- 添加国际化货币;
- 添加统一化汇率查询API;
2024-06-27 22:17:52 +08:00
BrettonYe
977b999f81 Add payment failed handle 2024-06-27 22:17:52 +08:00
BrettonYe
10e2790256 Fix Payment related route mismatch 2024-06-27 22:17:51 +08:00
BrettonYe
1b004e1c57 优化/重构 支付相关代码
1. 优化支付文件框架为后续大改做准备;
2. 重构了支付宝面对面支付;
   - 本次重构解决了PHP版本>7.3 导致该支付无法使用的问题;
   - 自行开发的接入方式,简化&快捷化了代码;
3. 修正 Stripe 汇率API 查询的代码 & 部分报错代码;

TODO:
1. 汇率查询API 应该集中统一化(Paypal & Stripe 都需要汇率转换);
2. 简化支付对接成本(单文件自动对接);
2024-06-27 22:17:51 +08:00
BrettonYe
2e0e3de42c Add Article filters to improve admin experience 2024-06-27 22:17:51 +08:00
兔姬桑
36ded5ba06 Fixed Article submit bugs & improve layout 2024-06-27 22:17:51 +08:00
兔姬桑
10d4f425e4 Fixed & Add Article accessible content method 2024-06-27 22:17:51 +08:00
兔姬桑
032370e6cd Add Apache check to install.sh
dump version to 2.7.c
2024-06-27 22:17:51 +08:00
兔姬桑
56f66d67de Rewrite Article relate feature 2024-06-27 22:17:50 +08:00
兔姬桑
4ff2d43712 Improve lang support 2024-06-27 22:17:50 +08:00
兔姬桑
e4857407ba Extract ActivePaying function to UserService 2024-06-27 22:17:50 +08:00