e5a0fc467e
refactor(warp): Replace bash installer with python script
...
Integrates the new `warp.py` script into the installation and uninstallation workflows. This refactors the `install.py` and `uninstall.py` scripts to call the local Python-based WARP manager instead of downloading and executing an external bash script.
2025-11-21 08:28:54 +00:00
d9e6df288e
chore(deps): Bump fastapi from 0.121.2 to 0.121.3
...
Bumps [fastapi](https://github.com/fastapi/fastapi ) from 0.121.2 to 0.121.3.
- [Release notes](https://github.com/fastapi/fastapi/releases )
- [Commits](https://github.com/fastapi/fastapi/compare/0.121.2...0.121.3 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.121.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-20 13:19:10 +00:00
264eff9578
Merge pull request #328 from ReturnFI/dependabot/pip/click-8.3.1
2025-11-19 14:34:51 +01:00
c0a4fc8261
Merge pull request #329 from SeyedHashtag/original
2025-11-19 14:28:00 +01:00
fb6706cd5c
fix(config): add default domain resolver to routing configuration(singbox 1.14)
2025-11-17 17:57:40 +03:30
baeeb957d2
chore(deps): Bump click from 8.3.0 to 8.3.1
...
Bumps [click](https://github.com/pallets/click ) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/8.3.1/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1 )
---
updated-dependencies:
- dependency-name: click
dependency-version: 8.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 13:31:54 +00:00
c78601ed8b
Merge pull request #327 from ReturnFI/dependabot/pip/fastapi-0.121.2
...
chore(deps): Bump fastapi from 0.121.0 to 0.121.2
2025-11-14 20:04:27 +01:00
89c94f78dd
Merge pull request #326 from ReturnFI/dependabot/pip/pymongo-4.15.4
...
chore(deps): Bump pymongo from 4.15.3 to 4.15.4
2025-11-14 20:04:03 +01:00
5ab923541a
Merge pull request #325 from ReturnFI/dependabot/pip/pydantic-settings-2.12.0
...
chore(deps): Bump pydantic-settings from 2.11.0 to 2.12.0
2025-11-14 20:03:52 +01:00
325e68a92f
Merge pull request #324 from ReturnFI/dependabot/pip/hypercorn-0.18.0
...
chore(deps): Bump hypercorn from 0.17.3 to 0.18.0
2025-11-14 20:03:42 +01:00
3f830a8214
chore(deps): Bump fastapi from 0.121.0 to 0.121.2
...
Bumps [fastapi](https://github.com/fastapi/fastapi ) from 0.121.0 to 0.121.2.
- [Release notes](https://github.com/fastapi/fastapi/releases )
- [Commits](https://github.com/fastapi/fastapi/compare/0.121.0...0.121.2 )
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.121.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-14 13:20:09 +00:00
229bc8a48e
chore(deps): Bump pymongo from 4.15.3 to 4.15.4
...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver ) from 4.15.3 to 4.15.4.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases )
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst )
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.15.3...4.15.4 )
---
updated-dependencies:
- dependency-name: pymongo
dependency-version: 4.15.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-12 13:24:41 +00:00
8892541844
chore(deps): Bump pydantic-settings from 2.11.0 to 2.12.0
...
Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/pydantic/pydantic-settings/releases )
- [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.11.0...v2.12.0 )
---
updated-dependencies:
- dependency-name: pydantic-settings
dependency-version: 2.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-11 13:22:27 +00:00
3cb025d3b3
revert: Remove web panel configuration and CLI features
2025-11-10 19:09:56 +00:00
44d630f7a7
feat(cli): Add function to retrieve all web panel settings
2025-11-10 16:35:46 +00:00
7101fa78a3
chore(deps): Bump hypercorn from 0.17.3 to 0.18.0
...
Bumps [hypercorn](https://github.com/pgjones/hypercorn ) from 0.17.3 to 0.18.0.
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pgjones/hypercorn/compare/0.17.3...0.18.0 )
---
updated-dependencies:
- dependency-name: hypercorn
dependency-version: 0.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 13:57:14 +00:00
4e435a623f
feat: Expose web panel config management in CLI
2025-11-10 13:24:32 +00:00
56f6a36a8b
feat: Add web panel configuration management functions
2025-11-10 12:41:27 +00:00
fcd421fd93
typo
2025-11-09 19:09:00 +00:00
389dae3f36
Update Readme
2025-11-09 19:07:57 +00:00
1484dfff73
✨ release(2.4.6): server-side user search, default on-hold, and bug fixes
2025-11-09 18:19:59 +00:00
32344e5bf9
Update Changelog
2025-11-09 18:17:27 +00:00
8a10e6b789
fix(cli): Prevent unwanted creation_date in add_user command
2025-11-09 12:22:50 +00:00
7535efad1e
fix(web): Do not show expiration days for on-hold users in edit modal
2025-11-08 19:52:17 +00:00
7ddb30f75f
feat: Implement server-side search for users
2025-11-08 19:51:42 +00:00
772d363fa1
feat(user): Set default status to 'On-hold' for new users
2025-11-07 19:25:36 +00:00
ca71219254
🔖 release(2.4.5): IP Limiter Tools & Cleanup Fixes
2025-11-07 17:19:37 +00:00
7c9bb036c4
Update Changelog
2025-11-07 17:17:37 +00:00
e1894c15b6
fix(user): Ensure user reset removes usage fields correctly
2025-11-07 08:36:31 +00:00
4e17fe04d0
feat(webui): Add IP limiter clean button to settings page
2025-11-07 07:38:14 +00:00
d785d80d2d
feat(api): Add endpoint for cleaning IP limiter
2025-11-07 07:31:14 +00:00
570ff6fcf2
feat(cli): Add clean command for IP limiter
2025-11-07 07:25:26 +00:00
6a1de4c43b
feat(limit): Add clean command to reset IP limiter state
2025-11-07 07:24:53 +00:00
4a2e1b7d3f
fix(limit): Ensure IP removal on disconnect for all users
2025-11-06 19:36:11 +00:00
38d99eaf4c
🔖 release(2.4.4): Traffic System Hotfix & Stability Improvements
2025-11-06 15:50:04 +00:00
2391d84962
Update Changelog
2025-11-06 15:49:01 +00:00
06e68870cd
🚑 hotfix(traffic): stabilize online tracking and refactor core logic
2025-11-06 15:47:18 +00:00
22773c38ea
🔖 release(2.4.3): Password Editing, Telegram Enhancements & Stability Fixes
2025-11-06 11:31:10 +00:00
9ffcef4cce
Update Changelog
2025-11-06 11:30:09 +00:00
b5ad962345
feat(ui): Add client-side password validation
2025-11-05 20:22:26 +00:00
b898db944e
feat: Add password editing to user modal
2025-11-05 20:14:44 +00:00
4d33dc9c12
chore: revert Dependabot schedule to daily updates
2025-11-05 13:29:28 +00:00
204725b420
Update requirements
2025-11-05 13:27:26 +00:00
c0e7454b43
Merge pull request #319 from ReturnFI/dependabot/pip/psutil-7.1.3
...
chore(deps): Bump psutil from 7.1.0 to 7.1.3
2025-11-05 14:19:08 +01:00
7b654cf124
chore(deps): Bump psutil from 7.1.0 to 7.1.3
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.1.0 to 7.1.3.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.3 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-05 13:18:19 +00:00
c13b4f4f01
Merge pull request #318 from ReturnFI/dependabot/pip/aiohttp-3.13.2
...
chore(deps): Bump aiohttp from 3.12.15 to 3.13.2
2025-11-05 14:17:52 +01:00
0a0e2fc3da
Merge pull request #320 from ReturnFI/dependabot/pip/fastapi-0.121.0
...
chore(deps): Bump fastapi from 0.120.1 to 0.121.0
2025-11-05 14:17:33 +01:00
430c6e9dd6
Merge pull request #321 from ReturnFI/dependabot/pip/python-dotenv-1.2.1
...
chore(deps): Bump python-dotenv from 1.1.1 to 1.2.1
2025-11-05 14:17:22 +01:00
b18088b305
Merge pull request #322 from ReturnFI/dependabot/pip/certbot-5.1.0
...
chore(deps): Bump certbot from 4.2.0 to 5.1.0
2025-11-05 14:17:09 +01:00
1c901100b6
chore(deps): Bump certbot from 4.2.0 to 5.1.0
...
Bumps [certbot](https://github.com/certbot/certbot ) from 4.2.0 to 5.1.0.
- [Release notes](https://github.com/certbot/certbot/releases )
- [Commits](https://github.com/certbot/certbot/compare/v4.2.0...v5.1.0 )
---
updated-dependencies:
- dependency-name: certbot
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-05 13:16:46 +00:00