Commit Graph

1888 Commits

Author SHA1 Message Date
cb9804d71e 🔖 release(2.1.4): API response model fix 🐛 2025-09-13 14:50:43 +00:00
77dd658820 Update Changelog 2025-09-13 14:49:47 +00:00
6ef5f6d65e fix(api): align user data with response model in user detail endpoint 2025-09-13 14:45:24 +00:00
842b78c4a4 🔖 release(2.1.3): UI logo update & upgrade reliability fix 🎨 2025-09-13 12:14:01 +00:00
91a3a4bebe Update Changelog 2025-09-13 12:12:35 +00:00
0211251a9f feat(ui): improve sidebar logo visibility 2025-09-12 21:06:46 +00:00
1c865cd164 fix(upgrade): improve service restart reliability 2025-09-12 20:43:27 +00:00
3a71fa9226 Update README.md 2025-09-12 23:50:08 +03:30
cecdd94df3 Update README.md 2025-09-12 22:50:25 +03:30
9d4e0d7b0c Update changelog 2025-09-12 22:05:01 +03:30
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