Exiom
3506e417d4
SRP Module - Added Datatables & Sorting, Standardized Date/Time for Overall AA Consistency
2020-09-20 23:55:22 +00:00
AaronKable
ded9301527
initial django3 bringup
2020-09-18 11:45:37 +08:00
Ariel Rin
d02c25f421
Merge branch 'feature_menu_item_badges' into 'master'
...
Add menu item badge feature and update group icons
See merge request allianceauth/allianceauth!1240
2020-09-11 11:33:14 +00:00
Erik Kalkoken
228af38a4a
Add menu item badge feature and update group icons
2020-09-11 11:33:14 +00:00
Ariel Rin
af3527e64f
Revert "load bootswatch less locally #1217 "
...
This reverts commit 3a9a7267ea8734ba0a5cf1d0fea632eb2276d45c.
2020-09-11 04:13:01 +00:00
AaronKable
1f165ecd2a
use request.scheme to get the http/https for the site
2020-09-07 19:10:58 +08:00
Ariel Rin
35407a2108
Font Awesome V5 Update
2020-06-11 03:33:37 +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
ErikKalkoken
b6fdf840ef
Update swagger files and remove swagger fle dependency from srp package
2020-03-25 18:00:23 +01:00
ErikKalkoken
73f262ce4b
Add missing translations
2020-03-24 20:21:35 +01:00
ErikKalkoken
3d3bb8fc94
fix broken translation strings
2020-03-03 13:53:55 +01:00
ErikKalkoken
fffb21bb4f
Fix spr, permissions_tool, improve group_management
2020-02-17 00:59:47 +01:00
Basraah
62b786ca4a
Merge branch 'zkill_fix' into 'master'
...
Fix srp url for zkill api
See merge request allianceauth/allianceauth!1109
2018-11-29 23:51:09 +00:00
Mike
ccef27b637
Fix srp url for zkill api
2018-11-17 20:26:16 -05:00
colcrunch
7aa1a2f336
Update SRP module for zKill API changes.
2018-10-07 22:08:03 +00:00
Col Crunch
e49e04034c
Imports are hard
...
Note to self: Read before commit
2018-08-01 23:00:31 -04:00
Col Crunch
c7860f8e5c
oops
2018-08-01 22:50:44 -04:00
Col Crunch
adb982114a
Actually use srp.add_srpfleetmain permission
...
Also adds a new @permissions_required decorator.
2018-08-01 22:38:54 -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
df3acccc50
Correct matching start of URL patterns.
...
Thanks @Peggle2k
2018-04-14 14:12:39 -04:00
Adarnof
4a94f379b4
Correct issues with the SRP merge from v1
2017-11-17 17:29:01 -05:00
Adarnof
c63464c4c9
Handle new zKillboard API format
2017-11-10 11:57:51 -05:00
Basraah
47b5b286d8
Uniform page titles
2017-10-12 10:20:40 +10:00
Adarnof
111105d48b
Restructure settings ( #882 )
...
* Refactor settings into importable base.
User deployment should use 'from allianceauth.settings.base import *' in their project settings.
* Restructure tests folder.
Remove DOMAIN setting.
Use localhost for services revoked emails.
* Add missing python3.4 typing requirement
typing is included python3.5+
* Remove legacy setup comments
Remove legacy update script
2017-10-05 13:12:49 +10:00
Basraah
01d34b54eb
N+1 query fixes
2017-10-01 20:55:15 +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
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