Commit Graph

3995 Commits

Author SHA1 Message Date
Chris Buechler
56f8de9bb3 Merge pull request #2867 from phil-davis/patch-4 2016-04-15 01:06:32 -05:00
Chris Buechler
c520e3e322 Add lock in vpn_ipsec_configure. Ticket #6160 2016-04-14 21:30:54 -05:00
Renato Botelho
8e0d30ed7c Add table.css to Obsoleted files list 2016-04-14 17:16:03 -03:00
Stephen Beaver
509c089479 Nuke srctrack default = 1400 per JimP 2016-04-14 08:16:40 -04:00
Stephen Beaver
b3fc5089d6 Fixed #6146 2016-04-14 08:00:00 -04:00
Phil Davis
ce3eca6e26 Allow to restore any ares of config
If the existing config does not have a particular area in it, then the user should still be able to restore it from another config.
Redmine #6144
2016-04-14 15:53:57 +05:45
jim-p
ccefcb006c Correct OpenVPN upgrade code for topology subnet. 2016-04-13 14:00:43 -04:00
jim-p
7cb8fabc6e Fix Namecheap DynDNS host parsing for @, fixes #6122 2016-04-13 12:07:39 -04:00
Phil Davis
ebcd8a306c Put gateway name and group around the correct way
Redmine #6134
Forum: https://forum.pfsense.org/index.php?topic=109781.0
Originally broken by commit: d18f3f6e09
2016-04-13 19:20:17 +05:45
Stephen Beaver
3510c78835 Merge pull request #2864 from NOYB/Update_RRD_Script_-_Comments 2016-04-13 09:14:54 -04:00
Stephen Beaver
f1a6c917e4 Merge pull request #2863 from phil-davis/widget-arrows 2016-04-13 09:13:10 -04:00
Stephen Beaver
e8d6c134fe Fixed #6128 2016-04-13 08:33:27 -04:00
NOYB
515887c377 Update RRD Script - Comments
Correct units in conversion comments.
2016-04-13 03:18:34 -07:00
Phil Davis
fa5f513658 Use consistent arrow colors on dashboard
Interfaces widget and IPsec widget use text-success and text-danger to
make the up and down arrows be green and red.
This change does the same thing to OpenVPN and WoL widgets for
consistency.
2016-04-13 05:54:08 +05:45
Stephen Beaver
adaa4d036b Cosmetics 2016-04-12 19:06:24 -04:00
Stephen Beaver
0cdf72ef41 Fixed #6117 2016-04-12 18:22:31 -04:00
Stephen Beaver
5b4600785f Merge pull request #2862 from NOYB/Services_/_DHCP_Server_-_DNS_Servers_Clarification 2016-04-12 14:10:20 -04:00
Stephen Beaver
662da7f36b Fixed #6114 2016-04-12 12:18:12 -04:00
Stephen Beaver
fb62a4ff3d Fixed #6112
by adding isset() to checkbox value
2016-04-12 10:14:50 -04:00
NOYB
f7c12c9490 Services / DHCP Server - DNS Servers Clarification
It reads as though the interfaces IP address is to be entered.  Removing "use" makes it a little clearer.
2016-04-12 00:12:33 -07:00
Stephen Beaver
ccbfaf78d5 Fixed #6096 2016-04-11 10:50:31 -04:00
Stephen Beaver
d830a7f4ac Fixed #6092 2016-04-11 10:27:32 -04:00
Stephen Beaver
b6786d45f6 Fixed #6104 by changing trash icon to trash-o icon so that the JA configmation is not triggered. 2016-04-11 09:13:08 -04:00
Stephen Beaver
5ed4eb307f Merged #2854 and updated to increment only the deleterow button 2016-04-11 08:40:31 -04:00
Phil Davis
dbe64b7175 Fix add delete of rows with buttons
Redmine #6101
Forum https://forum.pfsense.org/index.php?topic=109554.0
2016-04-11 08:40:31 -04:00
Stephen Beaver
52563f5d40 Merge pull request #2861 from NOYB/Easyrule_Block_Firewall_Separators_Update 2016-04-11 08:20:44 -04:00
Stephen Beaver
6fbdb36e79 Merge pull request #2860 from phil-davis/ipsec-keys-infobox 2016-04-11 08:19:48 -04:00
Stephen Beaver
ba638346ee Merge pull request #2859 from phil-davis/patch-7 2016-04-11 08:19:13 -04:00
Stephen Beaver
9f623262ed Merge pull request #2858 from jlduran/fix-ipsec-spd-arrow 2016-04-11 08:18:28 -04:00
Stephen Beaver
32e114db0a Merge pull request #2857 from phil-davis/patch-6 2016-04-11 08:17:29 -04:00
Stephen Beaver
6a694baa79 Merge pull request #2856 from phil-davis/patch-5 2016-04-11 08:16:34 -04:00
Stephen Beaver
0d20c1c095 Merge pull request #2855 from NOYB/System_/_General_Setup_-_Remove_Beta_Badges 2016-04-11 08:15:56 -04:00
Stephen Beaver
c76c5c252a Merge pull request #2853 from NOYB/Miscellaneous_II_-_Remove_Personalizations 2016-04-11 08:15:06 -04:00
NOYB
9227260504 Easyrule Block Firewall Separators Update
Update firewall rule separators positions when adding an easyrule block.
2016-04-11 00:03:35 -07:00
Phil Davis
d0c26f1142 Make VPN IPsec Keys messages proper infoblock
Redmine #6107
Note: I made this text be open by default on the edit page (blockopen)
because maybe users should see it by default.
2016-04-11 06:56:55 +05:45
Phil Davis
bd3b483a87 Make forwarder info boxes consistent with resolver
DNS Resolver just has a single info box at the bottom of its settings page.
DNS Forwarder has different print_callout stuff that looks inconsistent with the rest of the GUI pages.
I have made it consistent with DNS Resolver, which does not have those bits of text describing host and domain overrides.
What do you think?
2016-04-11 06:32:50 +05:45
Jose Luis Duran
82f2b11aaa Fix the IPsec SPD arrows
Currently, a `BLACK RIGHT-POINTING POINTER` and a `BLACK LEFT-POINTING
TRIANGLE` are used to display the direction.

