BrettonYe
a3cd829a7d
💪🏼 Improve Code
2024-06-27 22:18:36 +08:00
BrettonYe
70c7510028
🔄 Dynamic Loading of DDNS Class
2024-06-27 22:18:36 +08:00
BrettonYe
66d9f22f6e
Fixed OAuth not function and improve the code quality
2024-06-27 22:18:34 +08:00
BrettonYe
2ca6965074
💪🏼 Improve Code
2024-06-27 22:18:34 +08:00
BrettonYe
72863974ec
dump version
2024-06-27 22:18:33 +08:00
BrettonYe
4b74c6b4ee
Improve data type declare & ticket, user pages display
2024-06-27 22:18:31 +08:00
BrettonYe
bca9be70a3
Fixed Bugs
2024-06-27 22:18:30 +08:00
BrettonYe
73ac656935
➕ Add Cloudflare's Turnstile Captcha Service to our Captcha options
2024-06-27 22:18:29 +08:00
BrettonYe
7182dd1e89
🗎 Format code & Complete Persian Admin translations with 🤖 Claude2
2024-06-27 22:18:29 +08:00
BrettonYe
3e0c7370e7
🧹 Clean code
2024-06-27 22:18:29 +08:00
BrettonYe
ffe9cafaea
🔧 Fixed Failed Subscribe
2024-06-27 22:18:29 +08:00
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
68fbba3704
🔧 Reduce IP Error reports
2024-06-27 22:18:25 +08:00
BrettonYe
bd63f0d3a5
Fixed Bugs on install database
2024-06-27 22:18:24 +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
d1a6338006
Clean Code
2024-06-27 22:18:21 +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
5e2c588621
Admin Login Logic Tweak
...
Apply fixes from StyleCI
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
ZBrettonYe
a9f1b74506
Update lang files
2024-06-27 22:17:55 +08:00
BrettonYe
01e5bc3ea8
管理端 国际化
2024-06-27 22:17:54 +08:00
BrettonYe
7d35957edf
Demo 不再允许修改 账号类型
2024-06-27 22:17:53 +08:00
BrettonYe
503b64e555
Add Changeable Currency & centralized currency exchange Api
...
- 添加国际化货币;
- 添加统一化汇率查询API;
2024-06-27 22:17:52 +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
兔姬桑
56f66d67de
Rewrite Article relate feature
2024-06-27 22:17:50 +08:00
兔姬桑
e4857407ba
Extract ActivePaying function to UserService
2024-06-27 22:17:50 +08:00
兔姬桑
39c3a38590
Name change
2024-06-27 22:17:50 +08:00
兔姬桑
b7bfdaf365
Fixed #243
2024-06-27 22:17:50 +08:00
兔姬桑
051267b3c7
Minor tweaks
2024-06-27 22:17:50 +08:00
兔姬桑
bc44fd9770
Client Api Alpha Release & Code Splitting
...
- 代码拆分,为客户端API,前后端分离做准备
- Client Api 对接 Alpha Release
- 规范WebApi格式
Update client.php
2024-06-27 22:17:50 +08:00
兔姬桑
2b5a2614a2
更新日期格式
2022-12-01 20:39:49 +08:00
兔姬桑
04e0fd6b30
Files update & small tweaks
2022-12-01 00:30:52 +08:00
兔姬桑
16bf48598b
Fixed Subscribe<->Log mismatch
2022-11-29 20:18:46 +08:00
兔姬桑
cdd3d88f52
Fixed #235 个别情况下【权重】属性缺失导致卡券生成失败
2022-11-16 00:24:30 +08:00
兔姬桑
c0cd2d48e6
Fixed #234 & 通用配置用户权限未被正确判断的BUG
2022-11-16 00:24:30 +08:00
兔姬桑
d9417dd109
Fix V2ray Method read problem
2022-11-16 00:24:30 +08:00
兔姬桑
7010822acc
Major update: 强化卡券玩法 & 相关代码优化
...
详情 https://proxypanel.gitbook.io/wiki/coupon
2022-11-16 00:24:30 +08:00
兔姬桑
1694513262
修正成功订单计算规则
2022-11-16 00:24:29 +08:00