Commit Graph

443 Commits

Author SHA1 Message Date
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
兔姬桑
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
兔姬桑
78767ef324 更新头像获取方式 2022-12-01 20:45:54 +08:00
兔姬桑
8227651d8c 优化耗尽显示 2022-12-01 20:39:49 +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
兔姬桑
e223a03eae 完善 安裝程序的检测&清理 2022-11-16 00:24:30 +08:00
兔姬桑
483708fda7 Add 全新的安装&更新程序 2022-11-16 00:24:30 +08:00