aa-sov-timer 2.4.3__tar.gz → 2.5.1__tar.gz

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 (90) hide show
  1. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/PKG-INFO +11 -10
  2. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/README.md +9 -9
  3. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/pyproject.toml +1 -0
  4. aa_sov_timer-2.5.1/sovtimer/__init__.py +16 -0
  5. aa_sov_timer-2.5.1/sovtimer/constants.py +6 -0
  6. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.po +1 -1
  7. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/de/LC_MESSAGES/django.po +1 -1
  8. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/django.pot +2 -2
  9. aa_sov_timer-2.5.1/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  10. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/es/LC_MESSAGES/django.po +4 -10
  11. aa_sov_timer-2.5.1/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  12. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/fr_FR/LC_MESSAGES/django.po +10 -9
  13. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/it_IT/LC_MESSAGES/django.po +1 -1
  14. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/ja/LC_MESSAGES/django.po +1 -1
  15. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/ko_KR/LC_MESSAGES/django.po +1 -1
  16. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/nl_NL/LC_MESSAGES/django.po +1 -1
  17. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/pl_PL/LC_MESSAGES/django.po +1 -1
  18. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/ru/LC_MESSAGES/django.po +1 -1
  19. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/sk/LC_MESSAGES/django.po +1 -1
  20. aa_sov_timer-2.5.1/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  21. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/uk/LC_MESSAGES/django.po +7 -15
  22. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.po +1 -1
  23. aa_sov_timer-2.5.1/sovtimer/providers.py +14 -0
  24. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/css/aa-sov-timer.css +1 -1
  25. aa_sov_timer-2.5.1/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +2 -0
  26. aa_sov_timer-2.5.1/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +1 -0
  27. aa_sov_timer-2.5.1/sovtimer/tests/test_user_agent.py +40 -0
  28. aa_sov_timer-2.4.3/sovtimer/__init__.py +0 -9
  29. aa_sov_timer-2.4.3/sovtimer/constants.py +0 -19
  30. aa_sov_timer-2.4.3/sovtimer/locale/es/LC_MESSAGES/django.mo +0 -0
  31. aa_sov_timer-2.4.3/sovtimer/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  32. aa_sov_timer-2.4.3/sovtimer/locale/uk/LC_MESSAGES/django.mo +0 -0
  33. aa_sov_timer-2.4.3/sovtimer/providers.py +0 -12
  34. aa_sov_timer-2.4.3/sovtimer/static/sovtimer/css/aa-sov-timer.min.css +0 -2
  35. aa_sov_timer-2.4.3/sovtimer/static/sovtimer/css/aa-sov-timer.min.css.map +0 -1
  36. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/.gitignore +0 -0
  37. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/LICENSE +0 -0
  38. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/app_settings.py +0 -0
  39. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/apps.py +0 -0
  40. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/auth_hooks.py +0 -0
  41. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/.gitkeep +0 -0
  42. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  43. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/de/LC_MESSAGES/django.mo +0 -0
  44. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  45. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/ja/LC_MESSAGES/django.mo +0 -0
  46. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  47. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  48. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  49. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/ru/LC_MESSAGES/django.mo +0 -0
  50. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/sk/LC_MESSAGES/django.mo +0 -0
  51. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  52. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/management/commands/__init__.py +0 -0
  53. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/management/commands/sovtimer_load_initial_data.py +0 -0
  54. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0001_initial.py +0 -0
  55. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0002_aasovtimercampaigns_aasovtimerstructures.py +0 -0
  56. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0003_auto_20201113_1033.py +0 -0
  57. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0004_auto_20201113_1856.py +0 -0
  58. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0005_auto_20201114_0720.py +0 -0
  59. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0006_rename_models.py +0 -0
  60. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0007_cleanup_models.py +0 -0
  61. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0008_fix_campaign_attackers_score.py +0 -0
  62. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0009_alter_campaign_options_and_more.py +0 -0
  63. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/0010_alter_campaign_event_type.py +0 -0
  64. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/migrations/__init__.py +0 -0
  65. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/models.py +0 -0
  66. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/font/materialicons/v143/MaterialIcons-Regular.woff2 +0 -0
  67. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/font/materialicons/v143/README.md +0 -0
  68. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/images/zkillboard.png +0 -0
  69. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/js/aa-sov-timer.js +0 -0
  70. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js +0 -0
  71. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/static/sovtimer/js/aa-sov-timer.min.js.map +0 -0
  72. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tasks.py +0 -0
  73. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/templates/sovtimer/base.html +0 -0
  74. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-css.html +0 -0
  75. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/templates/sovtimer/bundles/aa-sov-timer-js.html +0 -0
  76. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/templates/sovtimer/dashboard.html +0 -0
  77. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/templates/sovtimer/partials/dashboard/table.html +0 -0
  78. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/templates/sovtimer/partials/footer/app-translation-footer.html +0 -0
  79. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/__init__.py +0 -0
  80. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/fixtures/allianceauth.json +0 -0
  81. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/fixtures/load_allianceauth.py +0 -0
  82. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/fixtures/load_sovtimer.py +0 -0
  83. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/fixtures/sovtimer.json +0 -0
  84. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/fixtures/utils.py +0 -0
  85. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/test_ajax_calls.py +0 -0
  86. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/test_app_settings.py +0 -0
  87. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/test_integration.py +0 -0
  88. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/tests/utils.py +0 -0
  89. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/urls.py +0 -0
  90. {aa_sov_timer-2.4.3 → aa_sov_timer-2.5.1}/sovtimer/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aa-sov-timer
