Ariel Rin
96300a012a
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v2.9.x
2021-06-29 14:01:52 +10:00
Ariel Rin
5f98b5350e
Version Bump v2.8.5
2021-06-29 03:27:30 +00:00
Ariel Rin
9de4d557e3
Merge branch 'discord-existing' into 'master'
...
Update member when they are already in Discord server.
See merge request allianceauth/allianceauth!1322
2021-06-29 03:10:23 +00:00
Aaron Kable
1d5f2634f1
Update member when they are already in Discord server.
2021-06-29 03:10:23 +00:00
Peter Pfeufer
47793e6198
[FIX] icons in alert messages
...
This way they don't interfere with possible HTML in the message itself.
2021-06-28 21:20:59 +02:00
Ariel Rin
0d7b8e315f
tidy up missed pre-commits from master merge
2021-06-23 10:03:57 +10: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
Erik Kalkoken
808080d5ee
Improve messages
2021-06-21 10:39:56 +00:00
Ariel Rin
5c3ded6b07
Merge branch 'admin_performance_tuning' into 'master'
...
Admin performance tuning for group and state
See merge request allianceauth/allianceauth!1318
2021-06-01 11:40:32 +00:00
Erik Kalkoken
0c14e35d15
Admin performance tuning for group and state
2021-06-01 11:40:32 +00:00
Ariel Rin
c13be5d39a
Merge branch 'ts3_update_button' into 'master'
...
Add button to update TS3 groups to admin page
See merge request allianceauth/allianceauth!1313
2021-06-01 11:38:24 +00:00
Erik Kalkoken
e4b515c1d5
Add button to update TS3 groups to admin page
2021-06-01 11:38:24 +00: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
b47392ba7f
check for LF as line ending
2021-05-17 09:49:58 +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
Ariel Rin
10bd77d761
Version Bump v2.9.0a2
2021-05-13 21:43:24 +10:00
Ariel Rin
192d286cf2
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v2.9.x
2021-05-13 21:38:22 +10:00
Peter Pfeufer
3630812b92
revert migrations & set DEFAULT_AUTO_FIELD to django.db.models.AutoField
2021-05-10 13:35:40 +02:00
Ariel Rin
2f320bc256
Version Bump 2.9.0a1
2021-05-09 06:45:17 +00:00
Ariel Rin
45b8d42b8e
Merge branch 'javascript-modernization' into 'v2.9.x'
...
Cleanup and modernize JS
See merge request allianceauth/allianceauth!1305
2021-05-09 06:43:58 +00:00
Peter Pfeufer
bd2d19f867
Cleanup and modernize JS
2021-05-09 06:43:58 +00:00
Ariel Rin
5a2c9243c4
Version Bump v2.8.4
2021-05-09 05:52:20 +00:00
Ariel Rin
fecd748198
Merge branch 'mumble-version' into 'master'
...
Model updates for Mumble Authenticator 1.1
See merge request allianceauth/allianceauth!1303
2021-05-09 05:41:05 +00:00
Ariel Rin
85351b2c66
Model updates for Mumble Authenticator 1.1
2021-05-09 05:41:05 +00:00
Ariel Rin
8b3e5b6462
Merge branch 'improve_eveonline_admin' into 'master'
...
Improve admin pages for eveonline models
See merge request allianceauth/allianceauth!1306
2021-05-09 05:39:46 +00:00
Erik Kalkoken
93af920b8f
Improve admin pages for eveonline models
2021-05-09 05:39:46 +00:00
Ariel Rin
b1248d9845
Merge branch 'improve_groups_admin' into 'master'
...
Improve group management admin pages
See merge request allianceauth/allianceauth!1308
2021-05-09 05:38:28 +00:00
Erik Kalkoken
c86abef07d
Improve group management admin pages
2021-05-09 05:38:28 +00:00
Ariel Rin
17ad5dfe33
Merge branch 'improve_authentication_admin' into 'master'
...
Improve authentication admin
See merge request allianceauth/allianceauth!1307
2021-05-09 05:31:45 +00:00
Erik Kalkoken
e1843fe1f1
Improve authentication admin
2021-05-09 05:31:45 +00:00
Ariel Rin
256a21f058
Merge branch 'fix_table_styles_for_dark_mode' into 'master'
...
Fix table styles and nav tabs for dark mode
See merge request allianceauth/allianceauth!1310
2021-05-09 05:25:45 +00:00
Erik Kalkoken
1473259e41
Fix table styles and nav tabs for dark mode
2021-05-09 05:25:45 +00:00
ErikKalkoken
07258a6914
Log HTTP errors from gitlab as warning instead of error
2021-05-08 13:20:57 +02:00
Peter Pfeufer
8f59f2549a
robots.txt added
...
This fixes the randomly appearing 404 error in Auth (issue #1232 )
2021-04-15 20:59:25 +02:00
Ariel Rin
630400fee4
Merge branch 'django-3-2-update' into 'v2.9.x'
...
Django 3.2 compatibility update
See merge request allianceauth/allianceauth!1300
2021-04-08 05:07:01 +00:00
Ariel Rin
8c6bdd8ae2
Add Python3.9 Testing
2021-04-08 04:49:15 +00:00
Peter Pfeufer
e04138bced
migrations
2021-04-07 18:40:39 +02:00
Peter Pfeufer
db5ad85811
add new default for PKs
2021-04-07 18:16:33 +02:00
Ariel Rin
0036e8b280
Version Bump v2.8.3
2021-04-07 15:18:08 +00:00
Peter Pfeufer
aa7495fa60
Proper error message on non kill mail zkb links
2021-04-07 15:12:56 +00:00
Ariel Rin
2668884008
Merge branch 'srp-copypaste' into 'master'
...
SRP Character Name Copy-Paste
See merge request allianceauth/allianceauth!1295
2021-04-07 13:22:24 +00:00
Ariel Rin
abdc3f3485
SRP Character Name Copy-Paste
2021-04-07 13:22:23 +00:00
Peter Pfeufer
76e18a79b3
support discord link added to admin notifications on dashboard
2021-04-06 10:44:12 +02:00
Aaron Kable
2fd2af793e
Use default by defaut in notification system
2021-02-21 18:14:42 +08:00
Ariel Rin
3452c3acd1
Version Bump v2.8.2
2021-02-05 12:19:25 +00:00
Ariel Rin
164a0d5376
Merge branch 'gitlab-announcements-fix' into 'master'
...
Only show open announcements
See merge request allianceauth/allianceauth!1291
2021-01-26 12:55:11 +00:00