ErikKalkoken
f1a21bb856
Add state info to dashboard, improve stat change notifications, improve auth tests
2020-07-03 14:58:45 +02:00
AaronKable
ed4270a0e3
Use existing character variable.
2020-05-14 17:09:00 +08:00
Jonnyw2k
dafbfc8644
Update allianceauth/authentication/templates/public/base.html
2020-04-18 02:12:12 +00:00
Jonnyw2k
55413eea19
Update allianceauth/authentication/templates/public/base.html
2020-04-18 01:22:07 +00:00
Ariel Rin
934cc44540
Merge branch 'fix_dashboard_sorting' into 'master'
...
Improve groups and character lists on dashboard
See merge request allianceauth/allianceauth!1171
2020-03-09 08:14:26 +00:00
ErikKalkoken
3d3bb8fc94
fix broken translation strings
2020-03-03 13:53:55 +01:00
ErikKalkoken
81af610c11
Add sorting to characters and groups and remove auto groups
2020-02-19 01:29:14 +01:00
ErikKalkoken
0f9927686b
Add new standard table style, improve UI for group management
2020-02-17 23:45:00 +01:00
ErikKalkoken
59855a71ef
Fix layout bug and improve UI for permission tool, add filterDropDown JS
2020-02-17 20:16:30 +01:00
ErikKalkoken
55a5070691
Fix group management, improve dashboard
2020-02-15 22:49:48 +01:00
ErikKalkoken
9976ecc2aa
Fix login and dashboard for display on mobiles
2020-02-15 20:10:30 +01:00
Ariel Rin
26566d9ce0
Merge branch 'issue_1200' into 'master'
...
Fix activation link shown trunctated in some mail clients
Closes #1200
See merge request allianceauth/allianceauth!1160
2020-02-07 04:58:52 +00:00
Aaron Kable
36af471c3c
passthrough the redirect url
2020-02-07 04:50:31 +00:00
ErikKalkoken
d3fbc133a2
Fix issue #1200
2020-02-03 16:08:33 +01:00
Erik Kalkoken
0bfec36983
Fix issue #1172 : Replace deprecated eve image URLs in apps and services
2020-01-16 03:51:16 +00:00
Adarnof
cc8a7a18d2
Hook URLs require logged in user with a main character.
...
Should prevent anything else like #983
Heavily inspired by https://gist.github.com/garrypolley/3762045#gistcomment-2089316
2018-02-26 22:50:58 -05:00
Adarnof
7a9bb0c84b
Centralize portrait/logo URL creation.
2018-02-23 12:54:21 -05:00
Adarnof
6f7cf8805d
Correct background resizing on Firefox
...
https://stackoverflow.com/a/24104710
2018-02-20 15:29:56 -05:00
Adarnof
895a62c475
Include leading http(s) on activation link.
...
Closes #961
2018-02-09 01:11:35 -05:00
Adarnof
b8644d5c93
Remove unnecessary next URL from lang select.
...
This is automatically determined by the lang select view if not specified.
https://docs.djangoproject.com/en/2.0/topics/i18n/translation/#the-set-language-redirect-view
Closes #958
2018-02-02 19:55:59 -05:00
Basraah
57a26b90cb
Admin status panel for dashboard ( #903 )
2017-10-18 15:46:58 +10:00
Basraah
7fa45fa471
Add favicons and logo
2017-10-12 13:18:51 +10:00
Basraah
47b5b286d8
Uniform page titles
2017-10-12 10:20:40 +10: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
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
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