| Age | Commit message (Collapse) | Author |
|
* 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
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
- elements with class `.collapse-title` are missing
- changed paddings in `.ant-xray-version-list-item` element
|
|
- also added saving collapsed state
|
|
|
|
|
|
|
|
|
|
- `X-UA-Compatible` is only used by Internet Explorer, so it removed
- `robots` allows the panel not to be indexed by a search engine
|
|
these styles are not used anywhere
|
|
* chore: improve russian translation
* chore: corrections in translation
|
|
* chore: pretty 'Inbounds' page
* chore: return styles for aCustomStatistic
styles was intended to properly display a-statistic in the app, but for some unknown reason it was removed
* fix: switch style in dark mode
---------
|
|
|
|
|
|
* Fixes and improvements
* Update translate.en_US.toml
|
|
* chore: pretty theme menu in sidebar
* refactor: renaming component templates
* refactor: create custom `a-statistic` component
* fix: display button text only on large screens
* chore: remove loading background in overview page
* fix: show `Version` text when xray version is unknown
|
|
* chore: improve outbound link input
* chore: ui improvement
|
|
* chore: pretty 'Overview' page
* chore: some improvements in 'overview page'
- reduced font size
- added caption to buttons
- fixed display of xray state
- xray version display returned
|
|
* feat: custom subscription title in panel
* feat: added translations
|
|
|
|
|
|
|
|
|
|
fixes the https://github.com/MHSanaei/3x-ui/issues/2750 issue
|
|
|
|
|
|
now we use window.crypto.getRandomValues to generate random values.
|
|
|
|
|
|
|
|
This reverts commit 1c59afe031da71ca857c52efaed76a53b040f8d5.
|
|
This reverts commit c49ec9a74cf1c407cbe872355f1e2ac03a8e3080.
|
|
see https://xtls.github.io/config/transports/mkcp.html#headerobject
|
|
|
|
|
|
change restart force to restart
|
|
|
|
* refactor: switching to the use of typed props
* refactor: `password-input` -> `a-password-input`
* fix: qr modal copy error
|
|
* chore: pretty `backup & restore` modal
* chore: pretty `xray version` modal
* fix: new `xray version` modal style
|
|
|
|
|
|
cleaned up some of the margins & paddings
|
|
|
|
|
|
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
|
|
text copying can be done without using additional libraries
|