Commit Graph

437 Commits

Author SHA1 Message Date
Markson Hon
cf589ae525
Merge pull request #1545 from v2rayA/dependabot/npm_and_yarn/gui/http-proxy-middleware-2.0.7
Some checks failed
dispatch_copr / call_copr (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Web (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Binaries (push) Has been cancelled
Test Source of v2rayA / Build_Windows_installer (push) Has been cancelled
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /gui
2024-11-03 12:09:18 +08:00
zhullyb
53f7376ca4 fix(gui): fix missing auote [2/2]
Some checks failed
dispatch_copr / call_copr (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Web (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Binaries (push) Has been cancelled
Test Source of v2rayA / Build_Windows_installer (push) Has been cancelled
2024-10-26 22:41:25 +08:00
zhullyb
fae89c190a fix(gui): fix missing auote 2024-10-26 22:26:14 +08:00
dependabot[bot]
5a7c772b4f
chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /gui
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 19:45:57 +00:00
竹林里有冰
824d7e554a
fix(gui): trojan with no obfuscation won't be selected (#1544) 2024-10-25 10:49:27 +08:00
高渐离
ae89afe878
Merge pull request #1533 from v2rayA/add_custom_api_port
Some checks failed
dispatch_copr / call_copr (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Web (push) Has been cancelled
Test Source of v2rayA / Build_v2rayA_Binaries (push) Has been cancelled
Test Source of v2rayA / Build_Windows_installer (push) Has been cancelled
Add custom api port
2024-10-12 21:36:42 +08:00
Gaojianli
9efc7a29df 增加鲁棒性 2024-10-10 16:28:42 +08:00
LouisKamsky
660b59d8b1 Added support to protocol: 2022-blake3-aes-128-gcm and 2 more. Fixed bug while using xray-core. 2024-10-10 07:50:36 +08:00
Gaojianli
233a5552a8 finish gui 2024-10-08 17:18:52 +08:00
Sergey Kutovoy
26f5b700da
fix: typos in russian translation 2024-09-14 19:16:50 +05:00
Deni
2e1a6bc814
Add Support for QUIC Protocol in VLESS (#1473) 2024-08-18 21:57:40 +08:00
Markson Hon
e72de29926
Merge branch 'main' into sing-tun 2024-04-14 22:21:09 +08:00
wngtk
0f51f5986f
Remove "is-text" in button style 2024-04-05 03:17:45 +08:00
高渐离
e1ff5a16b8
Revert "chore(deps): bump axios from 0.21.4 to 0.28.0 in /gui" 2024-03-02 22:52:59 +08:00
Markson Hon
a35152ed28
Merge pull request #1319 from 2077DevWave/fa_fix_translate
improve persian translate file and fix some problems.
2024-03-01 19:07:24 +08:00
Fighter 2077
a57d1e6376
improve persian translate file and fix some problems. 2024-02-29 17:25:22 +00:00
Markson Hon
2eb56b52e8
Merge pull request #1244 from iopq/trojan-grpc
added Trojan GRPC capabilities and possibly more
2024-02-27 22:28:36 +08:00
Markson Hon
92b85c91a3
Merge branch 'main' into sing-tun 2024-02-23 19:46:09 +08:00
dependabot[bot]
b9a506610f
chore(deps): bump axios from 0.21.4 to 0.28.0 in /gui
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.28.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 11:35:05 +00:00
DimmKG
6e48f36603 fix(gui): add brazil flag in languages bar 2024-02-13 22:50:36 +07:00
DimmKG
9f13c22a4a feat(gui): add russian translation 2024-02-13 22:41:15 +07:00
iopq
c6e3f1279f added Trojan GRPC capabilities and possibly more (not tested) 2023-12-27 22:51:05 +08:00
Markson Hon
eb74b406c4
Merge branch 'main' into sing-tun 2023-12-17 08:55:44 +08:00
mzz2017
7eb931de77 Revert "Merge pull request #1166 from v2rayA/dependabot/npm_and_yarn/gui/axios-1.6.0"
This reverts commit b664fba9d6, reversing
changes made to 3c2873dc3d.
2023-12-05 22:01:40 +08:00
wnxd
de4904b4aa Merge branch 2023-11-25 06:42:34 +08:00
wnxd
d7e063f6b5 Add tun mode with sing-tun 2023-11-25 06:36:06 +08:00
easterNday
9e0916cd82
chore(compress): use webpack to compress the files of the web panel (#1189)
* Turn on Gzip compression on the front end;
    - Use compression-webpack-plugin plugin;
    - Configure in vue.config.js
    - Enable compression only in production mode
* Remove original compression method
2023-11-22 19:51:54 +08:00
Markson Hon
b664fba9d6
Merge pull request #1166 from v2rayA/dependabot/npm_and_yarn/gui/axios-1.6.0
chore(deps): bump axios from 0.21.4 to 1.6.0 in /gui
2023-11-20 09:45:24 +08:00
mzz2017
3c2873dc3d chore: fix node v21 build 2023-11-18 16:34:16 +00:00
dependabot[bot]
78e1cf8550
chore(deps): bump axios from 0.21.4 to 1.6.0 in /gui
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 17:13:21 +00:00
mzz2017
d3fdacb433 chore: upgrade node-ipc 2023-11-06 22:38:58 +08:00
qianxu
f0662404cc feat(gui): remember last node tab. (#1076) 2023-10-19 15:34:18 +00:00
xerxesar
4ec8ca1ec6 style: Improve server list table columns (#1096)
* Set max-width for address and latency columns.

* Colorize latency results
2023-10-19 15:27:40 +00:00
wei
0419687193 feat: Allow to modify address of subscriptions (#1095)
Co-authored-by: zengwei <544278032@qq.com>
2023-10-19 15:18:27 +00:00
Markson Hon
d19f5ae97f Merge pull request #1118 from v2rayA/dependabot/npm_and_yarn/gui/babel/traverse-7.23.2
chore(deps): bump @babel/traverse from 7.20.10 to 7.23.2 in /gui
2023-10-19 21:40:20 +08:00
gyf9835
6726f160d9 🐛 fix: #1117 routinga-animation-content height 2023-10-19 00:01:12 +08:00
dependabot[bot]
8f77d4acf0 chore(deps): bump @babel/traverse from 7.20.10 to 7.23.2 in /gui
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.10 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 15:48:00 +00:00
Markson Hon
887a08e861 Merge pull request #1025 from v2rayA/dependabot/npm_and_yarn/gui/nunjucks-3.2.4
chore(deps): bump nunjucks from 3.2.3 to 3.2.4 in /gui
2023-09-14 19:45:05 +08:00
mzz2017
658caf4ad0 fix(juicity): showing of allow_insecure #1062 2023-09-03 13:00:26 +08:00
Markson Hon
fdd348dc07 Merge pull request #1026 from v2rayA/dependabot/npm_and_yarn/gui/webpack-5.88.2
chore(deps): bump webpack from 5.75.0 to 5.88.2 in /gui
2023-08-21 19:59:18 +08:00
mzz2017
f3d091e1f9 feat: support tuic protocol 2023-08-19 21:45:54 +08:00
dependabot[bot]
f867a8b605 chore(deps): bump webpack from 5.75.0 to 5.88.2 in /gui
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.88.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.88.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 17:32:28 +00:00
dependabot[bot]
4be4cf3599 chore(deps): bump nunjucks from 3.2.3 to 3.2.4 in /gui
Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/mozilla/nunjucks/releases)
- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mozilla/nunjucks/compare/v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: nunjucks
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 17:32:24 +00:00
dependabot[bot]
29e17d61bb chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /gui (#1019)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-13 01:31:44 +08:00
mzz2017
2c9ec1d067 fix(juicity): import by pannel 2023-08-12 18:55:24 +08:00
mzz2017
b5efed2332 feat(protocol): support juicity 2023-08-12 13:32:10 +08:00
Neil Bowman
6ec19744c2 fix: Farsi language standard flag. (#1011) 2023-08-08 09:28:50 +08:00
mzz2017
73e69863ca feat: support reality 2023-08-03 01:26:01 +08:00
mzz2017
7972779794 chore: refine code 2023-08-03 00:16:21 +08:00
mzz
1928283842 Merge xray support from CI-He-O/v2rayA (#1004)
* added xtls-rprx-vision & uTLS fingerprint

* removed node option openssl-legacy-provider

* removed node option openssl-legacy-provider

* update github action

* fix: vless id

---------

Co-authored-by: clheo <93776896+Cl-He-O@users.noreply.github.com>
2023-08-02 23:54:07 +08:00