Ad Schellevis
8af2147e9c
XML-RPC (HA-Sync) - add missing configuration sections. closes https://github.com/opnsense/core/issues/4834
...
o while here add "services" attribute for future use, so we can track related services
o add missing service controls: routing, tunables, cron, webgui (so we can remove service callouts in filter_configure_xmlrpc() at a later stage)
2021-03-26 20:10:41 +01:00
Ad Schellevis
6923424818
Service control: while working on https://github.com/opnsense/core/issues/4834 noticed that it's currently not possible to prevent "stop" actions from being displayed when fetrching the service stattus. Although the best option would probably be to enforce services from being specific on how they want to be stopped, currently there seem to be quite some services omitting a "stop" command.
...
This commit adds support for "locked" in service to signal the ui that a stop action is prohibited.
2021-03-26 20:10:41 +01:00
Franco Fichtner
3fe7b5f060
firewall: resolve IPs in kernel for force gw rule
...
PR: https://forum.opnsense.org/index.php?topic=22214.0
2021-03-26 20:10:41 +01:00
Ad Schellevis
fda1e024f2
Reporting / Traffic (+dashboard widget): missed a spot in https://github.com/opnsense/core/pull/4857
2021-03-26 20:10:41 +01:00
kulikov-a
b3f1179863
Reporting / Traffic (+dashboard widget): 24H format alternative ( #4857 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
fedfee57d4
Services / DHCPv4: with the removal of a validation for static entries in https://github.com/opnsense/core/pull/4447 forgot to check the dhcp settings page for additional ones. closes https://github.com/opnsense/core/issues/4855
2021-03-26 20:10:41 +01:00
Ad Schellevis
7c3646b878
Reporting / Traffic (+dashboard widget): format 24hour timestamps, closes https://github.com/opnsense/core/issues/4852
2021-03-26 20:10:41 +01:00
Ad Schellevis
9fb53f5475
IPSec: prepend keyid: to enforce type on rightid|leftid, ref https://forum.opnsense.org/index.php?topic=22197
2021-03-26 20:10:41 +01:00
Franco Fichtner
93326c718a
system: USB serial may not work with onifconsole #4849
2021-03-26 20:10:41 +01:00
Franco Fichtner
8fed972faf
system: whitespace sweep and plist fix
2021-03-26 20:10:41 +01:00
kulikov-a
74109d6a86
opnsense_legacy.js: toString before split ( #4846 )
2021-03-26 20:10:41 +01:00
Greelan
24cca59e45
webgui.inc: fix syntax error ( #4845 )
2021-03-26 20:10:41 +01:00
Greelan
77d562f559
webgui: lighttpd include directory for configuration ( #4837 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
b2f6cf581f
Services / DHCPv4 - static entries: add "none" option to gateway setting. Although I really don't like how "none" is a valid option, it will be more consistent with the overal experience. closes https://github.com/opnsense/core/issues/4843
2021-03-26 20:10:41 +01:00
Ad Schellevis
e16d889691
IPSec: add legacy validation to prevent saving of route-based tunnels with "install policy" set, since it will drop all traffic unintended
...
closes https://github.com/opnsense/core/issues/4838
2021-03-26 20:10:41 +01:00
Erik Inge Bolsø
074919e3f5
firmware/health.sh: refine missing/invalid signature message ( #4840 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
e711a2e2cc
System/Diagnostics/Activity: "C" missing on a single core cpu, add default for https://github.com/opnsense/core/pull/4835 (take 2)
2021-03-26 20:10:41 +01:00
Ad Schellevis
aebeeb3039
System/Diagnostics/Activity: "C" missing on a single core cpu, add default for https://github.com/opnsense/core/pull/4835
2021-03-26 20:10:41 +01:00
Ad Schellevis
554fd23236
Generic log handling: ignore garbled data in log lines, closes https://github.com/opnsense/core/issues/4830
2021-03-26 20:10:41 +01:00
kulikov-a
fa44c69b86
fw_log.volt: get filters from url
2021-03-25 22:42:57 +03:00
kulikov-a
a3f4d71940
log.widget.php: add bs.popover and live view link
2021-03-25 22:39:25 +03:00
kulikov-a
6591404783
FF consistency
2021-03-15 20:34:08 +03:00
kulikov-a
fef578578b
log.widget.php: allow mutliple select
2021-03-15 20:34:08 +03:00
Franco Fichtner
7d0b4b539b
firewall: whitespace fix
2021-03-14 20:22:38 +01:00
Gareth Owen
cb0fbf440c
dnsbl: Prefer domain list over host file format ( #4767 )
...
Where the blacklist provider has both host file format and a raw list of
domains to block, download the raw list. The raw list will always be a
smaller download and require less processing.
2021-03-14 12:52:36 +01:00
Ad Schellevis
04d20c1e8b
Merge branch 'gwjo-dns-ptr'
2021-03-14 12:47:17 +01:00
Ad Schellevis
aa6c44e767
minor fix for https://github.com/opnsense/core/pull/4763 , mutable default argument ( https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments )
2021-03-14 12:46:27 +01:00
kulikov-a
2662400068
pfTables: sort before slice ( #4699 )
2021-03-14 12:45:07 +01:00
Ad Schellevis
ad41898495
MVC / UI: minor cleanups for https://github.com/opnsense/core/pull/4797
2021-03-14 12:45:07 +01:00
kulikov-a
a8c2e474d7
don't break IE11
2021-03-14 12:44:44 +01:00
kulikov-a
701eaa6b07
close span
2021-03-14 12:44:44 +01:00
kulikov-a
e50024f976
cleanup
2021-03-14 12:44:44 +01:00
kulikov-a
5625367325
double a
2021-03-14 12:44:44 +01:00
kulikov-a
3e0efdfe0d
Update opnsense_ui.js
2021-03-14 12:44:44 +01:00
kulikov-a
1bd607daa5
opnsense_ui.js: add copy\paste
2021-03-14 12:44:44 +01:00
kulikov-a
170b420a41
form_input_tr.volt: add copy\paste
2021-03-14 12:44:44 +01:00
kulikov-a
b8816f76c6
alias.volt: add copy\paste
2021-03-14 12:44:44 +01:00
kulikov-a
206f17c7c9
opnsense_ui.js: add copy
2021-03-14 12:44:44 +01:00
kulikov-a
b4332bddd6
form_input_tr.volt: add copy link
2021-03-14 12:44:44 +01:00
kulikov-a
fa4a4ec015
alias.volt: add copy link
2021-03-14 12:44:44 +01:00
Christian Brueffer
bb6cd163d4
OpenVPN: remove checks for NTP servers 3 and 4. ( #4811 )
...
OpenVPN: remove checks for NTP servers 3 and 4 since only two optional
NTP servers are exposed through the GUI.
2021-03-14 12:44:44 +01:00
kulikov-a
17777fbd89
default.volt: let it work in IE11 ( #4807 )
2021-03-14 12:44:44 +01:00
Jacek Tomasiak
84cf199aff
firmware: zap changelog remove description ( #4803 )
...
It's not relevant to cron tasks. Introduced by copying from
changelog fetch action.
2021-03-14 12:44:44 +01:00
Franco Fichtner
9a243d6623
firmware: support IE11 (it ain't over till it's over)
...
PR: https://forum.opnsense.org/index.php?topic=21981.0
2021-03-14 12:44:44 +01:00
Stephan de Wit
b5b9a2eaa0
firewall: categories improvements ( #4790 )
2021-03-14 12:44:44 +01:00
kulikov-a
d3622fde9b
LDAP.php: one more error handler ( #4793 )
2021-03-14 12:44:44 +01:00
kulikov-a
50986b3c9d
traffic_graphs.widget: start when widgets is visible ( #4801 )
2021-03-14 12:44:44 +01:00
Franco Fichtner
6629978afd
system: another html_safe here for good measure #4795
2021-03-14 12:44:44 +01:00
Franco Fichtner
1952de16f6
system: small tweaks for #4795
2021-03-14 12:44:44 +01:00
Ad Schellevis
21d6a5b386
Netflow aggregator: skip invalid record, another one for https://github.com/opnsense/core/issues/4796
2021-03-14 12:44:44 +01:00