Steven Selph
3d77cc359f
Add powerd normal mode flag (-n)
2014-10-05 18:35:08 -04:00
Renato Botelho
4665dbdd51
Make proper check if IP address is configured on another interfaces and ignore current one. It fixes #3807
2014-10-03 12:15:44 -03:00
Chris Buechler
3c4fc30bea
get back to our standard RFC-defined capitalization of IPsec
2014-10-02 16:19:58 -05:00
Renato Botelho
3258d44276
Merge pull request #1300 from jean-m-cyr/master
2014-10-02 17:09:35 -03:00
Renato Botelho
90a430c7b7
Merge pull request #1298 from PiBa-NL/vips_sort
2014-10-02 17:09:31 -03:00
PiBa-NL
8d3c338e5c
firewall_virtual_ip make the table sortable remove double tfoot, but use 2 tr inside.
2014-10-02 22:01:54 +02:00
jim-p
d4f4ebc7e3
Remove stray 'i'.
...
Reported-by: https://forum.pfsense.org/index.php?topic=82393.0
2014-10-01 13:06:50 -04:00
Jean Cyr
c7fa58acbb
Fix up NTP status page formatting
...
Number of columns is not the same for all table rows
2014-09-28 23:35:10 -04:00
PiBa-NL
547d76411e
firewall_virtual_ip make the table sortable
2014-09-28 22:56:16 +02:00
Phil Davis
da7f658862
Spelling
2014-09-27 17:53:17 +05:45
Phil Davis
ff5fa75992
Spelling
2014-09-27 17:49:54 +05:45
Phil Davis
3c4cddc748
Spelling
2014-09-27 17:47:11 +05:45
Phil Davis
0a97a7bb31
Spelling
2014-09-27 17:44:03 +05:45
Phil Davis
51dc66c953
Spelling
2014-09-27 17:36:36 +05:45
Phil Davis
ec074a86a5
Spelling
2014-09-27 17:34:17 +05:45
Phil Davis
f64b0b8e1d
Spelling
2014-09-27 17:32:28 +05:45
Phil Davis
15c58806a5
Spelling
2014-09-27 17:30:33 +05:45
Phil Davis
abe6317615
Spelling
2014-09-27 17:23:35 +05:45
Phil Davis
fb3b7640ff
Spelling
2014-09-27 17:22:13 +05:45
Phil Davis
4304dd978e
Spelling
2014-09-27 17:20:51 +05:45
Phil Davis
8913533d29
Spelling
2014-09-27 17:19:17 +05:45
Phil Davis
47e1f0d487
Spelling
2014-09-27 17:11:01 +05:45
Phil Davis
bbd1f7834b
firewall_aliases_edit UI text changes
...
If type URL Table then the heading "Description" on the 3rd column gets suppressed (I am not really sure why that is, since the description data entry box still appears - I guess someone intended that the data entry box itself also be suppressed, since URL Table takes just a single line entry, the overall description of the alias should be enough - no need for a per-line description.)
In any case, if the user then selects some other Alias Type, the "Description" heading on the 3rd column is not re-enabled.
This change fixes that.
I also implemented what is suggested in Redmine #3893 - making the 1st column heading say "IP or FQDN", "Network or FQDN". IMHO that looks fine on the UI and cannot do any harm. (and yes, the longer explanatory text already tells the user that an FQDN is allowed in these cases.)
2014-09-26 22:03:21 +05:45
Phil Davis
62218b4dc4
Remove useless check for alias description matching an interface description
...
While looking at other checks in the code I noticed this check. It was not effective anyway, because the first line inside "if ($_POST)" below does
unset($input_errors);
which undoes this check anyway.
In any case the check is not relevant. For example I might have interface WAN with description (which is really the alternate/display name for an interface) as MYISP.
I cannot also have an Alias with name MYISP - that is checked for already later in the code.
But I can have an Alias with description MYISP - in the case of an Alias the description really is just helpful text for the user, it is the name that really counts for use in the pf configuration.
So the code is not needed.
2014-09-26 08:25:41 +05:45
Renato Botelho
7ea27b0d8b
Be more strict on removing groups checking group id and group name, it avoids issues like happened to users on ticket #3856 . While I'm here, replace GET by POST
2014-09-25 09:55:20 -03:00
Renato Botelho
fbe0d6986a
Be more strict on user removal checking array id and also username to avoid removing wrong users when browser back button is used. It should fix #3856
2014-09-25 09:29:57 -03:00
bruno
370b466659
Fix close button in the info box
2014-09-24 15:20:42 -03:00
Renato Botelho
abf2e0f1a7
Merge pull request #1287 from jean-m-cyr/master
2014-09-24 07:10:35 -03:00
Ermal
a99547e47e
Provide a toggle for apinger debug messages to be logged to syslog. To help with roubleshooting issues
2014-09-24 11:53:56 +02:00
Jean Cyr
3be4caf956
NTP Service GPS page always reverts to 'Custom' GPS type
...
Remember and correctly display GPS type setting
2014-09-23 22:09:23 -04:00
jim-p
73b8c1623b
Add a note clarifying the usage of OpenVPN's Auth Digest setting.
2014-09-23 12:08:58 -04:00
Jean Cyr
63d5a5e0e2
NTP server configuration does not highlight selected interfaces
...
Missing explode of selected interface list prevent logic from working.
2014-09-23 03:16:24 -04:00
jim-p
5d14b13ec1
Add a more obvious note about the use of WAN interface on group rules.
2014-09-22 10:45:29 -04:00
Renato Botelho
c9f63b08bf
Apply previous progressbar customizations for jquery-ui 1.11.1
2014-09-22 08:18:24 -03:00
Renato Botelho
b9cf74c3b3
Update jquery-ui components to 1.11.1, it fixes #3879 "
2014-09-22 08:18:02 -03:00
Renato Botelho
b446562b5c
Simplify logic
2014-09-20 11:55:18 -03:00
Renato Botelho
ad970c215d
Add missing <form> and require filter.inc for filter_configure()
2014-09-20 11:41:02 -03:00
Ermal
130a84c568
Do the proper action if Apply button is pressed even on the preshared keys page
2014-09-19 21:58:39 +02:00
Renato Botelho
8718669caf
Recent versions of miniupnpd does not accept IPv4 address anymore, use interface name always. It fixes #3874
2014-09-19 16:53:48 -03:00
Renato Botelho
de29dadc20
Allow hostname to start with '@.' for namecheap. It fixes #3568
2014-09-19 14:15:50 -03:00
Renato Botelho
93ee78b7d8
Check if there are leases to show, it fixes warning when $mobile['pool'] is empty or not array
2014-09-19 08:16:06 -03:00
jim-p
0b42518db1
fix syntax
2014-09-18 13:31:15 -04:00
Renato Botelho
565488c9cf
Do now call write_config() when click on Apply Changes because it was already done and it causes dhcpd to restart one more time on secondary nodes. It fixes #3797
2014-09-18 14:08:22 -03:00
Renato Botelho
2439543813
Update jquery to 1.11.1
...
* Update jquery to latest version
* Use production version instead of development
* Rename file to have version on it and avoid browser cache issues
* Add jquery-migrate to keep backward compatible with old version
2014-09-18 10:50:09 -03:00
Renato Botelho
c4372d3c3b
Restore id for cancel button to fix js error
2014-09-17 14:26:11 -03:00
Renato Botelho
ac5934dfd1
While I'm touching this file, replace GET by POST
2014-09-17 11:10:00 -03:00
Renato Botelho
729b9f018d
Deduplicate <form>, fixes #3864
2014-09-17 10:32:23 -03:00
Ermal
76266acdbd
Correct speeling as reported by: Phil Davis via github
2014-09-16 15:33:32 +02:00
Renato Botelho
8f097bddc0
Merge pull request #1282 from ExolonDX/branch_master_06
2014-09-16 09:41:37 -03:00
Renato Botelho
cc98be5a83
Merge pull request #1281 from ExolonDX/branch_master_05
2014-09-16 09:40:56 -03:00