Go to file
akastijn 2e812ed588 Make cache duration configurable via Config
- Add `CACHE_TIME_MINUTES` to `Config` with a default value of 5 minutes.
- Replace hardcoded cache duration in `AuthService` with the configurable value from `Config`.
2025-08-02 22:32:38 +02:00
gradle/wrapper Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
src/main/java/com/alttd/webinterface Make cache duration configurable via Config 2025-08-02 22:32:38 +02:00
.gitignore Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
build.gradle.kts Update Login URL handling and optimize ShadowJar build process 2025-07-31 23:05:06 +02:00
gradlew Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
gradlew.bat Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00
Jenkinsfile Fix Gradle build step in Jenkinsfile 2025-06-29 02:24:29 +02:00
settings.gradle.kts Add initial project setup and core functionality 2025-05-03 03:20:46 +02:00