mirror of
https://github.com/sismics/docs.git
synced 2024-11-16 19:27:56 +01:00
All users can access logs
This commit is contained in:
parent
d5fa3a4e3a
commit
e37eab3b7a
@ -1,4 +1,3 @@
|
|||||||
- Disable the whole document edit form while uploading files (client)
|
- Disable the whole document edit form while uploading files (client)
|
||||||
- Change browser title while uploading (client)
|
- Change browser title while uploading (client)
|
||||||
- Automatic backup system using Quartz (server)
|
- Automatic backup system using Quartz (server)
|
||||||
- Check user role on logs polling (client)
|
|
@ -109,7 +109,6 @@ public class AppResource extends BaseResource {
|
|||||||
if (!authenticate()) {
|
if (!authenticate()) {
|
||||||
throw new ForbiddenClientException();
|
throw new ForbiddenClientException();
|
||||||
}
|
}
|
||||||
checkBaseFunction(BaseFunction.ADMIN);
|
|
||||||
// TODO Change level by minLevel (returns all logs above)
|
// TODO Change level by minLevel (returns all logs above)
|
||||||
|
|
||||||
// Get the memory appender
|
// Get the memory appender
|
||||||
|
Loading…
Reference in New Issue
Block a user