aa-intel-tool 2.12.1__py3-none-any.whl → 2.13.1__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.
Files changed (60) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/constants.py +38 -35
  3. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +6 -6
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +10 -10
  6. aa_intel_tool/locale/django.pot +7 -7
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.po +6 -6
  8. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +6 -6
  9. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +6 -6
  10. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +10 -10
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +6 -6
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  14. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +11 -12
  15. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +6 -6
  16. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +6 -6
  17. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +6 -6
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +6 -6
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +15 -12
  21. aa_intel_tool/parser/general.py +7 -1
  22. aa_intel_tool/parser/module/dscan.py +4 -4
  23. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +4 -2
  24. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +4 -2
  25. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -2
  26. aa_intel_tool/tests/__init__.py +17 -0
  27. aa_intel_tool/tests/test_access.py +1 -6
  28. aa_intel_tool/tests/test_auth_hooks.py +1 -6
  29. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/METADATA +6 -10
  30. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/RECORD +32 -60
  31. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +0 -610
  32. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +0 -123
  33. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +0 -8
  34. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +0 -1
  35. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +0 -6
  36. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +0 -1
  37. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +0 -10
  38. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +0 -1
  39. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +0 -516
  40. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +0 -2
  41. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +0 -1
  42. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +0 -73
  43. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +0 -6
  44. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +0 -1
  45. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +0 -3091
  46. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +0 -10
  47. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +0 -1
  48. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +0 -20
  49. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +0 -2
  50. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +0 -1
  51. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +0 -1203
  52. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +0 -6
  53. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +0 -1
  54. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +0 -59
  55. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +0 -6
  56. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +0 -1
  57. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +0 -11
  58. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +0 -14
  59. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/WHEEL +0 -0
  60. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/licenses/LICENSE +0 -0
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
12
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
12
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
13
13
  "PO-Revision-Date: 2025-03-25 13:24+0000\n"
14
14
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
@@ -41,16 +41,16 @@ msgstr "Открыть в новой вкладке"
41
41
  msgid "Raw data"
42
42
  msgstr "Исходные данные"
43
43
 
44
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
44
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
45
45
  msgid "Chat list"
46
46
  msgstr "Список чата"
47
47
 
48
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
48
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
49
49
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
50
50
  msgid "D-Scan"
51
51
  msgstr "Подскан"
52
52
 
53
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
53
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
54
54
  #: aa_intel_tool/models.py:123
55
55
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
56
56
  msgid "Fleet composition"
@@ -157,11 +157,11 @@ msgstr "Обработанные данные скана"
157
157
  msgid "Scan data"
158
158
  msgstr "Данные скана"
159
159
 
160
- #: aa_intel_tool/parser/general.py:45
160
+ #: aa_intel_tool/parser/general.py:51
161
161
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
162
162
  msgstr "Не найден подходящий анализатор. Формат входных данных не поддерживается или данные неполны …"
163
163
 
164
- #: aa_intel_tool/parser/general.py:63
164
+ #: aa_intel_tool/parser/general.py:69
165
165
  msgid "No data to parse …"
166
166
  msgstr "Нет данных для анализа …"
167
167
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
10
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/sk/>\n"
@@ -39,16 +39,16 @@ msgstr ""
39
39
  msgid "Raw data"
40
40
  msgstr ""
41
41
 
42
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
42
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
43
43
  msgid "Chat list"
44
44
  msgstr ""
45
45
 
46
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
46
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
47
47
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
48
48
  msgid "D-Scan"
49
49
  msgstr ""
50
50
 
51
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
51
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
52
52
  #: aa_intel_tool/models.py:123
53
53
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
54
54
  msgid "Fleet composition"
@@ -153,11 +153,11 @@ msgstr ""
153
153
  msgid "Scan data"
154
154
  msgstr ""
155
155
 
156
- #: aa_intel_tool/parser/general.py:45
156
+ #: aa_intel_tool/parser/general.py:51
157
157
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
158
158
  msgstr ""
159
159
 
160
- #: aa_intel_tool/parser/general.py:63
160
+ #: aa_intel_tool/parser/general.py:69
161
161
  msgid "No data to parse …"
162
162
  msgstr ""
163
163
 
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
11
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
12
12
  "PO-Revision-Date: 2025-11-01 19:17+0000\n"
13
13
  "Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
14
14
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/uk/>\n"
@@ -40,16 +40,16 @@ msgstr "Нова вкладка браузера"
40
40
  msgid "Raw data"
41
41
  msgstr "Необроблені дані"
42
42
 
43
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
43
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
44
44
  msgid "Chat list"
45
45
  msgstr "Список чатів"
46
46
 
47
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
47
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
48
48
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
49
49
  msgid "D-Scan"
50
50
  msgstr "Д-скан"
51
51
 
52
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
52
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
53
53
  #: aa_intel_tool/models.py:123
54
54
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
55
55
  msgid "Fleet composition"
@@ -154,11 +154,11 @@ msgstr "Оброблені дані скану"
154
154
  msgid "Scan data"
155
155
  msgstr "Дані скану"
156
156
 
157
- #: aa_intel_tool/parser/general.py:45
157
+ #: aa_intel_tool/parser/general.py:51
158
158
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
159
159
  msgstr "Нема підходящого парсеру для даних. Введені дані не підтримуються або пошкоджені…"
160
160
 
161
- #: aa_intel_tool/parser/general.py:63
161
+ #: aa_intel_tool/parser/general.py:69
162
162
  msgid "No data to parse …"