This commit changes both arrows to be `POINTER`s.
2016-04-10 15:28:30 -03:00
Phil Davis
6d44231ff9 Always use sprintf with log_error
I noticed this while looking at other stuff in notices.inc
If this log_error() call ever happened, it would not have done anything useful.
2016-04-10 19:44:39 +05:45
Phil Davis
517a4e1150 Fix extraneous chars in help texts - OpenVPN Server
Redmine bug #6102
2016-04-10 18:40:32 +05:45
NOYB
220d712bf3 System / General Setup - Remove Beta Badges
Remove beta badge from Associated Panels Show/Hide options.
Remove beta badge from Left Column Labels option.
2016-04-10 00:10:37 -07:00
NOYB
34ee663907 Miscellaneous II - Remove Personalizations
Remove "you" personalizations.
2016-04-09 00:47:53 -07:00
NOYB
af3cc7d6df Miscellaneous - Remove Personalizations
Remove "you" personalizations.
2016-04-08 00:19:27 -07:00
Stephen Beaver
9d913acd65 Merge pull request #2850 from NOYB/Traffic_Shaper_Wizard_-_Remove_Personalizations 2016-04-07 17:30:37 -04:00
NOYB
fb72cec32a OpenVPN Wizard - Remove Personalizations
Remove "you" personalizations.
2016-04-07 17:28:19 -04:00
Chris Buechler
9a1297a590 Merge pull request #2851 from phil-davis/patch-4 2016-04-07 14:33:54 -05:00
Renato Botelho
de331d8e90 Do not try to register pre-installed packages on read-only media 2016-04-07 16:20:31 -03:00
jim-p
461bae6b08 Respect all Class attributes returned by the RADIUS server, not only the last one received. Fixes #6086 2016-04-07 10:58:38 -04:00
jim-p
0ef6fddce9 Teach get_user_privileges how to retrieve groups from LDAP/RADIUS, and have getUserEntry fall back to a format that will allow it to function. Net result is that now userHasPrivilege() will respect remote groups as well as local groups, which fixes #6088 2016-04-07 10:08:47 -04:00
Phil Davis
9f6d9e18b2 Avoid PHP warning if no server selected
when saving a client specific override.
Forum report https://forum.pfsense.org/index.php?topic=109431.msg0
Redmine issue 6089
2016-04-07 19:05:19 +05:45
NOYB
a0e3dab3a6 Traffic Shaper Wizard - Remove Personalizations
Remove "you" personalizations.
2016-04-07 00:07:13 -07:00