Joel Falknau
d89639e873
unify user-agents
2024-10-21 12:46:23 +10:00
Peter Pfeufer
aa1cb96c8a
[REMOVE] Unnecessary whitespaces
...
I know, purely aesthetic, but it bugs the hell out of me …
2023-12-21 12:20:51 +01:00
Peter Pfeufer
c37ece49d5
[CHANGE] Template renamed to better reflect what it is for
2023-12-09 15:11:53 +01:00
Peter Pfeufer
714431c932
[FIX] Check if character is online before accepting FAT click
...
Fixes #834
2022-08-07 12:08:57 +02:00
Ariel Rin
ff0fa0329d
Merge branch 'master' of https://gitlab.com/allianceauth/allianceauth into v3.x
2022-06-18 13:28:15 +10:00
Maestro-Zacht
95b309c358
fixed attribute error
2022-06-18 02:53:11 +00:00
Ariel Rin
909bd0ba15
Fix deprecations removed in dj4
2021-12-24 17:42:53 +10: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
Peter Pfeufer
e6a4cea4de
editorconfig applied
2021-05-17 11:42:28 +02:00
Erik Kalkoken
0bfec36983
Fix issue #1172 : Replace deprecated eve image URLs in apps and services
2020-01-16 03:51:16 +00:00
Basraah
09df37438d
Add missing order_by, thanks @Fundaris
2018-12-20 22:02:25 +00:00
Adarnof
099c2c0a21
Remove reference to depreciated x-user-agent header.
...
Addresses #1073
I too enjoy breaking changes with no warning.
2018-05-23 22:58:41 -04:00
Adarnof
1bd5eecd54
Correct old template URLs.
...
Remove redundant name from fatlink.
Remove optimer app dependency.
And other general cleanup.
Thanks @TargetZ3R0
2018-02-28 13:16:54 -05:00
Adarnof
cca8b26375
Handle FAT ZeroDivisionErrors
2017-11-10 11:52:22 -05:00
Basraah
01d34b54eb
N+1 query fixes
2017-10-01 20:55:15 +10:00
Basraah
8864afd784
Resolve Dj20 compatibility issues
...
Temporarily use latest snapshot for esi for dj20
Correct admin urls include
Manually correct old ts3 table migration
Remove obsolete services migrations
Remove bootstrap pagination package
Fix url namespacing
2017-09-28 14:47:06 +10:00
Basraah
f36b038010
Remove EveManager, refactor into model managers
...
Lots of unused methods removed.
Unit tests added for those that are left.
2017-09-21 14:56:40 +10:00
Basraah
786859294d
Restructure Alliance Auth package ( #867 )
...
* Refactor allianceauth into its own package
* Add setup
* Add missing default_app_config declarations
* Fix timerboard namespacing
* Remove obsolete future imports
* Remove py2 mock support
* Remove six
* Add experimental 3.7 support and multiple Dj versions
* Remove python_2_unicode_compatible
* Add navhelper as local package
* Update requirements
2017-09-19 09:46:40 +10:00