Martin Wasley
d0fba889a5
Interfaces inc changes for multiwan dhcp6 - Part 1
...
The additions and changes to these files are the first part needed to add multiwan dhcp6.
2020-05-03 18:01:44 +02:00
Ad Schellevis
1b264e8192
MVC: ArrayField sorting, when no sorting is provided return internal structure (unsorted). closes https://github.com/opnsense/core/pull/4072
2020-04-30 13:56:00 +02:00
Franco Fichtner
00c07864f6
filter: change approach, increase automatic limit
2020-04-29 21:15:55 +02:00
Franco Fichtner
8933e787f5
system: set value on the fly, remove nonexistent tunable
2020-04-29 10:03:31 +02:00
Franco Fichtner
10b4bbfe8d
system: figure out which sysctls are writeable
2020-04-29 09:21:56 +02:00
NOYB
25e46b988d
Add sort flag param comment to sortedBy function header. ( #4075 )
2020-04-29 08:33:06 +02:00
Franco Fichtner
4f82e4efa5
system: this new feature is wonky...
2020-04-29 08:18:24 +02:00
Ad Schellevis
0f444e7751
Merge branch 'NOYB-ArrayField_-_Sort_Flags_Parameter_Support'
2020-04-28 15:04:11 +02:00
Ad Schellevis
3731bd1026
MVC: searchBase() change default sorting behavior to natural for https://github.com/opnsense/core/pull/4070
...
* although the impact on most endpoints should be very spectacular in a negative sense, we probably better keep this on master for a couple of versions.
2020-04-28 15:02:15 +02:00
NOYB
b2b33c9e26
ArrayField - Add sort_flags optional parameter support
...
e.g. SORT_NATURAL: 9, 20, 80 rather than 20, 80, 9
Default, SORT_REGULAR, is unchanged.
2020-04-27 22:07:27 -07:00
Ad Schellevis
aef9ada7d1
style sweep https://github.com/opnsense/core/pull/4064
2020-04-26 19:32:41 +02:00
İlteriş Eroğlu
e85557938c
Add AdvLinkMTU to Router Advertisements page ( #4064 )
2020-04-27 11:36:55 +02:00
Ad Schellevis
0d07fae36a
authgui.inc: don't allow login redirects to visit external pages. closes https://github.com/opnsense/core/issues/4061
2020-04-26 15:15:40 +02:00
Franco Fichtner
4bac359e09
system: html_safe() for module outputs
...
PR: https://forum.opnsense.org/index.php?topic=16955.0
2020-04-26 09:48:42 +02:00
Franco Fichtner
3db7e720cd
firewall: avoid greedy match for #4067
2020-04-26 09:39:11 +02:00
Franco Fichtner
2a216f91c7
Framework: small comment on current use for these settings
2020-04-24 09:17:48 +02:00
Franco Fichtner
22b67cc1d9
pkg: ideally we do not need this override anymore
2020-04-24 09:15:10 +02:00
Ad Schellevis
74f235ac4a
Unbound: prevent wilcard domains for this machines primary domain (since you can't forward all and be responsible for a part). mentioned here https://github.com/opnsense/core/issues/4049
2020-04-23 08:28:08 +02:00
Ad Schellevis
600c794fcf
IDPS: disable stats in eve.log to restore 20.1 bevaviour, the current dev version is very load (and we only filter alert entries)
2020-04-21 15:08:56 +02:00
Ad Schellevis
8bfd62c876
interfaces: typo in validation, failed to communicate unassignable targets. closes https://github.com/opnsense/core/issues/4050
2020-04-21 11:09:19 +02:00
Ad Schellevis
3b3577f1f5
plugins_devices: vxlan and loopback devices are configurable, for https://github.com/opnsense/core/issues/4050
2020-04-21 11:05:12 +02:00
Maurice
144272ffbb
Unbound: add DNS64 support ( #3943 )
2020-04-21 08:20:21 +02:00
Franco Fichtner
e9eb81a87f
menu: change as discussed in 7749c098381
...
PR: https://github.com/opnsense/core/issues/4016
2020-04-20 08:57:43 +02:00
Franco Fichtner
2c3da19953
dpinger: sort and add missing comma
2020-04-19 12:25:12 +02:00
Franco Fichtner
15737656ed
src: style sweeep and sync
2020-04-19 12:17:31 +02:00
Ad Schellevis
ab04204151
dpinger: add data length option, while there simplify logic to remove duplicate logic. closes https://github.com/opnsense/core/issues/4047
2020-04-18 19:26:46 +02:00
Ad Schellevis
7749c09838
Interfaces: obey group after POST, the menu can't find the item if the group isn't supplied when using groups.
2020-04-18 14:57:36 +02:00
Ad Schellevis
0c3359689d
netflow: flow parser, when flow times are not returned (intermediate data?), stick to receive timestamp.
...
Setting both flow_start and flow_finished to system uptime, compensates to 0 for duration and flow length offset.
closes https://github.com/opnsense/core/issues/4046
2020-04-10 06:09:57 +02:00
Franco Fichtner
9d2d6d9fe1
firmware: small whitespace issue
2020-04-17 08:31:01 +02:00
Franco Fichtner
b72bcfe6b8
pkg: fix plist
2020-04-17 08:27:47 +02:00
Ad Schellevis
d1e1923c96
Update (c) notice in dnsbl.py
...
Co-Authored-By: Franco Fichtner <franco@opnsense.org>
2020-04-17 08:23:49 +02:00
Ad Schellevis
8bbb8447ce
Unbound: ditch offline blacklists
2020-04-17 08:23:49 +02:00
Ad Schellevis
fd0e03e245
Unbound: move statistics menu item down
2020-04-17 08:23:49 +02:00
Ad Schellevis
13a11fa34e
Unbound: missed some spots integrating Unbound plus, align normal service restart (status action and link to "enabled" flag for Unbound)
2020-04-17 08:23:49 +02:00
Ad Schellevis
e330bb46f2
Unbound: integrate endpoints, but leave model in place to avoid migration issues and force de-install of the plugin.
2020-04-17 08:23:49 +02:00
Ad Schellevis
f93844748a
Unbound: style sweep Unboundplus templates
2020-04-17 08:23:49 +02:00
Ad Schellevis
5271eb4787
Unbound: merge unbound plus @ c5f72d30bf
...
clean cut of current master branch, check and cleanup next.
as discussed with @mimugmail
2020-04-17 08:23:49 +02:00
Franco Fichtner
348ba54c92
pkg: not sure why we have this in here
2020-04-15 19:47:18 +02:00
Franco Fichtner
4d4a9565be
pkg: newlines are cool
2020-04-15 19:19:16 +02:00
Franco Fichtner
6e1b7a1d1e
pkg: dump our version data for quick audit
2020-04-15 19:16:35 +02:00
Franco Fichtner
072d9673b9
pkg: useless overrides ARCH and FLAVOUR
2020-04-15 19:12:22 +02:00
Franco Fichtner
7b0bd24771
pkg: finish cleanup of install/plist targets
...
No functional changes; refactored for readability and exclusive
use of ".link", ".shadow" and ".sample" suffix.
".in" can always be applied, must be the first prefix.
2020-04-15 18:54:25 +02:00
Ad Schellevis
4bdb4cfeb4
Log viewer: download all (filtered) items. closes https://github.com/opnsense/core/issues/4026
...
- replace grid export with download link generation
- add endpoint /api/diagnostics/log/{{module}}/{{scope}}/export?searchPhrase={{filter}}
2020-04-08 22:06:25 +02:00
Franco Fichtner
fb9f963879
system: rename php.ini links for more consistent grep
2020-04-14 09:56:02 +02:00
Franco Fichtner
bd075ccc56
pkg: migrate the other links to the new format
2020-04-13 22:26:00 +02:00
Franco Fichtner
094bbd66c1
pkg: variable links at build time
...
Has been on the wishlist almost since we have started
using Python 3 and needed our own python3 link to the
currently used version.
2020-04-13 22:19:37 +02:00
Franco Fichtner
40ed63239d
rc: sync ttys file, slightly overdue as onifexists is supported by 11.2
2020-04-13 13:10:29 +02:00
Franco Fichtner
a6f0def554
rc: this failed, make some noise and pause a bit for the future
2020-04-13 12:47:06 +02:00
Franco Fichtner
2efdcf51fc
rc: missing user on 12.1
2020-04-13 12:25:18 +02:00
Franco Fichtner
c4edd0b86d
make: detect more version stuff on demand
...
Makes "make upgrade" super easy between dev and release.
2020-04-13 12:19:29 +02:00