-
Review of https://github.com/FAForever/wiki/tree/feat/dockerfile by @Sheeo
Note:
All passed env variables must start with `FAF_`
https://github.com/FAForever/wiki/blob/feat/dockerfile/ForwardEnvVa…
-
Support for oauth and jwt and oauth authentication mechanisms was recently added which is great!
Currently for jwt authentication the key is provided directly in the configuration yaml. Another opt…
-
Some people reported to have no write access to `C:\ProgramData\FAForever` and need to run the client as Administrator. The installer MUST fix it, since it introduced #401 .
Could be fixed along with…
-
minimal working example :
`import faf.api.client`
`api = faf.api.client.ApiClient()`
`api.get("/maps")`
The log complains about a list not having a get method here: https://github.com/FAForever/faft…
-
I am correctly redirected to:
https://www.faforever.com/account/link?done&errors=%5B%7B%22code%22:182,%22requestId%22:%xxx%22,%22title%22:%22Steam%20account%20already%20linked%20to%20a%20FAF%20accoun…
-
The server sends a number of messages as strings in English. It would be better to send only command representations or maybe localization keys. In some cases the messages might even be moved complete…
-
Are all the tests out of date?
build.gradle has testImplementation("org.testfx:testfx-junit5:4.0.16-alpha")
but the code seems to want testImplementation("org.testfx:testfx-junit:4.0.15-alpha")
E…
exuvo updated
2 years ago
-
### Description
When updating enhancements scripts to the new format, it was noticed that the Tech 2 and Tech 3 upgrades have Duplicated Lines.
### Course of Action
Remove the duplicated lines of c…
-
Make less obnoxious
-
I tested your code and wondered why no system info is showing for me, where a similar application does.
As it turns out both my Arch Desktop as well as my NixOs server both do not provide lshw and re…