Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-20update I18n function for controllerHamidreza Ghavami
2023-05-20create LocalizerMiddleware funcHamidreza Ghavami
2023-05-20add localizer middleware to web.goHamidreza Ghavami
2023-05-20replace new localizer to web.goHamidreza Ghavami
2023-05-20Refactor i18n localizerHamidreza Ghavami
2023-05-20some fix and prune for tgbotHamidreza Ghavami
2023-05-20Update translationsHamidreza Ghavami
2023-05-20add tgLang to settingsHamidreza Ghavami
2023-05-20Add tgLang optionHamidreza Ghavami
2023-05-20Update .gitignoreHamidreza Ghavami
2023-05-20Add manual list for ipv4 and warp and fixed itHamidreza Ghavami
2023-05-20FIX redirect after restart panelHamidreza Ghavami
2023-05-20update settings uiHamidreza Ghavami
2023-05-20fix tls settingsHamidreza Ghavami
2023-05-20update sub remark for shadowsocksHamidreza Ghavami
2023-05-19Bump github.com/Workiva/go-datastructures from 1.0.53 to 1.1.0 (#481)dependabot[bot]
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-19Updated Russian translation of the web UI (#478)Minobi
2023-05-19Api for backup Telegram (#468)Mahdi Nemati
2023-05-18bug fix - xtlsMHSanaei
2023-05-18update - configMHSanaei
2023-05-18Merge pull request #467 from mmrabbani/patch-1Ho3ein
Simplifying ad blocking syntax
2023-05-18Update traffic+block-ads+warp.jsonmmrabbani
2023-05-18Update traffic+block-ads+ipv4-google.jsonmmrabbani
2023-05-18Simplifying ad blocking syntaxmmrabbani
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-17bug fix - expiry Timev1.5.0MHSanaei
2023-05-17v1.5.0MHSanaei
2023-05-17fix bug - mobile viewMHSanaei
2023-05-17Update docker.ymlHo3ein
always use the latest version :D
2023-05-17[feature] SpiderX for RealityMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17[feature] filter inbound clientsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17adguard Family protectionMHSanaei
2023-05-17[feature] interactive deplete soonMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17[sub] add more headersMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-17[feature] multi cert per inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-16random - trojan passwordMHSanaei
2023-05-16update - uiMHSanaei
2023-05-16update - xray configurationMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-16Merge pull request #452 from ↵Ho3ein
MHSanaei/dependabot/github_actions/actions/setup-go-4.0.1 Bump actions/setup-go from 4.0.0 to 4.0.1
2023-05-16Bump actions/setup-go from 4.0.0 to 4.0.1dependabot[bot]
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-15security issue - CVE-2023-29401MHSanaei
Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment function References gin-gonic/gin#3555 gin-gonic/gin#3556 https://pkg.go.dev/vuln/GO-2023-1737
2023-05-14Merge pull request #438 from masoud-hidden/mainHo3ein
[tgbot] Some new changes in the bot
2023-05-14[tgbot] Fix reply keyboard heightMasoud Hidden
2023-05-14[tgbot] Ability to remove telegram user from the client in the botMasoud Hidden
2023-05-14[tgbot] Ability to select telegram user for client from botMasoud Hidden
2023-05-14[tgbot] Changed to telegoMasoud Hidden
2023-05-14Merge pull request #434 from hamid-gh98/mainv1.4.6Ho3ein
[FIX] siderDrawer button functionality + [Update] redirect restart panel
2023-05-14FIX redirect after restart panelHamidreza Ghavami
2023-05-14FIX siderDrawer button functionHamidreza Ghavami
2023-05-14FIX sideBar styleHamidreza Ghavami
2023-05-14Merge pull request #432 from hamid-gh98/mainHo3ein
[HOTFIX] Add basePath to Redirect Middleware