Commit Graph

172 Commits

Author SHA1 Message Date
Matthias Jentsch 42de13a2b9 Merge branch 'feature/ssh-remote-connection-resource-configuration-7595'
resolves #7595
2015-06-15 17:30:42 +02:00
Matthias Jentsch 1637f4760f Fix table formatting
refs #7595
2015-06-15 17:23:52 +02:00
Matthias Jentsch ea85254cc5 Fix typos and formatting in documentation
refs #9377
2015-06-15 11:09:41 +02:00
Matthias Jentsch 6e28a58739 Fix drawing in doc
refs #9377
2015-06-10 19:06:59 +02:00
Matthias Jentsch 3eb4561f79 Merge branch 'feature/permission-restriction-documentation-9377'
fixes #9377
2015-06-10 19:04:47 +02:00
Matthias Jentsch 4a591db438 Fix a few typos
refs #9377
2015-06-10 19:01:33 +02:00
Matthias Jentsch edd1c2a1f3 Move monitoring permission documentation into a separate module
refs #9377
2015-06-10 18:43:54 +02:00
Matthias Jentsch 6f208e90b5 Improve restriction and filter sections
Add more examples and fix a few typos and minor issues in the doc.

refs #9377
2015-06-09 18:10:02 +02:00
Alexander A. Klimov 7cf0b82b63 doc/about.md: typos and grammar
refs #9379
2015-06-09 17:04:02 +02:00
Alexander A. Klimov 85b3eaa2e3 Add introduction to section `Authorization'
refs #9379
2015-06-09 16:49:44 +02:00
Matthias Jentsch 10592bb7c8 Add documentation for security configuration
Add a doc page to explain configuring user and group permissions and general user and group handling.

refs #9377
2015-06-09 16:09:36 +02:00
Alexander A. Klimov b8debcd257 Add introduction to section `User preferences'
refs #9379
2015-06-09 15:52:44 +02:00
Alexander A. Klimov ee7c91235a Add introduction to section `Authentication'
refs #9379
2015-06-09 15:14:27 +02:00
Alexander A. Klimov 260a33c88b Add introduction to section `Configuration'
refs #9379
2015-06-09 14:54:50 +02:00
Alexander A. Klimov 5412c6d972 doc/about.md: add section `The monitoring module'
refs #9379
2015-06-09 14:23:43 +02:00
Alexander A. Klimov 922bbad476 doc/about.md: add introduction
refs #9379
2015-06-09 14:19:48 +02:00
Alexander A. Klimov d9f68578eb Add doc/about.md
refs #9379
2015-06-08 17:43:12 +02:00
Michael Friedrich cf95994ff5 Documentation: Add config overview as first draft
refs #7153
2015-06-01 19:16:35 +02:00
Alexander Fuhr f3a37e9575 Update documentation for resources and instances
I've just only renamed the identity_key to the private_key thats it

refs #7595
2015-05-28 14:15:01 +02:00
Alexander Fuhr 8dc79a388a Update resource documentation with the ssh resource configuration
refs #7595
2015-05-28 10:42:18 +02:00
Eric Lippmann 20a9621036 doc: Add filenames to anchor links
This allows other markdown viewers like to follow those links.
2015-05-22 15:30:37 +02:00
rkcpi 394c627397 Update links to resources.md in authentication.md
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-05-22 14:23:10 +02:00
Daniel Shirley 75f15b934c Update authentication.md
Typo for database config

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-05-22 14:17:45 +02:00
Johannes Meyer f11ea04557 Revert "Require `host_name' instead of `host' to show or list particular objects"
This reverts commit b93d18a0fc.
2015-04-20 16:11:22 +02:00
Tim Helfensdörfer 3015028f5d Remove quotation marks in password example
Otherwise the quotation marks are included in the password.

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-04-16 14:04:10 +02:00
Eric Lippmann 36726560dd Document how to install Icinga Web 2 from Package 2015-04-16 13:59:53 +02:00
Johannes Meyer b93d18a0fc Require `host_name' instead of `host' to show or list particular objects
`host' implies that it is possible to provide case-less identifiers which is
*not* possible.

refs #8613
2015-04-08 16:25:29 +02:00
Eric Lippmann ec60f15f09 Leave note about Upgrading to Icinga Web 2 Beta 3 2015-03-13 17:22:49 +01:00
Johannes Meyer a9d767867d WCAG/2.4.4: Add example for link contexts
refs #8458
2015-02-17 14:02:35 +01:00
Johannes Meyer 97f5018247 WCAG/1.1.1: Fix example for accessible icon fonts to work with NVDA too
refs #8358
2015-02-16 10:23:54 +01:00
Marius Hein 09349288e1 Merge branch 'master' into feature/skip-content-7933 2015-02-12 13:14:56 +01:00
Marius Hein 63ed236434 Add tabindex to skip links
Opera needs a tabindex also for anchor elements

refs #7933
2015-02-12 11:34:12 +01:00
baufrecht a520abe65d Fix usermod for Ubuntu/Debian
Set correct group for Ubuntu/Debian

Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:09:46 +01:00
Johannes Meyer 60ec115779 WCAG/1.4.1: Fix example for text cues on a form's required elements
The input element must be wrapped by <label> either or the <label> tag
needs a "for=id" attribute with the id of the respective input.

refs #7934
2015-02-12 09:09:18 +01:00
Eric Lippmann 54292eed20 Merge branch 'master' into feature/doc-search-6630 2015-02-11 13:28:06 +01:00
Marius Hein 278591fbd2 Accessibility: Prototype for skip links 2015-02-11 10:35:12 +01:00
Eric Lippmann 8ad7a30cd7 doc: Fix link to resources in the authentication doc 2015-02-10 17:02:17 +01:00
Michael Friedrich 23ce156681 doc/installation: Add a note where to store the webserver's config 2015-02-07 21:15:26 +01:00
Alexander Klimov 58d48d9fa0 Accessibility: Text cue for required form control labels: Add prototype
refs #7934
2015-02-06 17:50:34 +01:00
Johannes Meyer 707d977cfc WCAG/3.3.3: Add example for required form elements
refs #8349
2015-02-05 13:14:29 +01:00
Eric Lippmann d8c40d40a0 WCAG/1.1.1: Add example for accessible SVGs
refs #8364
2015-02-05 10:16:50 +01:00
Johannes Meyer e315d8c358 Clarify external authentication documentation
It's necessary to enable the HTTPDigestAuthentication module
and to restart the webserver..
2015-02-05 09:15:25 +01:00
Eric Lippmann 5014b5dc46 Fix usermod for SUSE and SLES
fixes #8359
2015-02-04 17:23:07 +01:00
Eric Lippmann 04357d21b6 WCAG/1.1.1: Add example for screen reader muted icon
refs #8360
2015-02-04 16:40:33 +01:00
Eric Lippmann cef9a5c1a2 WCAG/1.1.1: Add example for accessible icon fonts
refs #8358
2015-02-04 16:15:30 +01:00
Eric Lippmann 3b30821ee9 doc: Note that external replaced autologin and not storing preferences means none 2015-02-04 09:22:27 +01:00
Eric Lippmann 2fe3f4c6c2 doc: Add "Upgrading to Icinga Web 2 Beta 2" 2015-02-03 16:52:36 +01:00
Johannes Meyer 7989b48248 Fix ldap auth when the userNameAttribute holds multiple values
fixes #8246
2015-02-03 10:15:54 +01:00
Johannes Meyer 400fbccbb8 Add setup route to the installation documentation
refs #7848
2015-01-28 17:59:43 +01:00
Johannes Meyer 8383320f31 Update documentation covering external authentication
refs #8274
2015-01-28 17:52:17 +01:00