Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reverse DNS zone names on dhcpd conf. It should fix #5041 | Renato Botelho | 2016-01-08 | 1 | -6/+30 |
| | |||||
* | Merge pull request #2381 from phil-davis/patch-2 | Renato Botelho | 2016-01-08 | 1 | -2/+2 |
|\ | |||||
| * | Fix webgui-redirect in system_advanced_admin | Phil Davis | 2016-01-08 | 1 | -2/+2 |
| | | | | | | | | This one also seems to be wrong. Why do people use a different name for the $POST var? | ||||
* | | Merge pull request #2383 from ↵ | Renato Botelho | 2016-01-08 | 1 | -2/+2 |
|\ \ | | | | | | | | | | NOYB/HTML_Compliance_-_Firewall_/_Traffic_Shaper_/_Queues | ||||
| * | | Close php tag | NOYB | 2016-01-08 | 1 | -1/+1 |
| | | | |||||
| * | | HTML Compliance - Firewall / Traffic Shaper / Queues | NOYB | 2016-01-08 | 1 | -1/+1 |
| |/ | | | | | | | | | The align attribute on the div element is obsolete. Use CSS instead. <div class="panel-heading" align="center"> | ||||
* | | Merge pull request #2380 from NewEraCracker/php-standards | Renato Botelho | 2016-01-08 | 1 | -3/+2 |
|\ \ | |/ |/| | |||||
| * | Strengthen PHP session settings | NewEraCracker | 2016-01-07 | 1 | -0/+2 |
| | | | | | | | | See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function | ||||
| * | Revert maximum array depth (aka input nesting level) to default values | NewEraCracker | 2016-01-07 | 1 | -3/+0 |
| | | | | | | | | | | | | This is per default 50 in Suhosin (*.max_array_depth) and 64 in PHP (max_input_nesting_level) Note: Array depth is not the number of elements within an array. | ||||
* | | Correct element name (don't log web gui logins) | Stephen Beaver | 2016-01-07 | 1 | -1/+1 |
| | | |||||
* | | Account for IP aliases in IPsec firewall rules. Ticket #5500 | Chris Buechler | 2016-01-07 | 1 | -0/+8 |
| | | |||||
* | | Add spinning cog | Stephen Beaver | 2016-01-07 | 1 | -1/+1 |
| | | |||||
* | | Added a crude method of displaying a "Please wait" banner. | Stephen Beaver | 2016-01-07 | 1 | -5/+14 |
| | | |||||
* | | Fix up text on PPPoE Server | jim-p | 2016-01-07 | 1 | -14/+14 |
|/ | |||||
* | 10m ssl_session_cache is adequate for our use cases. | Chris Buechler | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when ↵ | Renato Botelho | 2016-01-07 | 2 | -68/+5 |
| | | | | it's necessary. Some users reported to see issues in cases where update was necessary | ||||
* | Remove /etc/inetd.conf and obsolete inetd related files | Renato Botelho | 2016-01-07 | 2 | -1/+3 |
| | |||||
* | Revert "Force update if code reaches this point" | Renato Botelho | 2016-01-07 | 1 | -1/+1 |
| | | | | This reverts commit 5bcad0f5ec57858a6713cfbdbfcdf7004621b01b. | ||||
* | Revert "Avoid mounting / rw without need when it's possible" | Renato Botelho | 2016-01-07 | 1 | -24/+12 |
| | | | | This reverts commit 0305284cf2d66119d6df8e57cdc52eb3b4d478af. | ||||
* | Merge pull request #2379 from NewEraCracker/better-diag-traceroute | Stephen Beaver | 2016-01-07 | 1 | -1/+1 |
|\ | |||||
| * | IMHO this looks better in 'pre' tags than nl2br | NewEraCracker | 2016-01-07 | 1 | -1/+1 |
| | | |||||
* | | Fix conflicts caused by merging | NewEraCracker | 2016-01-07 | 1 | -4/+4 |
| | | |||||
* | | Convert this endif's missed by last commit | NewEraCracker | 2016-01-07 | 3 | -3/+3 |
| | | |||||
* | | Convert short open tags to full tags | NewEraCracker | 2016-01-07 | 8 | -44/+44 |
| | | | | | | | | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php | ||||
* | | Use the local dh-parameters for nginx rather than the default. | Chris Buechler | 2016-01-07 | 1 | -0/+1 |
|/ | |||||
* | Change the automatic information block to look for <div class="infoblock" ↵ | Stephen Beaver | 2016-01-07 | 27 | -33/+30 |
| | | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this | ||||
* | Remove unneeded old commented pgtitle var | NOYB | 2016-01-07 | 1 | -1/+0 |
| | |||||
* | If action is not 'login' or 'logout' then display text of action. | NOYB | 2016-01-07 | 1 | -3/+5 |
| | | | | | Allow long action text to line wrap. Don't line wrap IP address. | ||||
* | But only if vpn.log file. | NOYB | 2016-01-07 | 1 | -3/+5 |
| | |||||
* | Use the log file path provide from status_logs_common.inc | NOYB | 2016-01-07 | 1 | -7/+10 |
| | | | | Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array). | ||||
* | Fixed up for vpn.log filtering. | NOYB | 2016-01-07 | 2 | -33/+16 |
| | |||||
* | Consolidate with status_logs_common.inc | NOYB | 2016-01-07 | 2 | -485/+206 |
| | |||||
* | Function is now in guiconfig.inc | NOYB | 2016-01-07 | 1 | -12/+0 |
| | |||||
* | Per Colin (PR #2300) | NOYB | 2016-01-07 | 1 | -4/+4 |
| | | | | | | | Use Bootstraps text alignment classes As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier) | ||||
* | Staus - System - Logs - VPN - Write Config Only | NOYB | 2016-01-07 | 1 | -4/+14 |
| | | | | If no logging changes have been made, only write the config file. | ||||
* | Status - System Logs - VPN | NOYB | 2016-01-07 | 2 | -110/+736 |
| | | | | | | Revamp log file selection method to be consistent with the other system logs. Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested). Add manage log section | ||||
* | Cleanup some text and fix default behavior of some NTP options to match ↵ | jim-p | 2016-01-07 | 3 | -47/+48 |
| | | | | 2.2.6 and what the text described. | ||||
* | diag_tables give different message when last updated is unknown | Phil Davis | 2016-01-07 | 1 | -1/+14 |
| | | | and put the message in an infoblock_open so the user can close/open it as they wish. | ||||
* | Unset $entries array after clearing table | Phil Davis | 2016-01-07 | 1 | -0/+1 |
| | | | Without this, when the table is cleared then the "now old and gone" entries are being redisplayed the first time after the clear table happens. | ||||
* | Merge branch 'patch-6' of https://github.com/phil-davis/pfsense | Stephen Beaver | 2016-01-07 | 1 | -4/+7 |
|\ | | | | | | | | | | | * 'patch-6' of https://github.com/phil-davis/pfsense: status_logs_filter_summary make the info box open on initial page load status_logs_filter_summary make the info an info box | ||||
| * | status_logs_filter_summary make the info box open on initial page load | Phil Davis | 2016-01-07 | 1 | -1/+1 |
| | | |||||
| * | status_logs_filter_summary make the info an info box | Phil Davis | 2016-01-07 | 1 | -4/+7 |
| | | | | | | | | | | The existing behavior in 2.3-BETA is that if you close this box with the "x" it goes away completely and you cannot get it back. Do we want to make it a "proper" info box that can be open and closed as desired? (like I did here) Note: with this change the info "i" is displayed in the closed state. Maybe it should be open by default? | ||||
* | | Merge pull request #2366 from NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit | Stephen Beaver | 2016-01-07 | 1 | -3/+10 |
|\ \ | |||||
| * | | HTML Compliance - Firewall / Schedules / Edit | NOYB | 2016-01-07 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | The align attribute on the td element is obsolete. Use CSS instead. The cellspacing attribute on the table element is obsolete. Use CSS instead. The cellpadding attribute on the table element is obsolete. Use CSS instead. The border attribute on the table element is presentational markup. Consider using CSS instead. A table row was 6 columns wide, which is less than the column count established by the first row (7). | ||||
* | | | Merge pull request #2372 from phil-davis/patch-2 | Stephen Beaver | 2016-01-07 | 1 | -19/+63 |
|\ \ \ | |||||
| * | | | Shaper use full bandwidth units of measure | Phil Davis | 2016-01-07 | 1 | -19/+63 |
| | | | | | | | | | | | | | | | | | | | | In 2.2.* the shaper bandwidth type dropdowns show "Bit/s", "Kbit/s"... but in 2.3-BETA they are just showing "b", "Kb"... That is fixed in the various array() definitions here. I also added GetBwscaleText() function that will return the full text "Bit/s" etc associated with the current bandwidth type. Then call that in a couple of places that were displaying just the "raw" bandwidthtype on the screen. e.g. firewall_shaper_queues.php was displaying just "Kb" etc and now it will display "Kbit/s". That "issue" was in 2.2.* also - so that is an "enhancement". | ||||
* | | | | Merge pull request #2373 from phil-davis/patch-3 | Stephen Beaver | 2016-01-07 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | diag_nanobsd whitespace | Phil Davis | 2016-01-07 | 1 | -6/+6 |
| |/ / / | | | | | | | | | Just a bit of consistency while I am here. | ||||
* | | | | Merge pull request #2374 from phil-davis/patch-5 | Stephen Beaver | 2016-01-07 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | firewall_shaper_queues show green success after apply | Phil Davis | 2016-01-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | After applying changes done from firewall_shaper_queues the message should be green-success. |