5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-12 05:51:05 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Anton Micke
270360ff87 Remove unneccessary parentheses, change test data to make it testable 2025-09-09 12:59:53 +02:00
Anton Micke
3df5670015 Next try for remember me 2025-06-27 16:02:18 +02:00
Anton Micke
d5475921ea Move icon file to META-INF 2025-06-15 12:40:33 +02:00
a741702eab Fix images not rendering 2025-06-14 21:48:29 +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
Anton Micke
4fa309da75 Use in-memory database for testing, add test data on startup when in test mode. 2025-05-21 23:40:53 +02:00
Anton Micke
dd7323044d Use GitHub logo with transparency, move it to the right of the drawer 2025-03-28 21:30:49 +01:00
Anton Micke
34c40961c7 Use file-database for testing, change sidebar 2025-03-18 13:37:48 +01:00
Anton Micke
d7076428fd Add testing profile 2025-03-17 17:36:02 +01:00
Anton Micke
ccfc3c7023 Get database connection info from envir, rename artifact, make fake 2 vs 2 calculation a little less fake 2025-03-07 20:48:54 +01:00
Anton Micke
76bb3ded81 Tuning 2025-02-13 14:51:07 +01:00
Anton Micke
9d3faf61c9 Working entry of results 2025-02-05 23:11:48 +01:00
Anton Micke
ee2c9687a4 Initial commit 2025-02-05 17:42:09 +01:00