Peter Pfeufer
|
c6b6443901
|
[CHANGE] Move structure label BG detection to Python instead of Django
Python is faster and needs less memory …
It's also much mire readable that way.
|
2025-01-06 18:08:20 +01:00 |
|
Ben Thomas
|
1c1e70619a
|
Fix ability to delete timers
|
2024-05-21 23:42:19 +00:00 |
|
Aaron Kable
|
3b463e7305
|
Fix timer query, Corp is not nullable
|
2024-03-08 17:37:11 +08:00 |
|
Aaron Kable
|
7a9808aad3
|
Add permision check to timerboard dashboard view
|
2024-03-08 15:54:39 +08:00 |
|
Erik Kalkoken
|
62c936f1c0
|
Improve menu app
|
2024-02-17 07:56:38 +00:00 |
|
Peter Pfeufer
|
b68b401146
|
[FIX] EveCorporationInfo matching query does not exist
|
2023-10-29 11:55:42 +01:00 |
|
Aaron Kable
|
2a21599d45
|
BS5 Theme test fixes
|
2023-10-27 11:33:08 +00:00 |
|
Aaron Kable
|
2e78aa5f26
|
BS5 Theme
|
2023-10-07 08:20:22 +00:00 |
|
Peter Pfeufer
|
d0118e6c0b
|
[FIX] File permissions
|
2023-08-01 12:55:19 +02: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 |
|
Basraah
|
01d34b54eb
|
N+1 query fixes
|
2017-10-01 20:55:15 +10:00 |
|
Basraah
|
fff2cd32d5
|
Update timerboard views
Adds basic unit tests
Changed to class based views
|
2017-09-27 19:12:07 +10:00 |
|
Basraah
|
45f7b7d962
|
Fix broken query
|
2017-09-23 17:50:53 +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 |
|