Peter Pfeufer
cdcf65cb52
fixed old Django 2 translation template tags
2021-10-19 12:05:45 +02: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
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
Peter Pfeufer
3630812b92
revert migrations & set DEFAULT_AUTO_FIELD to django.db.models.AutoField
2021-05-10 13:35:40 +02:00
Peter Pfeufer
e04138bced
migrations
2021-04-07 18:40:39 +02:00
Ariel Rin
35407a2108
Font Awesome V5 Update
2020-06-11 03:33:37 +00:00
Aaron Kable
7f7500ff0c
Change EveModels to Integer ID fields
2020-06-09 13:10:10 +00:00
ErikKalkoken
b6fdf840ef
Update swagger files and remove swagger fle dependency from srp package
2020-03-25 18:00:23 +01:00
Ariel Rin
c3521b0d87
Merge branch 'issue_1162' into 'master'
...
Make AA work on mobiles
Closes #1215 and #1162
See merge request allianceauth/allianceauth!1167
2020-02-18 03:35:44 +00:00
ErikKalkoken
8771477884
Fix optimer, timerboard and corpstats
2020-02-15 23:26:22 +01:00
AaronKable
80157a032a
Dont show Alt characters as a main when they are not in corp
2020-01-26 21:27:10 +08:00
Aaron Kable
ebff1387c1
Increase Corpstats Performance
2020-01-23 00:38:39 +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
Aaron Kable
976cb4d988
update corpstats swagger.json
2018-12-20 08:27:56 -05:00
colcrunch
4d0417f114
None is not a valid alliance ID.
2018-11-30 07:54:51 +00:00
Mike
1de3c989d7
fix tests with new endpoints (i think)
2018-06-24 17:41:27 -04:00
Mike
2e547945e2
Corp Stats update to fix removal of character name endpoints
2018-06-24 17:23:08 -04:00
Adarnof
ee9ed13a66
Remove reference to depreciated bad_gateway model.
...
Addresses #1078
I too enjoy breaking changes with no warning. Round two.
2018-05-28 17:16:58 -04: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
6d6a3a3d6b
Allow viewing corpstats added by the user.
...
Order corpstats by corp name.
2018-05-10 14:25:57 -04:00
colcrunch
854096bac7
fix alliancelogo on corp stats page
2018-05-07 23:26:37 -04:00
Adarnof
22bda62e59
Spanish translations courtesy of @frank1210
...
Fixed a few problems with translating the menu links - they had leading spaces.
2018-05-02 20:49:21 -04:00
Adarnof
a350e175c7
Update to latest ESI routes.
2018-04-18 20:49:05 -04:00
Adarnof
fd876b8636
Correct model import.
...
Thanks @TargetZ3R0
2018-03-19 18:25:47 -04:00
Adarnof
7a9bb0c84b
Centralize portrait/logo URL creation.
2018-02-23 12:54:21 -05:00
Adarnof
9c74952607
Correct CorpStats tests.
2018-02-22 17:44:59 -05:00
Adarnof
b6b14f6f1c
Ensure all columns are perfectly aligned.
...
Prevent sorting/searching portraits and killboard links.
Default sorting to character names.
2018-02-22 13:06:07 -05:00
Adarnof
b09c454bf0
Can be updated by any user who can view
...
Thanks @ghoti
2018-02-21 22:02:46 -05:00
Basraah
f037d7fea6
Change celery tasks to shared task decorator
2017-12-11 00:26:07 +10:00
Basraah
47b5b286d8
Uniform page titles
2017-10-12 10:20:40 +10:00
Adarnof
cfad4fa8a6
Pycharm refactor failed me.
2017-10-10 10:41:25 -04:00
Basraah
e5d76cbce8
Add night mode ( #890 )
...
* Split base template menus out
* Add toggle for night mode setting
* Add vertical flexbox row
Makes each col-* expand to fill the space created by the largest column.
* Use flexbox on main character and group panels
* Fix data table sort control clipping
* Build new css
2017-10-05 14:32:58 +10:00
Basraah
11fca74fec
Add required on_delete parameters for Dj2.0 compatibility
2017-09-28 12:32:33 +10:00
Basraah
e68c840dad
CSS Fixes and cleanup
...
Improves bootstrap compatibility, allowing for dropping in theme CSS.
Also improves responsive design but still has a ways to go.
2017-09-23 18:03:43 +10:00
Basraah
7beec38881
Move templates and fix namespacing
...
Move base template
Refactor services urls and templates
Refactor groupmanagement urls and templates
Refactor notifications urls and templates
2017-09-23 06:48:51 +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
Adarnof
2d92cd6cb2
Minimize swagger spec files.
2017-09-20 01:29:16 -04: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