3
- Version: 2.4.3
3
+ Version: 2.5.1
4
4
  Summary: Sov Campaign Timer for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-sov-timer/blob/master/README.md
@@ -702,6 +702,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
702
702
  Requires-Python: >=3.10
703
703
  Requires-Dist: allianceauth-app-utils>=1.25
704
704
  Requires-Dist: allianceauth<5,>=4.6
705
+ Requires-Dist: django-esi>=7.0.1
705
706
  Requires-Dist: django-eveuniverse>=1.5.4
706
707
  Provides-Extra: tests-allianceauth-latest
707
708
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -784,7 +785,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
784
785
  Then install the latest version:
785
786
 
786
787
  ```shell
787
- pip install aa-sov-timer
788
+ pip install aa-sov-timer==2.5.1
788
789
  ```
789
790
 
790
791
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
@@ -832,7 +833,7 @@ Add the following scheduled task to your `local.py`. One done, restart your supe
832
833
  # AA Sovereignty Timer - Run sovereignty related updates every 30 seconds
833
834
  CELERYBEAT_SCHEDULE["sovtimer.tasks.run_sov_campaign_updates"] = {
834
835
  "task": "sovtimer.tasks.run_sov_campaign_updates",
835
- "schedule": 30.0,
836
+ "schedule": 30,
836
837
  }
837
838
  ```
838
839
 
@@ -845,7 +846,7 @@ Now your system is updating the sovereignty campaigns every 30 seconds.
845
846
  Add the app to your `conf/requirements.txt`:
846
847
 
847
848
  ```text
848
- aa-sov-timer==2.4.3
849
+ aa-sov-timer==2.5.1
849
850
  ```
850
851
 
851
852
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
@@ -860,7 +861,7 @@ Configure your AA settings (`conf/local.py`) as follows:
860
861
  # AA Sovereignty Timer - Run sovereignty related updates every 30 seconds
861
862
  CELERYBEAT_SCHEDULE["sovtimer.tasks.run_sov_campaign_updates"] = {
862
863
  "task": "sovtimer.tasks.run_sov_campaign_updates",
863
- "schedule": 30.0,
864
+ "schedule": 30,
864
865
  }
865
866
  ```
866
867
 
@@ -896,7 +897,7 @@ Then run the following commands from your AA project directory (the one that
896
897
  contains `manage.py`).
897
898
 
898
899
  ```shell
899
- pip install -U aa-sov-timer
900
+ pip install aa-sov-timer==2.5.1
900
901
 
901
902
  python manage.py collectstatic
902
903
  python manage.py migrate
@@ -909,7 +910,7 @@ Finally, restart your AA supervisor service.
909
910
  To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
910
911
 
911
912
  ```text
912
- aa-sov-timer==2.4.3
913
+ aa-sov-timer==2.5.1
913
914
  ```
914
915
 
915
916
  Now rebuild your containers and restart them:
@@ -930,11 +931,11 @@ auth migrate
930
931
 
931
932
  ### Common Steps<a name="common-steps"></a>
932
933
 
933
- It is possible that some versions need some more changes. Always read the [release notes](https://github.com/ppfeufer/aa-sov-timer/releases) to find out more.
934
+ It is possible that some versions need some more changes. Always read the [changelog] and/or [release notes](https://github.com/ppfeufer/aa-sov-timer/releases) to find out more.
934
935
 
935
936
  ## Changelog<a name="changelog"></a>
936
937
 
937
- See [CHANGELOG.md]
938
+ See [CHANGELOG.md][changelog] for a detailed list of changes and improvements.
938
939
 
939
940
  ## Translation Status<a name="translation-status"></a>
940
941
 
@@ -952,6 +953,6 @@ Please make sure to read the [Contribution Guidelines].\
952
953
 
953
954
  <!-- Links -->
954
955
 
955
- [changelog.md]: https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
956
+ [changelog]: https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
956
957
  [contribution guidelines]: https://github.com/ppfeufer/aa-sov-timer/blob/master/CONTRIBUTING.md "Contribution Guidelines"
957
958
  [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
@@ -74,7 +74,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
74
74
  Then install the latest version:
75
75
 
76
76
  ```shell
