Commit Graph

54 Commits

Author SHA1 Message Date
BrettonYe
188032d48b Fixed User saving 2026-01-30 20:04:18 +08:00
BrettonYe
ad3662cda0 🚀 Refactor Blade
- Optimize Blade JavaScript code.
- Refactored multiple admin controllers for improved validation, error handling, and query efficiency.
- Added ProxyConfig trait to centralize proxy configuration options.
- Updated NodeStatusDetection to use model relationships for heartbeat checks.
- Improved category, label, and country management logic and error logging.
- Added new Blade components for admin UI and updated language files and assets for better localization and frontend support.
- Bug fixed & introduced more bug :)
2026-01-30 20:04:17 +08:00
BrettonYe
7d1d59be42 Optimize User Information Handling 2025-01-01 16:40:07 +08:00
BrettonYe
08d20d07b8 Code variables type declaration 2025-01-01 16:40:07 +08:00
BrettonYe
7087faf0d6 Improving the translatability of project texts 2024-09-04 22:45:34 +08:00
BrettonYe
32d53e9178 Clean Code 2024-07-31 22:15:20 +08:00
BrettonYe
d4cbcd4cb6 New Report, Site Traffic Analysis 2024-07-11 19:23:02 +08:00
BrettonYe
a3cd829a7d 💪🏼 Improve Code 2024-06-27 22:18:36 +08:00
BrettonYe
72863974ec dump version 2024-06-27 22:18:33 +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
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
01e5bc3ea8 管理端 国际化 2024-06-27 22:17:54 +08:00
兔姬桑
39c3a38590 Name change 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
兔姬桑
04e0fd6b30 Files update & small tweaks 2022-12-01 00:30:52 +08:00
兔姬桑
23c23998b5 Add VNet用户查询 2022-11-16 00:24:29 +08:00
兔姬桑
b4189cc0e5 优化 中转节点显示 & 失效内容 & 查询效率
1. 优化中转节点显示;
2. 优化节点显示规则;
3. 修复国旗图标失效的问题;
4. 优化节点页面显示的效率问题;
5. 优化页面加载队列;
2022-08-09 19:46:33 +08:00
兔姬桑
92a376f942 Modify 节点数据结构改版
节点结构修改;
更多小改动;
2022-06-14 22:02:53 +08:00
兔姬桑
f67bcf623d code improve
Apply fixes from StyleCI
2022-01-16 22:57:48 +08:00
兔姬桑
559c9651cf Add 人工支付通知 互动消息通知 2021-10-12 23:18:34 +08:00
兔姬桑
97b7b4aaa4 Fix some query condition "too simplified" or "out of date" 2021-07-27 23:22:51 +08:00
兔姬桑
fa853ca494 再次更改网站跳转百度逻辑 & 修改默认用户属性减少demo站的被玩坏率 2021-07-27 23:22:50 +08:00
兔姬桑
78de053306 add sortable user/order table 2021-07-19 23:27:08 +08:00
兔姬桑
1c56a36690 Add 全新第三方登录模块 2021-07-09 11:12:13 +08:00
兔姬桑
ceb9c8c259 Fix #176 2021-05-17 16:21:54 +08:00
兔姬桑
c3dbcb19f4 使用whenFilled优化代码筛选 & 页面代码适量简化
针对管理页面中筛选行为使用whenFilled属性进行重写简化&规范化修正;
同时对页面搜索代码进行适量简化;
2021-03-16 13:13:42 -04:00
兔姬桑
f5347f10ac Fix Bugs
1. 商品内容格式不正确导致的显示BUG;
2. 设置提现申请状态未正确取值的错误;
3. 非整数 余额充值&返利价格 的记录问题;
2021-01-26 01:08:35 -05:00
兔姬桑
396fbbad56 优化 自动任务
1. 使用chunk分段处理大规模数据处理;
2. 优化部分任务的查询逻辑;
3. 提取各任务时间戳至,config/tasks.php,允许机场主自定义各任务;
2021-01-24 23:21:43 -05:00
兔姬桑
def256c2cd Fix 非超管,权限赋予时 角色表未正常输出
简化是否能赋予的判断 ;
增加内部名称的唯一性判断;
2021-01-13 06:54:25 +08:00
兔姬桑
548ce3bc28 Fix #116, #118, #119 2021-01-10 07:36:25 +08:00
兔姬桑
c20781ea4c Fix 手动编辑用户会清空用户密码错误 2021-01-05 14:59:49 +08:00
兔姬桑
265fabac86 Fix & Improvement
Fix #98 ;
Fix some missing class errors;
Finished the validation for configs & simplify the store/update process;
Combined the User node info & subscribe node info as one unit;
2021-01-02 13:13:07 +08:00
兔姬桑
51520ec2d5 完善商品/用户请求合规检测 2020-12-30 08:16:37 +08:00
兔姬桑
7ae1264d03 Fix #108 手动添加用户信息错误 2020-12-28 14:19:36 +08:00
兔姬桑
12318aa359 Fix 生成用户错误 2020-12-28 13:56:51 +08:00
兔姬桑
f25f2aea62 优化数据库 与 简化控制器 & more
1. 继续修改表表关系,与关联字段的限制;
2. 通过表表关系,简化一部分代码,自动让Laravel建立关联;
3. 拆分验证 与 优化数据创建与修改的获取数据操作;
4. 修改部分无意义的数据名称;
2020-12-28 12:09:20 +08:00
兔姬桑
d116c4865e Fix 编辑用户报错的问题 2020-12-13 04:04:31 +08:00
兔姬桑
2a4bf701f2 Add RBAC Module & More
1. 添加RBAC的权限&角色控制件;
2. 将用户‘is_admin’转换为角色;
3. 针对RBAC对管理页面进行定制化处理;
4. 加深layout分层处理;
5. 修改部分路由名称;
6. 分解路由文件至多文件;
2020-12-11 16:14:30 +08:00
兔姬桑
ae3a94d873 数据库规范 2020-12-02 15:03:39 +08:00
兔姬桑
b44c745c8a Code improve 2020-11-16 16:44:45 +08:00
兔姬桑
80ad760869 Add #62 & psr-4 规范 2020-10-22 01:39:19 +08:00
兔姬桑
b6c59803da Apply fixes from StyleCI (#55) 2020-10-17 03:40:08 +08:00
兔姬桑
b38f1ee406 swal JS 更新 2020-10-15 10:46:01 +08:00
兔姬桑
9ee9bac0fd removed All [any] Routes & Auto-cleanning routes after sub-domian updated 2020-10-07 12:09:24 +08:00