Shishkevich D.
bea19a263d
Code refactoring ( #2865 )
...
* 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
2025-04-06 11:40:33 +02:00
Shishkevich D.
431d7350a5
chore: simplify login page ( #2851 )
...
* 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
2025-04-01 14:24:03 +02:00
Shishkevich D.
127bea7f73
fix: opening links in the sidebar
2025-03-30 22:02:05 +07:00
danilshishkevich
19f7938617
chore: giving keys for each a-collapse-panel
2025-03-25 15:13:17 +00:00
danilshishkevich
fe791b6e99
chore: move client table into components
2025-03-24 15:17:45 +00:00
danilshishkevich
a02bf3195d
chore: improve styles
...
- elements with class `.collapse-title` are missing
- changed paddings in `.ant-xray-version-list-item` element
2025-03-24 12:22:12 +00:00
Shishkevich D.
3ea05d30c1
chore: transforming a common sidebar into a separate component
...
- also added saving collapsed state
2025-03-24 11:19:27 +00:00
Shishkevich D.
40ebf2902e
fix: dashboard won't load
2025-03-24 10:02:01 +00:00
Shishkevich D.
14253c3586
chore: moving the modals to a separate directory
2025-03-24 09:57:37 +00:00
Shishkevich D.
7b15274c84
chore: moving the settings tabs to a separate directory
2025-03-24 09:45:15 +00:00
Shishkevich D.
6f4eefe601
chore: make class to get the device form factor
2025-03-21 15:09:05 +00:00
Shishkevich D.
510c35f450
chore: meta tag change
...
- `X-UA-Compatible` is only used by Internet Explorer, so it removed
- `robots` allows the panel not to be indexed by a search engine
2025-03-21 14:49:49 +00:00
Shishkevich D.
00addb0dd9
chore: delete display.css
...
these styles are not used anywhere
2025-03-21 14:38:41 +00:00
Shishkevich D.
6e5ed881f2
chore: pretty Inbounds
page ( #2791 )
...
* 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
---------
2025-03-18 22:13:01 +01:00
mhsanaei
f7198c4c2f
Update index.html
2025-03-18 13:39:07 +01:00
Tara Rostami
21e7d45b54
Fixes and improvements ( #2789 )
...
* Fixes and improvements
* Update translate.en_US.toml
2025-03-18 09:51:05 +01:00
Shishkevich D.
db62a07fb8
Code refactoring ( #2785 )
...
* 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
2025-03-17 18:26:07 +07:00
Shishkevich D.
7ae855e7c9
chore: some improvements ( #2782 )
...
* chore: improve outbound link input
* chore: ui improvement
2025-03-17 08:26:59 +07:00
Shishkevich D.
b9307c6c9c
chore: pretty 'Overview' page ( #2772 )
...
* 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
2025-03-15 12:15:46 +01:00
Ilya Afanasov
d30cdbf49a
feat: custom subscription title in panel ( #2773 )
...
* feat: custom subscription title in panel
* feat: added translations
2025-03-15 08:16:59 +01:00
mhsanaei
280a22b57d
warp - optimize utility code
2025-03-12 19:27:19 +01:00
Shishkevich D.
cedc7f0fb8
chore: refactoring RandomUtil
class
...
now we use window.crypto.getRandomValues to generate random values.
2025-03-09 06:37:05 +00:00
Shishkevich D.
101e9ebf35
fix: modals style
2025-03-09 06:01:27 +00:00
Shishkevich D.
a23a5de540
Revert "chore: add new grpc params for outbound ( #2744 )"
...
This reverts commit c49ec9a74c
.
2025-03-09 05:37:50 +00:00
Shishkevich D.
a16e83468b
chore: add dns
type for kcp protocol
...
see https://xtls.github.io/config/transports/mkcp.html#headerobject
2025-03-09 12:23:35 +07:00
Shishkevich D.
c49ec9a74c
chore: add new grpc params for outbound ( #2744 )
2025-03-09 11:28:12 +07:00
mhsanaei
700cf9c10b
minor changes
2025-03-08 18:14:48 +01:00
Shishkevich D.
697cd5e6d9
Code refactoring ( #2739 )
...
* refactor: switching to the use of typed props
* refactor: `password-input` -> `a-password-input`
* fix: qr modal copy error
2025-03-08 22:41:27 +07:00
Shishkevich D.
c6d27a4463
chore: pretty backup
and xray version
modal ( #2737 )
...
* chore: pretty `backup & restore` modal
* chore: pretty `xray version` modal
* fix: new `xray version` modal style
2025-03-08 20:41:23 +07:00
Shishkevich D.
6658f648e6
refactor: move language manager to utils ( #2735 )
2025-03-08 09:54:41 +07:00
Shishkevich D.
fad6c497eb
chore: add empty screens for empty data (balancers, reverses, dns)
...
cleaned up some of the margins & paddings
2025-03-07 13:56:03 +00:00
Shishkevich D.
0a207b8a2c
refactor: merging all util functions into classes
2025-03-07 09:07:23 +00:00
Shishkevich D.
26bf693dbd
refactor: move copy function to utils.js
2025-03-07 07:27:33 +00:00
Shishkevich D.
7483fb2ec5
refactor: delete base64js
...
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
2025-03-07 07:11:03 +00:00
Shishkevich D.
2d8cca3a2e
refactor: delete clipboardjs
( #2727 )
...
text copying can be done without using additional libraries
2025-03-06 20:43:46 +01:00
mhsanaei
361849b9db
Balancer fallbackTag #2724
2025-03-06 20:35:17 +01:00
Shishkevich D.
c13db7922e
Pretty Panel and Xray settings ( #2726 )
...
* chore: refactor `setting-list-item` component
* chore: remove padding
* chore: replace settings list with settings collapse panels
* chore: add missing translations
* chore: fix translation
2025-03-06 11:17:25 +01:00
Shishkevich D.
99f26be30d
feat: add statistics section ( #2718 )
...
the "Outbounds Traffic" parameter, which was misleading, was also renamed and moved
2025-03-05 13:27:25 +01:00
mhsanaei
b0edd24c52
Noise: Add hex
2025-03-05 13:22:07 +01:00
mhsanaei
f0cfd48f66
Sockopt: Add addressPortStrategy
2025-03-05 13:14:17 +01:00
Shishkevich D.
f5aea03765
chore: add global params for DNS ( #2713 )
...
parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
2025-03-04 14:18:51 +01:00
mhsanaei
14cdde371f
better view for uTLS
2025-03-04 12:50:49 +01:00
mhsanaei
99a23f25d5
TLS-REALITY : hide value of private key
2025-03-04 10:36:02 +01:00
Shishkevich D.
653ec90451
chore: pretty dns section in xray settings ( #2700 )
2025-03-04 09:55:13 +01:00
Shishkevich D.
91a84db479
chore: pretty auth tab in panel settings ( #2701 )
2025-03-04 09:54:59 +01:00
Shishkevich D.
08b55da408
feat: add quic protocol in xray rule modal ( #2666 )
2025-02-24 09:23:59 +01:00
mhsanaei
ceb1217121
serverNameToVerify to verifyPeerCertInNames #2662
2025-02-22 14:09:52 +01:00
AAA
1bbf31df9f
feat(externalTrafficJob): External Traffic Inform ( #2660 )
...
* Add Setting entity + GUI field in panel settings
* Add a missing 'Traffic' in InformEnabale field
* Add ExternalTrafficURL Post request call
* Add translation + cleanup
* Move options to General tab
---------
Co-authored-by: root <root@vm3562019.stark-industries.solutions>
Co-authored-by: root <root@vm3688062.stark-industries.solutions>
2025-02-22 10:45:14 +01:00
Sanaei
d18a1a37ce
revert group management ( #2656 )
...
* Revert "json post base path bug fixed (#2647 )"
This reverts commit 04cf250a54
.
* Revert "Group Management of Subscription Clients"
* Revert "fix getSubGroupClients for enable/disable and edit clients."
* Revert "Enhance database initialization in db.go (#2645 )"
This reverts commit 66fe84181b
.
* Revert "Add checkpoint handling in CloseDB function (#2646 )"
This reverts commit 4dd40f6f19
.
* Revert "Improved database model migration and added indexing (#2655 )"
This reverts commit b922d986d6
.
2025-02-04 11:27:58 +01:00
Abolfazl Fazilat
8a7cffd63f
Completed translation for missing text ( #2653 )
2025-01-31 18:54:52 +01:00
AghayeCoder
46ba4c4518
fix getSubGroupClients for enable/disable and edit clients.
2025-01-31 17:27:09 +03:30
AghayeCoder
a787ab497c
switcher for outbound traffic
2025-01-31 17:24:03 +03:30
mhsanaei
b4a1d81444
[subJson] better direct options
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2025-01-26 19:43:02 +01:00
mhsanaei
46ef506aa6
TLS - serverNameToVerify
2025-01-26 19:33:50 +01:00
mhsanaei
b34956647b
minor change
2025-01-26 11:07:45 +01:00
Ivan Zorin
dd4c2adb37
Fix non-MultiUser dbInbounds ( #2649 )
2025-01-26 11:03:06 +01:00
mhsanaei
2dec7f48f5
bug fix - get client ips
2025-01-24 17:16:16 +01:00
Ali Rahimi
04cf250a54
json post base path bug fixed ( #2647 )
...
* json post base path bug fixed
* added comment field to group client management
2025-01-23 21:33:47 +01:00
mhsanaei
7911eeb69f
XHTTP - scStreamUpServerSecs
2025-01-21 22:43:13 +01:00
Ali Rahimi
6e9180a665
Group Management of Subscription Clients ( #2644 )
...
* add group user with the same subscription id to all inbounds
* code format compare
* add await for reset client traffic
* en language changed
* added client traffic syncer job
* handle exist email duplicate in sub group
* multi reset and delete request for clients group
* add client traffic syncer setting option
* vi translate file updated
* auto open qr-modal bug fixed
2025-01-21 03:01:54 +01:00
Alex Churin
7eb5afdd8d
wireguard modal fix ( #2640 )
2025-01-14 16:08:19 +01:00
Igor Semenov
0c47771671
Add Russian domains ( #2635 )
...
Add Russian domains
2025-01-11 13:39:32 +01:00
Tara Rostami
67920a1962
Minor Fixes (UI) ( #2636 )
...
* Minor Fixes (UI)
* Update custom.min.css
2025-01-11 13:38:26 +01:00
mhsanaei
49d3957c07
bug fix
2025-01-05 21:04:18 +01:00
mhsanaei
9fb9d7201e
Add custom v2ray rules for Russia
...
runetfreedom/russia-v2ray-rules-dat
2025-01-05 15:39:40 +01:00
mhsanaei
da674d44cf
httpupgrade: remove host from header
2025-01-01 20:18:28 +01:00
LoST
cc3252531b
Added "comment" in all languages ( #2631 )
...
- Added a "comment" in all languages
---------
Co-authored-by: mhsanaei <ho3ein.sanaei@gmail.com>
2025-01-01 19:13:55 +01:00
mhsanaei
284731deeb
xmux - hMaxReusableSecs
2025-01-01 18:48:47 +01:00
mhsanaei
9bc5c1d070
tcpNoDelay to penetrate
2025-01-01 18:42:50 +01:00
mhsanaei
6cc07254e0
Fallback - Reality
...
this is not my problem they don't mention it on their document
2024-12-30 00:38:49 +01:00
mhsanaei
04c658f1a0
Client: Comment
...
now you can add Comment and write anything you want to remember
2024-12-27 13:48:07 +01:00
KiselevAlexander
02998c5467
Added ip limit data and controls to client info modal ( #2617 )
2024-12-20 18:34:30 +01:00
mhsanaei
0df85cc3d9
XHTTP: server & client
...
Remove scMinPostsIntervalMs, xmux, noGRPCHeader from the server side and add them to the client side.
Before you could have them on sub json but I decided to remove them.
2024-12-17 10:39:37 +01:00
mhsanaei
36b0289bc6
XHTTP: Add "scMaxBufferedPosts"
2024-12-16 11:20:38 +01:00
MHSanaei
918a2b1533
XHTTP: Add "hMaxRequestTimes, hKeepAlivePeriod"
2024-12-16 10:13:01 +01:00
mhsanaei
b60387accb
XHTTP: Add "keepAlivePeriod"
2024-12-11 17:05:47 +01:00
mhsanaei
4efcdb3e01
Transport: Remove HTTP
...
Migrated to XHTTP "stream-one" mode.
2024-12-04 13:49:43 +01:00
mhsanaei
b859327b8a
splithttp to xhttp
2024-12-03 22:24:34 +01:00
mhsanaei
3e8fc59213
WebSocket: Add heartbeatPeriod
2024-12-03 22:07:58 +01:00
mhsanaei
b569c21fec
XHTTP: noGRPCHeader
2024-11-21 17:56:25 +03:30
mhsanaei
ccda652e69
SplitHTTP - Mode
2024-11-14 13:09:51 +03:30
mhsanaei
111bfe5d2e
ShadowSocks - ivCheck
2024-11-12 14:01:42 +03:30
DecorativeFamily
35df2a0505
[CodeFactor] Apply fixes ( #2595 )
...
Co-authored-by: codefactor-io <support@codefactor.io>
2024-11-12 01:28:00 +03:30
mhsanaei
adb08a60cf
rename - splithttp to xhttp
2024-11-03 10:51:53 +01:00
mhsanaei
19a31686da
REALITY: SplitHTTP transport
2024-10-30 14:46:27 +01:00
mhsanaei
e359b5c75e
removed - XTLS Security
...
because its too old and no one use it anymore
2024-10-29 12:50:25 +01:00
MHSanaei
bebf83f06c
wireguard - noKernelTun
2024-10-20 14:07:21 +02:00
mhsanaei
e6020850fc
v2.4.5
2024-10-17 12:27:13 +02:00
mhsanaei
1b9432ff37
move security domains into protection shield
2024-10-17 11:27:36 +02:00
MadrinX
f1f813269c
feat(tgbot): Add the option to change the telegram API server ( #2584 )
2024-10-17 10:59:42 +02:00
mhsanaei
a23f390402
splithttp - xmux (change default value)
2024-10-17 10:40:56 +02:00
mhsanaei
b36032e22c
REALITY: target as an alias of dest
...
I don't want to add it separately because they are the same, just the name is different.
2024-10-16 12:22:07 +02:00
mhsanaei
ac7901abba
Wireguard - kernel Tun
2024-10-16 12:08:01 +02:00
MHSanaei
d97d36bb9e
500 rows for log page
2024-10-15 21:49:36 +02:00
MHSanaei
6062031de4
fix lang + more geoip option
2024-10-11 09:15:36 +02:00
Alireza Ahmadi
fb2b58110d
fix subJson direct rules ( #2580 )
2024-10-10 22:33:44 +02:00
Alireza Ahmadi
c385662783
simplified basic routing ( #2579 )
2024-10-10 21:38:56 +02:00
mhsanaei
19a832cad8
change name H2 to HTTP
...
because we also have h3 on it
2024-10-04 16:34:50 +02:00
mhsanaei
b22f859c38
Show tcpNoDelay only when tcpMptcp is true
2024-10-03 10:52:08 +02:00
mhsanaei
98869c7169
Show buildChain only when usage is 'issue'
2024-10-03 10:48:01 +02:00