Commit Graph

8070 Commits

Author SHA1 Message Date
Grant Sheehan
5878d52994
Fix DigitalOcean DynDNS client
Fixes the check on the return value since it's been updated to use
HTTP/2 syntax. Also adds logic to allow using `@` to denote updating the
root domain A record as well.
2018-12-07 11:18:15 -07:00
jim-p
f5f79fcc24 Fix array init in setup_wizard.xml. Fixes #9170 2018-12-05 11:19:24 -05:00
jim-p
e9446f5370 Fix NPt validation to allow single addresses. Fixes #9163 2018-12-04 09:03:46 -05:00
Renato Botelho
b6acaf760b Add Korean to the list of available languages 2018-12-03 13:49:44 -02:00
Renato Botelho
ca2c1fd69c Update translation files 2018-12-03 13:47:25 -02:00
Renato Botelho
ef1bcb81f2 Regenerate pot 2018-12-03 13:36:26 -02:00
Luiz Souza
c9f6948525 Do not call interfaces_vlan_configure() every time an interface is edited in GUI.
This is just necessary when a parent interface is changed and we have to propagate the changes to all clones (MTU, FLAGS and others).

Add a logic to detect when a parent interface is changed and only then call interfaces_vlan_configure().

Ticket #9115

(cherry picked from commit 433a8e71f3)
2018-11-27 17:35:20 -02:00
Luiz Souza
25d029d1e3 Make the WF2Q+ the default scheduler for the dummynet limiters.
The WF2Q+ was the default scheduler in previous versions, it is well tested and support dynamic queues.

Add a note for the FIFO scheduler to make clear that it does not support dynamic queues (by design) and as such, it is working as intended.

Add the scheduler information to Diagnostics -> Limiter Info.

Ticket #8973
2018-11-22 12:37:14 -02:00
stephenw10
92c39e9b92
Allow no username for FreeDNS-v6
Also include that and Digital Ocean in the help text.
2018-11-22 00:36:26 +00:00
Renato Botelho
86fb21944d Fix #9144: Init array before use 2018-11-21 19:26:35 -02:00
jim-p
c6c398c6c5 Fix #9121: Initialize arrays to prevent PHP 7 errors 2018-11-21 16:30:48 -02:00
Steve Beaver
6f9729c0a5 Minor fixes related to #9121 2018-11-21 08:52:30 -05:00
Renato Botelho
ede4faa74c Fix #8937: Show hwaddr for LAGG members 2018-11-21 10:53:13 -02:00
Renato Botelho
8bffe226d5 Fix #8465: Preserve default gw when switch to BACKUP
interfaces_carp_set_maintenancemode() calls interface_carp_configure()
to each configured CARP and it ends up reconfiguring completely the
interface when it's not necessary.