77
- pip install aa-sov-timer
77
+ pip install aa-sov-timer==2.5.1
78
78
  ```
79
79
 
80
80
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings"></a>
@@ -122,7 +122,7 @@ Add the following scheduled task to your `local.py`. One done, restart your supe
122
122
  # AA Sovereignty Timer - Run sovereignty related updates every 30 seconds
123
123
  CELERYBEAT_SCHEDULE["sovtimer.tasks.run_sov_campaign_updates"] = {
124
124
  "task": "sovtimer.tasks.run_sov_campaign_updates",
125
- "schedule": 30.0,
125
+ "schedule": 30,
126
126
  }
127
127
  ```
128
128
 
@@ -135,7 +135,7 @@ Now your system is updating the sovereignty campaigns every 30 seconds.
135
135
  Add the app to your `conf/requirements.txt`:
136
136
 
137
137
  ```text
138
- aa-sov-timer==2.4.3
138
+ aa-sov-timer==2.5.1
139
139
  ```
140
140
 
141
141
  #### Step 2: Update Your AA Settings<a name="step-2-update-your-aa-settings-1"></a>
@@ -150,7 +150,7 @@ Configure your AA settings (`conf/local.py`) as follows:
150
150
  # AA Sovereignty Timer - Run sovereignty related updates every 30 seconds
151
151
  CELERYBEAT_SCHEDULE["sovtimer.tasks.run_sov_campaign_updates"] = {
152
152
  "task": "sovtimer.tasks.run_sov_campaign_updates",
153
- "schedule": 30.0,
153
+ "schedule": 30,
154
154
  }
155
155
  ```
156
156
 
@@ -186,7 +186,7 @@ Then run the following commands from your AA project directory (the one that
186
186
  contains `manage.py`).
187
187
 
188
188
  ```shell
189
- pip install -U aa-sov-timer
189
+ pip install aa-sov-timer==2.5.1
190
190
 
191
191
  python manage.py collectstatic
192
192
  python manage.py migrate
@@ -199,7 +199,7 @@ Finally, restart your AA supervisor service.
199
199
  To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
200
200
 
201
201
  ```text
202
- aa-sov-timer==2.4.3
202
+ aa-sov-timer==2.5.1
203
203
  ```
204
204
 
205
205
  Now rebuild your containers and restart them:
@@ -220,11 +220,11 @@ auth migrate
220
220
 
221
221
  ### Common Steps<a name="common-steps"></a>
222
222
 
