| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
* chore: change login page
* chore: minor improvements on login page
* chore: add login button padding
* fix: delete unnecessary attributes
* fix: Restore headline animation with DOMContentLoaded
|
|
|
|
* Update .gitignore
|
|
|
|
* Add feature to add clients to inbound:
- Implement buttons for adding new clients
- Handle client addition process (submission remains to be completed)
- Support for multiple languages
* update the go.mod
* feat: complete submission process for adding a client to inbounds
* - Add client variables: client_method, client_sh_password, client_tr_password
- Exclude specific inbound protocols (HTTP, WireGuard, Socks, DOKODEMO) from addclient inline button
* - customize the add client message and json for each protocol
* - handle password input rather than id for shadow and trojan protocols
* - remove add_client_as_enable button in bot
* restructrure the add client bot feature
* update all files in web/translation/
* Refactoring
* - add traffic button to add client bot feature
* - fix a mistake in the email prompt message
* - add expire data button to add client telegram process.
* Refactroring
* remove refresh button in add client
* - delete message after cancel
* - uptimize the process of adding client by deleting main message on
getting text inputs.
|
|
Code refactoring
|
|
|
|
|
|
|
|
- elements with class `.collapse-title` are missing
- changed paddings in `.ant-xray-version-list-item` element
|