5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 05:21:07 +01:00

9 Commits

Author SHA1 Message Date
Anton Micke
de5b2fd8c4 Update README.md 2025-07-09 17:16:39 +02:00
Moritz
6ba5b7d59e Add OIDC support again (#62)
* Update readme

* First try in oidc implementation

* Add secrets

* Add connection to fs auth provider, redirect not tested

* Working prototype

This commit implements the oidc compatibility with the caveat of having
every subsite under the app path. For that, there is also a redirection
handler to redirect the home page to the app home page.

* Small cleanup

* Fix access even when logged in

* Update application-prod.properties

* Ignore login when in test env

* Fix reviews

* Feature/sign in (#1)

* Add OIDC support (#39)

* Update readme

* First try in oidc implementation

* Add secrets

* Add connection to fs auth provider, redirect not tested

* Working prototype

This commit implements the oidc compatibility with the caveat of having
every subsite under the app path. For that, there is also a redirection
handler to redirect the home page to the app home page.

* Small cleanup

* Fix access even when logged in

* Update application-prod.properties

* Ignore login when in test env

* Fix reviews

* Revert "Add OIDC support (#39)" (#60)

This reverts commit 244f6cbf95.

* Refine the sign in solution by Moritz921

* Fix botched rebase

---------

Co-authored-by: AJMicke <7047945+AJMicke@users.noreply.github.com>
Co-authored-by: Anton Micke <anton.micke@gmail.com>

* Fix bugs

---------

Co-authored-by: AJMicke <7047945+AJMicke@users.noreply.github.com>
Co-authored-by: Anton Micke <anton.micke@gmail.com>
2025-06-13 15:06:41 +02:00
AJMicke
6a9d231008 Specify command to run in test mode in README.md 2025-05-23 16:17:47 +02:00
Leon Marz
818a0bced3 Change LICENSE to WTFPL 2025-04-08 13:42:58 +02:00
Anton Micke
ff79462211 Allow searching for teams in 2vs2 match history 2025-04-04 14:45:45 +02:00
c9dec75e57 Fix typo again 2025-04-03 18:58:21 +02:00
7ee4a90040 Fix AJMicke requests 2025-04-03 18:57:08 +02:00
Moritz
59cfff96d0 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-03 11:53:42 +02:00
e79b427939 Add README 2025-04-03 11:51:23 +02:00