Ariel Rin
4b27dd40b9
Support and Test against Python3.8
2020-02-07 04:49:17 +00:00
ErikKalkoken
7b1bf9a4e2
Improve readme and add missing version info to setup
2020-01-24 20:05:55 +01:00
Aaron Kable
c07f59201e
Update Dependencies
2020-01-23 00:34:34 +00:00
ErikKalkoken
e24d29f1d3
Fix issue #1177
2019-12-05 13:02:31 +01:00
ErikKalkoken
c7c3083e3e
Fix issue #1176 : Prevent Django 3 installation
2019-12-04 14:02:03 +01:00
Basraah
dec793bfac
Merge branch 'dependencies' into 'master'
...
Depencies fix
Closes #1150
See merge request allianceauth/allianceauth!1127
2019-03-12 20:50:00 +10:00
colcrunch
287da73a4f
Update StateBackend.authenticate to match ModelBackend
...
Also, change setup to no longer include Django 1.11
2019-03-12 10:05:05 +00:00
Ariel Rin
a3038cad00
Update GitHub references to Gitlab
2018-11-30 03:55:19 +00:00
Ariel Rin
9cfb47e658
Limit redis to 2.0 due to 3.0 incompatabilities
2018-11-29 23:12:11 +00:00
Ariel Rin
4c2434219d
limit django, django-celery-beat to compatible versions
2018-11-11 01:55:13 +00:00
Basraah
623e77a268
Avoid Dj2.1 until 1.11 depreciation issues are fixed
2018-10-07 22:45:12 +00:00
Adarnof
98230d0ee3
Log but don't deal with problems refreshing tokens.
2018-04-20 14:15:19 -04:00
Adarnof
73e6f576f4
Use celery_once to prevent repeat task queueing.
...
Prevent group updates from being queued multiple times per user.
Default graceful to prevent raising exceptions.
2018-04-17 16:21:43 -04:00
Adarnof
f65e563c0c
Update project setup description to match repo and docs.
...
Thanks @soratidus999
2018-03-02 11:26:35 -05:00
Adarnof
d192f23e6e
Require exactly django-registration==2.4
...
This is the newest version which allows installation on Django 2.0 (and indeed does work) that also provides the scheme context to emails.
2018-02-23 11:57:06 -05:00
Adarnof
895a62c475
Include leading http(s) on activation link.
...
Closes #961
2018-02-09 01:11:35 -05:00
Basraah
57a26b90cb
Admin status panel for dashboard ( #903 )
2017-10-18 15:46:58 +10:00
Adarnof
c22d3a9967
Command line utility to create project.
...
Shamelessly stolen from wagtail.
2017-10-05 00:52:55 -04:00
Adarnof
93eca76bf8
Remove legacy setup comments
...
Remove legacy update script
2017-09-28 23:05:43 -04:00
Adarnof
b3d02b0c37
Add missing python3.4 typing requirement
...
typing is included python3.5+
2017-09-28 22:33:17 -04: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
fff2cd32d5
Update timerboard views
...
Adds basic unit tests
Changed to class based views
2017-09-27 19:12:07 +10:00
Basraah
280ddb336e
Change to use tox to manage unit tests
2017-09-25 17:25:28 +10:00
Adarnof
1a8d163d45
Remove XML provider.
...
Remove caching provider - ESI calls are cached according to expiry headers now.
Remove evelink as a requirement.
Initialize API response objects using kwargs.
I won't miss XML.
2017-09-19 20:55:26 -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