chore(release): first stable release #45

Merged
devitq merged 134 commits from develop into main 2026-05-23 07:28:37 +00:00
Showing only changes of commit ecafbef187 - Show all commits
@@ -23,6 +23,8 @@ class SecurityConfiguration(
auth auth
.requestMatchers("/", "/login/**", "/oauth2/**", "/h2-console/**", "/actuator/health") .requestMatchers("/", "/login/**", "/oauth2/**", "/h2-console/**", "/actuator/health")
.permitAll() .permitAll()
.requestMatchers("/api/v1/docs/**", "/api/v1/swagger-ui/**", "/swagger-ui/**")
.permitAll()
.requestMatchers( .requestMatchers(
"/api/integrations/jellyfin/events", "/api/integrations/jellyfin/events",
"/api/integrations/jellyfin/sync", "/api/integrations/jellyfin/sync",