Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #6700 | Stephen Beaver | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed #6710 | Stephen Beaver | 2016-08-15 | 1 | -1/+20 |
| | | | | (cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706) | ||||
* | Fixed #6709 | Stephen Beaver | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed #6703 | Stephen Beaver | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed #6706 | Stephen Beaver | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed #6705 | Stephen Beaver | 2016-08-15 | 1 | -0/+1 |
| | |||||
* | Fixed #6701 | Stephen Beaver | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | Fixed #6704 | Stephen Beaver | 2016-08-15 | 1 | -1/+14 |
| | |||||
* | Merge pull request #3097 from NewEraCracker/patch-1 | Renato Botelho | 2016-08-12 | 1 | -0/+3 |
|\ | |||||
| * | Be sure that user_settings for widgets is an array | NewEraCracker | 2016-08-12 | 1 | -0/+3 |
| | | |||||
* | | Fixed to properly save configs in PPPs interfaces | Francisco Cavalcante | 2016-08-12 | 1 | -17/+38 |
|/ | | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3) | ||||
* | Ticket #3734: Convert growl related code to use pear-Net_Growl port | Renato Botelho | 2016-08-11 | 1 | -10/+16 |
| | |||||
* | Be more verbose and let user know results of SMTP settings test | Renato Botelho | 2016-08-11 | 1 | -3/+9 |
| | |||||
* | Ticket #3734: | Renato Botelho | 2016-08-11 | 1 | -15/+10 |
| | | | | | | - Added timeout parameter for SMTP configuration - Removed STARTTLS option, it's enabled automatically by pear-Mail when server supports it | ||||
* | Fix path to require pear-Crypt_CHAP installed file. Ticket #3734 | Renato Botelho | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Fix wording of the "Reject leases from" option for a DHCP interface. | jim-p | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | Remove workarounds to sort extensions.ini since ports tree now has a better ↵ | Renato Botelho | 2016-08-09 | 1 | -4/+0 |
| | | | | solution in place to track PHP modules dependencies | ||||
* | Merge pull request #3084 from jlduran/native-font-stack | Jared Dillard | 2016-08-04 | 3 | -20/+28 |
|\ | |||||
| * | Experiment using the OS' native font stack | Jose Luis Duran | 2016-08-01 | 2 | -6/+10 |
| | | | | | | | | | | | | | | | | Following the steps of bfbfa4dd254c110db4122925d0a3716a34d4c664, experiment using the OS' native font stack. Obtained from the Bootstrap project (twbs/bootstrap#19098, twbs/bootstrap@0a31dacf3e0c43a73b2e61e266155b9dcce35339) | ||||
| * | pfSense.css: Fix sortable tables' font | Jose Luis Duran | 2016-08-01 | 1 | -14/+18 |
| | | |||||
* | | Merge pull request #3083 from doktornotor/patch-2 | Renato Botelho | 2016-08-04 | 3 | -8/+8 |
|\ \ | |||||
| * | | Update pfSense.pot | doktornotor | 2016-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Allow URLs for TFTP Server (Bug #6634) | doktornotor | 2016-07-31 | 1 | -2/+2 |
| | | | | | | | | | The setPattern() thing ain't usable for this and just causes regressions. | ||||
| * | | Allow URLs for TFTP Server (Bug #6634) | doktornotor | 2016-07-31 | 1 | -2/+2 |
| | | | | | | | | | is_URL() from util.inc is way too limited for this purpose. | ||||
| * | | Update pfSense.pot | doktornotor | 2016-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Typo fix | doktornotor | 2016-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Allow URLs for TFTP Server (Bug #6634) | doktornotor | 2016-07-31 | 1 | -2/+2 |
| |/ | | | | | is_URL() from util.inc is way too limited for this purpose. | ||||
* | | Merge pull request #3086 from jlduran/ignore-bootp-queries | Renato Botelho | 2016-08-04 | 1 | -0/+9 |
|\ \ | |||||
| * | | services_dhcp: Ignore BOOTP queries | Jose Luis Duran | 2016-07-31 | 1 | -0/+9 |
| |/ | | | | | | | | | | | | | | | | | BOOTP leases do not have a maximum lease time by default, this could potentially lead to a DHCP address pool exhaustion. This commit adds an option to ignore BOOTP queries. Redmine #4351 | ||||
* | | Add a field to CA/Cert pages for OU, which is required by some external CAs ↵ | jim-p | 2016-08-03 | 2 | -5/+40 |
| | | | | | | | | and users. Fixes #6672 | ||||
* | | Merge pull request #3080 from phil-davis/local24 | Stephen Beaver | 2016-08-03 | 2 | -2/+2 |
|\ \ | |||||
| * | | Display local DHCP lease times in 24-hour clock | Phil Davis | 2016-07-26 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems odd to me that when the times are displayed in UTC they have 24-hour clock, but when displayed in local time they are formatted with 12-our clock and AM/PM. 24-hour format takes less screen space, and I would have thought that network admins would prefer working consistently in 24-hour clock format. | ||||
* | | | Merge pull request #3088 from phil-davis/widgetconfig | Stephen Beaver | 2016-08-03 | 8 | -73/+73 |
|\ \ \ | |||||
| * | | | Save widget settings per user | Phil Davis | 2016-08-02 | 8 | -73/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | For users that have "custom settings" enabled, save the "tool" settings of their widgets on a per-user basis. User that do not have "custom settings" enabled will continue to use and save widget settings to/from the system-wide settings. | ||||
* | | | | Merge pull request #3056 from NewEraCracker/design-tweaks | Stephen Beaver | 2016-08-03 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Some tweaks to improve alignment in table with checkbox | NewEraCracker | 2016-07-13 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly 2) UPnP checkbox looks better with description instead of help This commit fixes the two issues | ||||
* | | | | | Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now. | jim-p | 2016-08-02 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Fix typo, LT2P->L2TP | jim-p | 2016-08-02 | 2 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | Fixed #6669 | Stephen Beaver | 2016-08-01 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | Read widget config before adding a new one. (Was starting a new array) | ||||
* | | | | Merge pull request #3075 from brunostein/replace_attribute_name_to_id | Renato Botelho | 2016-08-01 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | replace attribute 'name' to 'id' in openvpn status | bruno | 2016-07-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | experiment with tighter styling | Jared Dillard | 2016-07-28 | 2 | -7/+117 |
| | | | | |||||
* | | | | Fixes #6601 clean up installed packages html | Jared Dillard | 2016-07-28 | 1 | -7/+2 |
| | | | | |||||
* | | | | clean up Installed Packages widget by removing category | Jared Dillard | 2016-07-28 | 1 | -2/+0 |
| |_|/ |/| | | |||||
* | | | Fix redmine #6640 DHCPv6 server time format | Phil Davis | 2016-07-26 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | | | | | The original code here ended up always applying the time zone offset once, and if you had set dhcpv6leaseinlocaltime then it got applied twice, so Sydney at UTC+10:00 would show UTC+20:00 and presumably somewhere at UTC-04:00 would show UTC-08:00 This change makes the code use the same logic as the V4 status_dhcp_leases.php - which works and is simpler. Note: both the V4 and V6 code format the output, when using local time, as 12-our clock with AM/PM. That seems a bit odd, but I will leave it for now. I will make a separate pull request to change it to 24-hour clock (like is displayed in V4 leases in UTC) | ||||
* | | | Section title was wrong, discovered by mfine | Jeremy Porter | 2016-07-22 | 1 | -1/+1 |
|/ / | |||||
* | | Allow section header to be omitted by specifying "NOTITLE" as the section title. | Stephen Beaver | 2016-07-18 | 1 | -2/+12 |
| | | |||||
* | | Allow AES-GCM for P1 where using IKEv2. Ticket #5990 | Chris Buechler | 2016-07-17 | 1 | -0/+4 |
| | | |||||
* | | Clarify that HMAC-MD5 key is required. Ticket #6622 | Chris Buechler | 2016-07-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3055 from marjohn56/master | Chris Buechler | 2016-07-17 | 1 | -1/+11 |
|\ \ |