]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
ACL: revert 'Username Configs' to 'All Configs'..
authorJaroslav Kysela <perex@perex.cz>
Mon, 1 Sep 2014 10:47:35 +0000 (12:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 1 Sep 2014 13:26:20 +0000 (15:26 +0200)
(sorry - my mistake - perexg)

docs/html/config_access.html
src/access.c
src/access.h

index 48aae48308517ffbac29299f01a553e98ddae3c2..0e6d73bce5df4eae089c815ad42de17b9bd189fd 100644 (file)
@@ -68,9 +68,10 @@ The columns have the following functions:
   <dd>
   Enables access to all video recording functions. This also include administration of the auto recordings.
 
-  <dt>Username Configs (VR)
+  <dt>All Configs (VR)
   <dd>
-  Use a DVR configuration profile matched to the authorized user by name
+  Allow to use all DVR configuration profiles. If not set, a DVR
+  configuration profile matched to the authorized user by name is always used
   (the configuration profile must have same name as the user). If the DVR
   configuration profile does not exists, the default profile is used.
   The user is also not allowed to select another profile.
index f31d1fdfcf846d9873601dd47c31815f127cb84d..5876b53495e125b440931de00c041f8f8b3da01f 100644 (file)
@@ -877,7 +877,7 @@ const idclass_t access_entry_class = {
     {
       .type     = PT_BOOL,
       .id       = "dvrallcfg",
-      .name     = "Username Configs (VR)",
+      .name     = "All Configs (VR)",
       .off      = offsetof(access_entry_t, ae_dvrallcfg),
     },
     {
index 662eef658a0a7eae2ebfb31624eee0a852bb0546..1cc74a2a867c7baa88bc476a500cf3584fea6e3c 100644 (file)
@@ -100,7 +100,8 @@ typedef struct access {
 
 #define ACCESS_FULL \
   (ACCESS_STREAMING | ACCESS_ADVANCED_STREAMING | \
-   ACCESS_WEB_INTERFACE | ACCESS_RECORDER | ACCESS_ADMIN)
+   ACCESS_WEB_INTERFACE | ACCESS_RECORDER | \
+   ACCESS_RECORDER_ALL | ACCESS_ADMIN)
 
 /**
  * Create a new ticket for the requested resource and generate a id for it