Hamidreza Ghavami
|
1e81fabaa5
|
update translation
|
2023-04-18 21:25:16 +04:30 |
|
Hamidreza Ghavami
|
850bfa58c9
|
update ui of setting.html + add russia setting
|
2023-04-18 21:24:32 +04:30 |
|
Hamidreza Ghavami
|
04f1d55425
|
add reset default config function
|
2023-04-18 21:23:51 +04:30 |
|
Hamidreza Ghavami
|
96d4302a79
|
update domain list of setting.html
|
2023-04-18 21:23:12 +04:30 |
|
Hamidreza Ghavami
|
ecfbe7cc84
|
add func to setting service
|
2023-04-18 21:21:37 +04:30 |
|
Hamidreza Ghavami
|
a6a05dd938
|
add api route setting/getDefaultJsonConfig
|
2023-04-18 21:21:09 +04:30 |
|
Hamidreza Ghavami
|
0f7b3eddaf
|
update README.md
|
2023-04-18 21:20:28 +04:30 |
|
Hamidreza Ghavami
|
1747c545ce
|
update media/configs
|
2023-04-18 21:19:25 +04:30 |
|
Ho3ein
|
49f1c8cd8b
|
Merge branch 'main' into main
|
2023-04-18 15:22:17 +03:30 |
|
Ho3ein
|
76bc4305b7
|
Merge pull request #267 from MHSanaei/dependabot/go_modules/github.com/xtls/xray-core-1.8.1
Bump github.com/xtls/xray-core from 1.8.0 to 1.8.1
|
2023-04-18 14:07:08 +03:30 |
|
dependabot[bot]
|
68b9748e89
|
Bump github.com/xtls/xray-core from 1.8.0 to 1.8.1
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/xtls/xray-core/releases)
- [Commits](https://github.com/xtls/xray-core/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/xtls/xray-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-18 10:04:51 +00:00 |
|
Ho3ein
|
f33c6170c3
|
buy me a coffee
|
2023-04-18 13:34:09 +03:30 |
|
Hamidreza Ghavami
|
a434576030
|
update README.md
|
2023-04-18 11:33:55 +04:30 |
|
Hamidreza Ghavami
|
42cd200e75
|
update README.md
|
2023-04-18 11:31:52 +04:30 |
|
Hamidreza Ghavami
|
2835e5b2c5
|
update translation
|
2023-04-18 11:26:51 +04:30 |
|
Hamidreza Ghavami
|
a765a3f67b
|
change settings to use refactored function in setting.html
|
2023-04-18 11:23:43 +04:30 |
|
Hamidreza Ghavami
|
39dc245431
|
Refactor a function for switching settings in setting.html
|
2023-04-18 11:23:15 +04:30 |
|
Hamidreza Ghavami
|
ae025beb74
|
add default configs in setting.html
|
2023-04-18 11:22:44 +04:30 |
|
Hamidreza Ghavami
|
e2ef984ea6
|
update html of setting.html
|
2023-04-18 11:21:12 +04:30 |
|
Hamidreza Ghavami
|
2640089a31
|
update config.json
|
2023-04-18 10:22:04 +04:30 |
|
Hamidreza Ghavami
|
b9d08678e3
|
update x-ui.sh
|
2023-04-18 10:21:21 +04:30 |
|
Hamidreza Ghavami
|
3f6d4ea857
|
update .gitignore
|
2023-04-18 10:16:43 +04:30 |
|
Hamidreza Ghavami
|
15c04fd644
|
update release.yml
|
2023-04-18 10:16:10 +04:30 |
|
Ho3ein
|
904bf1bba2
|
Merge pull request #265 from MHSanaei/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.1 to 3.5.2
|
2023-04-17 16:46:36 +03:30 |
|
dependabot[bot]
|
c7cab54821
|
Bump actions/checkout from 3.5.1 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.1...v3.5.2)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-17 10:08:20 +00:00 |
|
MHSanaei
|
f7aae76ad2
|
fix typo 2
|
2023-04-14 17:22:49 +03:30 |
|
MHSanaei
|
14f8af64ff
|
fix typo
|
2023-04-14 16:14:57 +03:30 |
|
Ho3ein
|
5c994d23d4
|
Merge pull request #262 from MHSanaei/dev
alpn set by default + syntax fix
|
2023-04-14 15:22:33 +03:30 |
|
Ho3ein
|
aba232fc75
|
Merge pull request #261 from hamid-gh98/main
Support set db and bin folder path from env
|
2023-04-14 05:28:03 +03:30 |
|
MHSanaei
|
59933b6272
|
syntax fix thanks to @lk29
Co-Authored-By: lk29 <12291632+lk29@users.noreply.github.com>
|
2023-04-14 01:28:08 +03:30 |
|
MHSanaei
|
19ebfff845
|
edit name http to h2
|
2023-04-14 01:26:32 +03:30 |
|
MHSanaei
|
6ecc483a3c
|
alpn set by default
|
2023-04-14 01:26:08 +03:30 |
|
Hamidreza Ghavami
|
7275c0fedd
|
update get paths functions
|
2023-04-14 00:10:01 +04:30 |
|
Hamidreza Ghavami
|
3616436cd6
|
update v2-ui.db path
|
2023-04-14 00:09:14 +04:30 |
|
Hamidreza Ghavami
|
933216d475
|
update en lang
|
2023-04-14 00:08:37 +04:30 |
|
Hamidreza Ghavami
|
1ce00d5686
|
update and rename client ip job file
|
2023-04-14 00:07:13 +04:30 |
|
Hamidreza Ghavami
|
a251715417
|
update db config path
|
2023-04-14 00:03:46 +04:30 |
|
MHSanaei
|
149ac05704
|
v1.2.3
|
2023-04-13 18:46:28 +03:30 |
|
MHSanaei
|
ff109d0cc7
|
[migration] Remove Orphaned Traffics
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
|
2023-04-13 18:45:18 +03:30 |
|
MHSanaei
|
208feabae4
|
remove traffics of edited emails
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
|
2023-04-13 18:44:56 +03:30 |
|
MHSanaei
|
0af3a89cce
|
[backup] fix db name in we request
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
|
2023-04-13 18:42:51 +03:30 |
|
Ho3ein
|
e798e1cbc8
|
Merge pull request #253 from MHSanaei/dependabot/github_actions/actions/checkout-3.5.1
Bump actions/checkout from 3.5.0 to 3.5.1
|
2023-04-13 13:51:02 +03:30 |
|
dependabot[bot]
|
90c060f659
|
Bump actions/checkout from 3.5.0 to 3.5.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-13 10:04:59 +00:00 |
|
MHSanaei
|
78f6021fcf
|
update speedtest link
https://www.speedtest.net/apps/cli
|
2023-04-12 23:41:34 +03:30 |
|
Ho3ein
|
07af9752b1
|
arm64
|
2023-04-12 19:49:09 +03:30 |
|
Mohammad Movaghari
|
f12c9a3ada
|
Merge pull request #233 from MHSanaei/revert-232-main
Revert "update branch"
|
2023-04-12 17:05:27 +03:30 |
|
Mohammad Movaghari
|
99c2771c7f
|
Revert "update branch"
|
2023-04-12 06:32:18 -07:00 |
|
Mohammad Movaghari
|
46686e3760
|
Merge pull request #232 from mohammadmovaghari/main
update branch
|
2023-04-12 17:01:22 +03:30 |
|
Mohammad Movaghari
|
436594866e
|
Merge branch 'MHSanaei:main' into main
|
2023-04-12 16:59:17 +03:30 |
|
Ho3ein
|
5fbf5b7828
|
v1.2.2
|
2023-04-12 15:31:12 +03:30 |
|