Commit graph

538 commits

Author SHA1 Message Date
Hamidreza Ghavami
87751c0247 fix input bg color in login page 2023-05-13 17:42:11 +04:30
MHSanaei
ad9723c986 remove duplicate random text gen
randomText by default
length set to 8
2023-05-13 15:42:46 +03:30
MHSanaei
a21fecf91e remove search Data files 2023-05-13 15:03:46 +03:30
MHSanaei
f3bc21c3b4 random UUID 2023-05-13 14:51:07 +03:30
MHSanaei
25bea3029f fix 2023-05-13 13:53:17 +03:30
MHSanaei
fea549ffd9 [bug] fix cloned inbound settings
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:33:13 +03:30
MHSanaei
e2de4b1f74 [bug] fix login failure when tgbot is not active
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:31:46 +03:30
MHSanaei
619b52ed57 pruning some codes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:29:10 +03:30
MHSanaei
a8fb412bc8 Set session max-age to default if defined zero
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:26:04 +03:30
MHSanaei
2668b78f91 spin only in reload time
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:24:44 +03:30
MHSanaei
29ce25bbbb remove duplicate remark assignments
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-13 13:21:27 +03:30
Ho3ein
35d98ad70d Merge pull request #420 from hamid-gh98/main
[fix] russia domains in settings and More....
2023-05-13 13:18:36 +03:30
Hamidreza Ghavami
91053392bf FIX Login UI style 2023-05-13 00:52:12 +04:30
Hamidreza Ghavami
f749391bd5 Update README.md 2023-05-12 22:45:33 +04:30
Hamidreza Ghavami
3e30d4e39b Change route path '/xui' to '/panel' 2023-05-12 22:45:32 +04:30
Hamidreza Ghavami
22e5978f6c Update README.md 2023-05-12 22:45:32 +04:30
Hamidreza Ghavami
bc44e6aed3 Add docker-compose.yml 2023-05-12 22:45:31 +04:30
Hamidreza Ghavami
1e5447b3bc update translation 2023-05-12 22:45:30 +04:30
Hamidreza Ghavami
64f51b347d await secret status in login page 2023-05-12 22:45:30 +04:30
Hamidreza Ghavami
bb7157aa2d Add block speedtest switch template 2023-05-12 22:45:29 +04:30
Hamidreza Ghavami
457a0ad74e fix show client name in QR modal 2023-05-12 22:45:28 +04:30
Hamidreza Ghavami
3ac17b3afc Add copy button for sub link 2023-05-12 22:45:28 +04:30
Hamidreza Ghavami
f66559a502 Fix darkClass in ThemeSwitcher 2023-05-12 22:45:27 +04:30
Hamidreza Ghavami
733fd2ffdb Show client email in QR Modal 2023-05-12 22:45:26 +04:30
Hamidreza Ghavami
4adc158012 add service function to search data files 2023-05-12 22:45:26 +04:30
Hamidreza Ghavami
431d608faa add searchDatafiles route 2023-05-12 22:45:25 +04:30
Hamidreza Ghavami
f9d242bb48 add check for geosite function 2023-05-12 22:45:24 +04:30
Hamidreza Ghavami
1d9fd01bae only get enabled inbounds and clients 2023-05-12 22:45:24 +04:30
Tara Rostami
fb4997c0b7 Minor changes in UI (#415)
* Update custom.css

* Update setting.html

* Update settings.html

* Update antd.min.css

* Update antd.min.css

* Update settings.html

* Update custom.css

* Update custom.css

* Update antd.min.css

* Update setting.html

* Update custom.css

* Update custom.css

* Update antd.min.css
2023-05-12 09:13:08 +03:30
Tara Rostami
6d97fd2395 Optimized Settings UI (#408)
* Update custom.css

* Update setting.html

* Update settings.html

* Update antd.min.css

* Update antd.min.css

* Update settings.html

* Update custom.css

* Update custom.css

* Update antd.min.css

* Update setting.html

* Update custom.css
2023-05-11 14:04:35 +03:30
Hossein Abaiyani
097dd511e7 Cleaner Docker file with much lighter base image (#387)
* updated dockerfile

* updated dockerfile

* Update Dockerfile

added platform

* added iran.dat

* added iran.dat

---------

Co-authored-by: Hossein Abaiyani <hossein.abaiyani@arvancloud.com>
2023-05-11 13:08:44 +03:30
Ho3ein
8ee577cbbe Merge pull request #392 from MHSanaei/dependabot/go_modules/gorm.io/gorm-1.25.1
Bump gorm.io/gorm from 1.25.0 to 1.25.1
2023-05-09 19:57:19 +03:30
dependabot[bot]
6daacf0ae0 Bump gorm.io/gorm from 1.25.0 to 1.25.1
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.0 to 1.25.1.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.0...v1.25.1)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 10:03:47 +00:00
Ho3ein
75058aac4d Merge pull request #381 from hamid-gh98/main
[FIX] bug logout path + [UPDATE] login UI and more ...
2023-05-08 19:40:02 +03:30
Hamidreza Ghavami
e7acc37bfa fix style bg :D 2023-05-08 20:19:11 +04:30
Hamidreza Ghavami
c61956d0b9 update theme-switch 2023-05-08 19:44:18 +04:30
Hamidreza Ghavami
3f2a9aa58b Merge branch 'main' of https://github.com/hamid-gh98/3x-ui into main 2023-05-08 19:41:14 +04:30
Hamidreza Ghavami
ba29eb65fa fix style login ui 2023-05-08 19:38:36 +04:30
Hamidreza Ghavami
7162580edf fix use password component 2023-05-08 19:26:01 +04:30
Hamidreza Ghavami
701d6547f0 update UI to use password-input component 2023-05-08 19:24:44 +04:30
Hamidreza Ghavami
d06b44cb4b add password component 2023-05-08 19:21:58 +04:30
Hamidreza Ghavami
0c9226d887 update login UI 2023-05-08 19:20:13 +04:30
Hamidreza Ghavami
c0075eb926 [FIX] bug logout path 2023-05-08 19:15:33 +04:30
Hamidreza Ghavami
63799f4c63 update UI to use themeSwitcher 2023-05-08 19:14:22 +04:30
MHSanaei
a23aca1010 update pic v1.4.1 2023-05-08 17:39:29 +03:30
Hamidreza Ghavami
f4a9d071d7 remove themeChanger from siderDrawer 2023-05-08 18:19:59 +04:30
Hamidreza Ghavami
f82ea690b9 create theme-switch component 2023-05-08 18:15:08 +04:30
Hamidreza Ghavami
dfaa1c969b fix style height when rotating + move cookie util to their specific file 2023-05-08 18:04:12 +04:30
MHSanaei
876724d036 [feature] Russian lang 2023-05-08 14:43:02 +03:30
koid38
7bda7f13a3 Create translate.ru_RU.toml (#375)
ru translate
2023-05-08 14:05:16 +03:30