163
163
  msgstr "Нема даних для розбору…"
164
164
 
@@ -4,26 +4,28 @@
4
4
  # Dehao Wu <wudehao2000@163.com>, 2024.
5
5
  # Faer Yili <yilifaer@gmail.com>, 2024.
6
6
  # SAM_FPS <sam_fps@163.com>, 2024.
7
- # Peter Pfeufer <info@ppfeufer.de>, 2024, 2025.
7
+ # Peter Pfeufer <info@ppfeufer.de>, 2024, 2025, 2026.
8
8
  # 陈康立 <amadis0814@gmail.com>, 2024.
9
9
  # Chilmore <chenmo1203@gmail.com>, 2025.
10
10
  # Kelly Hsueh <kelly_hsueh@users.noreply.weblate.ppfeufer.de>, 2025.
11
11
  # AKA Patrick <hsc844766246@gmail.com>, 2025.
12
12
  # LichenKass <yuanchengwei_sz@163.com>, 2025.
13
+ # Heimi <204420064@qq.com>, 2026.
14
+ # nm l <mmttyyluo@gmail.com>, 2026.
13
15
  msgid ""
14
16
  msgstr ""
15
17
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
16
18
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
17
- "POT-Creation-Date: 2026-01-05 21:34+0100\n"
18
- "PO-Revision-Date: 2025-12-21 13:32+0000\n"
19
- "Last-Translator: LichenKass <yuanchengwei_sz@163.com>\n"
19
+ "POT-Creation-Date: 2026-02-03 12:23+0100\n"
20
+ "PO-Revision-Date: 2026-01-26 05:17+0000\n"
21
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
20
22
  "Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/zh_Hans/>\n"
21
23
  "Language: zh_Hans\n"
22
24
  "MIME-Version: 1.0\n"
23
25
  "Content-Type: text/plain; charset=UTF-8\n"
24
26
  "Content-Transfer-Encoding: 8bit\n"
25
27
  "Plural-Forms: nplurals=1; plural=0;\n"
26
- "X-Generator: Weblate 5.15.1\n"
28
+ "X-Generator: Weblate 5.15.2\n"
27
29
 
28
30
  #: aa_intel_tool/__init__.py:10
29
31
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -46,16 +48,16 @@ msgstr "新浏览器页签打开"
46
48
  msgid "Raw data"
47
49
  msgstr "原始数据"
48
50
 
49
- #: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
51
+ #: aa_intel_tool/constants.py:65 aa_intel_tool/models.py:24
50
52
  msgid "Chat list"
51
53
  msgstr "聊天列表"
52
54
 
53
- #: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
55
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:22
54
56
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
55
57
  msgid "D-Scan"
56
58
  msgstr "定向扫描"
57
59
 
58
- #: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
60
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:23
59
61
  #: aa_intel_tool/models.py:123
60
62
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
61
63
  msgid "Fleet composition"
@@ -132,8 +134,9 @@ msgid "Structures (on grid)"
132
134
  msgstr "建筑(在场的)"
133
135
 
134
136
  #: aa_intel_tool/models.py:119
137
+ #, fuzzy
135
138
  msgid "Starbases (on grid)"
136
- msgstr ""
139
+ msgstr "母星(网格内)"
137
140
 
138
141
  #: aa_intel_tool/models.py:120
139
142
  msgid "Deployables (on grid)"
@@ -160,11 +163,11 @@ msgstr ""
160
163
  msgid "Scan data"
161
164
  msgstr ""
162
165
 
163
- #: aa_intel_tool/parser/general.py:45
166
+ #: aa_intel_tool/parser/general.py:51
164
167
  msgid "No suitable parser found. Input is not a supported intel type or malformed …"
165
168
  msgstr ""
166
169
 
167
- #: aa_intel_tool/parser/general.py:63
170
+ #: aa_intel_tool/parser/general.py:69
168
171
  msgid "No data to parse …"
169
172
  msgstr ""
170
173
 
@@ -258,7 +261,7 @@ msgstr "提交"
258
261
 
259
262
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
260
263
  msgid "Working on it, please be patient …"
261
- msgstr ""
264
+ msgstr "正在处理中,请稍候……"
262
265
 
263
266
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:63
264
267
  msgid "Detecting the intel type"
@@ -30,12 +30,18 @@ def check_intel_type(scan_data: list) -> str:
30
30
  :rtype:
