5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +01:00
Commit Graph

49 Commits

Author SHA1 Message Date
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
0286ed7b56 General Refactoring 2025-05-30 20:45:55 +02:00
Sebastian Beckmann
0e64e0fd02 Show player elo change in match history 2025-05-30 20:45:55 +02:00
Anton Micke
4ed29fb20e Use Spieler entities instead of names for Enter result views 2025-05-30 15:38:15 +02:00
Anton Micke
4760fa590d Correctly sort player selector in 2vs2 stats 2025-05-30 15:38:15 +02:00
Anton Micke
ad512a3abb Add average goal diffs to 2vs2 stats 2025-05-30 15:11:03 +02:00
Anton Micke
c0402c92ee Add obvious infos to 2vs2 stats 2025-05-23 16:53:13 +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
Leon Marz
eb36a25373 Chart: Always show all labels 2025-05-21 13:46:51 +02:00
lmarz
c25fe2789b Switch to chart.js 2025-05-14 14:15:49 +02:00
Anton Micke
c0be312e8d Delete unused repo function 2025-05-14 13:38:46 +02:00
TheCheetahh
40e0eed830 Fixed wrong numFront calculation to countByGewinnerVornOrVerliererVorn 2025-05-14 13:38:46 +02:00
Anton Micke
518361cade Fix progbar themes again 2025-05-11 00:52:25 +02:00
Anton Micke
6cb58e0518 Fix progbar themes 2025-05-11 00:48:35 +02:00
Anton Micke
2e5a418986 Use progressbars for winrates 2025-05-11 00:41:49 +02:00
Anton Micke
f38b5b952f Add 2 vs 2 win rates 2025-05-09 15:47:15 +02:00
Anton Micke
509297cc82 Clear up 1 vs 1 calculation formula 2025-05-09 14:52:59 +02:00
Sebastian Beckmann
e596cdd9c4 views: Reset input fields after successful save 2025-04-11 16:45:07 +02:00
Anton Micke
ff79462211 Allow searching for teams in 2vs2 match history 2025-04-04 14:45:45 +02:00
Anton Micke
5409067226 Allow searching for teams in 2vs2 match history 2025-04-02 21:14:01 +02:00
Anton Micke
975a27a95b In the graphs, show only players with actual games in the category 2025-04-02 14:31:57 +02:00
AJMicke
cdc2e6aba3 Merge pull request #28 from AJMicke/fix/no-time-in-history
Don't show time in match history
2025-04-01 13:58:09 +02:00
Anton Micke
f4589b9208 Don't show time in match history 2025-04-01 13:55:23 +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
0b41b201b2 Add link to GitHub 2025-03-28 17:31:21 +01:00
Anton Micke
d6757dd4a5 Make match history filter case-insensitive 2025-03-24 15:30:18 +01:00
Anton Micke
d5e979280f Update 2 vs 2 Elo calculation 2025-03-24 15:25:45 +01:00
Anton Micke
83ca7735f6 Add logo 2025-03-21 21:19:23 +01:00
Anton Micke
6d78ed59a0 Fix small Resultlist in 1 vs 1 2025-03-21 21:07:42 +01:00
Anton Micke
85f78ea20a Enable PWA 2025-03-21 21:03:03 +01:00
Anton Micke
c2c9fbf3d7 Add filtering to match history 2025-03-21 21:03:03 +01:00
Anton Micke
d2c1f8eb2d Fix size of elo graphs 2025-03-18 23:12:19 +01:00
Anton Micke
34c40961c7 Use file-database for testing, change sidebar 2025-03-18 13:37:48 +01:00
Anton Micke
4f42747d67 Add view for past games 2025-03-17 17:36:02 +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
bffee21de9 Use actual ELO calculation for 1 vs 1 2025-03-07 14:58:53 +01:00
Anton Micke
76bb3ded81 Tuning 2025-02-13 14:51:07 +01:00
Anton Micke
b5c2f2f21d Rotated labels on the graph, and first attempt at dark mode 2025-02-07 23:45:05 +01:00
Anton Micke
ff17b0444c Add admin panel, input checks 2025-02-07 17:11:15 +01:00
Anton Micke
f25c9a33a2 Add working ELO graphs 2025-02-07 15:38:48 +01:00
Anton Micke
9f6589d8d2 Add 2 vs 2 ELO 2025-02-07 14:59:11 +01:00
Anton Micke
fb4b357970 Add dummy chart 2025-02-07 09:44:56 +01:00
Anton Micke
3f890f06d8 Add input checks for player names and duplicates. 2025-02-06 00:54:59 +01:00
Anton Micke
819e26407e Entry of both 1 vs 1 and 2 vs 2 results 2025-02-06 00:29:37 +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