summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6700Stephen Beaver2016-08-151-1/+1
|
* Fixed #6710Stephen Beaver2016-08-151-1/+20
| | | | (cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)
* Fixed #6709Stephen Beaver2016-08-151-1/+1
|
* Fixed #6703Stephen Beaver2016-08-151-1/+1
|
* Fixed #6706Stephen Beaver2016-08-151-1/+1
|
* Fixed #6705Stephen Beaver2016-08-151-0/+1
|
* Fixed #6701Stephen Beaver2016-08-151-1/+1
|
* Fixed #6704Stephen Beaver2016-08-151-1/+14
|
* Merge pull request #3097 from NewEraCracker/patch-1Renato Botelho2016-08-121-0/+3
|\
| * Be sure that user_settings for widgets is an arrayNewEraCracker2016-08-121-0/+3
| |
* | Fixed to properly save configs in PPPs interfacesFrancisco Cavalcante2016-08-121-17/+38
|/ | | | (cherry picked from commit 545a7850ea37cd8c379cc75428353ad0089f2bd3)
* Ticket #3734: Convert growl related code to use pear-Net_Growl portRenato Botelho2016-08-111-10/+16
|
* Be more verbose and let user know results of SMTP settings testRenato Botelho2016-08-111-3/+9
|
* Ticket #3734:Renato Botelho2016-08-111-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 #3734Renato Botelho2016-08-101-1/+1
|
* Fix wording of the "Reject leases from" option for a DHCP interface.jim-p2016-08-091-2/+2
|
* Remove workarounds to sort extensions.ini since ports tree now has a better ↵Renato Botelho2016-08-091-4/+0
| | | | solution in place to track PHP modules dependencies
* Merge pull request #3084 from jlduran/native-font-stackJared Dillard2016-08-043-20/+28
|\
| * Experiment using the OS' native font stackJose Luis Duran2016-08-012-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' fontJose Luis Duran2016-08-011-14/+18
| |
* | Merge pull request #3083 from doktornotor/patch-2Renato Botelho2016-08-043-8/+8
|\ \
| * | Update pfSense.potdoktornotor2016-07-311-1/+1
| | |
| * | Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | | | | The setPattern() thing ain't usable for this and just causes regressions.
| * | Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | | | | is_URL() from util.inc is way too limited for this purpose.
| * | Update pfSense.potdoktornotor2016-07-311-1/+1
| | |
| * | Typo fixdoktornotor2016-07-311-1/+1
| | |
| * | Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| |/ | | | | is_URL() from util.inc is way too limited for this purpose.
* | Merge pull request #3086 from jlduran/ignore-bootp-queriesRenato Botelho2016-08-041-0/+9
|\ \
| * | services_dhcp: Ignore BOOTP queriesJose Luis Duran2016-07-311-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-p2016-08-032-5/+40
| | | | | | | | and users. Fixes #6672
* | Merge pull request #3080 from phil-davis/local24Stephen Beaver2016-08-032-2/+2
|\ \
| * | Display local DHCP lease times in 24-hour clockPhil Davis2016-07-262-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/widgetconfigStephen Beaver2016-08-038-73/+73
|\ \ \
| * | | Save widget settings per userPhil Davis2016-08-028-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-tweaksStephen Beaver2016-08-032-2/+2
|\ \ \ \
| * | | | Some tweaks to improve alignment in table with checkboxNewEraCracker2016-07-132-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-p2016-08-021-1/+0
| | | | |
* | | | | Fix typo, LT2P->L2TPjim-p2016-08-022-2/+2
| |/ / / |/| | |
* | | | Fixed #6669Stephen Beaver2016-08-012-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_idRenato Botelho2016-08-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | replace attribute 'name' to 'id' in openvpn statusbruno2016-07-211-1/+1
| | | |
* | | | experiment with tighter stylingJared Dillard2016-07-282-7/+117
| | | |
* | | | Fixes #6601 clean up installed packages htmlJared Dillard2016-07-281-7/+2
| | | |
* | | | clean up Installed Packages widget by removing categoryJared Dillard2016-07-281-2/+0
| |_|/ |/| |
* | | Fix redmine #6640 DHCPv6 server time formatPhil Davis2016-07-261-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 mfineJeremy Porter2016-07-221-1/+1
|/ /
* | Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-2/+12
| |
* | Allow AES-GCM for P1 where using IKEv2. Ticket #5990Chris Buechler2016-07-171-0/+4
| |
* | Clarify that HMAC-MD5 key is required. Ticket #6622Chris Buechler2016-07-171-1/+1
| |
* | Merge pull request #3055 from marjohn56/masterChris Buechler2016-07-171-1/+11
|\ \
OpenPOWER on IntegriCloud