Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: rewrite to use idnode system...
  • Loading branch information
perexg committed Aug 16, 2014
1 parent a75d6b7 commit 8c24a4c
Show file tree
Hide file tree
Showing 11 changed files with 430 additions and 356 deletions.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -155,7 +155,8 @@ SRCS += \
src/api/api_epggrab.c \
src/api/api_imagecache.c \
src/api/api_esfilter.c \
src/api/api_intlconv.c
src/api/api_intlconv.c \
src/api/api_access.c

SRCS += \
src/parsers/parsers.c \
Expand Down
5 changes: 4 additions & 1 deletion docs/html/config_access.html
Expand Up @@ -103,7 +103,10 @@
<dt>Channel Tag
<dd>
If set, the user will only be able to access channels with
a channel tag equal to this value.
a channel tag equal to this value. Note that this field stores
the tag name (not identified). It means that this field would not be
updated when the tag name is changed. A manual re-set of this field
is required (for security reasons).

<dt>Comment
<dd>
Expand Down

0 comments on commit 8c24a4c

Please sign in to comment.