Skip to content

Commit

Permalink
Merge pull request streamaserver#1058 from Nargren/mark-unwatched
Browse files Browse the repository at this point in the history
Allow normal user to mark video unwatched
  • Loading branch information
dularion authored Apr 8, 2021
2 parents d1ec14d + 4f8f7a2 commit a6e6d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ grails.plugin.springsecurity.controllerAnnotations.staticRules = [
[pattern:'/settings/index', access :['IS_AUTHENTICATED_REMEMBERED']],
[pattern:'/report/save', access :['IS_AUTHENTICATED_REMEMBERED']],
[pattern:'/video/markCompleted', access :['IS_AUTHENTICATED_REMEMBERED']],
[pattern:'/video/markAsUnviewed', access :['IS_AUTHENTICATED_REMEMBERED']],

[pattern:'/subtitles/get', access :['IS_AUTHENTICATED_REMEMBERED']],
[pattern:'/subtitles/download', access :['IS_AUTHENTICATED_REMEMBERED']],
Expand Down

0 comments on commit a6e6d04

Please sign in to comment.