|
|
@ -133,7 +133,7 @@ public class GlobalSecurityConfig extends GlobalAuthenticationConfigurerAdapter |
|
|
|
"/playerSettings*", "/shareSettings*", "/passwordSettings*") |
|
|
|
"/playerSettings*", "/shareSettings*", "/passwordSettings*") |
|
|
|
.hasRole("SETTINGS") |
|
|
|
.hasRole("SETTINGS") |
|
|
|
.antMatchers("/generalSettings*", "/advancedSettings*", "/userSettings*", |
|
|
|
.antMatchers("/generalSettings*", "/advancedSettings*", "/userSettings*", |
|
|
|
"/musicFolderSettings*", "/databaseSettings*", "/rest/startScan*") |
|
|
|
"/musicFolderSettings*", "/databaseSettings*", "/transcodeSettings*", "/rest/startScan*") |
|
|
|
.hasRole("ADMIN") |
|
|
|
.hasRole("ADMIN") |
|
|
|
.antMatchers("/deletePlaylist*", "/savePlaylist*", "/db*") |
|
|
|
.antMatchers("/deletePlaylist*", "/savePlaylist*", "/db*") |
|
|
|
.hasRole("PLAYLIST") |
|
|
|
.hasRole("PLAYLIST") |
|
|
|