No description
Find a file
Timothy Schenk 78ba35c66f
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 30s
Build, Package and Push Images / sbom-scan (push) Successful in 38s
Build, Package and Push Images / generate-licences (push) Successful in 53s
Build, Package and Push Images / container-build (push) Successful in 1m52s
Build, Package and Push Images / sonarqube (push) Successful in 1m57s
Build, Package and Push Images / container-sbom-scan (push) Has been cancelled
ci: move after build
2024-02-01 10:35:26 +01:00
.gitea/workflows ci: move after build 2024-02-01 10:35:26 +01:00
.run feat: prometheus & grafana minimal setup 2023-11-28 15:32:41 +01:00
Benchmarks chore: dependency upgrade & missing refactor from Server to AuthServer 2024-01-29 08:39:18 +01:00
config fix: incorrect base stat 2023-11-20 15:31:04 +01:00
Continuity.AuthServer chore(deps): update dependency opentelemetry.resourcedetectors.container to v1.0.0-beta.5 2024-02-01 09:30:19 +00:00
scripts chore: add useful scripts 2023-11-16 17:56:13 +01:00
Wiki docs: add missing entries to Packet list 2023-11-16 16:29:00 +01:00
Wonderking chore: dependency upgrade & missing refactor from Server to AuthServer 2024-01-29 08:39:18 +01:00
.dockerignore feat: a big draft 2023-08-09 16:23:41 +02:00
.editorconfig fix: incorrect header usage 2023-11-21 21:38:58 +01:00
.gitignore ci: support for license artifacts 2024-01-29 14:00:42 +01:00
.pre-commit-config.yaml chore: reformatting 2023-11-19 17:07:28 +01:00
build-image.ps1 refactor: rename to Continuity.AuthServer 2023-11-29 08:19:17 +01:00
Continuity.sln refactor: rename to Continuity.AuthServer 2023-11-28 15:38:28 +01:00
docker-compose.yml chore: remove missing dependency 2024-01-29 08:50:04 +01:00
global.json chore: dependency upgrade & missing refactor from Server to AuthServer 2024-01-29 08:39:18 +01:00
LICENSE LICENSE aktualisiert 2023-08-10 20:12:34 +00:00
projects_ignore_licenses.json ci: support for license artifacts 2024-01-29 14:00:42 +01:00
qodana.yaml feat: a big draft 2023-08-09 16:23:41 +02:00
README.md docs: info regarding issue 2023-11-19 14:59:58 +01:00
renovate.json renovate.json aktualisiert 2024-02-01 08:57:46 +00:00
Wiki.Dockerfile ci: smaller image for docs 2023-11-16 16:33:30 +01:00

What is this project about?

This is a continuation and rewrite of the original Project Infinity for Wonderking.

Important notes for developers

  • Avoid using statements with TcpSession, AuthSession or any type that inherits Session outside the session itself.