Commit Graph

1628 Commits

Author SHA1 Message Date
ae26e33bdf 🔖 release(2.1.2): Add AVX check & nodb install notice ⚙️ 2025-09-12 18:30:08 +00:00
0e879b24f6 Update Changelog 2025-09-12 18:28:58 +00:00
f3583257ec Merge pull request #268 from ReturnFI/dependabot/pip/pymongo-4.15.0
chore(deps): Bump pymongo from 4.14.1 to 4.15.0
2025-09-12 21:53:00 +03:30
9e5dbf0b37 feat: add AVX check to upgrade script 2025-09-12 18:19:23 +00:00
a8948c11e4 feat: inform users about nodb version on AVX check failure 2025-09-12 12:03:17 +00:00
b913b66d1a feat: add CPU AVX support check for MongoDB compatibility 2025-09-12 11:55:03 +00:00
a34efe3b27 🔖 release(2.1.1): Server Info Migration & Cleanup 🗑️ 2025-09-12 09:48:13 +00:00
c83631c93c Update Markdown 2025-09-12 09:46:18 +00:00
2a49d7b85d Update Changelog 2025-09-12 09:44:08 +00:00
f00c145f01 Remove duplicate traffic_status check 2025-09-12 09:40:41 +00:00
6e35017b6f refactor(core): Migrate server_info traffic stats to use database
Updated `server_info.py` to fetch user traffic data directly from the MongoDB database instead of reading from the deprecated `users.json` file.
2025-09-12 08:58:53 +00:00
6d621e45c9 refactor(install): use lsb_release for mongodb installation 2025-09-12 00:08:27 +03:30
9d7918ceb0 feat(install): add support for Debian 13 MongoDB installation 2025-09-12 00:02:20 +03:30
48c0263acd 🔖 Version 2.1.0 – Faster Install & Upgrade 🚀 2025-09-11 23:33:32 +03:30
82c50ca2fd Merge pull request #269 from ReturnFI/beta
Streamlined Installation & CI Improvements
2025-09-11 23:32:30 +03:30
afa89a048a Merge branch 'main' into beta 2025-09-11 23:32:04 +03:30
a69fa8cdc1 Update changelog 2025-09-11 23:30:00 +03:30
cab42fb249 ci: remove auth binary compilation from core install script 2025-09-11 23:24:50 +03:30
d8f6d4cf9a refactor(upgrade): use release artifacts instead of git clone 2025-09-11 23:22:41 +03:30
66447ae898 refactor(install): switch to release artifacts instead of git clone 2025-09-11 23:18:49 +03:30
cbd837c774 chore(deps): Bump pymongo from 4.14.1 to 4.15.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.14.1 to 4.15.0.
- [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.14.1...4.15.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 13:45:39 +00:00
d137c9904a Comment sleep 2025-09-11 14:33:33 +03:30
87d6e6e6be ci: add build step to release workflow 2025-09-10 23:30:24 +03:30
af50b418c0 🔖 release(2.0.0): Migrate User Management to MongoDB 🎉
💾 feat(core): Replace users.json with MongoDB for user data storage
⚠️ BREAKING CHANGE: User data now stored in MongoDB instead of JSON file
2025-09-10 23:05:25 +03:30
b59e58e110 Merge pull request #267 from ReturnFI/beta
Migrate User Management to MongoDB
2025-09-10 23:04:21 +03:30
1484878a42 Update changelog 2025-09-10 23:03:34 +03:30
25d22c8290 Remove /dev/null 2025-09-10 23:00:45 +03:30
1855ace52d Clone Main 2025-09-10 22:59:08 +03:30
49dd918477 Clone Main 2025-09-10 22:58:41 +03:30
b99198b41d chore: Improve script import mechanism and remove boilerplate 2025-09-10 15:51:17 +03:30
441cd2caaa Adapt to New list-users API Format 2025-09-08 23:39:26 +03:30
101b9e0ff4 Delete core/scripts/db/install.sh 2025-09-08 00:12:05 +03:30
09fc8540b6 feat(core): implement full database cleanup in uninstaller 2025-09-08 00:05:48 +03:30
ed37def474 Modified the Go authentication server 2025-09-07 23:39:58 +03:30
8d657860aa feat(upgrade): implement seamless json to mongodb migration 2025-09-07 23:34:03 +03:30
18c093a9b9 Clone beta 2025-09-07 23:25:49 +03:30
87243c5bd5 Update Requirements 2025-09-07 23:21:42 +03:30
8584c36a80 feat: upgrade MongoDB to v8.0 2025-09-07 23:16:10 +03:30
3762d1ecd7 feat: upgrade MongoDB to v8.0 with precise OS version detection 2025-09-07 23:13:37 +03:30
b9576cc3f0 feat: add MongoDB installation && Migration 2025-09-07 23:05:55 +03:30
45e3e101d5 fix pinSHA256 2025-09-07 01:13:05 +03:30
e260d9a8c4 feat: migrate normalsub from json to mongodb 2025-09-07 00:52:37 +03:30
7ce683285d refactor(user): adapt show_user_uri script to use mongodb 2025-09-07 00:33:01 +03:30
9da68fa79c fix(core): correct mongorestore path in restore script 2025-09-07 00:03:19 +03:30
5e43ed9aa6 Fixed the validation in the restore API endpoint 2025-09-07 00:01:13 +03:30
80c21ccd07 feat: migrate user management from json to mongodb 2025-09-06 22:38:32 +03:30
15eac57988 Merge pull request #264 from ReturnFI/dependabot/pip/pytelegrambotapi-4.29.1
chore(deps): Bump pytelegrambotapi from 4.28.0 to 4.29.1
2025-09-06 20:58:20 +03:30
811e2c987b Merge pull request #265 from ReturnFI/beta
feat(users): Integrate real-time online status and enhance UI
2025-09-05 21:34:01 +03:30
d5d4935f69 feat(users): Integrate real-time online status and enhance UI 2025-09-05 13:16:41 +02:00
8ba81e37ae chore(deps): Bump pytelegrambotapi from 4.28.0 to 4.29.1
Bumps [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) from 4.28.0 to 4.29.1.
- [Release notes](https://github.com/eternnoir/pyTelegramBotAPI/releases)
- [Commits](https://github.com/eternnoir/pyTelegramBotAPI/compare/4.28.0...4.29.1)

---
updated-dependencies:
- dependency-name: pytelegrambotapi
  dependency-version: 4.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 14:27:29 +00:00