hiddifypanel 8.8.94__py3-none-any.whl → 8.8.95__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 CHANGED
@@ -1 +1 @@
1
- 8.8.94
1
+ 8.8.95
hiddifypanel/VERSION.py CHANGED
@@ -1,3 +1,3 @@
1
- __version__='8.8.94'
1
+ __version__='8.8.95'
2
2
  from datetime import datetime
3
- __release_date__= datetime.strptime('2024-01-16','%Y-%m-%d')
3
+ __release_date__= datetime.strptime('2024-01-22','%Y-%m-%d')
@@ -145,7 +145,7 @@ class User(db.Model, SerializerMixin):
145
145
  'current_usage_GB': d.current_usage_GB,
146
146
  'last_reset_time': hiddify.date_to_json(d.last_reset_time),
147
147
  'comment': d.comment,
148
- 'added_by_uuid': d.admin.uuid,
148
+ 'added_by_uuid': d.admin.uuid if d.admin else '',
149
149
  'telegram_id': d.telegram_id,
150
150
  'ed25519_private_key': d.ed25519_private_key,
151
151
  'ed25519_public_key': d.ed25519_public_key
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2024-01-16 20:54+0100\n"
7
- "PO-Revision-Date: 2024-01-16 13:51-0600\n"
6
+ "POT-Creation-Date: 2024-01-22 08:43+0100\n"
7
+ "PO-Revision-Date: 2024-01-22 01:27+0100\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language-Team: English (USA)\n"
10
10
  "Language: en_US\n"
@@ -4935,3 +4935,91 @@ msgstr "Actions"
4935
4935
  # | msgid "TLS Fragmentation configurations could be set in this section"
4936
4936
  #~ msgid "config.tls_trick.description"
4937
4937
  #~ msgstr "TLS Fragmentation configurations could be set in this section"
4938
+
4939
+ # | msgid "Config Invalid! The Pattern Is Number-Number"
4940
+ #~ msgid "config.Invalid! The pattern is number-number"
4941
+ #~ msgstr "Config Invalid! The Pattern Is Number-Number"
4942
+
4943
+ # | msgid "Config Invalid! It Should Be a Number Only"
4944
+ #~ msgid "config.Invalid! it should be a number only"
4945
+ #~ msgstr "Config Invalid! It Should Be a Number Only"
4946
+
4947
+ # | msgid "MUX Enable"
4948
+ #~ msgid "config.mux_enable.label"
4949
+ #~ msgstr "MUX Enable"
4950
+
4951
+ # | msgid "MUX Enable Description"
4952
+ #~ msgid "config.mux_enable.description"
4953
+ #~ msgstr "MUX Enable Description"
4954
+
4955
+ # | msgid "MUX Protocol"
4956
+ #~ msgid "config.mux_protocol.label"
4957
+ #~ msgstr "MUX Protocol"
4958
+
4959
+ # | msgid "MUX Protocol Description"
4960
+ #~ msgid "config.mux_protocol.description"
4961
+ #~ msgstr "MUX Protocol Description"
4962
+
4963
+ # | msgid "MUX Max Connections"
4964
+ #~ msgid "config.mux_max_connections.label"
4965
+ #~ msgstr "MUX Max Connections"
4966
+
4967
+ # | msgid "MUX Max Connections Description"
4968
+ #~ msgid "config.mux_max_connections.description"
4969
+ #~ msgstr "MUX Max Connections Description"
4970
+
4971
+ # | msgid "MUX Min Streams"
4972
+ #~ msgid "config.mux_min_streams.label"
4973
+ #~ msgstr "MUX Min Streams"
4974
+
4975
+ # | msgid "MUX Min Streams Description"
4976
+ #~ msgid "config.mux_min_streams.description"
4977
+ #~ msgstr "MUX Min Streams Description"
4978
+
4979
+ # | msgid "MUX Max Streams"
4980
+ #~ msgid "config.mux_max_streams.label"
4981
+ #~ msgstr "MUX Max Streams"
4982
+
4983
+ # | msgid "MUX Max Streams Description"
4984
+ #~ msgid "config.mux_max_streams.description"
4985
+ #~ msgstr "MUX Max Streams Description"
4986
+
4987
+ # | msgid "MUX Padding Enable"
4988
+ #~ msgid "config.mux_padding_enable.label"
4989
+ #~ msgstr "MUX Padding Enable"
4990
+
4991
+ # | msgid "MUX Padding Enable Description"
4992
+ #~ msgid "config.mux_padding_enable.description"
4993
+ #~ msgstr "MUX Padding Enable Description"
4994
+
4995
+ # | msgid "MUX Brutal Enable"
4996
+ #~ msgid "config.mux_brutal_enable.label"
4997
+ #~ msgstr "MUX Brutal Enable"
4998
+
4999
+ # | msgid "MUX Brutal Enable Description"
5000
+ #~ msgid "config.mux_brutal_enable.description"
5001
+ #~ msgstr "MUX Brutal Enable Description"
5002
+
5003
+ # | msgid "MUX Brutal Upload mbps"
5004
+ #~ msgid "config.mux_brutal_up_mbps.label"
5005
+ #~ msgstr "MUX Brutal Upload mbps"
5006
+
5007
+ # | msgid "MUX Brutal Upload mbps Description"
5008
+ #~ msgid "config.mux_brutal_up_mbps.description"
5009
+ #~ msgstr "MUX Brutal Upload mbps Description"
5010
+
5011
+ # | msgid "MUX Brutal Download mbps"
5012
+ #~ msgid "config.mux_brutal_down_mbps.label"
5013
+ #~ msgstr "MUX Brutal Download mbps"
5014
+
5015
+ # | msgid "MUX Brutal Download mbps Description"
5016
+ #~ msgid "config.mux_brutal_down_mbps.description"
5017
+ #~ msgstr "MUX Brutal Download mbps Description"
5018
+
5019
+ # | msgid "MUX Config"
5020
+ #~ msgid "config.mux.label"
5021
+ #~ msgstr "MUX Config"
5022
+
5023
+ # | msgid "MUX Config Description"
5024
+ #~ msgid "config.mux.description"
5025
+ #~ msgstr "MUX Config Description"
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2024-01-16 20:54+0100\n"
7
- "PO-Revision-Date: 2024-01-16 13:51-0600\n"
6
+ "POT-Creation-Date: 2024-01-22 08:43+0100\n"
7
+ "PO-Revision-Date: 2024-01-22 01:27+0100\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: fa\n"
10
10
  "Language-Team: Persian\n"
