Commit Graph

1881 Commits

Author SHA1 Message Date
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
60878b3ca6 chore(deps): Bump python-dotenv from 1.1.1 to 1.2.1
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 13:16:42 +00:00
a34bcba865 chore(deps): Bump fastapi from 0.120.1 to 0.121.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.120.1 to 0.121.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.120.1...0.121.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.121.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 13:16:39 +00:00
77f69b79e6 chore(deps): Bump aiohttp from 3.12.15 to 3.13.2
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 13:16:31 +00:00
3c30a514e9 chore: optimize Dependabot config for weekly dependency updates 2025-11-05 13:15:22 +00:00
c86f38c551 cleanup: simplify requirements.txt by keeping only top-level dependencies 2025-11-05 13:11:33 +00:00
059dd0f553 Merge pull request #312 from ReturnFI/dependabot/pip/click-8.3.0
chore(deps): Bump click from 8.1.8 to 8.3.0
2025-11-05 13:18:17 +01:00
409fb7acf8 Merge pull request #310 from ReturnFI/dependabot/pip/idna-3.11
chore(deps): Bump idna from 3.10 to 3.11
2025-11-05 13:18:07 +01:00
10d4f3d027 chore(deps): Bump idna from 3.10 to 3.11
Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.11.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-05 12:16:56 +00:00