Commit Graph

929 Commits

Author SHA1 Message Date
NOYB 94de7141cb HTML Compliance - Obsolete table attributes
width, align, valign, cellpadding, cellspacing, border, summary, bgcolor

Error: The width attribute on the table element is obsolete. Use CSS instead.
Error: The align attribute on the table element is obsolete. Use CSS instead.
Error: The valign attribute on the table element is obsolete. Use CSS instead.
Error: The cellpadding attribute on the table element is obsolete. Use CSS instead.
Error: The cellspacing attribute on the table element is obsolete. Use CSS instead.
Error: The border attribute on the table element is obsolete. Use CSS instead.
Error: The summary attribute on the table element is obsolete. Consider describing the structure of the table in a caption element or in a figure element containing the table; or, simplify the structure of the table so that no description is needed.
Error: The bgcolor attribute on the table element is obsolete. Use CSS instead.
2018-01-04 08:46:09 +01:00
Franco Fichtner 5c671cd2f6 sysutils/scp-backup: whitespace and style sweep 2018-01-04 08:35:06 +01:00
David Harrigan e59ee7067a Merge pull request #458 from dharrigan/scp-backup
A new plugin to allow SCP config backups to a remote host.
2018-01-03 19:21:44 +00:00
David Harrigan fb650dd8cd A new plugin to allow SCP config backups to a remote host.
This simple plugin takes a few parameters, such as hostname and username and
schedules a cron job to remotely scp the config.xml file at regular intervals.
It uses the public/private keypair of the built-in root user as the source of
the key exchange. This means that the public key must be copied to the remote
host and added to the authorized_keys file (for the defined user).

The remote file is backed up as `config-YYYY-DD-MM-HH-MM.xml`, for example:
`config-2018-01-02-15-40.xml`. It's possible to change the remote location of
where the config file is backed up to.

The cron job can be modified under System/Settings/Cron and the schedule
adjusted to suit the backup frequency requirements.

-=david=-

closes #457
2018-01-03 16:29:23 +00:00
Franco Fichtner d855082f1e LICENSE: regenerate
(this thing works)
2018-01-03 07:37:51 +01:00
Franco Fichtner badb1430ee Framework: add/update copyrights 2018-01-03 06:36:15 +00:00
Franco Fichtner 92d9dfa363 */*: style updates 2018-01-03 06:27:32 +00:00
Franco Fichtner b2ab319a2f dns/dyndns: bump version after fix, style updates
Exclude r53 library, it should probably be "contrib".
2018-01-03 06:20:44 +00:00
Franco Fichtner afcdb85f44 Framework: slightly adapt style checks 2018-01-03 06:16:39 +00:00
Franco Fichtner 2ce83c473c net/igmpproxy: bump version, fix menu, style update 2018-01-03 06:11:35 +00:00
NOYB ceb38b2dfe HTML Compliance - Element <button> Descendant of <a> Element
Error: The element button must not appear as a descendant of the a element.

Specification:
http://w3c.github.io/html/textlevel-semantics.html#the-a-element
"Allowed ARIA role attribute values: link (default - do not set), button, checkbox, radio, switch, tab or treeitem"
"The <a> element may be wrapped around entire paragraphs, lists, tables, and so forth, even entire sections, so long as there is no interactive content within (e.g., buttons or other links)."
2018-01-03 06:58:08 +01:00
Alexander Shursha cacaf77ae0 reconfigure audit. (#456) 2018-01-02 14:49:12 +01:00
Franco Fichtner 0113d06cdd www/web-proxy-sso: style fixes and copyright headers; closes #344 2018-01-02 06:57:53 +00:00
Franco Fichtner a7a7901308 www/c-icap: style fixes 2018-01-02 06:47:52 +00:00
Franco Fichtner e9026266a4 security/clamav: patch in mutable service controller, style fixes 2018-01-02 06:45:06 +00:00
Franco Fichtner 9109a72fce sysutils/nut: bump version after changes 2018-01-01 13:16:52 +01:00
Franco Fichtner e69d77e277 www/c-icap: bump version for mutable controller changes 2018-01-01 13:15:15 +01:00
Franco Fichtner 0b35f67d28 security/clamav: bump version after changes
Mutable service controlller is pending... :)
2018-01-01 13:11:20 +01:00
Franco Fichtner 206d7e7d79 net/haproxy: spacing in index controller 2018-01-01 13:08:24 +01:00
Franco Fichtner 4a63b1bef7 README: update 2018-01-01 13:03:18 +01:00
Franco Fichtner 0165c94663 */*: audit [reconfigure] usage; closes #454
As expected, the call is never used.
2018-01-01 13:00:29 +01:00
Franco Fichtner c458c3c745 net/haproxy: s/reconfigure/reload
There is something strange here, the $force_reload is unused and
after stop we don't check the service status so 'running' is still
true and it tries to reload instead.

Best time to refactor into a mutable service controller?!

PR: https://github.com/opnsense/plugins/issues/454
CC: @fraenki
2018-01-01 12:58:38 +01:00
Franco Fichtner a91c6e3f92 www/c-icap: switch to mutable service controller
Clean up the headers, the copyright is just Michael's as
there is no other code in here anymore.
2017-12-30 22:49:29 +01:00
Franco Fichtner 0db8382746 net-mgmt/lldpd: restructure previous 2017-12-30 14:11:50 +01:00
Michael 2fa8d2c6bd net-mgmt/lldpd: New plugin (#449) 2017-12-30 10:53:14 +01:00