31
31
  """
32
32
 
33
+ logger.info(msg="Checking intel type …")
34
+ logger.info(msg=f"Supported intel types: {list(SUPPORTED_INTEL_TYPES.keys())}")
35
+
33
36
  for intel_type, intel_type_attributes in SUPPORTED_INTEL_TYPES.items():
37
+ logger.info(msg=f"Checking for intel type: {intel_type_attributes['name']}")
38
+ logger.info(msg=f"Using pattern: {intel_type_attributes['pattern']}")
39
+
34
40
  if all(
35
41
  re.match(pattern=intel_type_attributes["pattern"], string=string)
36
42
  for string in scan_data
37
43
  ):
38
- logger.debug(msg=f"Detected intel type: {intel_type_attributes['name']}")
44
+ logger.info(msg=f"Detected intel type: {intel_type_attributes['name']}")
39
45
 
40
46
  return intel_type
41
47
 
@@ -46,11 +46,11 @@ def _is_on_grid(distance: str) -> bool:
46
46
 
47
47
  # AA Intel Tool
48
48
  from aa_intel_tool.constants import ( # pylint: disable=import-outside-toplevel
49
- REGEX_PATTERN,
49
+ RegexPattern,
50
50
  )
51
51
 
52
52
  # Check if we have a distance
53
- match = re.search(pattern=REGEX_PATTERN["localised_on_grid"], string=distance)
53
+ match = re.search(pattern=RegexPattern.LOCALISED_ON_GRID.value, string=distance)
54
54
 
55
55
  # Check if the distance is within the grid size
56
56
  return (
@@ -298,7 +298,7 @@ def _get_scan_details(scan_data: list) -> tuple:
298
298
 
299
299
  # AA Intel Tool
300
300
  from aa_intel_tool.constants import ( # pylint: disable=import-outside-toplevel
301
- REGEX_PATTERN,
301
+ RegexPattern,
302
302
  )
303
303
 
304
304
  ansiblex_destination = None
@@ -321,7 +321,7 @@ def _get_scan_details(scan_data: list) -> tuple:
321
321
  # This is why we use re.search() to get the parts of the D-Scan entry, instead of re-split()
322
322
  #
323
323
  # Thanks CCP for sanitizing your inputs! 😂
324
- line = re.search(pattern=REGEX_PATTERN["dscan"], string=entry)
324
+ line = re.search(pattern=RegexPattern.DSCAN.value, string=entry)
325
325
  entry_id = int(line.group(1))
326
326
 
327
327
  counter["all"][entry_id] += 1
@@ -22,7 +22,8 @@
22
22
  {% endblock %}
23
23
 
24
24
  {% block extra_css %}
25
- {% include "aa_intel_tool/bundles/datatables-2-css.html" with extColumnControl=True %}
25
+ {% include "bundles/datatables-2-css-bs5.html" %}
26
+ {% include "bundles/datatables-2-columncontrol-css-bs5.html" %}
26
27
  {% include "aa_intel_tool/bundles/aa-intel-tool-css.html" %}
27
28
  {% endblock %}
28
29
 
@@ -37,7 +38,8 @@
37
38
  }
38
39
  </script>
39
40
 
40
- {% include "aa_intel_tool/bundles/datatables-2-js.html" with extColumnControl=True %}
41
+ {% include "bundles/datatables-2-js-bs5.html" %}
42
+ {% include "bundles/datatables-2-columncontrol-js-bs5.html" %}
41
43
  {% include "bundles/clipboard-js.html" %}
42
44
  {% include "aa_intel_tool/bundles/aa-intel-tool-js.html" %}
43
45
  {% include "aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html" %}
@@ -20,7 +20,8 @@
20
20
  {% endblock %}
21
21
 
22
22
  {% block extra_css %}
23
- {% include "aa_intel_tool/bundles/datatables-2-css.html" with extColumnControl=True %}
23
+ {% include "bundles/datatables-2-css-bs5.html" %}
24
+ {% include "bundles/datatables-2-columncontrol-css-bs5.html" %}
24
25
  {% include "aa_intel_tool/bundles/aa-intel-tool-css.html" %}
25
26
  {% endblock %}
26
27
 
@@ -40,7 +41,8 @@
40
41
  </script>
41
42
 
42
43
  {% include "bundles/clipboard-js.html" %}
43
- {% include "aa_intel_tool/bundles/datatables-2-js.html" with extColumnControl=True %}
44
+ {% include "bundles/datatables-2-js-bs5.html" %}
45
+ {% include "bundles/datatables-2-columncontrol-js-bs5.html" %}
44
46
  {% include "aa_intel_tool/bundles/aa-intel-tool-js.html" %}
45
47
  {% include "aa_intel_tool/bundles/aa-intel-tool-dscan-js.html" %}
46
48
  {% endblock extra_javascript %}
@@ -22,7 +22,8 @@
22
22
  {% endblock %}
23
23
 
24
24
  {% block extra_css %}
25
- {% include "aa_intel_tool/bundles/datatables-2-css.html" with extColumnControl=True %}
25
+ {% include "bundles/datatables-2-css-bs5.html" %}
26
+ {% include "bundles/datatables-2-columncontrol-css-bs5.html" %}
26
27
  {% include "aa_intel_tool/bundles/aa-intel-tool-css.html" %}
27
28
  {% endblock %}
28
29
 
@@ -40,7 +41,8 @@
40
41
  }
41
42
  </script>
42
43
 
43
- {% include "aa_intel_tool/bundles/datatables-2-js.html" with extColumnControl=True %}
44
+ {% include "bundles/datatables-2-js-bs5.html" %}
45
+ {% include "bundles/datatables-2-columncontrol-js-bs5.html" %}
44
46
  {% include "bundles/clipboard-js.html" %}
45
47
  {% include "aa_intel_tool/bundles/aa-intel-tool-js.html" %}
46
48
  {% include "aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html" %}
@@ -8,6 +8,9 @@ import socket
8
8
  # Django
9
9
  from django.test import TestCase
10
10
 
11
+ # AA Intel Tool
12
+ from aa_intel_tool.tests.utils import create_fake_user
13
+
11
14
 
12
15
  class SocketAccessError(Exception):
13
16
  """Error raised when a test script accesses the network"""
@@ -31,6 +34,20 @@ class BaseTestCase(TestCase):
31
34
  socket.socket = cls.guard
32
35
  return super().setUpClass()
33
36
 
37
+ def setUp(self):
38
+ """
39
+ Set up test users
40
+
41
+ :return:
42
+ :rtype:
43
+ """
44
+
45
+ super().setUp()
46
+
47
+ self.user_1001 = create_fake_user(
48
+ character_id=10001, character_name="Wesley Crusher"
49
+ )
50
+
34
51
  @classmethod
35
52
  def tearDownClass(cls):
36
53
  socket.socket = cls.socket_original
@@ -10,7 +10,7 @@ from django.urls import reverse
10
10
 
11
11
  # AA Intel Tool
12
12
  from aa_intel_tool.tests import BaseTestCase
13
- from aa_intel_tool.tests.utils import create_fake_user, response_content_to_str
13
+ from aa_intel_tool.tests.utils import response_content_to_str
14
14
 
15
15
 
16
16
  class TestAccess(BaseTestCase):
@@ -26,11 +26,6 @@ class TestAccess(BaseTestCase):
26
26
 
27
27
  super().setUpClass()
28
28
 
29
- # User
30
- cls.user_1001 = create_fake_user(
31
- character_id=1001, character_name="Peter Parker"
32
- )
33
-
34
29
  cls.html_menu = f"""
