Skip to content

Tags: RavenRotsuda/allianceauth

Tags

v2.0.4

Toggle v2.0.4's commit message
Remove reference to depreciated bad_gateway model.

Addresses allianceauth#1078

I too enjoy breaking changes with no warning. Round two.

v2.0.3

Toggle v2.0.3's commit message
Remove reference to depreciated x-user-agent header.

Addresses allianceauth#1073

I too enjoy breaking changes with no warning.

v2.0.2

Toggle v2.0.2's commit message
Allow viewing corpstats added by the user.

Order corpstats by corp name.

v2.0.1

Toggle v2.0.1's commit message
Do not check mains when user has no profile.

This can occur when a user is being deleted: Django deletes the UserProfile, followed by the CharacterOwnerships which triggers the main check. As the user doesn't have a profile it explodes.

Thanks @Slevinator

v2.0.0

Toggle v2.0.0's commit message
Version bump to 2.0

v1.15.8

Toggle v1.15.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump to v1.15.8

v2.0b3

Toggle v2.0b3's commit message
Copy v1 database after creating new one for v2 if updating.

v1.15.7

Toggle v1.15.7's commit message
Prevent checking out v2 when trying to install v1

v2.0b2

Toggle v2.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump

v2.0b1

Toggle v2.0b1's commit message
Sort completed HR apps by create date (most recent first) (allianceau…

…th#930)