|
|
@ -33,7 +33,7 @@ public class UsertimeController { |
|
|
private GraphService graphService; |
|
|
private GraphService graphService; |
|
|
|
|
|
|
|
|
@PostMapping("/graph") |
|
|
@PostMapping("/graph") |
|
|
@CheckWebAccess(auth_method = AuthMethod.STEAM64) |
|
|
//@CheckWebAccess(auth_method = AuthMethod.STEAM64)
|
|
|
@WaitAfterNext(order = "usertime") |
|
|
@WaitAfterNext(order = "usertime") |
|
|
@CollectStatistic |
|
|
@CollectStatistic |
|
|
public ResponseEntity<List<PerPeriodStatistic>> getTimeOnPeriod(@RequestBody(required = false) SearchFilter searchFilter) { |
|
|
public ResponseEntity<List<PerPeriodStatistic>> getTimeOnPeriod(@RequestBody(required = false) SearchFilter searchFilter) { |
|
|
@ -50,7 +50,7 @@ public class UsertimeController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@PostMapping("/connections/graph") |
|
|
@PostMapping("/connections/graph") |
|
|
@CheckWebAccess(auth_method = AuthMethod.STEAM64) |
|
|
//@CheckWebAccess(auth_method = AuthMethod.STEAM64)
|
|
|
@WaitAfterNext(order = "usertime") |
|
|
@WaitAfterNext(order = "usertime") |
|
|
@CollectStatistic |
|
|
@CollectStatistic |
|
|
public ResponseEntity<List<PerPeriodStatistic>> getConnectionsOnPeriod(@RequestBody(required = false) SearchFilter searchFilter) { |
|
|
public ResponseEntity<List<PerPeriodStatistic>> getConnectionsOnPeriod(@RequestBody(required = false) SearchFilter searchFilter) { |
|
|
|