summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* More "page" stuffjim-p2015-11-251-11/+11
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-25191-380/+380
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Add some missing privileges to pagesjim-p2015-11-257-6/+71
|
* Various updates to privileges and related metadatajim-p2015-11-2515-217/+202
|
* More privilege naming fixes.jim-p2015-11-253-22/+16
|
* Jettison this, service is no longer relevant.jim-p2015-11-251-4/+0
|
* More privilege name inconsistencies.jim-p2015-11-251-7/+7
|
* Fix some inconsistencies in privilege name/text.jim-p2015-11-252-47/+46
| | | | Also add some missing gettext calls.
* Always read the ruleset from kernel, it's already parsed there.Luiz Otavio O Souza2015-11-251-10/+2
| | | | | | These changes were based on Pull Request #2113. Submitted by: NOYB
* Ignore ourselves when checking for a duplicate roll #.Luiz Otavio O Souza2015-11-251-0/+2
| | | | Fixes the voucher editing.
* Fix get_interface_ip() to not return an IPv4 for a link-local request.Luiz Otavio O Souza2015-11-241-7/+6
| | | | | | Fix get_interface_ipv6() to check for link-local prefix in original interface. This fixes the generated unbound config, now it is possible to specify link-local addresses. Ticket #4021
* It is not necessary to omit link-local for unbound. Ticket #4021Luiz Otavio O Souza2015-11-241-3/+1
|
* Merge pull request #2104 from phil-davis/patch-1Chris Buechler2015-11-241-5/+1
|\
| * Remove layer7 components divertPhil Davis2015-11-221-5/+1
| | | | | | | | | | The setting of the 'divert' array key was only done by layer7, so these downstream bits of code are also now dead. What happens to rules in old configs that had layer7 selected? Now that there is no code to react to any layer7 setting, those rules are probably going to apply whatever other settings they had, without the diversion to the layer7 processing? Will that make people's rulesets become automagically/unexpectedly more permissive? Should there be code in upgrade_config.inc to remove (or disable) any rules with layer7 specified?
* | Move privileges for rewritten log pages over to the static file so they ↵jim-p2015-11-242-72/+72
| | | | | | | | won't be lost next time the default privilege list is regenerated. Also fix for new log URLs.
* | Now that the issue in 4062 is fixed, no need to omit link local here. Ticket ↵Chris Buechler2015-11-241-6/+1
| | | | | | | | #4021
* | comment out fixed navbar option for nowJared Dillard2015-11-242-8/+8
| |
* | fix top padding for fixed navbarJared Dillard2015-11-241-1/+1
| |
* | make hover work only when navbar is horizontalJared Dillard2015-11-241-3/+3
| |
* | keep header from wrappingJared Dillard2015-11-241-2/+39
| |
* | make dropdowns work on hoverJared Dillard2015-11-241-11/+3
| |
* | Fixes #5529Stephen Beaver2015-11-241-13/+24
| |
* | Status IPsec inconsistent Logs tabPhil Davis2015-11-244-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason Status->IPsec has a "Logs" tab in addition to the "Overview", "Leases", "SAD" and "SPD" tabs. The "Logs" tab takes you off to the logs screens, and so when you click the tab all the other tabs are gone and are replaced by all the "Logs" interface tabs. That seems odd and inconsistent. Other Status displays do not have this (e.g. Status->DHCP, Status->Load Balancer, Status->OpenVPN. With all these, direct access to the associated log page is by the shortcut icon. Status->IPsec also has the shortcut icon to go to the logs, and it works fine. So I am suggesting to remove the "Logs" tab here.
* | Page converted to Form.class frameworkStephen Beaver2015-11-241-330/+171
| |
* | Form_checkbox -> Form_CheckboxStephen Beaver2015-11-242-29/+29
| |
* | Typo fixStephen Beaver2015-11-241-1/+1
| |
* | Merge pull request #2110 from phil-davis/patch-6Stephen Beaver2015-11-241-1/+1
|\ \
| * | LT2p breadcrumbsPhil Davis2015-11-241-1/+1
| | | | | | | | | The repetition of LT2P here seemed odd. To me it seems better that the last level matches the tab name below, like it does if you click the "Users" tab.
* | | Hide dhcp when staticv4 selectedPhil Davis2015-11-241-1/+1
|/ / | | | | | | A classic 1-char fix! Forum: https://forum.pfsense.org/index.php?topic=102940.0
* | Use _exec() to call gitsyncRenato Botelho2015-11-241-2/+3
| |
* | Move get_pkg_info() call to ajax request to make widget more responsiveRenato Botelho2015-11-241-13/+15
| |
* | Add cog icon while loadingRenato Botelho2015-11-241-1/+1
| |
* | Create pkg directories symlinks when using ramdisk, ticket #5493Renato Botelho2015-11-241-1/+1
| |
* | Fully separate "Apply" and "Save" actions in the DNS Forwarder. Fixes #5505jim-p2015-11-231-25/+16
| |
* | Small adjustments to shortcut icons/textjim-p2015-11-231-3/+3
| |
* | Protect these two vars with htmlspecialcharsjim-p2015-11-231-2/+2
| | | | | | | | I wasn't able to exploit this but given how they are used, seems like it is only a matter of time before someone finds a way.
* | Comment fixStephen Beaver2015-11-231-1/+1
| |
* | Comment fixStephen Beaver2015-11-231-1/+1
| |
* | Adjust body top padding to match header height when top menu is pinned.Stephen Beaver2015-11-233-4/+18
| |
* | Fixed menu scroll in pconfigStephen Beaver2015-11-231-2/+2
| |
* | Extra safety belts on the RSS widget settingsjim-p2015-11-231-3/+3
| |
* | Add support for scrolling menu bar (fixed vs static)Stephen Beaver2015-11-232-4/+23
| | | | | | | | Now required body padding to prevent page top from being hidden
* | Added cog icon while loadingStephen Beaver2015-11-231-1/+1
| |
* | browser supported nowJared Dillard2015-11-231-1/+0
| |
* | clean up thermal widgetJared Dillard2015-11-231-5/+1
| |
* | remove trash icon coloringJared Dillard2015-11-231-5/+0
| |
* | Fix links to logs in shortcutsjim-p2015-11-231-2/+2
| |
* | Address some security issues in diag_logs.php. While I'm here, fixup page ↵jim-p2015-11-231-4/+46
| | | | | | | | names and shortcuts.
* | Change Form_TextArea to Form_TextareaStephen Beaver2015-11-237-15/+15
| | | | | | | | (autoload now makes the classes case sensitive)
* | Fixed #5505Stephen Beaver2015-11-231-64/+76
| |
OpenPOWER on IntegriCloud