summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | TypoStephen Beaver2016-02-011-1/+1
| | |
* | | Make row delete button icon only (removes gettext("Delete"): )Stephen Beaver2016-02-011-1/+1
| | |
* | | Change databases/rrdtool options to reflect 1.5.x changes. Disable DEJAVU ↵Renato Botelho2016-02-011-2/+2
| | | | | | | | | | | | that ends up requiring X11 and enable GRAPH again
* | | Fixed #5834Stephen Beaver2016-02-011-15/+14
| | |
* | | Remove all additional packages from the system before reset to factory ↵Renato Botelho2016-02-013-0/+6
| | | | | | | | | | | | default. Fixes #5829
* | | Make additional packages install/delete operations to respect -n (dry-run)Renato Botelho2016-02-011-3/+3
| | |
* | | Reorder pkg_reinstall_all(), no functional changesRenato Botelho2016-02-011-11/+11
| | |
* | | Respect ALL_PACKAGES for package removalRenato Botelho2016-02-011-1/+16
| | |
* | | Fix #5831Renato Botelho2016-02-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After PKG_AUTOUPDATE=false was removed, operations done during boot, 2nd and 3rd stages of upgrade process, are trying to update repository metadata. The problem is during this stage we don't have a network available yet and all needed packages were previously downloaded. Add -U parameter to all read/write pkg calls during at these stages to prevent pkg(8) to try to update metadata
* | | Merge pull request #2577 from NOYB/Remove_Non-Existent_Class_-_help-iconRenato Botelho2016-02-012-2/+2
|\ \ \
| * | | Remove Non-Existent Class - help-iconNOYB2016-01-312-2/+2
|/ / / | | | | | | | | | Remove non-existent help-icon class statements from index and head.
* | | Change diag_dump_states.php to use pfSense_get_pf_states().Luiz Otavio O Souza2016-01-311-26/+66
| |/ |/| | | | | | | | | Fixes IPv6 issues, add packets and bytes information, filter state by rules (when linked from firewall_rules.php). Inspired by pull request #1901 from marcelloc/hitcount_23_02.
* | OpenVPN server config upgrade already handled in 129_to_130. Ticket #5764Chris Buechler2016-01-291-9/+1
| |
* | Merge pull request #2573 from NewEraCracker/static-no-exec-bitChris Buechler2016-01-2952-0/+0
|\ \
| * | These two wizards .xml can also lose their x-bitNewEraCracker2016-01-292-0/+0
| | | | | | | | | | | | Other wizards don't have it set.
| * | Remove executable bit of these two .gifNewEraCracker2016-01-292-0/+0
| | | | | | | | | | | | Seems like I missed those on commit 0427f8b32838bfb17c818fece48a7d4795db670b
| * | Remove executable bit of all static content in wwwNewEraCracker2016-01-2948-0/+0
|/ /
* | Correct jquery file attributesStephen Beaver2016-01-291-0/+0
| |
* | Update jquery to 1.12Stephen Beaver2016-01-295-19/+20
| |
* | Remove bonus spaceStephen Beaver2016-01-291-1/+1
| |
* | Possible fix for #5752Stephen Beaver2016-01-291-1/+6
| |
* | Fixed issues where a rule is duplicated (cloned) and the new rule is ↵Stephen Beaver2016-01-292-2/+10
| | | | | | | | inserted above a separator bar location
* | Fix easy rule problem when using a non-English language.jim-p2016-01-291-1/+2
| |
* | Fixed #5828Stephen Beaver2016-01-291-1/+5
| |
* | Merge pull request #2571 from NOYB/Panels_Overflow_-_Horizontal_Scroll_BarStephen Beaver2016-01-290-0/+0
|\ \
| * | Panels Overflow - Horizontal Scroll BarNOYB2016-01-291-0/+11
| | | | | | | | | | | | Been looking into ways to eliminate the horizontal scroll bar in the available widgets, log filter, and manage log panels. Not sure which would be preferred. Using the specific panel ID or the class hierarchy for applying more globally.
* | | Merge pull request #2572 from NewEraCracker/minor-cleanupStephen Beaver2016-01-294-13/+9
|\ \ \
| * | | Minor cleanupNewEraCracker2016-01-294-13/+9
| | | | | | | | | | | | | | | | 1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
* | | | Panels Overflow - Horizontal Scroll BarNOYB2016-01-291-0/+11
|/ / / | | | | | | | | | Been looking into ways to eliminate the horizontal scroll bar in the available widgets, log filter, and manage log panels. Not sure which would be preferred. Using the specific panel ID or the class hierarchy for applying more globally.
* | | Fix enable/disable of NAT/BINAT address and mask fields.Chris Buechler2016-01-291-7/+7
|/ /
* | Make sure filter rules have a tracker ID, associated rules were missing it ↵Chris Buechler2016-01-291-2/+15
| | | | | | | | previously.
* | Include a tracker ID in new associated firewall rules.Chris Buechler2016-01-291-0/+1
| |
* | retain OpenVPN's net30 default topology for upgraded configs so they still ↵Chris Buechler2016-01-293-2/+23
| | | | | | | | work. Ticket #5764
* | Omit topology for tap OpenVPN, as it has no meaning in that contextChris Buechler2016-01-281-1/+1
| |
* | Remove stray }Chris Buechler2016-01-281-1/+1
| |
* | Add topology selection to OpenVPN client page. Ticket #5764Chris Buechler2016-01-281-0/+16
| |
* | OpenVPN maxclients must be an integer not just a numberChris Buechler2016-01-281-1/+1
| |
* | Fix log radio buttonsStephen Beaver2016-01-281-1/+1
| |
* | Import David W's patch fixing issues with dhcp6c being launched multiple ↵Chris Buechler2016-01-283-3/+47
| | | | | | | | times in some circumstances. Ticket #5621
* | Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily ↵Stephen Beaver2016-01-284-160/+250
| | | | | | | | | | | | applied to other pages Separators added to firewall_nat.php
* | Add option for FreeRADIUS-friendly stop/start RADIUS accounting updates.jim-p2016-01-282-6/+27
| | | | | | | | It needs a sleep between the stop and start, and it needs slightly different figures for start/stop time in the request.
* | Update the "contribute" language in the readme to be more welcoming.jim-p2016-01-281-7/+10
| |
* | Remove no longer needed codeStephen Beaver2016-01-281-3/+2
| |
* | Re-order separators on adding a new rule at the topStephen Beaver2016-01-281-0/+8
| |
* | Adjest separators on rule move or deleteStephen Beaver2016-01-281-0/+34
| |
* | Merge pull request #2570 from phil-davis/patch-6Renato Botelho2016-01-281-5/+5
|\ \
| * | system_routes action button titlesPhil Davis2016-01-281-5/+5
| | |
* | | Merge pull request #2569 from phil-davis/patch-5Renato Botelho2016-01-281-5/+5
|\ \ \ | |/ / |/| |
| * | systems_gateways action button titlesPhil Davis2016-01-281-5/+5
|/ / | | | | Hmmm - there are a few of these, I should have made a branch with a single commit. Anyway, nearly done.
* | Merge pull request #2567 from phil-davis/patch-3Renato Botelho2016-01-281-4/+4
|\ \
OpenPOWER on IntegriCloud