hiddifypanel 10.10.14__py3-none-any.whl → 10.10.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hiddifypanel/VERSION +1 -1
- hiddifypanel/VERSION.py +2 -2
- hiddifypanel/panel/commercial/ProxyDetailsAdmin.py +1 -1
- hiddifypanel/panel/user/user.py +1 -1
- hiddifypanel/static/css/custom.css +9 -1
- hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/en/LC_MESSAGES/messages.po +13 -14
- hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/fa/LC_MESSAGES/messages.po +11 -13
- hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/ru/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
- hiddifypanel/translations.i18n/en.json +7 -7
- hiddifypanel/translations.i18n/fa.json +6 -6
- {hiddifypanel-10.10.14.dist-info → hiddifypanel-10.10.16.dist-info}/METADATA +1 -1
- {hiddifypanel-10.10.14.dist-info → hiddifypanel-10.10.16.dist-info}/RECORD +20 -20
- {hiddifypanel-10.10.14.dist-info → hiddifypanel-10.10.16.dist-info}/LICENSE.md +0 -0
- {hiddifypanel-10.10.14.dist-info → hiddifypanel-10.10.16.dist-info}/WHEEL +0 -0
- {hiddifypanel-10.10.14.dist-info → hiddifypanel-10.10.16.dist-info}/entry_points.txt +0 -0
- {hiddifypanel-10.10.14.dist-info → hiddifypanel-10.10.16.dist-info}/top_level.txt +0 -0
hiddifypanel/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
10.10.
|
1
|
+
10.10.16
|
hiddifypanel/VERSION.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
__version__='10.10.
|
1
|
+
__version__='10.10.16'
|
2
2
|
from datetime import datetime
|
3
|
-
__release_date__= datetime.strptime('2024-03-
|
3
|
+
__release_date__= datetime.strptime('2024-03-08','%Y-%m-%d')
|
@@ -18,7 +18,7 @@ class ProxyDetailsAdmin(AdminLTEModelView):
|
|
18
18
|
|
19
19
|
column_hide_backrefs = True
|
20
20
|
can_create = False
|
21
|
-
form_excluded_columns = ['child', 'proto', 'transport', '
|
21
|
+
form_excluded_columns = ['child', 'proto', 'transport', 'cdn']
|
22
22
|
column_exclude_list = ['child']
|
23
23
|
column_searchable_list = ['name', 'proto', 'transport', 'l3', 'cdn']
|
24
24
|
column_editable_list = ['name']
|
hiddifypanel/panel/user/user.py
CHANGED
@@ -260,7 +260,7 @@ def get_domain_information(no_domain=False, filter_domain=None, alternative=None
|
|
260
260
|
db_domain = Domain.query.filter(Domain.domain == domain).first()
|
261
261
|
|
262
262
|
if not db_domain:
|
263
|
-
parts = domain.split('.')
|
263
|
+
parts = domain.split('.') # TODO fix bug domain maybe null
|
264
264
|
parts[0] = "*"
|
265
265
|
domain_new = ".".join(parts)
|
266
266
|
db_domain = Domain.query.filter(Domain.domain == domain_new).first()
|
@@ -539,12 +539,20 @@ div#qrcode img {
|
|
539
539
|
width: 100%;
|
540
540
|
}
|
541
541
|
|
542
|
+
td.col-is_active {
|
543
|
+
text-align: center !important;
|
544
|
+
padding: 0px;
|
545
|
+
}
|
542
546
|
|
543
|
-
td.col-uuid {
|
547
|
+
td.col-uuid a {
|
544
548
|
|
545
549
|
text-overflow: ellipsis;
|
546
550
|
white-space: nowrap;
|
547
551
|
width: 80px;
|
548
552
|
overflow: hidden;
|
549
553
|
display: inline-block;
|
554
|
+
}
|
555
|
+
|
556
|
+
.select2-container {
|
557
|
+
display: none;
|
550
558
|
}
|
Binary file
|
@@ -1242,7 +1242,7 @@ msgstr ""
|
|
1242
1242
|
|
1243
1243
|
msgid "config.branding_title.description"
|
1244
1244
|
msgstr ""
|
1245
|
-
"Enter a customized title to be shown on user page. (
|
1245
|
+
"Enter a customized title to be shown on user page. (Before User's Welcome "
|
1246
1246
|
"Text)"
|
1247
1247
|
|
1248
1248
|
msgid "config.branding_title.label"
|
@@ -1524,8 +1524,8 @@ msgstr "⬆️ MUX Brutal Upload (mbps)"
|
|
1524
1524
|
|
1525
1525
|
msgid "config.mux_enable.description"
|
1526
1526
|
msgstr ""
|
1527
|
-
"Mux needs compatible clients. Mux in Hiddify Next and
|
1528
|
-
"compatible with
|
1527
|
+
"Mux needs compatible clients. Mux in Hiddify Next and Singbox are not "
|
1528
|
+
"compatible with XRay"
|
1529
1529
|
|
1530
1530
|
msgid "config.mux_enable.label"
|
1531
1531
|
msgstr "Ⓜ️ MUX Enable (⚠️ Incompatible With Some Clients)"
|
@@ -1589,7 +1589,7 @@ msgid "config.only_ipv4.label"
|
|
1589
1589
|
msgstr "ℹ️ Only IPv4"
|
1590
1590
|
|
1591
1591
|
msgid "config.package_mode.description"
|
1592
|
-
msgstr "Specify whether you want
|
1592
|
+
msgstr "Specify whether you want Released Package or Beta one"
|
1593
1593
|
|
1594
1594
|
msgid "config.package_mode.label"
|
1595
1595
|
msgstr "🔄 Package Update Mode"
|
@@ -1768,7 +1768,7 @@ msgid "config.shadowsocks2022_method.label"
|
|
1768
1768
|
msgstr "🔐 Shadowsocks Encrypytion Method"
|
1769
1769
|
|
1770
1770
|
msgid "config.shadowsocks2022_port.description"
|
1771
|
-
msgstr "It needs both UDP and TCP to be
|
1771
|
+
msgstr "It needs both UDP and TCP to be Free"
|
1772
1772
|
|
1773
1773
|
msgid "config.shadowsocks2022_port.label"
|
1774
1774
|
msgstr "↔️ Shadowsocks 2022 Port"
|
@@ -2069,9 +2069,7 @@ msgid "config.validation-success-no-reset"
|
|
2069
2069
|
msgstr " ✅ Configs have been changed successfully"
|
2070
2070
|
|
2071
2071
|
msgid "config.vmess_enable.description"
|
2072
|
-
msgstr ""
|
2073
|
-
"It is reported by several people that VMess causes the system to be detected"
|
2074
|
-
" by the government. So it is Not Recommended"
|
2072
|
+
msgstr "Active VMess Protocol"
|
2075
2073
|
|
2076
2074
|
msgid "config.vmess_enable.label"
|
2077
2075
|
msgstr "♈️ Enable VMess"
|
@@ -2121,18 +2119,19 @@ msgstr "🆚 Additional Warp Sites"
|
|
2121
2119
|
|
2122
2120
|
msgid "config.wireguard.description"
|
2123
2121
|
msgstr ""
|
2124
|
-
"WireGuard is a lightweight, UDP based protocol known for its simplicity,
|
2125
|
-
"
|
2126
|
-
"
|
2122
|
+
"WireGuard is a lightweight, UDP based protocol known for its simplicity, "
|
2123
|
+
"efficiency, and strong security. It offers quick setup, transparent code, "
|
2124
|
+
"and has gained popularity for its ease of use across various operating "
|
2125
|
+
"systems"
|
2127
2126
|
|
2128
2127
|
msgid "config.wireguard.label"
|
2129
2128
|
msgstr "Wireguard"
|
2130
2129
|
|
2131
2130
|
msgid "config.wireguard_enable.description"
|
2132
2131
|
msgstr ""
|
2133
|
-
"WireGuard is UDP based protocol
|
2134
|
-
"\
|
2135
|
-
"
|
2132
|
+
"<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a "
|
2133
|
+
"href=\"https://github.com/hiddify/hiddify-next\" target=\"_blank\">Hiddify "
|
2134
|
+
"Next</a>)</p>"
|
2136
2135
|
|
2137
2136
|
msgid "config.wireguard_enable.label"
|
2138
2137
|
msgstr "🐉 Enable WireGuard"
|
Binary file
|
@@ -1512,7 +1512,7 @@ msgstr "⬆️ آپلود بی رحمانه MUX (mbps)"
|
|
1512
1512
|
|
1513
1513
|
msgid "config.mux_enable.description"
|
1514
1514
|
msgstr ""
|
1515
|
-
"Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و
|
1515
|
+
"Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و Singbox با XRay "
|
1516
1516
|
"سازگار نیستند"
|
1517
1517
|
|
1518
1518
|
msgid "config.mux_enable.label"
|
@@ -1578,8 +1578,8 @@ msgstr "ℹ️ فقط آیپی ورژن 4"
|
|
1578
1578
|
msgid "config.package_mode.description"
|
1579
1579
|
msgstr ""
|
1580
1580
|
"در این قسمت میتوانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه"
|
1581
|
-
" '
|
1582
|
-
"
|
1581
|
+
" 'آزمایشی' امکانات را سریعتر از نسخه پایدار در اختیار شما میگذارد اما ممکن"
|
1582
|
+
" است دارای مشکلاتی باشد)"
|
1583
1583
|
|
1584
1584
|
msgid "config.package_mode.label"
|
1585
1585
|
msgstr "🔄 حالت به روز رسانی"
|
@@ -1762,7 +1762,7 @@ msgid "config.shadowsocks2022_method.label"
|
|
1762
1762
|
msgstr "🔐 روش رمزگذاری Shadowsocks"
|
1763
1763
|
|
1764
1764
|
msgid "config.shadowsocks2022_port.description"
|
1765
|
-
msgstr "برای
|
1765
|
+
msgstr "برای وصل شدن باید پورت های TCP و UDP باز باشند"
|
1766
1766
|
|
1767
1767
|
msgid "config.shadowsocks2022_port.label"
|
1768
1768
|
msgstr "↔️ پورت Shadowsocks 2022"
|
@@ -2060,9 +2060,7 @@ msgid "config.validation-success-no-reset"
|
|
2060
2060
|
msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
|
2061
2061
|
|
2062
2062
|
msgid "config.vmess_enable.description"
|
2063
|
-
msgstr ""
|
2064
|
-
"گزارشهای متعددی موجود است مبنی بر اینکه که VMess باعث میشود که سیستم توسط "
|
2065
|
-
"فیلترینگ شناسایی شود. بنابراین استفاده از آن توصیه نمیشو"
|
2063
|
+
msgstr "فعال کردن پروتکل VMess"
|
2066
2064
|
|
2067
2065
|
msgid "config.vmess_enable.label"
|
2068
2066
|
msgstr "♈️ فعال کردن VMess"
|
@@ -2113,18 +2111,18 @@ msgstr "🆚 سایتهای اضافی برای Warp"
|
|
2113
2111
|
|
2114
2112
|
msgid "config.wireguard.description"
|
2115
2113
|
msgstr ""
|
2116
|
-
"WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و
|
2117
|
-
"
|
2118
|
-
"
|
2114
|
+
"WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و "
|
2115
|
+
"امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل"
|
2116
|
+
" سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است"
|
2119
2117
|
|
2120
2118
|
msgid "config.wireguard.label"
|
2121
2119
|
msgstr "وایرگارد"
|
2122
2120
|
|
2123
2121
|
msgid "config.wireguard_enable.description"
|
2124
2122
|
msgstr ""
|
2125
|
-
"WireGuard پروتکل مبتنی بر UDP
|
2126
|
-
"\
|
2127
|
-
"
|
2123
|
+
"<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a "
|
2124
|
+
"href=\"https://github.com/hiddify/hiddify-next\" target=\"_blank\">Hiddify "
|
2125
|
+
"Next</a> کار می کند)</p>"
|
2128
2126
|
|
2129
2127
|
msgid "config.wireguard_enable.label"
|
2130
2128
|
msgstr "🐉 فعال سازی وایرگارد"
|
Binary file
|
Binary file
|
Binary file
|
@@ -383,7 +383,7 @@
|
|
383
383
|
"label": "🆔 Support Link (goes both on branding title and also on support section of user page)"
|
384
384
|
},
|
385
385
|
"branding_title": {
|
386
|
-
"description": "Enter a customized title to be shown on user page. (
|
386
|
+
"description": "Enter a customized title to be shown on user page. (Before User's Welcome Text)",
|
387
387
|
"label": "👁🗨 User Page Title"
|
388
388
|
},
|
389
389
|
"cdn_forced_host": {
|
@@ -543,7 +543,7 @@
|
|
543
543
|
"label": "⬆️ MUX Brutal Upload (mbps)"
|
544
544
|
},
|
545
545
|
"mux_enable": {
|
546
|
-
"description": "Mux needs compatible clients. Mux in Hiddify Next and
|
546
|
+
"description": "Mux needs compatible clients. Mux in Hiddify Next and Singbox are not compatible with XRay",
|
547
547
|
"label": "Ⓜ️ MUX Enable (⚠️ Incompatible With Some Clients)"
|
548
548
|
},
|
549
549
|
"mux_max_connections": {
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "ℹ️ Only IPv4"
|
580
580
|
},
|
581
581
|
"package_mode": {
|
582
|
-
"description": "Specify whether you want
|
582
|
+
"description": "Specify whether you want Released Package or Beta one",
|
583
583
|
"label": "🔄 Package Update Mode"
|
584
584
|
},
|
585
585
|
"parent_panel": {
|
@@ -691,7 +691,7 @@
|
|
691
691
|
"label": "🔐 Shadowsocks Encrypytion Method"
|
692
692
|
},
|
693
693
|
"shadowsocks2022_port": {
|
694
|
-
"description": "It needs both UDP and TCP to be
|
694
|
+
"description": "It needs both UDP and TCP to be Free",
|
695
695
|
"label": "↔️ Shadowsocks 2022 Port"
|
696
696
|
},
|
697
697
|
"shadowtls": {
|
@@ -854,7 +854,7 @@
|
|
854
854
|
"validation-success": "Configs have been changed successfully. Click %(link)s to apply the configs. It may take 2 minutes to apply",
|
855
855
|
"validation-success-no-reset": " ✅ Configs have been changed successfully",
|
856
856
|
"vmess_enable": {
|
857
|
-
"description": "
|
857
|
+
"description": "Active VMess Protocol",
|
858
858
|
"label": "♈️ Enable VMess"
|
859
859
|
},
|
860
860
|
"warp": {
|
@@ -878,11 +878,11 @@
|
|
878
878
|
"label": "🆚 Additional Warp Sites"
|
879
879
|
},
|
880
880
|
"wireguard": {
|
881
|
-
"description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems
|
881
|
+
"description": "WireGuard is a lightweight, UDP based protocol known for its simplicity, efficiency, and strong security. It offers quick setup, transparent code, and has gained popularity for its ease of use across various operating systems",
|
882
882
|
"label": "Wireguard"
|
883
883
|
},
|
884
884
|
"wireguard_enable": {
|
885
|
-
"description": "WireGuard is UDP based protocol
|
885
|
+
"description": "<p>WireGuard is UDP based protocol. (⚠️ It is Working In <a href=\"https://github.com/hiddify/hiddify-next\" target=\"_blank\">Hiddify Next</a>)</p>",
|
886
886
|
"label": "🐉 Enable WireGuard"
|
887
887
|
},
|
888
888
|
"wireguard_ipv4": {
|
@@ -543,7 +543,7 @@
|
|
543
543
|
"label": "⬆️ آپلود بی رحمانه MUX (mbps)"
|
544
544
|
},
|
545
545
|
"mux_enable": {
|
546
|
-
"description": "Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و
|
546
|
+
"description": "Mux به نرم افزار سازگار نیاز دارد. Mux در Hiddify Next و Singbox با XRay سازگار نیستند",
|
547
547
|
"label": "Ⓜ️ فعال کردن MUX (⚠️ ناسازگار با برخی نرم افزارها)"
|
548
548
|
},
|
549
549
|
"mux_max_connections": {
|
@@ -579,7 +579,7 @@
|
|
579
579
|
"label": "ℹ️ فقط آیپی ورژن 4"
|
580
580
|
},
|
581
581
|
"package_mode": {
|
582
|
-
"description": "در این قسمت میتوانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه '
|
582
|
+
"description": "در این قسمت میتوانید مشخص کنید که از کدام نسخه میخواهید استفاده کنید. (نسخه 'آزمایشی' امکانات را سریعتر از نسخه پایدار در اختیار شما میگذارد اما ممکن است دارای مشکلاتی باشد)",
|
583
583
|
"label": "🔄 حالت به روز رسانی"
|
584
584
|
},
|
585
585
|
"parent_panel": {
|
@@ -691,7 +691,7 @@
|
|
691
691
|
"label": "🔐 روش رمزگذاری Shadowsocks"
|
692
692
|
},
|
693
693
|
"shadowsocks2022_port": {
|
694
|
-
"description": "برای
|
694
|
+
"description": "برای وصل شدن باید پورت های TCP و UDP باز باشند",
|
695
695
|
"label": "↔️ پورت Shadowsocks 2022"
|
696
696
|
},
|
697
697
|
"shadowtls": {
|
@@ -854,7 +854,7 @@
|
|
854
854
|
"validation-success": "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد",
|
855
855
|
"validation-success-no-reset": " ✅ تنظیمات با موفقیت تغییر کرد",
|
856
856
|
"vmess_enable": {
|
857
|
-
"description": "
|
857
|
+
"description": "فعال کردن پروتکل VMess",
|
858
858
|
"label": "♈️ فعال کردن VMess"
|
859
859
|
},
|
860
860
|
"warp": {
|
@@ -878,11 +878,11 @@
|
|
878
878
|
"label": "🆚 سایتهای اضافی برای Warp"
|
879
879
|
},
|
880
880
|
"wireguard": {
|
881
|
-
"description": "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده
|
881
|
+
"description": "WireGuard یک پروتکل سبک وزن و مبتنی بر UDP است که به دلیل سادگی، کارایی و امنیت قوی شناخته شده است. راه اندازی سریع، کد شفاف را ارائه می دهد و به دلیل سهولت استفاده در سیستم عامل های مختلف محبوبیت پیدا کرده است",
|
882
882
|
"label": "وایرگارد"
|
883
883
|
},
|
884
884
|
"wireguard_enable": {
|
885
|
-
"description": "WireGuard پروتکل مبتنی بر UDP
|
885
|
+
"description": "<p>WireGuard پروتکل مبتنی بر UDP است. (⚠️ فقط در <a href=\"https://github.com/hiddify/hiddify-next\" target=\"_blank\">Hiddify Next</a> کار می کند)</p>",
|
886
886
|
"label": "🐉 فعال سازی وایرگارد"
|
887
887
|
},
|
888
888
|
"wireguard_ipv4": {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
hiddifypanel/Events.py,sha256=AlnRdjVul0jP-NCT4-zoaQgowoOo-JhdQB4ytetAFKA,723
|
2
|
-
hiddifypanel/VERSION,sha256=
|
3
|
-
hiddifypanel/VERSION.py,sha256=
|
2
|
+
hiddifypanel/VERSION,sha256=JrMO8K1LNi6CV0P6c9JiO4Nceoqp8Eb04uY0lNDCmGk,9
|
3
|
+
hiddifypanel/VERSION.py,sha256=FsLqTSsG5INiJI0ju_LduRfADfzwPXIC7pqgR6QzRis,114
|
4
4
|
hiddifypanel/__init__.py,sha256=aLukp3ORszdcH4G9J-MlxhjHN6yFlOuOE6mm-L3aG_g,266
|
5
5
|
hiddifypanel/__main__.py,sha256=IVchnXpK6bm8T3N--mN17HBQNLMeLAjyP7iwzULexB4,218
|
6
6
|
hiddifypanel/auth.py,sha256=ouAFprxAfsbeuC-YFGkMyA1Z4dtWzixv8DqB7nQXrtA,6640
|
@@ -115,7 +115,7 @@ hiddifypanel/panel/admin/templates/model/admin_list.html,sha256=lpjiAl7kR5xb0fLp
|
|
115
115
|
hiddifypanel/panel/admin/templates/model/domain_list.html,sha256=rrPYKISPXcwYreMp2MrJb-sEL9-6dCZF_dk6ejObrm8,414
|
116
116
|
hiddifypanel/panel/admin/templates/model/user_list.html,sha256=n46ymDd1FwYclN0MKmsjGEw9BBOI-jd0PMQjTy3aNSo,4898
|
117
117
|
hiddifypanel/panel/commercial/ParentDomainAdmin.py,sha256=n3X7_PuQBr2zlP6K5A0EHmtRdI9Vy49YORim_9L2QFA,4886
|
118
|
-
hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=
|
118
|
+
hiddifypanel/panel/commercial/ProxyDetailsAdmin.py,sha256=Wg9jAXDpHk2loNnoF4CgixBTCBiUeBYkTryoEKYVkWo,2803
|
119
119
|
hiddifypanel/panel/commercial/__init__.py,sha256=YF5r5nSOCMof9NTPRtWbkHbRXfSBroOdwvyjdMCqXbo,2245
|
120
120
|
hiddifypanel/panel/commercial/restapi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
121
121
|
hiddifypanel/panel/commercial/restapi/v1/__init__.py,sha256=PKpT6Jdh37udexOnOdsvA681nqStGY-jqalEBB9_utU,1208
|
@@ -153,7 +153,7 @@ hiddifypanel/panel/common_bp/templates/login.html,sha256=jDl9-Nh2qMuCsLQmXm7e5jv
|
|
153
153
|
hiddifypanel/panel/user/__init__.py,sha256=n-BkHg0CtVfJyQtrBW6Rve98CVI9MmqbrpLsdm7DY48,1884
|
154
154
|
hiddifypanel/panel/user/link_maker.html,sha256=g420NAm_fUI8asYjyfCiXyUOIwEQfDPonZA9xh3p0-8,177
|
155
155
|
hiddifypanel/panel/user/link_maker.py,sha256=aJXgHxSrKvfRorgr4s1x2FL7E9c3VXtJNpwwzDM0AY0,43861
|
156
|
-
hiddifypanel/panel/user/user.py,sha256=
|
156
|
+
hiddifypanel/panel/user/user.py,sha256=X6InPE_VsN8GplD7b0vEl77Wd4S2gYgHWyYKKkFTV7I,13488
|
157
157
|
hiddifypanel/panel/user/templates/all_configs copy.txt,sha256=o3Re6RYpNzbJp_BHWy9u4ArZfZXxalEpmXbyLdZGUw0,520
|
158
158
|
hiddifypanel/panel/user/templates/all_configs.txt,sha256=VG-3kcr8XnxgNtnsdiUIbJH4j8oeYi4giLemPOHb_d4,1232
|
159
159
|
hiddifypanel/panel/user/templates/base_singbox_config.json.j2,sha256=SslYg44b_QH5YPGS5jsXw7fYRiRYPEJLCX3I6gF_P0o,7057
|
@@ -204,7 +204,7 @@ hiddifypanel/static/css/bootstrap.min.css,sha256=djO3wMl9GeaC_u6K-ic4Uj_LKhRUSlU
|
|
204
204
|
hiddifypanel/static/css/bootstrap4-rtl.min.css,sha256=2ZN6KcWrEZE_efXKufJsIrj2hSZ4PFw7QWnIV0egdxE,8358
|
205
205
|
hiddifypanel/static/css/bootstrap5.rtl.min.css,sha256=6oH_E3oAx6zH-g1hfIn7dq7y7GoCM149BGt2nNYi02s,163995
|
206
206
|
hiddifypanel/static/css/custom-rtl.css,sha256=xihXyOLBPdnr_G5ne14gGxBYprYF7CY4BEllNOSz4fQ,480
|
207
|
-
hiddifypanel/static/css/custom.css,sha256=
|
207
|
+
hiddifypanel/static/css/custom.css,sha256=fU-OJdpYwyNVEX4Pk5QiDqRzqxEuFRJFquT77xwj0RI,10443
|
208
208
|
hiddifypanel/static/css/font-awesome.css,sha256=8RivRM1xoA4MVZ3DyyCpqGLfW3lSoHBItx-EaMM4P6Y,101895
|
209
209
|
hiddifypanel/static/css/lte.old,sha256=EOZyrKYSocDo_gk1VtgeX_OvUL3kN7QVTJJg7D2R6Z0,278568
|
210
210
|
hiddifypanel/static/fonts/Vazir-Black.eot,sha256=J_UB2BiLqRZy7BmJqQEDPWkwwsmrOjIBd3-U6vJ7nGU,92934
|
@@ -793,24 +793,24 @@ hiddifypanel/templates/redirect.html,sha256=K9x_O4P96vEkqBhOXIhoGrWw1KIqd2bL0BjI
|
|
793
793
|
hiddifypanel/templates/static.html,sha256=jp6q4wtx-k2A_cjqJoNiMS7Ee30arE45qI3ev4d5ky4,165
|
794
794
|
hiddifypanel/templates/hiddify-flask-admin/actions.html,sha256=2NeITe2e-lPKCk_o511tCIqVtrPu8LYHE1wTCtrFUrI,1331
|
795
795
|
hiddifypanel/templates/hiddify-flask-admin/list.html,sha256=MBGrTqZpzNLe4sZy0RozvXNr8seFUQc2C6v88BJtNWc,11095
|
796
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=
|
797
|
-
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=
|
798
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=
|
799
|
-
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=
|
800
|
-
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=
|
796
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.mo,sha256=DYx4NFw5fGcBbJKnnx3-rqwhni4B_riOzxEopq5PMps,71682
|
797
|
+
hiddifypanel/translations/en/LC_MESSAGES/messages.po,sha256=mBNYg4-ygRWVrN1mTnS4H-zse_r49w1oEZUuJrErv14,74761
|
798
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.mo,sha256=wvnClbpIPL7qNw3DrRRqwbRVvx2WHuN7yLExKo33ujg,95005
|
799
|
+
hiddifypanel/translations/fa/LC_MESSAGES/messages.po,sha256=lRZtWP8SXfVGtjUUN6KHCEEqYu_Gxrvqru3Sd7McB-A,98548
|
800
|
+
hiddifypanel/translations/pt/LC_MESSAGES/messages.mo,sha256=KCwSv6p5KoqANTXK-Adisu1tk-ea9I3uDW3bvEpLWHs,60377
|
801
801
|
hiddifypanel/translations/pt/LC_MESSAGES/messages.po,sha256=vQhcmhHh54yCYGEyTmx-SglRRHN-16dCL_Eo_0d3244,68451
|
802
|
-
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=
|
802
|
+
hiddifypanel/translations/ru/LC_MESSAGES/messages.mo,sha256=jZ0h3GHHlaxQ7XB4hCCTAaSl3CwKhwh3UTxqh43LoBQ,82219
|
803
803
|
hiddifypanel/translations/ru/LC_MESSAGES/messages.po,sha256=u-t_ipqC8OPw4lP8-TqlM-wHsquiA7JIisETogYvMys,90947
|
804
|
-
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=
|
804
|
+
hiddifypanel/translations/zh/LC_MESSAGES/messages.mo,sha256=oXKSs93cvMedEBkcl8ZVUkCBRKF0Ouo5oDGeyN6BLYE,55966
|
805
805
|
hiddifypanel/translations/zh/LC_MESSAGES/messages.po,sha256=anelhDCHK0Ybgm65zZP9qIv0kub5xUqtXbsmxxELOTw,64106
|
806
|
-
hiddifypanel/translations.i18n/en.json,sha256=
|
807
|
-
hiddifypanel/translations.i18n/fa.json,sha256=
|
806
|
+
hiddifypanel/translations.i18n/en.json,sha256=R-6snmHnIEMS49XhMTZUmrVlIGBN-20UPoEjZErub5Q,65117
|
807
|
+
hiddifypanel/translations.i18n/fa.json,sha256=2camX-DWmcJE-Y1UYvsjBc1fzcIrU2XFDtebATZ8lrM,88916
|
808
808
|
hiddifypanel/translations.i18n/pt.json,sha256=g3IlroQJX0K9JoHHJErMeftddWvrSnP1HldB-jRwBgo,59098
|
809
809
|
hiddifypanel/translations.i18n/ru.json,sha256=X3lvVYtStUD-OZPpv4ieKieOgLp5xIq5Wrtwhb25hLA,81525
|
810
810
|
hiddifypanel/translations.i18n/zh.json,sha256=rj7npV-rBWi-N3zQNR5jvVr1d3MTn0VO8HtHYKmOCKk,55143
|
811
|
-
hiddifypanel-10.10.
|
812
|
-
hiddifypanel-10.10.
|
813
|
-
hiddifypanel-10.10.
|
814
|
-
hiddifypanel-10.10.
|
815
|
-
hiddifypanel-10.10.
|
816
|
-
hiddifypanel-10.10.
|
811
|
+
hiddifypanel-10.10.16.dist-info/LICENSE.md,sha256=oDrt-cUsyiDGnRPjEJh-3dH2ddAuK_bIVBD8ntkOtZw,19807
|
812
|
+
hiddifypanel-10.10.16.dist-info/METADATA,sha256=PddOwdCauBDgzN6oBzvPNrWWHBXTbCC8PzawpqMYJ5o,3980
|
813
|
+
hiddifypanel-10.10.16.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
814
|
+
hiddifypanel-10.10.16.dist-info/entry_points.txt,sha256=Xzpqlh3nwBtZhoV9AANJykano056VJvYzaujxPztJaM,60
|
815
|
+
hiddifypanel-10.10.16.dist-info/top_level.txt,sha256=rv-b3qFWUZQTBy0kyBfsr7L6tPpeO7AaQlLHXn-HI5M,13
|
816
|
+
hiddifypanel-10.10.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|