summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Remove/recover empty space below DNS servers unordered list.NOYB2016-01-091-1/+1
| | | | |
* | | | | Remove blank line if version check disabled.NOYB2016-01-091-1/+1
|/ / / /
* | | | HTML Compliance - Firewall / Traffic Shaper / LimiterNOYB2016-01-091-4/+4
| |_|/ |/| | | | | | | | | | | | | | | | | Bad value button for attribute type on element a: Subtype missing. (only used if href attribute set) The font element is obsolete. Use CSS instead.
* | | Fix DDNS dhcpd(v6).conf config generation issues. Ticket #5603Chris Buechler2016-01-081-8/+12
| | |
* | | Save adv_dhcp6_config_advanced value instread of just using it to un-hide ↵Stephen Beaver2016-01-081-4/+5
| | | | | | | | | | | | section
* | | Include vpn in the success status message fun.NOYB2016-01-081-1/+1
| | |
* | | Fix status message so it displays if logging changes made.NOYB2016-01-083-5/+5
| | | | | | | | | | | | | | | Also print info box success. Thanks Phil for the hint.
* | | Set checkboxes value to "Selected" (not "yes")Stephen Beaver2016-01-081-4/+8
| | |
* | | Merge pull request #2388 from phil-davis/print_info_boxStephen Beaver2016-01-085-6/+13
|\ \ \
| * | | print_info_box successPhil Davis2016-01-085-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In most situations we want the print_info_box() of $savemsg to be 'success'. If there was some problem saving, then it can be 'warning'. These are a few places I have found so far that need this sort of fixing up - more to come but sleep calls just now! I made the change to index.php also to be consistent with the others, even though it does not actually change anything "for real" because 'warning' is the default anyway. It will make it easy for people in future to see that is the case, specially if they are adding other $savemsg things that need to be 'success'.
* | | | Reverting accidental changeStephen Beaver2016-01-081-2/+2
| | | |
* | | | Merge branch 'bugfix-for-4605' of https://github.com/the-real-ed/pfsenseStephen Beaver2016-01-081-2/+3
| | | | | | | | | | | | | | | | | | | | * 'bugfix-for-4605' of https://github.com/the-real-ed/pfsense: Bug fix for #4605. After base64 encoding username/password, properly escape characters =,+,/ before submitting auth details
* | | | Use Bootstraps text alignment classes (part 2)Colin Fleming2016-01-086-19/+19
| |/ / |/| | | | | | | | use Bootstraps CLASS statement instead "align" statement
* | | Stop all nginx processes before attempt to start new ones. Fixes #5746Renato Botelho2016-01-081-1/+6
| | |
* | | Merge pull request #2386 from NewEraCracker/masterStephen Beaver2016-01-081-11/+8
|\ \ \
| * | | Improve the output of exec.phpNewEraCracker2016-01-081-11/+8
| |/ / | | | | | | | | | | | | | | | ...And fix a possible XSS when executing PHP commands ...But we all know XSS is the least of concenrs here :P
* | | Fixed #5745 and a few other items discovered during testingStephen Beaver2016-01-081-16/+28
| | |
* | | Merge pull request #2385 from phil-davis/patch-2Stephen Beaver2016-01-081-11/+14
|\ \ \
| * | | firewall_shaper_vinterface display savemsg according to severityPhil Davis2016-01-081-11/+14
| |/ /
* | | Page revised to use Ajax to fetch the package information. This allows for ↵Stephen Beaver2016-01-081-113/+112
| | | | | | | | | | | | the presentation of error and status messages, as well as offering a more "standard" solution. (i.e.: should work with all browsers)
* | | Fix reverse DNS zone names on dhcpd conf. It should fix #5041Renato Botelho2016-01-081-6/+30
|/ /
* | Merge pull request #2381 from phil-davis/patch-2Renato Botelho2016-01-081-2/+2
|\ \
| * | Fix webgui-redirect in system_advanced_adminPhil Davis2016-01-081-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 Botelho2016-01-081-2/+2
|\ \ \ | | | | | | | | | | | | NOYB/HTML_Compliance_-_Firewall_/_Traffic_Shaper_/_Queues
| * | | 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">
* | | Merge pull request #2380 from NewEraCracker/php-standardsRenato Botelho2016-01-081-3/+2
|\ \ \ | |/ / |/| |
| * | Strengthen PHP session settingsNewEraCracker2016-01-071-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 valuesNewEraCracker2016-01-071-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 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
| | |
* | | 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).
OpenPOWER on IntegriCloud