Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: add another tip to del_grid_entries mdhelp: include common ta…
…bles in some (more) docs
  • Loading branch information
Mark Clarkstone authored and perexg committed May 7, 2016
1 parent 96d07b9 commit fb7da09
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 48 deletions.
68 changes: 28 additions & 40 deletions docs/class/access_entry.md
Expand Up @@ -13,66 +13,54 @@ to asterisk. Only network prefix is matched then.

---

###Menu Bar/Buttons
<tvh_include>inc/common_button_table_start</tvh_include>

The tab has the following buttons:
<tvh_include>inc/common_button_table_end</tvh_include>

Entries are checked in order, the following
functions allows you to change the ordering:

Button | Function
-----------------------|-------------------
**Save** | Save any changes made to the grid/entries.
**Undo** | Revert any changes made since the last save.
**Add** | Display the *Add Access* dialog.
**Delete** | Delete the selected entry/entries.
-----------------------|---------
**Move Up** | Move the selected entry up the grid.
**Move Down** | Move the selected entry down the grid.
**Edit** | Edit the selected entry.
**View Level**| Change the interface view level to show/hide more advanced options.
**Help** | Display this help page.
**Move Down** | Move the selected entry down the grid.

---

### Adding an Entry/Creating an Account
<tvh_include>inc/add_grid_entry</tvh_include>

####An Example

To create a new user, navigate to the *Configuration -> Users -> Access Entries*
tab and click on the *[Add]* button from the menu bar, then using the
*Add Access Entry* dialog enter the *required* username and select the
desired rights options.
!['Access Entry Example'](docresources/accessentriesnewuser.png)

If you would like to allow anonymous access to your Tvheadend
server you may set-up an anonymous account by entering an asterisk `*`
in the username field. **WARNING: All access rights given to an anonymous account also
apply to subsequent accounts.**

!['Access Entry Example'](docresources/accessentriesnewuser.png)
in the username field. **WARNING: All access rights given to an
anonymous account also apply to subsequent accounts.**

**Don't forget** to also create a password entry for the user in the
*[Passwords](class/passwd)* tab!

**Tips**:
* Be as limiting as possible especially when making Tvheadend available over the internet.
* For extra security, always enter (a comma-separated list of) network prefix(es) (*Allowed networks* in the *Add Access Entry* dialog).
* If you lock yourself out, you can use the backdoor account to regain access, or restart Tvheadend with the `--noacl` argument.
* You can have multiple entries using the same username with varying rights, allowing you to enable / disable each as needed. Keep in mind that matching account entry permissions are combined.
* If you do create an anonymous account, it also requires a [password](class/passwd) entry (enter an asterisk `*` for both the username and password fields when adding the entry).
---

### Editing an Entry/Account

To edit an entry highlight (select) the entry from the grid, then press
the *[Edit]* button from the menu bar.

**Tip**: You can quickly make changes to an entry by double-clicking on
the desired field within the grid. See *Editing Fields* on the [Web interface Guide - General](webui_general)
page for details.
* Be as limiting as possible especially when making Tvheadend available
over the Internet.
* For extra security, always enter (a comma-separated list of)
network prefix(es) (*Allowed networks*).
* If you lock yourself out, you can use the backdoor account to regain
access, or restart Tvheadend with the `--noacl` argument.
* You can have multiple entries using the same username with varying
rights, allowing you to enable / disable each as needed. Keep in mind
that matching account entry permissions are combined.
* If you create an anonymous account, it also requires
a [password](class/passwd) entry (enter an asterisk `*` for both the
username and password fields when adding the entry).

---

### Deleting an Entry/Account.
<tvh_include>inc/edit_grid_entries</tvh_include>

To delete a user highlight (select) the entry from the grid, then press
the *[Delete]* button from the menu bar.
---

**Tip**: Rather than deleting an entry, you can disable it instead by
pressing the *[Edit]* button, and unticking the "Enabled" check box.
<tvh_include>inc/del_grid_entries</tvh_include>

---
5 changes: 2 additions & 3 deletions docs/class/imagecache.md
Expand Up @@ -9,15 +9,14 @@ providers.

###Menu Bar/Buttons

The tab has the following buttons:
The following buttons are available:

Button | Function
----------------------------|-------------------
**Save** | Save any changes made to the tab.
**Undo** | Revert any changes made since the last save.
**Clean image (icon) cache**| Clean-up the stored image files (empty cache and re-fetch icons).
**Re-fetch images** | Re-refresh image cache (reload images from upstream providers).
**View Level** | Change the interface view level to show/hide more advanced options.
**Help** | Display this help page.
<tvh_include>inc/common_button_table_end</tvh_include>

---
2 changes: 1 addition & 1 deletion docs/class/linuxdvb_frontend_dvbt.md
Expand Up @@ -20,6 +20,6 @@ The following buttons are available:
Button | Function
---------------|---------
**Save** | Save the current configuration.
**Help** | Display this help page.
<tvh_include>inc/common_button_table_end</tvh_include>

---
5 changes: 2 additions & 3 deletions docs/class/satip_server.md
Expand Up @@ -18,14 +18,13 @@ win (also for unknown mux).

###Menu Bar/Buttons

The tab has the following buttons:
The following buttons are available:

Button | Function
----------------------------|-------------------
**Save** | Save all changes.
**Undo** | Revert all changes since last save.
**Discover SAT\>IP servers**| Attempt to discover more SAT>IP servers on the network.
**View Level**| Change the interface view level to show/hide more advanced options.
**Help** | Display this help page.
<tvh_include>inc/common_button_table_end</tvh_include>

---
7 changes: 6 additions & 1 deletion docs/markdown/inc/del_grid_entries.md
Expand Up @@ -5,6 +5,11 @@ menu bar.

**Deleting can't be undone. You will be prompted to confirm. **

**Tip**: You can select all entries within the grid by pressing ctrl+A.
**Tips**:

* Rather than deleting an entry, you can disable it instead by
unchecking the "Enabled" check box (if available).

* You can select all entries within the grid by pressing ctrl+A.
You can also ctrl+click to make additional selections, or shift+click to
select a range.

0 comments on commit fb7da09

Please sign in to comment.