Peter Pfeufer
dbc19c76c5
[CHANGE] Switch to header template where ever possible
...
Also fixed some Bootstrap misuse
2023-12-17 23:50:13 +01:00
Peter Pfeufer
00fcebd8e3
[CHANGE] Some minor cleanups
2023-12-11 11:59:32 +01:00
Aaron Kable
2e78aa5f26
BS5 Theme
2023-10-07 08:20:22 +00:00
Ariel Rin
d6821b3fd6
Merge branch 'master' of gitlab.com:allianceauth/allianceauth into v4.x
2023-08-14 15:13:54 +10:00
Peter Pfeufer
d0118e6c0b
[FIX] File permissions
2023-08-01 12:55:19 +02:00
Peter Pfeufer
7075ccdf7a
[CHANGE] Django Upgrade checks applied
2023-08-01 12:52:05 +02:00
Ariel Rin
05d7fb1f63
repr workaround no longer needed
2023-05-03 14:23:10 +10:00
Ariel Rin
3b19db2564
let pre-commit do some work
2023-05-03 13:18:05 +10:00
Erik Kalkoken
31c1f8bb7d
Faster management commands
2023-01-25 03:25:47 +00:00
colcrunch
db1971d4c2
Corp and Alliance names are not unique
2022-09-07 06:28:01 +00:00
Peter Pfeufer
1d240a40dd
Remove deprecated settings
...
Examples:
RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using the format of the current locale.
warnings.warn(USE_L10N_DEPRECATED_MSG, RemovedInDjango50Warning)
RemovedInDjango41Warning: 'allianceauth' defines default_app_config = 'allianceauth.apps.AllianceAuthConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
2022-03-03 12:06:16 +01:00
Ariel Rin
ceaa064e62
Merge branch 'usersettings' into 'v3.x'
...
Persistent User Settings
See merge request allianceauth/allianceauth!1333
2022-02-26 06:19:38 +00:00
Ariel Rin
1aad3e4512
Persistent User Settings
2022-02-26 06:19:38 +00:00
ErikKalkoken
2d6e4a0df1
Merge branch 'master' into fix_character_names
2022-02-01 00:31:25 +01:00
Erik Kalkoken
f348b1a34c
Fix: Can not update biomassed characters
2022-01-27 05:02:57 +00:00
ErikKalkoken
defcfa3316
Character names are not unique
2022-01-05 19:47:15 +01:00
ErikKalkoken
3209b71b0a
Fix imports and flake8 issues
2022-01-05 19:28:44 +01:00
Ariel Rin
bd9ea225be
Rogue comment annoying MRs
2021-12-24 05:02:46 +00:00
Adarnof
f7d279fa16
Add missing ESI operation to minimized spec file. My bad.
2021-12-07 23:42:02 -05:00
Ariel Rin
ff7c9c48f3
Merge branch 'v2.9.x' of https://gitlab.com/allianceauth/allianceauth
2021-12-02 02:26:33 +10:00
Ariel Rin
b607b73598
chunk updates to be info, not error
2021-10-30 12:43:49 +10:00
Adarnof
23849b9f42
Allow assigning factions to states.
2021-10-26 09:16:28 +00:00
Ariel Rin
e8d54a1d11
Merge Chunking Updates from Master
2021-10-20 05:00:57 +00:00
Aaron Kable
18a627b01e
Breakout Model updates into separate tasks
2021-10-19 00:49:39 +00:00
Peter Pfeufer
a6b340c179
update code to reflect the new minimum python version 3.7
...
- update string format method
- remove redundant default arguments from function calls
- remove unused imports
- remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331 )
2021-10-18 11:59:05 +02:00
Ariel Rin
ae7cfbff35
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v2.9.x
2021-06-23 09:58:25 +10:00
Peter Pfeufer
fd86471a0f
exluded .po, .mo and swagger.json from checks
...
For demonstration, the last empty line has been removed from swagger.json. Usually it would have been added again through pre-commit, but not with the exclusion here.
2021-06-22 16:42:10 +02:00
Peter Pfeufer
e6a4cea4de
editorconfig applied
2021-05-17 11:42:28 +02:00
Peter Pfeufer
2697fb5317
remove coding pragma. it's not needed since python 3.x
2021-05-17 09:51:09 +02:00
Peter Pfeufer
a99a375375
one and only one empty line at the end of the file
2021-05-17 09:48:57 +02:00
Peter Pfeufer
8c3df89d52
remove trailing whitespaces
2021-05-17 09:46:11 +02:00
ErikKalkoken
1420c71ec5
Improve get_character_by_id()
2021-05-15 13:58:23 +02:00
Erik Kalkoken
93af920b8f
Improve admin pages for eveonline models
2021-05-09 05:39:46 +00:00
AaronKable
d72964fd7c
Add CEO Id to Corp Eve Model
2021-01-05 22:14:52 +08:00
colcrunch
75de4518f2
Use app_info_text
in EveSwaggerProvider
to set the User-Agent
header on ESI requests.
2020-12-01 22:40:09 -05:00
Erik Kalkoken
1d20a3029f
Only update characters if they have changed corp or alliance by bulk calling affiliations before calling character tasks.
2020-08-20 03:14:40 +00:00
Aaron Kable
7f7500ff0c
Change EveModels to Integer ID fields
2020-06-09 13:10:10 +00:00
Erik Kalkoken
bca5f0472e
Add support for type icons to evelinks
2020-05-25 14:51:41 +00:00
Ariel Rin
dcaaf38ecc
Merge branch 'esi_update' into 'master'
...
Update swagger files and remove swagger file dependency from srp package
See merge request allianceauth/allianceauth!1187
2020-04-03 12:39:34 +00:00
Aaron Kable
8861ec0a61
Add Celery Priorities
2020-03-26 02:20:02 +00:00
ErikKalkoken
b6fdf840ef
Update swagger files and remove swagger fle dependency from srp package
2020-03-25 18:00:23 +01:00
ErikKalkoken
bb0a7c014e
Change to on-demand loading for debug and failed starts only
2020-02-13 16:08:07 +01:00
ErikKalkoken
331100370c
Change esi client loading to on-demand in eveonline module
2020-02-12 16:32:11 +01:00
Ariel Rin
f50b08d301
Merge branch 'fix_esi_duplicated_model_warning' into 'master'
...
Fix esi duplicate model warnings
See merge request allianceauth/allianceauth!1159
2020-02-07 05:01:30 +00:00
colcrunch
fd92352302
Merge branch 'feature_grouprequest_infos' into 'master'
...
Add evelinks package and improve group management UI
See merge request allianceauth/allianceauth!1156
2020-02-05 04:31:13 +00:00
Erik Kalkoken
fcb66a11a3
Improve image tags to also work with eveonline objects, use new tags in group managenet, optimer, timerboard
2020-02-05 04:31:13 +00:00
Erik Kalkoken
0127b1ea9e
Add more tests to eveonline module
2020-02-04 04:44:16 +00:00
ErikKalkoken
ce7a8e7a3d
Replace swagger spec file in eveonline package with current version
2020-02-02 20:28:53 +01:00
Aaron Kable
1c2fd3be50
Affiliations for Character updates
2020-01-16 04:00:55 +00:00
Erik Kalkoken
0bfec36983
Fix issue #1172 : Replace deprecated eve image URLs in apps and services
2020-01-16 03:51:16 +00:00