| Age | Commit message (Collapse) | Author |
|
* feat: Add MySQL database support
- Add MySQL database support with environment-based configuration
- Fix MySQL compatibility issue with 'key' column name
- Maintain SQLite as default database
- Add proper validation for MySQL configuration
- Test and verify compatibility with existing database
- Replaced raw SQL queries using JSON_EACH functions with standard GORM queries
- Modified functions to handle JSON parsing in Go code instead of database since JSON_EACH is not available on MySQL or MariaDB:
- getAllEmails()
- GetClientTrafficByID()
- getFallbackMaster()
- MigrationRemoveOrphanedTraffics()
The system now supports both MySQL and SQLite databases, with SQLite remaining as the default option. MySQL connection is only used when explicitly configured through environment variables.
* refactor: prefix env variables of database with XUI_ to support direct environment usage without .env file
All database configuration environment variables now start with the XUI_ prefix to avoid conflicts and allow configuration via system-level environment variables, not just the .env file.
|
|
|
|
* Code refactoring
read without -r will mangle backslashes
https://github.com/koalaman/shellcheck/wiki/SC2162
* Update x-ui.sh
|
|
eliminates messages like: “Inbound created successfully (Port 100 is already busy)”.
|
|
|
|
|
|
* fix: issue 2953. Restore from .db file fails because
* Update server.go
|
|
|
|
|
|
|
|
|
|
no need for automatic build when changing files that do not affect panel operation
|
|
Now CI triggers on commit to main, or on release
|
|
|
|
|
|
|
|
* chore: implement 2fa auth
from #2786
* chore: format code
* chore: replace two factor token input with qr-code
* chore: requesting confirmation of setting/removing two-factor authentication
otpauth library was taken from cdnjs
* chore: revert changes in `ClipboardManager`
don't need it.
* chore: removing twoFactor prop in settings page
* chore: remove `twoFactorQr` object in `mounted` function
|
|
* Add a new button to but : Reset All Clients
* handel translation for `Reset All Clients` button
* refactoring
* add a new button to telegram bot >> `Sorted Traffic Usage Report`
* - refactoring
* add ip limit conifg on new client adding time
|
|
solves #2672
Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
|
|
|
|
|
|
|
|
solves problems #2944, #2783
|
|
|
|
|
|
|
|
fix issues #1669 #2882
|
|
|
|
* chore: new issue templates
* chore: fixing templates
* chore: add pull request template
also edited bug report
* chore: add checklist for question and feat request template
* chore: remove title prefix
* fix: template title
* fix: re-fixing the template title
* chore: remove checklist for pull request
* chore: remove emojies
* fix: elimination of minor defects
|
|
|
|
|
|
|
|
* Update release.yml
* Update release.yml
* Update release.yml
|
|
* Update README.es_ES.md
* Update README.ru_RU.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* read without -r will mangle backslashes.
https://github.com/koalaman/shellcheck/wiki/SC2162
* read without -r will mangle backslashes.
|
|
* translation: add Arabic support into language manager
* translation: add Arabic language support
* translation: add Arabic language support in README files
|
|
|
|
|
|
|
|
* refactor: use vue inline styles in entire application
* refactor: setting row in dashboard page
* refactor: use blob for download file in text modal
* refactor: move all html templates in `web/html` folder
* refactor: `DeviceUtils` -> `MediaQueryMixin`
The transition to mixins has been made, as they can update themselves.
* chore: pretty right buttons in `outbounds` tab in xray settings
* refactor: add translations for system status
* refactor: adjust gutter spacing in setting list item
* refactor: use native `a-input-password` for password field
* chore: return old system status
with new translations
* chore: add missing translation
|
|
+update dependencies
|
|
* Go v1.24.2
* Update dependencies
|