@@ -5164,3 +5164,91 @@ msgstr "عملیات"
5164
5164
  #~ msgid "config.tls_trick.description"
5165
5165
  #~ msgstr ""
5166
5166
 
5167
+ # | msgid "Config Invalid! The Pattern Is Number-Number"
5168
+ #~ msgid "config.Invalid! The pattern is number-number"
5169
+ #~ msgstr ""
5170
+
5171
+ # | msgid "Config Invalid! It Should Be a Number Only"
5172
+ #~ msgid "config.Invalid! it should be a number only"
5173
+ #~ msgstr ""
5174
+
5175
+ # | msgid "MUX Enable"
5176
+ #~ msgid "config.mux_enable.label"
5177
+ #~ msgstr ""
5178
+
5179
+ # | msgid "MUX Enable Description"
5180
+ #~ msgid "config.mux_enable.description"
5181
+ #~ msgstr ""
5182
+
5183
+ # | msgid "MUX Protocol"
5184
+ #~ msgid "config.mux_protocol.label"
5185
+ #~ msgstr ""
5186
+
5187
+ # | msgid "MUX Protocol Description"
5188
+ #~ msgid "config.mux_protocol.description"
5189
+ #~ msgstr ""
5190
+
5191
+ # | msgid "MUX Max Connections"
5192
+ #~ msgid "config.mux_max_connections.label"
5193
+ #~ msgstr ""
5194
+
5195
+ # | msgid "MUX Max Connections Description"
5196
+ #~ msgid "config.mux_max_connections.description"
5197
+ #~ msgstr ""
5198
+
5199
+ # | msgid "MUX Min Streams"
5200
+ #~ msgid "config.mux_min_streams.label"
5201
+ #~ msgstr ""
5202
+
5203
+ # | msgid "MUX Min Streams Description"
5204
+ #~ msgid "config.mux_min_streams.description"
5205
+ #~ msgstr ""
5206
+
5207
+ # | msgid "MUX Max Streams"
5208
+ #~ msgid "config.mux_max_streams.label"
5209
+ #~ msgstr ""
5210
+
5211
+ # | msgid "MUX Max Streams Description"
5212
+ #~ msgid "config.mux_max_streams.description"
5213
+ #~ msgstr ""
5214
+
5215
+ # | msgid "MUX Padding Enable"
5216
+ #~ msgid "config.mux_padding_enable.label"
5217
+ #~ msgstr ""
5218
+
5219
+ # | msgid "MUX Padding Enable Description"
5220
+ #~ msgid "config.mux_padding_enable.description"
5221
+ #~ msgstr ""
5222
+
5223
+ # | msgid "MUX Brutal Enable"
5224
+ #~ msgid "config.mux_brutal_enable.label"
5225
+ #~ msgstr ""
5226
+
5227
+ # | msgid "MUX Brutal Enable Description"
5228
+ #~ msgid "config.mux_brutal_enable.description"
5229
+ #~ msgstr ""
5230
+
5231
+ # | msgid "MUX Brutal Upload mbps"
5232
+ #~ msgid "config.mux_brutal_up_mbps.label"
5233
+ #~ msgstr ""
5234
+
5235
+ # | msgid "MUX Brutal Upload mbps Description"
5236
+ #~ msgid "config.mux_brutal_up_mbps.description"
5237
+ #~ msgstr ""
5238
+
5239
+ # | msgid "MUX Brutal Download mbps"
5240
+ #~ msgid "config.mux_brutal_down_mbps.label"
5241
+ #~ msgstr ""
5242
+
5243
+ # | msgid "MUX Brutal Download mbps Description"
5244
+ #~ msgid "config.mux_brutal_down_mbps.description"
5245
+ #~ msgstr ""
5246
+
5247
+ # | msgid "MUX Config"
5248
+ #~ msgid "config.mux.label"
5249
+ #~ msgstr ""
5250
+
5251
+ # | msgid "MUX Config Description"
5252
+ #~ msgid "config.mux.description"
5253
+ #~ msgstr ""
5254
+
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPT\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2024-01-16 20:54+0100\n"
7
- "PO-Revision-Date: 2024-01-16 20:52+0100\n"
6
+ "POT-Creation-Date: 2024-01-22 08:43+0100\n"
7
+ "PO-Revision-Date: 2024-01-21 16:43-0600\n"
8
8
  "Last-Translator: lymanrudni\n"
