Skip to content

Releases: OpenDAoC/OpenDAoC-AccountManager

Release 20230925.1

25 Sep 17:49
86626a4
Compare
Choose a tag to compare
Use a pool instead of a single connection to DB

Release 20230905.2

05 Sep 15:39
38905df
Compare
Choose a tag to compare
Merge pull request #2 from OpenDAoC/migrate-to-nextauth

- Replaces the custom Discord APIs with next-auth
- Removes the custom UserContext with next-auth's session
- Replaces env vars `SITE_URL` with `NEXTAUTH_URL` and `ENCRYPTION_KEY` with `NEXTAUTH_SECRET`
- Makes typescript happy by fixing some useEffect dependency array
- Fixes some quirks of Docker deployment building the app at container start

Release 20230905.1

05 Sep 15:34
de6f1d9
Compare
Choose a tag to compare
Merge pull request #1 from OpenDAoC/fix-docker-deployment

Fixes deployment with Docker by replacing the environmental variables in the container, introduces notifications on some additional error states and optimises the image build process and size.

Release 20230904.3

04 Sep 18:16
de6f1d9
Compare
Choose a tag to compare
Merge pull request #1 from OpenDAoC/fix-docker-deployment

Fixes deployment with Docker by replacing the environmental variables in the container, introduces notifications on some additional error states and optimises the image build process and size.

Release 20230904.2

04 Sep 18:12
e58c6fb
Compare
Choose a tag to compare
Implement github actions

Release 20230904.1

04 Sep 16:12
e58c6fb
Compare
Choose a tag to compare
Implement github actions