Commit graph

566 commits

Author SHA1 Message Date
Hamidreza Ghavami
b7cd57f989 Update README.md 2023-05-21 06:50:57 +04:30
Hamidreza Ghavami
e84132ea7c FIX ERROR 'msg and reply are same' in tgbot 2023-05-21 05:48:19 +04:30
Hamidreza Ghavami
e62305f16c FIX hashStorage remove expire job 2023-05-21 05:33:01 +04:30
Hamidreza Ghavami
f034420c9b Update translations 2023-05-21 03:30:39 +04:30
Hamidreza Ghavami
9b7c8cad28 Update tgbot locale + add I18nBot 2023-05-21 03:30:26 +04:30
Hamidreza Ghavami
f748918a00 rename I18n to I18nWeb 2023-05-21 03:29:27 +04:30
Hamidreza Ghavami
9bcef91cd7 FIX hashStorage 2023-05-20 21:46:42 +04:30
Hamidreza Ghavami
65ba44d423 FIX callback query and BUTTON_DATA_INVALID error with hashStorage 2023-05-20 20:29:28 +04:30
Hamidreza Ghavami
cc380b8c71 init i18n in tgbot 2023-05-20 20:08:01 +04:30
Hamidreza Ghavami
c637d8f43d add tgBot localizer 2023-05-20 19:59:04 +04:30
Hamidreza Ghavami
d4c04188b8 update to use WebI18n func 2023-05-20 19:51:45 +04:30
Hamidreza Ghavami
442da6db66 update I18n function for controller 2023-05-20 19:49:39 +04:30
Hamidreza Ghavami
b7ad82e7f4 create LocalizerMiddleware func 2023-05-20 19:46:34 +04:30
Hamidreza Ghavami
e896f7b262 add localizer middleware to web.go 2023-05-20 19:46:05 +04:30
Hamidreza Ghavami
1be8e248a7 replace new localizer to web.go 2023-05-20 19:43:59 +04:30
Hamidreza Ghavami
a2bf6e806a Refactor i18n localizer 2023-05-20 19:41:08 +04:30
Hamidreza Ghavami
c95037f78f some fix and prune for tgbot 2023-05-20 19:39:01 +04:30
Hamidreza Ghavami
944b7f80cd Update translations 2023-05-20 19:21:10 +04:30
Hamidreza Ghavami
efd2669f1f add tgLang to settings 2023-05-20 19:20:54 +04:30
Hamidreza Ghavami
bf8251076e Add tgLang option 2023-05-20 19:15:20 +04:30
Hamidreza Ghavami
c2c44002f5 Update .gitignore 2023-05-20 19:03:31 +04:30
Hamidreza Ghavami
fc410383db Add manual list for ipv4 and warp and fixed it 2023-05-20 19:02:37 +04:30
Hamidreza Ghavami
08d03bfae4 FIX redirect after restart panel 2023-05-20 18:58:51 +04:30
Hamidreza Ghavami
273421a20c update settings ui 2023-05-20 18:57:10 +04:30
Hamidreza Ghavami
e0b909535f fix tls settings 2023-05-20 18:46:50 +04:30
Hamidreza Ghavami
47edd393e6 update sub remark for shadowsocks 2023-05-20 18:44:18 +04:30
dependabot[bot]
5a1237bfc2 Bump github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0 (#481)
Bumps [github.com/Workiva/go-datastructures](https://github.com/Workiva/go-datastructures) from 1.0.53 to 1.1.0.
- [Release notes](https://github.com/Workiva/go-datastructures/releases)
- [Commits](https://github.com/Workiva/go-datastructures/compare/v1.0.53...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/Workiva/go-datastructures
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 18:31:56 +03:30
Minobi
f5eb9d4251 Updated Russian translation of the web UI (#478) 2023-05-19 06:45:33 +03:30
Mahdi Nemati
946d1bcc21 Api for backup Telegram (#468) 2023-05-19 00:31:05 +03:30
MHSanaei
6c3b747a33 bug fix - xtls 2023-05-18 12:18:13 +03:30
MHSanaei
f3feec2e0b update - config 2023-05-18 11:52:53 +03:30
Ho3ein
1946571107 Merge pull request #467 from mmrabbani/patch-1
Simplifying ad blocking syntax
2023-05-18 00:59:01 +03:30
mmrabbani
bb20045c03 Update traffic+block-ads+warp.json 2023-05-18 00:51:36 +03:30
mmrabbani
e9e4996021 Update traffic+block-ads+ipv4-google.json 2023-05-18 00:50:57 +03:30
mmrabbani
0bd637274e Simplifying ad blocking syntax
I simplified the ad blocking syntax.
"category-ads-all" includes "category-ads". Also "category-ads" includes "google-ads" and "spotify-ads".
So if "category-ads-all" is blocked, there is no need to block 3 other lists (category-ads,google-ads,spotify-ads)

References:
https://github.com/v2fly/domain-list-community/blob/master/data/category-ads
https://github.com/v2fly/domain-list-community/blob/master/data/category-ads-all
2023-05-18 00:48:37 +03:30
MHSanaei
964dd33627 bug fix - expiry Time 2023-05-17 18:57:34 +03:30
MHSanaei
22b761dadd v1.5.0 2023-05-17 18:19:39 +03:30
MHSanaei
3c857b69a9 fix bug - mobile view 2023-05-17 18:17:12 +03:30
Ho3ein
d1dca3afb8 Update docker.yml
always use the latest version :D
2023-05-17 16:34:44 +03:30
MHSanaei
d274077066 [feature] SpiderX for Reality
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 16:10:11 +03:30
MHSanaei
97ff96da26 [feature] filter inbound clients
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 15:57:47 +03:30
MHSanaei
94dffa818f adguard Family protection 2023-05-17 03:05:36 +03:30
MHSanaei
91c6b279e1 [feature] interactive deplete soon
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 02:01:56 +03:30
MHSanaei
3913128bbb [sub] add more headers
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 01:07:35 +03:30
MHSanaei
b9c3cd8534 [feature] multi cert per inbound
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17 00:55:19 +03:30
MHSanaei
4f98b6f393 random - trojan password 2023-05-17 00:09:32 +03:30
MHSanaei
df9907cbd1 update - ui 2023-05-16 23:40:27 +03:30
MHSanaei
03f39e8eec update - xray configuration
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-16 23:39:59 +03:30
Ho3ein
4c25329c35 Merge pull request #452 from MHSanaei/dependabot/github_actions/actions/setup-go-4.0.1
Bump actions/setup-go from 4.0.0 to 4.0.1
2023-05-16 14:36:51 +03:30
dependabot[bot]
9d3aa88472 Bump actions/setup-go from 4.0.0 to 4.0.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 10:04:13 +00:00