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

104 Commits

Author SHA1 Message Date
Anton Micke
37f6a2be00 Add current streak to Stat2vs2View 2025-07-09 15:00:20 +02:00
dependabot[bot]
7541ed3c4a Bump org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.3...3.5.4)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-09 14:09:15 +02:00
dependabot[bot]
8a3cf1f290 Bump vaadin.version from 24.8.0 to 24.8.2
Bumps `vaadin.version` from 24.8.0 to 24.8.2.

Updates `com.vaadin:vaadin-bom` from 24.8.0 to 24.8.2

Updates `com.vaadin:vaadin-maven-plugin` from 24.8.0 to 24.8.2
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](https://github.com/vaadin/platform/compare/24.8.0...24.8.2)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-09 14:08:50 +02:00
Moritz
4e34672cc0 Add access control for entering data (#67)
* Add access control for entering data

* Revert applicaton-prod.properties

* Add remember me function

* Next try for remember me

* Cleanup

* Add access control for entering data

* Revert applicaton-prod.properties

* Fix style

---------

Co-authored-by: Anton Micke <anton.micke@gmail.com>
2025-07-02 15:21:44 +02:00
Anton Micke
a30c616f3f Cleanup 2025-06-27 16:02:18 +02:00
Anton Micke
3df5670015 Next try for remember me 2025-06-27 16:02:18 +02:00
Anton Micke
9621360647 Add remember me function 2025-06-27 16:02:18 +02:00
Anton Micke
06173d396f Add JSON dependency 2025-06-23 16:02:24 +02:00
dependabot[bot]
93aa57379d Bump vaadin.version from 24.7.6 to 24.8.0
Bumps `vaadin.version` from 24.7.6 to 24.8.0.

Updates `com.vaadin:vaadin-bom` from 24.7.6 to 24.8.0

Updates `com.vaadin:vaadin-maven-plugin` from 24.7.6 to 24.8.0
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](https://github.com/vaadin/platform/compare/24.7.6...24.8.0)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 16:02:24 +02:00
dependabot[bot]
1ce82c8a79 Bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.0 to 3.5.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 15:46:38 +02:00
Anton Micke
d3d34077f9 Fix bug in update logic for Stat2vs2View 2025-06-23 15:43:12 +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
dependabot[bot]
5e969ac89b Bump vaadin.version from 24.7.5 to 24.7.6
Bumps `vaadin.version` from 24.7.5 to 24.7.6.

Updates `com.vaadin:vaadin-bom` from 24.7.5 to 24.7.6

Updates `com.vaadin:vaadin-maven-plugin` from 24.7.5 to 24.7.6
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](https://github.com/vaadin/platform/compare/24.7.5...24.7.6)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 14:24:52 +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
dependabot[bot]
8e899b230e Bump vaadin.version from 24.7.4 to 24.7.5
Bumps `vaadin.version` from 24.7.4 to 24.7.5.

Updates `com.vaadin:vaadin-bom` from 24.7.4 to 24.7.5

Updates `com.vaadin:vaadin-maven-plugin` from 24.7.4 to 24.7.5
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](https://github.com/vaadin/platform/compare/24.7.4...24.7.5)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 23:47:15 +02:00
dependabot[bot]
7485fed2c2 Bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-27 23:46:49 +02:00
Anton Micke
c0402c92ee Add obvious infos to 2vs2 stats 2025-05-23 16:53:13 +02:00
AJMicke
6a9d231008 Specify command to run in test mode in README.md 2025-05-23 16:17:47 +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
dependabot[bot]
57f869cd4b Bump vaadin.version from 24.7.1 to 24.7.4
Bumps `vaadin.version` from 24.7.1 to 24.7.4.

Updates `com.vaadin:vaadin-bom` from 24.7.1 to 24.7.4

Updates `com.vaadin:vaadin-maven-plugin` from 24.7.1 to 24.7.4
- [Release notes](https://github.com/vaadin/platform/releases)
- [Commits](https://github.com/vaadin/platform/compare/24.7.1...24.7.4)

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-version: 24.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-version: 24.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 15:31:48 +02:00
dependabot[bot]
a4e9823efd Bump org.springframework.boot:spring-boot-starter-parent
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.4.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 15:31:02 +02:00
lmarz
3be4f28465 Tell dependabot to use the right branch (#46) 2025-05-14 15:13:18 +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
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
AJMicke
811219de18 Merge pull request #33 from Moritz921/add-Readme
Add README
2025-04-04 13:56:37 +02:00
Moritz
6af65a6694 Create LICENSE 2025-04-04 00:55:03 +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
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
dependabot[bot]
ca53575b23 Bump org.mariadb.jdbc:mariadb-java-client from 3.5.2 to 3.5.3
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.2...3.5.3)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 14:01:54 +02:00
dependabot[bot]
5d1c063263 Bump vaadin.version from 24.7.0 to 24.7.1
Bumps `vaadin.version` from 24.7.0 to 24.7.1.

Updates `com.vaadin:vaadin-bom` from 24.7.0 to 24.7.1

Updates `com.vaadin:vaadin-maven-plugin` from 24.7.0 to 24.7.1

---
updated-dependencies:
- dependency-name: com.vaadin:vaadin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.vaadin:vaadin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 14:01:54 +02:00