summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Stop sorting static routed and leave user decide the orderRenato Botelho2013-11-261-14/+0
|
* Make it more visible when an item is disabledRenato Botelho2013-11-251-17/+29
|
* Fix whitespaces and indentRenato Botelho2013-11-251-100/+132
|
* Allow an "empty" CRL to be exported, since this is still a valid action.jim-p2013-11-251-2/+1
|
* Start from 2 here as wellErmal2013-11-251-1/+1
|
* Merge pull request #858 from timdufrane/masterErmal Luçi2013-11-251-3/+3
|\ | | | | Add DHCP without gateway capability
| * Add DHCP without gateway capabilitytimdufrane2013-11-211-3/+3
| |
* | Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-233-4/+4
| |
* | prefork for relayd is usefull only in DNS modePierre POMES2013-11-221-1/+1
| |
* | remove unneeded ';'Charlie Marshall2013-11-221-1/+1
| |
* | fix traffic shaper progress bars not displayingCharlie Marshall2013-11-221-11/+14
| |
* | Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-218-14/+40
|/ | | | invoke ipfw for applying rules and other configuration options.
* Remove maximumtables even from the GUI since there is no optionErmal2013-11-211-21/+0
|
* Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-211-12/+15
|
* Add hability to insert after, reorder, batch delete and enable/disable to ↵Renato Botelho2013-11-202-31/+182
| | | | 1:1 NAT rules. It fixes #3327
* We do not need 2 variables to do the same thing, simplify it a bitRenato Botelho2013-11-201-19/+16
|
* Fix whitespaces and indentRenato Botelho2013-11-201-251/+314
|
* Fix whitespaces and indentRenato Botelho2013-11-201-94/+120
|
* Improve text on outbound NAT page to reflect last changes, it should fix #2416Renato Botelho2013-11-191-6/+6
|
* Fix a wrong } left on my last commitRenato Botelho2013-11-191-1/+0
|
* Try to detect already automatically created outbound NAT rules and avoid ↵Renato Botelho2013-11-191-2/+18
| | | | duplicating them. Also automatically create rules when switching from hybrid to manual. Ticket #2416
* Use the same code to automatically create outbound NAT rules when mode ↵Renato Botelho2013-11-181-122/+13
| | | | change to manual, ticket #2416
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-1516-37/+37
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Merge pull request #855 from ExolonDX/branch_01Renato Botelho2013-11-152-13/+22
|\ | | | | Tidy up the "Helper Icons"
| * Tidy up the "Helper Icons"Colin Fleming2013-11-142-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Helper Icons" at the top right of some service pages at present produces 30+ HTML errors/warnings, this is due to the table cell being wrapped in a span statement then in a div statement, table cells can only be part of a table row then within a table statement. - remove the table cell definitions from /etc/inc/service-utils.inc - add the table cell definition from /etc/inc/service-utils.inc to /usr/local/www/status_services.php and add some logic to determine if the service is running which will then determine which class statement to use and pad the icon with a space - apply the same table cell definition and logic as above to /usr/local/www/widgets/widgets/services_status.widget.php
* | Move automatic rules to a separate table, ticket #2416Renato Botelho2013-11-141-43/+62
| |
* | Merge pull request #856 from ExolonDX/branch_02Renato Botelho2013-11-141-2/+0
|\ \ | | | | | | Tidy up "interface_statistics.widget.php"
| * | Tidy up "interface_statistics.widget.php"Colin Fleming2013-11-141-2/+0
| |/ | | | | | | | | Remove padding surrounding the main table, makes the widget have the same "look and feel" as the other widgets.
* | Show advanced outbound rules and inform user what are being used and what ↵Renato Botelho2013-11-141-9/+110
|/ | | | are being ignored. It should fix #2416
* Add hybrid and disabled outbound NAT, fixes #2416:Renato Botelho2013-11-132-139/+148
| | | | | | | | | | | | | - Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced keep working the same way - Hybrid mode applies manual rules first, automatic after - Disabled do no create any outbound NAT rules - Remove ipsecpassthru config field and rename advancedoutbound to outbound - Save mode on $config['nat']['outbound']['mode'] to simplify the logic - Modify config.default to reflect changes - Add code to upgrade config, and change latest_version to 10.3 - Use html to align modes and remove some hacks to align using  
* Fix whitespaces and indentRenato Botelho2013-11-121-323/+428
|
* Fix indent, whitespaces and a close a couple of unbalanced tagsRenato Botelho2013-11-121-268/+336
|
* Add an option to set no-sync on rules to keep states from being synced via ↵Renato Botelho2013-11-121-3/+16
| | | | pfsync. Fix #2501
* Merge pull request #831 from ExolonDX/branch_06Renato Botelho2013-11-111-26/+38
|\ | | | | Tidy up "diag_logs_filter_summary.php" XHTML
| * Tidy up "diag_logs_filter_summary.php" XHTMLColin Fleming2013-11-041-26/+38
| | | | | | | | | | | | | | | | | | Remove "px" from width statement, not valid in XHTML Add SUMMARY to table statements Add ALT and close img statements Add CDATA to script statements Add secondary TAB row for "filter" and "dynamic" logs Add closing BODY and HTML statements
* | Merge pull request #829 from ExolonDX/branch_04Renato Botelho2013-11-111-64/+70
|\ \ | | | | | | Tidy up "diag_logs_filter.php" XHTML
| * | Tidy up "diag_logs_filter.php" XHTMLColin Fleming2013-11-041-64/+70
| |/ | | | | | | | | | | | | | | | | Add SUMMARY to table statements Add secondary row of TABS for "Dynamic" and "Summary" logs Closing BR and INPUT tags Tidy up HTML Boolean operators Move NOWRAP Boolean operator into CLASS statement Deprecate Ampersand
* | Fix #3298 and few other fixes:Renato Botelho2013-11-111-38/+51
| | | | | | | | | | | | | | | | | | | | | | . Check for fixed array keys (pkg_categories_min_count, pkg_categories_max_display and pkg_default_categories) instead of undeclared variables . Add a new default category "All" . Use proper class on 'Category' columns when it is visible . Increase Description column size instead of Name when Category is not visible . Fix php short tags
* | Fix indent and whitespacesRenato Botelho2013-11-111-55/+54
| |
* | Merge pull request #844 from ExolonDX/branch_20Renato Botelho2013-11-111-4/+4
|\ \ | | | | | | Tidy up "diag_logs_openvpn.php" XHTML
| * | Tidy up "diag_logs_openvpn.php" XHTMLColin Fleming2013-11-051-4/+4
| |/ | | | | | | | | Add SUMMARY to table statements Close BR and INPUT statements
* | Merge pull request #843 from ExolonDX/branch_19Renato Botelho2013-11-111-2/+2
|\ \ | | | | | | Tidy up "diag_logs.php" XHTML
| * | Tidy up "diag_logs.php" XHTMLColin Fleming2013-11-051-2/+2
| |/ | | | | | | Add SUMMARY to tables
* | Merge pull request #842 from ExolonDX/branch_17Renato Botelho2013-11-111-5/+4
|\ \ | | | | | | Tidy up "diag_logs_wireless.php" XHTML
| * | Tidy up "diag_logs_wireless.php" XHTMLColin Fleming2013-11-041-5/+4
| |/ | | | | | | | | | | Add SUMMARY to table statements Close BR and INPUT statements Move closing FORM statement into table cell statement
* | Merge pull request #841 from ExolonDX/branch_16Renato Botelho2013-11-111-11/+13
|\ \ | | | | | | Tidy up "diag_logs_vpn.php" XHTML
| * | Tidy up "diag_logs_vpn.php" XHTMLColin Fleming2013-11-041-11/+13
| |/ | | | | | | | | | | | | | | | | Move NOWRAP Boolean operator into CLASS statements Add ALT and close IMG statements Add SUMMARY to table statements Deprecate ampersands Close INPUT statements Add closing BODY and closing HTML statements
* | Merge pull request #840 from ExolonDX/branch_15Renato Botelho2013-11-111-40/+41
|\ \ | | | | | | Tidy up "diag_logs_settings.php" XHTML
| * | Tidy up "diag_logs_settings.php" XHTMLColin Fleming2013-11-041-40/+41
| |/ | | | | | | | | | | | | | | | | Add "closehead" PHP variable and close the HEAD statement Add CDATA to script statement Add SUMMARY to table statement Tidy up HTML Boolean operators Close BR and INPUT statements Remove duplicate closing table cell statement
* | Merge pull request #839 from ExolonDX/branch_14Renato Botelho2013-11-111-5/+4
|\ \ | | | | | | Tidy up "diag_logs_routing.php" XHTML
OpenPOWER on IntegriCloud