223
- It is possible that some versions need some more changes. Always read the [release notes](https://github.com/ppfeufer/aa-sov-timer/releases) to find out more.
223
+ It is possible that some versions need some more changes. Always read the [changelog] and/or [release notes](https://github.com/ppfeufer/aa-sov-timer/releases) to find out more.
224
224
 
225
225
  ## Changelog<a name="changelog"></a>
226
226
 
227
- See [CHANGELOG.md]
227
+ See [CHANGELOG.md][changelog] for a detailed list of changes and improvements.
228
228
 
229
229
  ## Translation Status<a name="translation-status"></a>
230
230
 
@@ -242,6 +242,6 @@ Please make sure to read the [Contribution Guidelines].\
242
242
 
243
243
  <!-- Links -->
244
244
 
245
- [changelog.md]: https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
245
+ [changelog]: https://github.com/ppfeufer/aa-sov-timer/blob/master/CHANGELOG.md
246
246
  [contribution guidelines]: https://github.com/ppfeufer/aa-sov-timer/blob/master/CONTRIBUTING.md "Contribution Guidelines"
247
247
  [weblate engage]: https://weblate.ppfeufer.de/engage/alliance-auth-apps/ "Weblate Translations"
@@ -41,6 +41,7 @@ dynamic = [
41
41
  dependencies = [
42
42
  "allianceauth>=4.6,<5",
43
43
  "allianceauth-app-utils>=1.25",
44
+ "django-esi>=7.0.1",
44
45
  "django-eveuniverse>=1.5.4",
45
46
  ]
46
47
  optional-dependencies.tests-allianceauth-latest = [
@@ -0,0 +1,16 @@
1
+ """
2
+ App init
3
+ """
4
+
5
+ # Django
6
+ from django.utils.translation import gettext_lazy as _
7
+
8
+ __version__ = "2.5.1"
9
+ __title__ = _("Sovereignty Timers")
10
+
11
+ __package_name__ = "aa-sov-timer"
12
+ __app_name__ = "sovtimer"
13
+ __app_name_verbose__ = "AA Sovereignty Timer"
14
+ __app_name_useragent__ = "AA-Sovereignty-Timer"
15
+
16
+ __github_url__ = f"https://github.com/ppfeufer/{__package_name__}"
@@ -0,0 +1,6 @@
1
+ """
2
+ Constants we use throughout the app
3
+ """
4
+
5
+ # All internal URLs need to start with this prefix
6
+ INTERNAL_URL_PREFIX = "-"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
9
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/cs/>\n"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
9
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
10
10
  "PO-Revision-Date: 2025-06-20 16:44+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/de/>\n"
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Sov Timer 2.4.3\n"
9
+ "Project-Id-Version: AA Sov Timer 2.5.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
11
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2,13 +2,13 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023, 2024.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024, 2025.
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
11
- "PO-Revision-Date: 2024-12-15 10:37+0000\n"
10
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
11
+ "PO-Revision-Date: 2025-07-29 20:18+0000\n"
12
12
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
13
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/es/>\n"
14
14
  "Language: es\n"
@@ -16,7 +16,7 @@ msgstr ""
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.8.4\n"
19
+ "X-Generator: Weblate 5.12.2\n"
20
20
 
21
21
  #: sovtimer/__init__.py:9
22
22
  msgid "Sovereignty Timers"
@@ -53,8 +53,6 @@ msgid "Sov Hub defense"
53
53
  msgstr "Defensa del IHub"
54
54
 
55
55
  #: sovtimer/models.py:112
56
- #, fuzzy
57
- #| msgid "TCU Defense"
58
56
  msgid "TCU defense"
59
57
  msgstr "Defensa del TCU"
60
58
 
@@ -96,8 +94,6 @@ msgid "Owner / Defender"
96
94
  msgstr "Propietario / Defensor"
97
95
 
98
96
  #: sovtimer/templates/sovtimer/dashboard.html:20
99
- #, fuzzy
100
- #| msgid "Active Campaign"
101
97
  msgid "Active campaign"
102
98
  msgstr "Campaña activa"
103
99
 
@@ -110,8 +106,6 @@ msgid "No"
110
106
  msgstr "No"
111
107
 
112
108
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:6
113
- #, fuzzy
114
- #| msgid "Sovereignty Campaign List"
115
109
  msgid "Sovereignty campaign list"
116
110
  msgstr "Lista de Campañas de Soberanía"
117
111
 
@@ -7,29 +7,30 @@
7
7
  # Houbi_Houba <paul.lacape@live.fr>, 2024.
8
8
  # Mickael Gr4vity <patte.mickael@gmail.com>, 2024.
9
9
  # Acia Saraki <ouss2412@live.fr>, 2025.
10
+ # The “Devcutter” Guy <mick162534@gmail.com>, 2025.
10
11
  msgid ""
11
12
  msgstr ""
12
13
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
13
14
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
14
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
15
- "PO-Revision-Date: 2025-06-18 19:24+0000\n"
16
- "Last-Translator: Acia Saraki <ouss2412@live.fr>\n"
15
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
16
+ "PO-Revision-Date: 2025-08-03 02:43+0000\n"
17
+ "Last-Translator: The “Devcutter” Guy <mick162534@gmail.com>\n"
17
18
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/fr/>\n"
18
19
  "Language: fr_FR\n"
19
20
  "MIME-Version: 1.0\n"
20
21
  "Content-Type: text/plain; charset=UTF-8\n"
21
22
  "Content-Transfer-Encoding: 8bit\n"
22
23
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
23
- "X-Generator: Weblate 5.11.4\n"
24
+ "X-Generator: Weblate 5.12.2\n"
24
25
 
25
26
  #: sovtimer/__init__.py:9
26
27
  msgid "Sovereignty Timers"
27
28
  msgstr "Minuteries de souveraineté"
28
29
 
29
30
  #: sovtimer/apps.py:20
30
- #, fuzzy, python-brace-format
31
+ #, python-brace-format
31
32
  msgid "Sovereignty Timer v{__version__}"
32
- msgstr "Sovereignty Timer v{__version__}"
33
+ msgstr "Minuteur de Souveraineté v{_version_}"
33
34
 
34
35
  #: sovtimer/models.py:33 sovtimer/templates/sovtimer/base.html:7
35
36
  #: sovtimer/templates/sovtimer/base.html:11
@@ -42,15 +43,15 @@ msgstr "Peut accéder le module Minuterie de souveraineté"
42
43
 
43
44
  #: sovtimer/models.py:73
44
45
  msgid "Sovereignty structure"
45
- msgstr ""
46
+ msgstr "Structure de souveraineté"
46
47
 
47
48
  #: sovtimer/models.py:74
48
49
  msgid "Sovereignty structures"
49
- msgstr ""
50
+ msgstr "Structures de souveraineté"
50
51
 
51
52
  #: sovtimer/models.py:111
52
53
  msgid "Sov Hub defense"
53
- msgstr ""
54
+ msgstr "Défense du hub de souveraineté"
54
55
 
55
56
  #: sovtimer/models.py:112
56
57
  msgid "TCU defense"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
9
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
10
10
  "PO-Revision-Date: 2024-12-22 21:15+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/it/>\n"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
10
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
11
11
  "PO-Revision-Date: 2024-08-06 03:28+0000\n"
12
12
  "Last-Translator: Deleted User <noreply+44@weblate.org>\n"
13
13
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ja/>\n"
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
13
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
13
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
14
14
  "PO-Revision-Date: 2025-04-28 07:24+0000\n"
15
15
  "Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ko/>\n"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
10
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:12+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/nl/>\n"
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
9
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
9
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:12+0000\n"
11
11
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
12
12
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/pl/>\n"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
11
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
11
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
12
12
  "PO-Revision-Date: 2024-12-15 10:37+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/ru/>\n"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
10
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
10
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:12+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-sov-timer/sk/>\n"
@@ -9,8 +9,8 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
12
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
13
- "PO-Revision-Date: 2025-04-10 07:05+0000\n"
12
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
13
+ "PO-Revision-Date: 2025-07-06 20:30+0000\n"
14
14
  "Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
15
15
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/uk/>\n"
16
16
  "Language: uk\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
- "X-Generator: Weblate 5.10.4\n"
21
+ "X-Generator: Weblate 5.12.2\n"
22
22
 
23
23
  #: sovtimer/__init__.py:9
24
24
  msgid "Sovereignty Timers"
@@ -104,28 +104,20 @@ msgid "Sovereignty campaign list"
104
104
  msgstr "Список кампаній суверенітету"
105
105
 
106
106
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:12
107
- #, fuzzy
108
- #| msgid "Sovereignty campaigns"
109
107
  msgid "Total campaigns:"
110
- msgstr "Кампанії суверенітету"
108
+ msgstr "Усього кампаній:"
111
109
 
112
110
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:13
113
- #, fuzzy
114
- #| msgid "Timers upcoming (< 4hrs):"
115
111
  msgid "Upcoming campaigns (< 4hrs):"
116
- msgstr "Таймери (< 4 годин):"
112
+ msgstr "Найближчі таймери (< 4 годин):"
117
113
 
118
114
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:14
119
- #, fuzzy
120
- #| msgid "Active campaign"
121
115
  msgid "Active campaigns:"
122
- msgstr "активна кампанія"
116
+ msgstr "Активні кампанії:"
123
117
 
124
118
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:18
125
- #, fuzzy
126
- #| msgid "The sovereignty timer list is automatically updated every 30 seconds. Progress for any active campaigns will be shown as <i>Previous - Trend - Current</i>."
127
119
  msgid "The campaign list is automatically updated every 30 seconds. Progress for any active campaigns will be shown as <i>Previous - Trend - Current</i>."
128
- msgstr "Список таймерів суверенітету оновлюється автоматично кожні 30 секунд. Прогрес активних кампаній буде показаний як <i>Попереднє - Тренд - Поточне</i>."
120
+ msgstr "Список таймерів кампаній оновлюється автоматично кожні 30 секунд. Прогрес активних кампаній буде показаний як <i>Попереднє - Тренд - Поточне</i>."
129
121
 
130
122
  #: sovtimer/templates/sovtimer/partials/dashboard/table.html:30
131
123
  msgid "ADM"
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Sov Timer 2.2.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
13
- "POT-Creation-Date: 2025-06-20 19:18+0200\n"
13
+ "POT-Creation-Date: 2025-08-05 10:52+0200\n"
14
14
  "PO-Revision-Date: 2024-05-15 09:21+0000\n"
15
15
  "Last-Translator: SAM_FPS <sam_fps@163.com>\n"
16
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-sov-timer/zh_Hans/>\n"
@@ -0,0 +1,14 @@
1
+ """
2
+ Providers
3
+ """
4
+
5
+ # Alliance Auth
6
+ from esi.clients import EsiClientProvider
7
+
8
+ # AA Sovereignty Timer
9
+ from sovtimer import __app_name_useragent__, __github_url__, __version__
10
+
11
+ # ESI client
12
+ esi = EsiClientProvider(
13
+ ua_appname=__app_name_useragent__, ua_version=__version__, ua_url=__github_url__
14
+ )
@@ -19,9 +19,9 @@
19
19
  font-weight: normal;
20
20
  letter-spacing: normal;
21
21
  line-height: 1;
22
+ overflow-wrap: normal;
22
23
  text-transform: none;
23
24
  white-space: nowrap;
24
- word-wrap: normal;
25
25
  }
26
26
  }
27
27
 
@@ -0,0 +1,2 @@
1
+ :root{--icon-font-family:"Material Icons"}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(../font/materialicons/v143/MaterialIcons-Regular.woff2)format("woff2")}@media all{.material-icons{direction:ltr;display:inline-block;font-family:var(--icon-font-family);font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;overflow-wrap:normal;text-transform:none;white-space:nowrap}.aa-sovtimer-timer-elapsed{color:var(--bs-danger)}.aa-sov-timer-zkb-icon img{position:relative;top:-2px}.aa-sovtimer-active-campaign{border-left:1px solid var(--bs-danger);border-right:1px solid var(--bs-danger)}.aa-sovtimer-active-campaign td{background-color:var(--bs-danger-bg-subtle);--bs-table-color-type:var(--bs-danger-text-emphasis)!important}.aa-sovtimer-upcoming-campaign{border-left:1px solid var(--bs-warning);border-right:1px solid var(--bs-warning)}.aa-sovtimer-upcoming-campaign td{background-color:var(--bs-warning-bg-subtle);--bs-table-color-type:var(--bs-warning-text-emphasis)!important}.aa-sovtimer-trend{cursor:default;display:inline-block;left:.35rem;margin-right:.75rem;position:relative;top:.35rem}.aa-sovtimer-trend-up{color:var(--bs-success)}.aa-sovtimer-trend-down{color:var(--bs-danger)}.aa-sovtimer-campaigns-column-remaining-time{width:115px!important}.aa-sovtimer-campaigns-column-progress{width:125px!important}.aa-sovtimer .aa-sovtimer-campaigns td{vertical-align:middle}}
2
+ /*# sourceMappingURL=aa-sov-timer.min.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["aa-sov-timer.css"],"names":[],"mappings":"AAAA,K,CACI,mC,CAGJ,WACI,4B,CACA,iB,CACA,e,CACA,+EAGJ,A,WACI,e,CACI,a,CACA,oB,CACA,mC,CACA,c,CACA,iB,CACA,e,CACA,qB,CACA,a,CACA,oB,CACA,mB,CACA,kB,CAKJ,0B,CACI,sB,CAGJ,0B,CACI,iB,CACA,Q,CAGJ,4B,CACI,sC,CACA,uC,CAGJ,+B,CACI,2C,CAEA,8D,CAGJ,8B,CACI,uC,CACA,wC,CAGJ,iC,CACI,4C,CAEA,+D,CAGJ,kB,CACI,c,CACA,oB,CACA,W,CACA,mB,CACA,iB,CACA,U,CAGJ,qB,CACI,uB,CAGJ,uB,CACI,sB,CAGJ,4C,CACI,qB,CAGJ,sC,CACI,qB,CAGJ,sC,CACI,uB","file":"aa-sov-timer.css","sourcesContent":[":root {\n --icon-font-family: \"Material Icons\";\n}\n\n@font-face {\n font-family: \"Material Icons\";\n font-style: normal;\n font-weight: 400;\n src: url(\"../font/materialicons/v143/MaterialIcons-Regular.woff2\") format(\"woff2\");\n}\n\n@media all {\n .material-icons {\n direction: ltr;\n display: inline-block;\n font-family: var(--icon-font-family);\n font-size: 24px; /* Preferred icon size */\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-height: 1;\n overflow-wrap: normal;\n text-transform: none;\n white-space: nowrap;\n }\n}\n\n@media all {\n .aa-sovtimer-timer-elapsed {\n color: var(--bs-danger);\n }\n\n .aa-sov-timer-zkb-icon img {\n position: relative;\n top: -2px;\n }\n\n .aa-sovtimer-active-campaign {\n border-left: 1px solid var(--bs-danger);\n border-right: 1px solid var(--bs-danger);\n }\n\n .aa-sovtimer-active-campaign td {\n background-color: var(--bs-danger-bg-subtle);\n\n --bs-table-color-type: var(--bs-danger-text-emphasis) !important;\n }\n\n .aa-sovtimer-upcoming-campaign {\n border-left: 1px solid var(--bs-warning);\n border-right: 1px solid var(--bs-warning);\n }\n\n .aa-sovtimer-upcoming-campaign td {\n background-color: var(--bs-warning-bg-subtle);\n\n --bs-table-color-type: var(--bs-warning-text-emphasis) !important;\n }\n\n .aa-sovtimer-trend {\n cursor: default;\n display: inline-block;\n left: 0.35rem;\n margin-right: 0.75rem;\n position: relative;\n top: 0.35rem;\n }\n\n .aa-sovtimer-trend-up {\n color: var(--bs-success);\n }\n\n .aa-sovtimer-trend-down {\n color: var(--bs-danger);\n }\n\n .aa-sovtimer-campaigns-column-remaining-time {\n width: 115px !important;\n }\n\n .aa-sovtimer-campaigns-column-progress {\n width: 125px !important;\n }\n\n .aa-sovtimer .aa-sovtimer-campaigns td {\n vertical-align: middle;\n }\n}\n"]}
@@ -0,0 +1,40 @@
1
+ """
2
+ Test user agent header for ESI requests
3
+ """
4
+
5
+ # Django
6
+ from django.conf import settings
7
+ from django.test import TestCase
8
+
9
+ # Alliance Auth
10
+ from esi import __url__ as esi_url
11
+ from esi import __version__ as esi_version
12
+
13
+ # AA Sovereignty Timer
14
+ from sovtimer import __app_name_useragent__, __github_url__, __version__
15
+ from sovtimer.providers import esi
16
+
17
+
18
+ class TestUserAgent(TestCase):
19
+ """
20
+ Test the user agent header for ESI requests
21
+ """
22
+
23
+ def test_user_agent_header(self):
24
+ """
25
+ Test that the user agent header is set correctly for ESI requests.
26
+
27
+ :return:
28
+ :rtype:
29
+ """
30
+
31
+ operation = esi.client.Universe.get_universe_factions()
32
+
33
+ self.assertEqual(
34
+ first=operation.future.request.headers["User-Agent"],
35
+ second=(
36
+ f"{__app_name_useragent__}/{__version__} "
37
+ f"({settings.ESI_USER_CONTACT_EMAIL}; +{__github_url__}) "
38
+ f"Django-ESI/{esi_version} (+{esi_url})"
39
+ ),
40
+ )
@@ -1,9 +0,0 @@
1
- """
2
- App init
3
- """
4
-
5
- # Django
6
- from django.utils.translation import gettext_lazy as _
7
-
8
- __version__ = "2.4.3"
9
- __title__ = _("Sovereignty Timers")
@@ -1,19 +0,0 @@
1
- """
2
- Constants we use throughout the app
3
- """
4
-
5
- # Alliance Auth
6
- from esi import __version__ as esi_version
7
-
8
- # AA Sovereignty Timer
9
- from sovtimer import __version__
10
-
11
- APP_NAME = "aa-sov-timer"
12
- APP_NAME_VERBOSE = "AA Sovereignty Timer"
13
- APP_NAME_VERBOSE_USERAGENT = "AA-Sovereignty-Timer"
14
- PACKAGE_NAME = "sovtimer"
15
- GITHUB_URL = f"https://github.com/ppfeufer/{APP_NAME}"
16
- USER_AGENT = f"{APP_NAME_VERBOSE_USERAGENT}/{__version__} (+{GITHUB_URL}) Django-ESI/{esi_version}"
17
-
18
- # All internal URLs need to start with this prefix
19
- INTERNAL_URL_PREFIX = "-"
@@ -1,12 +0,0 @@
1
- """
2
- Providers
3
- """
4
-
5
- # Alliance Auth
6
- from esi.clients import EsiClientProvider
7
-
8
- # AA Sovereignty Timer
9
- from sovtimer.constants import USER_AGENT
10
-
11
- # ESI client
12
- esi = EsiClientProvider(app_info_text=USER_AGENT)
@@ -1,2 +0,0 @@
1
- :root{--icon-font-family:"Material Icons"}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(../font/materialicons/v143/MaterialIcons-Regular.woff2)format("woff2")}@media all{.material-icons{direction:ltr;display:inline-block;font-family:var(--icon-font-family);font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal}.aa-sovtimer-timer-elapsed{color:var(--bs-danger)}.aa-sov-timer-zkb-icon img{position:relative;top:-2px}.aa-sovtimer-active-campaign{border-left:1px solid var(--bs-danger);border-right:1px solid var(--bs-danger)}.aa-sovtimer-active-campaign td{background-color:var(--bs-danger-bg-subtle);--bs-table-color-type:var(--bs-danger-text-emphasis)!important}.aa-sovtimer-upcoming-campaign{border-left:1px solid var(--bs-warning);border-right:1px solid var(--bs-warning)}.aa-sovtimer-upcoming-campaign td{background-color:var(--bs-warning-bg-subtle);--bs-table-color-type:var(--bs-warning-text-emphasis)!important}.aa-sovtimer-trend{cursor:default;display:inline-block;left:.35rem;margin-right:.75rem;position:relative;top:.35rem}.aa-sovtimer-trend-up{color:var(--bs-success)}.aa-sovtimer-trend-down{color:var(--bs-danger)}.aa-sovtimer-campaigns-column-remaining-time{width:115px!important}.aa-sovtimer-campaigns-column-progress{width:125px!important}.aa-sovtimer .aa-sovtimer-campaigns td{vertical-align:middle}}
2
- /*# sourceMappingURL=aa-sov-timer.min.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["aa-sov-timer.css"],"names":[],"mappings":"AAAA,K,CACI,mC,CAGJ,WACI,4B,CACA,iB,CACA,e,CACA,+EAGJ,A,WACI,e,CACI,a,CACA,oB,CACA,mC,CACA,c,CACA,iB,CACA,e,CACA,qB,CACA,a,CACA,mB,CACA,kB,CACA,gB,CAKJ,0B,CACI,sB,CAGJ,0B,CACI,iB,CACA,Q,CAGJ,4B,CACI,sC,CACA,uC,CAGJ,+B,CACI,2C,CAEA,8D,CAGJ,8B,CACI,uC,CACA,wC,CAGJ,iC,CACI,4C,CAEA,+D,CAGJ,kB,CACI,c,CACA,oB,CACA,W,CACA,mB,CACA,iB,CACA,U,CAGJ,qB,CACI,uB,CAGJ,uB,CACI,sB,CAGJ,4C,CACI,qB,CAGJ,sC,CACI,qB,CAGJ,sC,CACI,uB","file":"aa-sov-timer.css","sourcesContent":[":root {\n --icon-font-family: \"Material Icons\";\n}\n\n@font-face {\n font-family: \"Material Icons\";\n font-style: normal;\n font-weight: 400;\n src: url(\"../font/materialicons/v143/MaterialIcons-Regular.woff2\") format(\"woff2\");\n}\n\n@media all {\n .material-icons {\n direction: ltr;\n display: inline-block;\n font-family: var(--icon-font-family);\n font-size: 24px; /* Preferred icon size */\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-height: 1;\n text-transform: none;\n white-space: nowrap;\n word-wrap: normal;\n }\n}\n\n@media all {\n .aa-sovtimer-timer-elapsed {\n color: var(--bs-danger);\n }\n\n .aa-sov-timer-zkb-icon img {\n position: relative;\n top: -2px;\n }\n\n .aa-sovtimer-active-campaign {\n border-left: 1px solid var(--bs-danger);\n border-right: 1px solid var(--bs-danger);\n }\n\n .aa-sovtimer-active-campaign td {\n background-color: var(--bs-danger-bg-subtle);\n\n --bs-table-color-type: var(--bs-danger-text-emphasis) !important;\n }\n\n .aa-sovtimer-upcoming-campaign {\n border-left: 1px solid var(--bs-warning);\n border-right: 1px solid var(--bs-warning);\n }\n\n .aa-sovtimer-upcoming-campaign td {\n background-color: var(--bs-warning-bg-subtle);\n\n --bs-table-color-type: var(--bs-warning-text-emphasis) !important;\n }\n\n .aa-sovtimer-trend {\n cursor: default;\n display: inline-block;\n left: 0.35rem;\n margin-right: 0.75rem;\n position: relative;\n top: 0.35rem;\n }\n\n .aa-sovtimer-trend-up {\n color: var(--bs-success);\n }\n\n .aa-sovtimer-trend-down {\n color: var(--bs-danger);\n }\n\n .aa-sovtimer-campaigns-column-remaining-time {\n width: 115px !important;\n }\n\n .aa-sovtimer-campaigns-column-progress {\n width: 125px !important;\n }\n\n .aa-sovtimer .aa-sovtimer-campaigns td {\n vertical-align: middle;\n }\n}\n"]}
File without changes
File without changes