35
30
  <li class="d-flex flex-wrap m-2 p-2 pt-0 pb-0 mt-0 mb-0 me-0 pe-0">
36
31
  <i class="nav-link fa-solid fa-clipboard-list fa-fw align-self-center me-3 active"></i>
@@ -10,7 +10,7 @@ from django.urls import reverse
10
10
 
11
11
  # AA Intel Tool
12
12
  from aa_intel_tool.tests import BaseTestCase
13
- from aa_intel_tool.tests.utils import create_fake_user, response_content_to_str
13
+ from aa_intel_tool.tests.utils import response_content_to_str
14
14
 
15
15
 
16
16
  class TestHooks(BaseTestCase):
@@ -26,11 +26,6 @@ class TestHooks(BaseTestCase):
26
26
 
27
27
  super().setUpClass()
28
28
 
29
- # User
30
- cls.user_1001 = create_fake_user(
31
- character_id=1001, character_name="Peter Parker"
32
- )
33
-
34
29
  cls.html_menu = f"""
35
30
  <li class="d-flex flex-wrap m-2 p-2 pt-0 pb-0 mt-0 mb-0 me-0 pe-0">
36
31
  <i class="nav-link fa-solid fa-clipboard-list fa-fw align-self-center me-3 "></i>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-intel-tool
3
- Version: 2.12.1
3
+ Version: 2.13.1
4
4
  Summary: A simple parser for D-Scans and more for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
6
6
  Project-URL: Codecov, https://codecov.io/gh/ppfeufer/aa-intel-tool
@@ -702,7 +702,7 @@ Classifier: Programming Language :: Python :: 3.13
702
702
  Classifier: Topic :: Internet :: WWW/HTTP
703
703
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
704
704
  Requires-Python: <3.14,>=3.10
705
- Requires-Dist: allianceauth<5,>=4.10
705
+ Requires-Dist: allianceauth<5,>=4.12
706
706
  Requires-Dist: django-eveuniverse>=1.3
707
707
  Provides-Extra: tests-allianceauth-latest
708
708
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -784,15 +784,11 @@ See [Settings](#settings) section for details.
784
784
 
785
785
  ## Installation<a name="installation"></a>
786
786
 
787
- > [!NOTE]
788
- >
789
- > **AA Intel Tool >= 2.0.0 needs at least Alliance Auth v4.0.0!**
790
- >
791
- > Please make sure to update your Alliance Auth instance _before_ you install this
792
- > module or update to the latest version, otherwise an update to Alliance Auth will
793
- > be pulled in unsupervised.
787
+ > [!IMPORTANT]
794
788
  >
795
- > The last version compatible with Alliance Auth v3 is `1.2.0`.
789
+ > This app is utilising features that are only available in Alliance Auth >= 4.12.0.
790
+ > Please make sure to update your Alliance Auth instance before installing this app,
791
+ > otherwise, an update to Alliance Auth will be pulled in unsupervised.
796
792
 
797
793
  **Important**: Please make sure you meet all preconditions before you proceed:
798
794
 
@@ -1,9 +1,9 @@
1
- aa_intel_tool/__init__.py,sha256=mL0ZsEJ6sXSzqIfCmcGyhNfkzz8b44RAiP5qI9FCrYE,174
1
+ aa_intel_tool/__init__.py,sha256=ZNO66iFlR_rCMiVSZU9aqpbYLjjGJow8n_f8tTV6XrQ,174
2
2
  aa_intel_tool/admin.py,sha256=5ZDNtIE6eQL7DRkquSuHdUJ9HToDhQkN1AZCeIDtr8s,2419
3
3
  aa_intel_tool/app_settings.py,sha256=b0oPdMkLhoHtNk_SuI-XdAlVTbJatbnF9kot44KXCO8,5647
4
4
  aa_intel_tool/apps.py,sha256=b8eX3yTo6THMIxg2g_O9ttKd7d-Aa3c9-WqoZa-5Gpk,439
5
5
  aa_intel_tool/auth_hooks.py,sha256=wfzZCG4l1AhaZ5SqXLUefEONlACDp4RP3h_EoFTP4iU,1491
6
- aa_intel_tool/constants.py,sha256=ybGIe3ElVGgbglvNgkm7XcQGQZ5aKOg1dUIz2aSot1Y,2344
6
+ aa_intel_tool/constants.py,sha256=fa7SFFJSZn-j_hWQGuspKDqsY861idlmAWtPm3HoJe0,2322
7
7
  aa_intel_tool/exceptions.py,sha256=Cz_c-lUPJJpHEfdlYj2aIGqnzw_tfnBkxFcD7TXTRsA,889
8
8
  aa_intel_tool/form.py,sha256=naH20ZGyktwM-JBZeC98FRlptLpYe5PvQYu-Xto7-z4,545
9
9
  aa_intel_tool/models.py,sha256=oZ0_pPl-4XiGOspVx-9n8DITqsfIv2yizFn532BtZcg,4057
@@ -13,42 +13,42 @@ aa_intel_tool/urls.py,sha256=WU3UwrVvz7iXmidy4wd3aWWo-p6Bm87-iVIWAKaDEsc,752
13
13
  aa_intel_tool/helper/data_structure.py,sha256=ajH_hDWR5TV22gF0AMIZsu1PcY73OzPdOHx1d_D0GsM,302
14
14
  aa_intel_tool/helper/eve_character.py,sha256=58I3NGHQo2Exy8nMjbykMNLyZoNeZRZvgn8RIdnmhLo,4826
15
15
  aa_intel_tool/helper/urls.py,sha256=CQZXc-yGDM_yOnoLjCJxVTqdOQRN8iYxqmoQ7uCxADs,456
16
- aa_intel_tool/locale/django.pot,sha256=sbzvX5opim1MO8FBTt7v-jLu5uDJvRpuBoT-mLMPSHg,12536
16
+ aa_intel_tool/locale/django.pot,sha256=IFfmTT6u2lDXREQyhjRxGHgX_R4bW39ZvTN0wZoW_KE,12536
17
17
  aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=CHgMtrHlb-VEo5fUh2G3IrCNxoIScE-LzX6xjz1YkRc,864
18
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po,sha256=i63sEHOqWDBKd2E6Z3AwR0g9LjJtSpadTgj5E5tyg5w,12896
19
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=6Opak_E3e7Qq-QyxlixNp0GGYoDSi3PMn-Mv176GtRQ,7751
20
- aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=oJbaVaDXq5TqEjbNQB7evhMiZ_lpoz5oToFD8MY_FMU,16755
18
+ aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po,sha256=7Asd_Us4h83J1Xb6L9j637BGr9l6VzIZ0kX6x1uErE8,12896
19
+ aa_intel_tool/locale/de/LC_MESSAGES/django.mo,sha256=2XpJcGZxGwkzqf_MkXYsHgfd11MYW4tGz5O7bVceHvA,7754
20
+ aa_intel_tool/locale/de/LC_MESSAGES/django.po,sha256=1FZUDSoZ1RqF1A65kGDnMzjPbF8HULUwzXYyWxf4nrw,16764
21
21
  aa_intel_tool/locale/es/LC_MESSAGES/django.mo,sha256=V036sIj1DoDmVV-8x2h63-ORR0i9GhKSIXHiPLnviu8,2091
22
- aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=6Xd4XXo2rqMWa8sYK_6_InhQI2tZIAzft2iV1tFL-RA,13828
22
+ aa_intel_tool/locale/es/LC_MESSAGES/django.po,sha256=xvEN9_tYLwRiguxwBKPKuLwGQiicsnvPAd764L17xo8,13828
23
23
  aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo,sha256=XTwnByCB27gm04dVoP8QXG8FI1kQVGItFqvBC5PqN1c,6635
24
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=R2rWfz25M_3kDGvTlcZpsywfSI0z9pZXFLm8BnS7MQY,17253
24
+ aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po,sha256=ofRFe__3KmRHyoG3RTO7cU43-SBOUv8daoHCX7bM4sM,17253
25
25
  aa_intel_tool/locale/it_IT/LC_MESSAGES/django.mo,sha256=dqJTO-ELuQ2KgN37kNG65LG7jjb4IhNkU2Tq1C4vswg,483
26
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=DxFAI0jGjeULNlmTAVsnX286cG_aWglhDYUAaOdUT4k,12585
27
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo,sha256=UOoJ1iOloibFJRrtQdf7kx1DthKmxCIDZBsesJ4pZBQ,6982
28
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=S-LplrnGCOdxmhNjjMLSXhJA327jZ8-WH_Meb2jlJVk,15620
26
+ aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po,sha256=bDvDmwcv8YDtIAONHiI_E2g_9cZE2NQp-Ctr43qQfaY,12585
27
+ aa_intel_tool/locale/ja/LC_MESSAGES/django.mo,sha256=V3vZMK9vB0cjzL_F9v0x5yvkD-h3H3uQRnSm8x_4-uY,6982
28
+ aa_intel_tool/locale/ja/LC_MESSAGES/django.po,sha256=_HgqEa3i1NtcM8zZ41R2QjeIhEK3nGWdMoy5Hd74lBA,15629
29
29
  aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.mo,sha256=2aMqsSR_qUV9PzMoBBrcfyQxyg3fLte-9zinJftQ4BQ,7525
30
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=sighY8omRe_2RL5xGr0YqIm6cvqcbadX9r9QlJa_p68,17316
31
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo,sha256=K0pyH0sermqDXN9hnCQUDHcst_CewisXZp_Q0_3y-k4,479
32
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po,sha256=SpjQa9z78804Jr4cBmaa2pOyne3-TE_UY3D-h3icOAI,12583
30
+ aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po,sha256=EZ0jKyB2XgNBj8BFcmOnH-bQt4uROEgiuq2U-J3ZVfA,17316
31
+ aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo,sha256=-72EAu4tdbqUu2TrKHkDpRe2h87C8jJhRRl328qSS-I,530
32
+ aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po,sha256=M8uQ4-_FMB0gI1a7iBwyPe3ieFmqSmIRI7n89H99xbU,12599
33
33
  aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.mo,sha256=pviaTemIpmyQrIz-vEadYrZgOgntLAb5QtEkupkf35k,926
34
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po,sha256=Q9Po7OUdaxjdqXGw5RusN5QJei04JpZMIKTO1ysyRbs,12845
34
+ aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po,sha256=4kPBaR5Cn6pIN1nGpsMlP3Ypi0P7kDuLi-QkR6e9DuI,12845
35
35
  aa_intel_tool/locale/ru/LC_MESSAGES/django.mo,sha256=cCSOc2yqFfkri0YWXGCNfUGqaneRqzPcP-bZtWxXm9c,10447
36
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=AghF_SsAS2n2l_Vmu6b6jmxHMyQ9Vc9DUNiYvOkrOao,20161
36
+ aa_intel_tool/locale/ru/LC_MESSAGES/django.po,sha256=Ss2dz8RrWZQMGSvXR2VzgmjF7KjP9pSW9BUh_4qLiCo,20161
37
37
  aa_intel_tool/locale/sk/LC_MESSAGES/django.mo,sha256=ag8xFgumlPADbLURJ5FQ4EARs6lIPpB4ulbuizC8J0I,558
38
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=pTzMctbUcGFm6T0zDHyLPveYfF4IbnUiElymomf5Tf0,12736
38
+ aa_intel_tool/locale/sk/LC_MESSAGES/django.po,sha256=3iCW1_fpGcq2qep8-4WOG_N3yZdnzM8O7AxtV2LDEF8,12736
39
39
  aa_intel_tool/locale/uk/LC_MESSAGES/django.mo,sha256=mNhp11QGDZuEZipt58h5cFa9BCvJWSY1p42S3DzLyS8,10130
40
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=z3WcP3MMwJhY5GE98WZqDAsgJpPY5Y93ztQYoW7eZCQ,19214
41
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=jUP54D7-V1EVekJYpxJMzN2A5Wt8MUqqQh6iTJOiH0M,2570
42
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=ZHh-lj40MPu14xbVYgiuaW4mXLici3wsgIRwvmlCmjY,13634
40
+ aa_intel_tool/locale/uk/LC_MESSAGES/django.po,sha256=JhKuF2pY8cPmBXdJhULpqoi13Z5AYmP8R-4uSOuWxn8,19214
41
+ aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=Y4eagMmuIQTfIEvSSgtu7yi7HuPYnwiiPpwVDei_wAg,2657
42
+ aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po,sha256=juokezERaUi3Ex2N88X0wy-Id07m_LFjLDbkzsvtrTE,13769
43
43
  aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py,sha256=cJx-nBapW3YQcExnKzwJSYbaNb1pjklbjTYJDV-oHb4,1796
44
44
  aa_intel_tool/migrations/0001_initial.py,sha256=nwtThaFJ7wrOZld0MzQ-MLpHB9xG-SJOZPl8FbM8dFE,4339
45
45
  aa_intel_tool/migrations/0002_alter_scan_raw_data.py,sha256=LDXPIxhCJ3QToQqmdyZubNEgiuGPsZZTBGKTOyApULw,405
46
46
  aa_intel_tool/migrations/__init__.py,sha256=DlW5327gBRgSG2GG_T0E1NcpiTFtYs0Vty1fzj4eiPY,34
47
47
  aa_intel_tool/parser/__init__.py,sha256=BAFdCEaeC0cmv74ZuZGZJCgJOiliMVBpgdQI63ABJ2U,30
48
- aa_intel_tool/parser/general.py,sha256=P8TB5_ApyEKaEczB12zI0wENpeze3yoXGE-A2vm2FiI,1812
48
+ aa_intel_tool/parser/general.py,sha256=gg-WpCegIhI1jXRSLCz2wN6h4TMFvCa0Ie449iE-pXI,2107
49
49
  aa_intel_tool/parser/helper/db.py,sha256=SlIfxgtJ-JGXcCDaV73LY5hIpcShgQ_8RbMbiHiVXFQ,819
50
50
  aa_intel_tool/parser/module/chatlist.py,sha256=oWPBqJCcgLn77kYOLbPM6ofL9whBwnicK1-jVrJOQXo,9549
51
- aa_intel_tool/parser/module/dscan.py,sha256=GxZJHG_TCmDSjuLfc9c-tKQh78htclcfETEo5rw48Zg,11273
51
+ aa_intel_tool/parser/module/dscan.py,sha256=dXPmYnWgA1812MZjP__XBDRFJzlx1lOAOPjXvV_RRTI,11275
52
52
  aa_intel_tool/parser/module/fleetcomp.py,sha256=L88feS-fJmGX07Nb3avPeTs8hcQXxsk3lqqhjxXCSvw,6387
53
53
  aa_intel_tool/scripts/drop_tables.sql,sha256=fJa_scRF95SxCmaMqFGzL4HhUwk5GN5cLexEbS_qwgw,192
54
54
  aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css,sha256=u7l3WdYxdRqY7XGQ2uOSEb_HoFcy3SXHYKBFDq1SQ-k,3729
@@ -78,32 +78,6 @@ aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.m
78
78
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js,sha256=xjtRDIy_9m-XAo7gJhGw4ig0rM4c29U2nsx0V80R4sg,581
79
79
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js,sha256=_cs9bOKI45r2L0bttnc3Nw6X7w-p6g9Jr-9wh1bmVj0,307
80
80
  aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map,sha256=l1kp0Pa8sN8xk8qU9WgZbU-N_sHsUxfHc6AZEneWQNA,280
81
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css,sha256=OPNPBvNyQahoUZ5gvqCCz9nPPIoUug2nn2_fpg9D8H0,21837
82
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js,sha256=GoH8Y10dcjowiuaeOiF44Md6_Ere-UCwK5BZ2bDmX3U,2723
83
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css,sha256=Cq7-mmdjIuyEanKduDaC5HZ-GVhoUIBbI4bIJPpHXbg,19556
84
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map,sha256=7ghA4gRMmTc8pJuY6Hd3xN7p8SDsnD9WSXvhtDuNub8,26678
85
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js,sha256=OACkL6JRahwSSxRDJFyvRXn-0r1sKdP4EqaMiyASDW4,1544
86
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map,sha256=n-SawFXhs28jl97Se7mGD1z-ULVRhqO_V0jDO2HiKcM,1839
87
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js,sha256=-HLh1yZqVVYb_c2Pn_VABynUmoaxojT-9sitPkFFy3c,101554
88
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map,sha256=h_IUkUWX-PPsmvg45hHhadx-bItUy_f2KAn2DdtlHcg,156556
89
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css,sha256=BiXRZCSI0IX4CNdRqT015qHme92oQF3c7EQoDVjOhfQ,15122
90
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css,sha256=8CF9n6A7h5bH51R76h3NUCJNnnUbRBrZ8j9RCpChpp4,13297
91
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map,sha256=nsQsg4PqYAXn5eTT6KONKsvU6zU4MXCWlUs_PFHogzQ,18550
92
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js,sha256=-BWn5bE9rqkwMrlx17nQMw6jhUlJ1sC0Yn9Z_XxL464,1696
93
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js,sha256=RXWCkH5nspjq_uo4Sq2Qb5CG7dZ6zKqGVVu4xIgR4J0,1130
94
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map,sha256=7Hj19syKRW7xCPdlNDIgL3_voEYJQiB_DJGYVpUqcgE,1176
95
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js,sha256=fFnKPClopn_Wig7MNKNmxAgs4ygFLxRkrKWF3DXfYsY,109223
96
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js,sha256=SU12tjz4RSd2l-6_mxu22uXoeqCOM-QAmtrEo2FlkvM,42216
97
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map,sha256=B_3-HyDazRVIjmSJVKalyvRwbKgtvTMqEqTGZ8dpXpA,51713
98
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css,sha256=jEwbzMi24mozNBHCQTPDA8C5AHX90ra34RNG4F9SuTc,463
99
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css,sha256=krgjdkWvS4YrN0LlaVqweLt-Lg8d-1W6iUig99lRvnU,460
100
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map,sha256=LxYVxJPr2zyMJqy0VGatcC50Uw3TpgQUNiOF8EGUrZc,727
101
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js,sha256=XPfLXPe04eGpgFLSUQtu1TJnDITcfrT3YvIZolq4L7I,31148
102
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js,sha256=vxjiuLLCyHZD99uuEnO0mQjLvHJ8i_KYp05x9fX3fIA,12829
103
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map,sha256=9JGdAoF9xzs1yUwI7haj8ay-mA13r7gxmHZV0hwz3ZM,16389
104
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js,sha256=HHpn0BRTTsbJ74Qma5f93iVhKugNA90bPL9qehwZ7ug,1287
105
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js,sha256=LHulvDd8JPvdwWGzkq63tz-p6k2IETFN1dRe-WcYeFI,773
106
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map,sha256=l2oAUkGOs1xWQeFvqu-N4n0SyYYTCnilfW-6ZF3fjH4,850
107
81
  aa_intel_tool/templates/aa_intel_tool/base.html,sha256=mbzzU1rKvW8iRkstL4CIB150s-ZUFmPAYfBU1uybUuE,3859
108
82
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-highlight-js.html,sha256=FymtpCad7ZM1WhcS1aaH0We77e-Ehm1W2nglER9QU8M,100
109
83
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html,sha256=Vv0KQQYf-mvLibRutFv7tx5weHds25vRCLzIMh4mIIs,304
@@ -114,8 +88,6 @@ aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html,sh
114
88
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomposition-highlight-js.html,sha256=tUmbWJXag90WJ_odqadDghyj8ALLhYMVYQGtaiKluhQ,108
115
89
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html,sha256=vfdjUg4STErVLnhk3Sp1sODAep9hfLTblUV2RxQ-6EY,81
116
90
  aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-scan-result-common-js.html,sha256=HcXZDDTKFs7mQ0eSBY58ZkOk3pkQ-gNhIkNPwnvtGjA,100
117
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html,sha256=HJ1YXwCrFPe31PpzCPxd1nzE5xbJTGoIXPquxCFVDt0,431
118
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html,sha256=_VUZsaKgR3gquF1ecq8v2-kq2FkYKsbLxPplQtL4FQ8,733
119
91
  aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html,sha256=rf1A4UuYoGWaWlB_tqNgCuxihmjC8f9vOhAVvDkfoa8,386
120
92
  aa_intel_tool/templates/aa_intel_tool/partials/common/loading-data.html,sha256=YlKX_hqGahFYcQTzpGShumt-s8WFxiQAsOIGsemzZww,173
121
93
  aa_intel_tool/templates/aa_intel_tool/partials/common/loading-spinner.html,sha256=IR93_prJ76_Or7FhMJMyJvAcsh11tVWfixnu_eLH1w4,89
@@ -136,14 +108,14 @@ aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html
136
108
  aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html,sha256=pZVAwOhp6e74lZtk4357YIbiiW2lqzvAZDZwlAjQu-A,678
137
109
  aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html,sha256=1tsRqVhKFBSQQSqppFisIYGDVDRwIv1vZedN-EFyZag,1589
138
110
  aa_intel_tool/templates/aa_intel_tool/views/index.html,sha256=VoeKZahgcXHD3kXDLkymbZnNHOHE4mcUQHVf1UrJjf8,485
139
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html,sha256=NrwxNjGvJOuYrjLQmSiac0khSFy_1-d0PHwR5xOUpTY,1778
140
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html,sha256=3PfNjrakKSHu8nN6Rj8jVDAfCfmBw7rBrSJMIuDWmFo,2255
141
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html,sha256=DysrpyDaX4N-OWzeesrpvPBh5Cvm0x-MTlbEVJOBKo0,2088
142
- aa_intel_tool/tests/__init__.py,sha256=hQ-yK-riPHikEE78PrbFZUKRToIZhif7-mD-yiHzjkM,873
143
- aa_intel_tool/tests/test_access.py,sha256=uPHIavlH3k4c5cgD5o2mmeQnqJiOfUy1rMzZKt_k3V0,2553
111
+ aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html,sha256=yAbGhtE7QwfxhWyyqMHOKEvQe44LCZZ7NLnVBr298AE,1839
112
+ aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html,sha256=dg07XT0G5MTUxLy1DPw5TFHnPa0YdVfgh4CIG0vqPd8,2316
113
+ aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html,sha256=KZDzzDPPGjXrFARKFyvnVvtmy0dnZcIQTKffEhOf5jg,2149
114
+ aa_intel_tool/tests/__init__.py,sha256=JIv98Cj2Fzvvt2UWYXOwOuzLgpXf53XW1s6QrVqnFFc,1194
115
+ aa_intel_tool/tests/test_access.py,sha256=Ygk8z7VbOfZ-2E4trmxMmaztDM3aT1X2SpGONOEVoP8,2406
144
116
  aa_intel_tool/tests/test_admin.py,sha256=4fq5T9PvMeglTqqq5hEWu6tnBSjaD474vRU77Vx-sFk,2528
145
117
  aa_intel_tool/tests/test_app_settings.py,sha256=iafiwPiFCQlgsu4taup9WURcwA3JkkjddwMEWehH7kI,8629
146
- aa_intel_tool/tests/test_auth_hooks.py,sha256=92X9OLz62-d9Cxul7rrEhXwQdBfUvn7IlqwadHshnIU,2257
118
+ aa_intel_tool/tests/test_auth_hooks.py,sha256=m2N40-YOsb_LMzrdw8G5GSmDIjYQPhymh2McP1mDF2I,2110
147
119
  aa_intel_tool/tests/test_helper_data_structures.py,sha256=amv5vkzvkgClLz2o-Z8q4w9ymPGrMAMzHuvEhMdd7YY,771
148
120
  aa_intel_tool/tests/test_helper_eve_character.py,sha256=Qh-RjODLHm5CfCXgHgoI5u4Jc7bMTICIr8wmEKiq4_4,12348
149
121
  aa_intel_tool/tests/test_helper_urls.py,sha256=OxPPr_k3jKfJuvo90QLPEZCiYu2bV8TIios7Ff6tylY,1875
@@ -167,7 +139,7 @@ aa_intel_tool/tests/test-data/fleetcomp.txt,sha256=xve1oVfrKyLZrFp3FdqDDvQuahRym
167
139
  aa_intel_tool/views/__init__.py,sha256=zf5e30BdJ772oDJkQnBfFIi5a7-HEJByUIkv0iz3Kr8,29
168
140
  aa_intel_tool/views/ajax.py,sha256=7xBsd0Eg6enDl7JeI9vNJXaF66lWjhStLfYdJGAobvM,911
169
141
  aa_intel_tool/views/general.py,sha256=KB9McJzD36HZpNxj0BBPHC7m9gtM706n2Dep_ya-vJ4,4111
170
- aa_intel_tool-2.12.1.dist-info/METADATA,sha256=hKgMD1qBLhzaAs8PPTmP98h7HoGz5QVCI2Fr0PR_CLo,55169
171
- aa_intel_tool-2.12.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
172
- aa_intel_tool-2.12.1.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
173
- aa_intel_tool-2.12.1.dist-info/RECORD,,
142
+ aa_intel_tool-2.13.1.dist-info/METADATA,sha256=ZSZTMg4RBmWz2tkak1Rt5xutjogyjmi3_Ne-UoGjtjg,55086
143
+ aa_intel_tool-2.13.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
144
+ aa_intel_tool-2.13.1.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
145
+ aa_intel_tool-2.13.1.dist-info/RECORD,,