Add a new parameter $maintenancemode_only to interface_carp_configure()
and use it to only change advskew to 254 when going to forced
maintenance mode and move it back to configured value when leaving
2018-11-20 17:27:28 -02:00
Renato Botelho
1f72df3b68 Break long lines 2018-11-20 17:16:41 -02:00
Renato Botelho
40db4055d5 Merge pull request #4016 from Augustin-FL/captiveportal-spelling 2018-11-20 14:25:24 -02:00
Renato Botelho
97b0e99e22 Merge pull request #9131 from Augustin-FL/patch-accounting 2018-11-20 14:23:43 -02:00
Renato Botelho
43292b5d45 Merge pull request #4014 from Augustin-FL/captiveportal-blocked-mac 2018-11-20 14:22:13 -02:00
Renato Botelho
df0d003ecb Merge pull request #4004 from NanoCaiordo/js-warnings 2018-11-20 14:21:29 -02:00
Augustin-FL
85a8f9b0ce Fix few spelling issues
Ticket #9134
2018-11-18 16:51:21 +01:00
Augustin-FL
f790565a75 Send MAC address as username if radmac is used for connecting an user
Ticket #9131
2018-11-18 16:34:38 +01:00
jim-p
b55d94e80e Init various arrays in easyrule before use with references. Fixes #9119 2018-11-14 12:04:12 -05:00
jim-p
592bec817f Remove obsolete OLSRD code. Implements #9117 2018-11-14 08:54:01 -05:00
Renato Botelho
4be5ed9f14 Fix #9071: Make sure pkg metadata is updated when repo config changes 2018-11-14 09:13:50 -02:00
Renato Botelho
220063c4d2 Remove unused variable 2018-11-14 08:33:17 -02:00
Renato Botelho
7995541160 Simplify logic to remove packages section from backup 2018-11-14 08:29:34 -02:00
Augustin FL
83a6f504d6
Redirect Blocked MAC without requiring credentials if Blocked MAC URL has been entered.
Redmine #9114
2018-11-14 11:13:24 +01:00
jim-p
ed104a182a Always configure VTI routes when setting up the interface. Fixes #9116 2018-11-13 16:59:59 -05:00
jim-p
16b78f3879 Fix previous regex. Issue #9106 2018-11-12 12:04:28 -05:00
jim-p
cc955fe63a Replace '.' in radius name for strongSwan. Fixes #9106 2018-11-12 11:55:15 -05:00
jim-p
439d9beba0 Initialize QinQ arrays before use. Fixes #9109 2018-11-12 09:37:18 -05:00
Renato Botelho
e1a6074dc8 Fix #9102: Suppress stream_select() undesired warnings 2018-11-09 08:56:22 -02:00
jim-p
8207fac691 Fix change detection of GUI web server toggles. Fixes #9105 2018-11-08 13:01:30 -05:00
jim-p
5c4aa94a90 Add 0.0.0.0/0 to VTI left/rightsubnets. Fixes #8859
No negative feedback from testing, time for a wider push.

This helps with third party devices that require 0.0.0.0/0 to route
traffic on a VTI P2.
2018-11-07 15:36:47 -05:00
jim-p
7da466e1c4 Add checkbox to disable SMTP SSL cert verification. Implements #9001
The default action is to validate the certificate. If the user knows the
server does not have a valid certificate (e.g. self-signed), this option
will allow encryption to be used without validating the identity of the
server.
2018-11-07 15:30:12 -05:00
jim-p
3fec247042 If the cert date is negative, use DateTime instead of date. Fixes #9100 2018-11-06 13:19:42 -05:00
jim-p
9aa8f6a864 Prevent CRL from using too large a lifetime on ARM. Fixes #9098 2018-11-06 12:47:09 -05:00
jim-p
ca4456b95c Improve handling of empty cert tags. Fixes #9099 2018-11-06 11:38:11 -05:00
jim-p
8bd36425b4 Prevent log size from being too large, which breaks clog. Fixes #9081 2018-11-05 15:11:23 -05:00
jim-p
4c4e294b0f Prevent PHP error when saving log config. Fixes #9095 2018-11-05 14:57:33 -05:00
jim-p
5e5df38fcd Make MBT prefer video console. Fixes #9094
Avoids foot-shooting by restoring a config with serial enabled.
2018-11-05 13:31:22 -05:00
jim-p
2f73f2f9ec Use EFI console when needed. Fixes #8978 2018-11-05 13:30:58 -05:00
Marco Pannetto
2dd0ba0470 Update src/usr/local/www/vendor/d3/d3.min.js
Restored d3.min.js
2018-11-04 00:31:10 +01:00
Renato Botelho
296c16bdc0 Fix 9086: Remove gettext() from all 'Local Databases' strings 2018-11-01 17:45:48 -03:00
Renato Botelho
d5b702649e Update translation files 2018-11-01 17:41:50 -03:00
Renato Botelho
840494c06e Regenerate pot 2018-11-01 17:41:49 -03:00
Marco Pannetto
125ae17e59 Update src/usr/local/www/vendor/d3/d3.min.js
make sure to only pass valid options when supported by the browser
2018-11-01 06:17:08 +01:00
Marco Pannetto
36742b464a Removed js warnings 2018-11-01 05:33:28 +01:00
jim-p
024e5de242 Skip empty IPsec P1 during upgrade to 17.5. Fixes #9083 2018-10-31 12:59:03 -04:00
Steve Beaver
5514e36842 Add help text to sshguard whitelist
Reduce delete button size
Change label text to "Add address"
2018-10-31 10:34:55 -04:00