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
Franco Fichtner
53b84dbae9 net/relayd: reassign maintainer for #451 2017-12-28 10:19:08 +01:00
Alexander Shursha
00ee52a7fa Fix label. 2017-12-28 09:24:23 +01:00
Franco Fichtner
7a8fe4a69e net/frr: release the plugin as version 1.0
PR: https://github.com/opnsense/plugins/issues/230
2017-12-27 18:29:58 +01:00
Franco Fichtner
8e075e131c net/quagga: fix previous #430 2017-12-27 17:36:27 +01:00
Franco Fichtner
e5451f62cd net/quagga: end of life message for #430 2017-12-27 17:35:36 +01:00
Alexander Shursha
1feb15e25f Fix freshclam running from SmartSoft. (#446) 2017-12-27 15:19:39 +01:00
Franco Fichtner
c3ed686be2 net/freeradius: whitespace sweep 2017-12-27 14:08:40 +00:00
Franco Fichtner
6abe2a2633 mail/rspamd: fix license header character 2017-12-27 14:59:44 +01:00
Franco Fichtner
9bc6eca57b net-mgmt/zabbix-agent: fold and fix tabbing 2017-12-27 13:57:18 +00:00
Franco Fichtner
670f470d4b make: adapt sniffer to core.git changes 2017-12-27 13:01:38 +01:00
Franco Fichtner
7e1b631805 databases/redis|mail/rspamd: bump versions after internal changes 2017-12-27 10:37:13 +01:00
Franco Fichtner
4a667d1fa3 sysutils/nut: use partials for tabbed forms 2017-12-26 11:41:09 +00:00
Franco Fichtner
406d75581d databases/redis: use partials for tabbed forms 2017-12-26 11:34:25 +00:00
Franco Fichtner
ae0d3b61e2 mail/rspamd: use the new partials for tabbed forms 2017-12-26 11:31:06 +00:00
Franco Fichtner
1dd0a6d0c6 devel/helloworld: small updates 2017-12-26 11:21:57 +01:00
Franco Fichtner
eb500ece54 sysutils/nut: minor style update, no timeout 2017-12-26 11:16:39 +01:00
Franco Fichtner
77cf809242 sysutils/monit: does not need the timeout 2017-12-25 23:04:31 +01:00
Franco Fichtner
a4c2dab9e6 mail/rspamd: use mutable service controller 2017-12-25 17:02:52 +01:00
Franco Fichtner
3f32516c59 databases/redis: use new mutable service controller 2017-12-25 16:55:05 +01:00
Franco Fichtner
5480dbc3b9 databases/redis: service handling consolidation 2017-12-25 10:41:21 +01:00
Franco Fichtner
b3f9954d8e */*: last titles removed; closes #403 2017-12-24 15:33:02 +01:00
Franco Fichtner
af0b128fa0 net/*: remove remaining titles 2017-12-24 15:26:56 +01:00
Franco Fichtner
e35b947e84 sysutils/monit: remove titles 2017-12-24 15:24:53 +01:00
Franco Fichtner
4b8b435a88 security/tor: remove titles 2017-12-24 15:00:55 +01:00
Franco Fichtner
20029cda2e www/web-proxy-*: zap titles 2017-12-24 14:58:21 +01:00