summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Close php tagNOYB2016-01-081-1/+1
|
* HTML Compliance - Firewall / Traffic Shaper / QueuesNOYB2016-01-081-1/+1
| | | | | The align attribute on the div element is obsolete. Use CSS instead. <div class="panel-heading" align="center">
* Correct element name (don't log web gui logins)Stephen Beaver2016-01-071-1/+1
|
* Account for IP aliases in IPsec firewall rules. Ticket #5500Chris Buechler2016-01-071-0/+8
|
* Add spinning cogStephen Beaver2016-01-071-1/+1
|
* Added a crude method of displaying a "Please wait" banner.Stephen Beaver2016-01-071-5/+14
|
* Fix up text on PPPoE Serverjim-p2016-01-071-14/+14
|
* 10m ssl_session_cache is adequate for our use cases.Chris Buechler2016-01-071-1/+1
|
* Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when ↵Renato Botelho2016-01-072-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 filesRenato Botelho2016-01-072-1/+3
|
* Revert "Force update if code reaches this point"Renato Botelho2016-01-071-1/+1
| | | | This reverts commit 5bcad0f5ec57858a6713cfbdbfcdf7004621b01b.
* Revert "Avoid mounting / rw without need when it's possible"Renato Botelho2016-01-071-24/+12
| | | | This reverts commit 0305284cf2d66119d6df8e57cdc52eb3b4d478af.
* Merge pull request #2379 from NewEraCracker/better-diag-tracerouteStephen Beaver2016-01-071-1/+1
|\
| * IMHO this looks better in 'pre' tags than nl2brNewEraCracker2016-01-071-1/+1
| |
* | Merge pull request #2378 from NewEraCracker/php-standardsStephen Beaver2016-01-070-0/+0
|\ \
| * | Fix conflicts caused by mergingNewEraCracker2016-01-071-4/+4
| | |
| * | Merge remote-tracking branch 'upstream/master' into php-standardsNewEraCracker2016-01-0733-202/+548
| |\ \ | | |/
| * | Convert this endif's missed by last commitNewEraCracker2016-01-073-3/+3
| | |
| * | Convert short open tags to full tagsNewEraCracker2016-01-078-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
* | | Fix conflicts caused by mergingNewEraCracker2016-01-071-4/+4
| | |
* | | Convert this endif's missed by last commitNewEraCracker2016-01-073-3/+3
| | |
* | | Convert short open tags to full tagsNewEraCracker2016-01-078-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 Buechler2016-01-071-0/+1
| |/ |/|
* | Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-0727-33/+30
| | | | | | | | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* | Remove unneeded old commented pgtitle varNOYB2016-01-071-1/+0
| |
* | If action is not 'login' or 'logout' then display text of action.NOYB2016-01-071-3/+5
| | | | | | | | | | Allow long action text to line wrap. Don't line wrap IP address.
* | But only if vpn.log file.NOYB2016-01-071-3/+5
| |
* | Use the log file path provide from status_logs_common.incNOYB2016-01-071-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.NOYB2016-01-072-33/+16
| |
* | Consolidate with status_logs_common.incNOYB2016-01-072-485/+206
| |
* | Function is now in guiconfig.incNOYB2016-01-071-12/+0
| |
* | Per Colin (PR #2300)NOYB2016-01-071-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 OnlyNOYB2016-01-071-4/+14
| | | | | | | | If no logging changes have been made, only write the config file.
* | Status - System Logs - VPNNOYB2016-01-072-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-p2016-01-073-47/+48
| | | | | | | | 2.2.6 and what the text described.
* | Merge pull request #2377 from phil-davis/patch-2Stephen Beaver2016-01-071-1/+14
|\ \
| * | diag_tables give different message when last updated is unknownPhil Davis2016-01-071-1/+14
|/ / | | | | and put the message in an infoblock_open so the user can close/open it as they wish.
* | Merge pull request #2376 from phil-davis/patch-2Stephen Beaver2016-01-071-0/+1
|\ \ | |/ |/|
| * Unset $entries array after clearing tablePhil Davis2016-01-071-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/pfsenseStephen Beaver2016-01-071-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 loadPhil Davis2016-01-071-1/+1
| |
| * status_logs_filter_summary make the info an info boxPhil Davis2016-01-071-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_/_EditStephen Beaver2016-01-071-3/+10
|\ \
| * | HTML Compliance - Firewall / Schedules / EditNOYB2016-01-071-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-2Stephen Beaver2016-01-071-19/+63
|\ \ \
| * | | Shaper use full bandwidth units of measurePhil Davis2016-01-071-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-3Stephen Beaver2016-01-071-6/+6
|\ \ \ \
| * | | | diag_nanobsd whitespacePhil Davis2016-01-071-6/+6
| |/ / / | | | | | | | | Just a bit of consistency while I am here.
* | | | Merge pull request #2374 from phil-davis/patch-5Stephen Beaver2016-01-071-1/+3
|\ \ \ \
| * | | | firewall_shaper_queues show green success after applyPhil Davis2016-01-071-1/+3
| | | | | | | | | | | | | | | After applying changes done from firewall_shaper_queues the message should be green-success.
OpenPOWER on IntegriCloud