9
9
  "Language: pt\n"
10
10
  "Language-Team: Portuguese\n"
@@ -5293,3 +5293,69 @@ msgstr "Ações"
5293
5293
  #~ msgid "config.tls_trick.description"
5294
5294
  #~ msgstr "As configurações de fragmentação TLS podem ser definidas nesta seção"
5295
5295
 
5296
+ #~ msgid "config.Invalid! The pattern is number-number"
5297
+ #~ msgstr ""
5298
+
5299
+ #~ msgid "config.Invalid! it should be a number only"
5300
+ #~ msgstr ""
5301
+
5302
+ #~ msgid "config.mux_enable.label"
5303
+ #~ msgstr ""
5304
+
5305
+ #~ msgid "config.mux_enable.description"
5306
+ #~ msgstr ""
5307
+
5308
+ #~ msgid "config.mux_protocol.label"
5309
+ #~ msgstr ""
5310
+
5311
+ #~ msgid "config.mux_protocol.description"
5312
+ #~ msgstr ""
5313
+
5314
+ #~ msgid "config.mux_max_connections.label"
5315
+ #~ msgstr ""
5316
+
5317
+ #~ msgid "config.mux_max_connections.description"
5318
+ #~ msgstr ""
5319
+
5320
+ #~ msgid "config.mux_min_streams.label"
5321
+ #~ msgstr ""
5322
+
5323
+ #~ msgid "config.mux_min_streams.description"
5324
+ #~ msgstr ""
5325
+
5326
+ #~ msgid "config.mux_max_streams.label"
5327
+ #~ msgstr ""
5328
+
5329
+ #~ msgid "config.mux_max_streams.description"
5330
+ #~ msgstr ""
5331
+
5332
+ #~ msgid "config.mux_padding_enable.label"
5333
+ #~ msgstr ""
5334
+
5335
+ #~ msgid "config.mux_padding_enable.description"
5336
+ #~ msgstr ""
5337
+
5338
+ #~ msgid "config.mux_brutal_enable.label"
5339
+ #~ msgstr ""
5340
+
5341
+ #~ msgid "config.mux_brutal_enable.description"
5342
+ #~ msgstr ""
5343
+
5344
+ #~ msgid "config.mux_brutal_up_mbps.label"
5345
+ #~ msgstr ""
5346
+
5347
+ #~ msgid "config.mux_brutal_up_mbps.description"
5348
+ #~ msgstr ""
5349
+
5350
+ #~ msgid "config.mux_brutal_down_mbps.label"
5351
+ #~ msgstr ""
5352
+
5353
+ #~ msgid "config.mux_brutal_down_mbps.description"
5354
+ #~ msgstr ""
5355
+
5356
+ #~ msgid "config.mux.label"
5357
+ #~ msgstr ""
5358
+
5359
+ #~ msgid "config.mux.description"
5360
+ #~ msgstr ""
5361
+