v2.0b3
版本发布时间: 2018-03-04 13:56:46
allianceauth/allianceauth最新发布版本:v2.0.4(2018-05-29 05:15:16)
This is the third and hopefully last beta of v2. It might even work this time.
Changes
- links have been corrected in hrapplications
- email activation links are now clickable
- corrected missing URL parts on the teamspeak join button
- updated Discord user add API endpoint
- deduplicated login tokens
- corrected signals emitted by proxy models on the admin
- changed default login scope to
publicData
- combined userprofile into the user admin page
- combined authgroup into the group admin page
- all services and apps using url hooks now require users with main character set
- fleet activity tracking has been cleaned up a bit
- celery has been fixed for real this time
- wow such docs :book:
Upgrading
If you have an existing install your auth project needs editing. Alter myauth/celery.py
and remove namespace='CELERY'
from the app declaration. Then update base settings with allianceauth update myauth
.
Or start a new project, copy your settings file over, and pretend nothing happened. That works too.
Be sure to migrate after installing b3.
Installing
Either install from github or wait for it to get published on pypi.
If you're installing for the first time refer to the docs.
Issues
The goal of the beta is to iron out any issues we've missed. Please reach out to us on gitter or open an issue here (being sure to mention it's regarding v2.0b3).
Thanks to everyone who reported issues during betas 1 and 2.