Skip to content

Releases: FAForever/website

v1.8.1: Fix clan crash

24 May 21:35
Compare
Choose a tag to compare

Fix bugs in change username and clan list

v1.8.0 - User handling refactor

23 May 21:27
b7e1b1f
Compare
Choose a tag to compare

Reworks account handling: User emails now redirect to a website which itself calls the API. No more redirects from the API for user stuff.
(requires faf-java-api 2.8.0+)

v1.8.0-RC2

23 May 19:39
Compare
Choose a tag to compare
v1.8.0-RC2 Pre-release
Pre-release
Fixup token passthrough and remove leftover code

v1.8.0-RC1

22 May 21:53
Compare
Choose a tag to compare
v1.8.0-RC1 Pre-release
Pre-release
Handle 2-step user registration

v1.7.12

02 May 22:21
Compare
Choose a tag to compare
Update leagues.json

v1.7.11

20 Mar 21:27
Compare
Choose a tag to compare
Don't crash application on failing to read single page for game results

v1.7.10

27 Feb 18:38
Compare
Choose a tag to compare
Check player name

v1.7.10-RC2: Test check username

25 Feb 13:03
Compare
Choose a tag to compare
Pre-release
Check player name

v1.7.10-RC1

24 Feb 12:08
Compare
Choose a tag to compare
v1.7.10-RC1 Pre-release
Pre-release
Check player name

v1.7.9: Removed accursed for loop from previous commit

27 Jan 07:11
Compare
Choose a tag to compare
Realized another obvious way to do the favorite faction
calculations was right in front of me. This patch removes
the nested for loop from before and instead includes the faction
in the game data used in the next part of the script.

Tested locally, runs in about the same amount of time as live.