| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add DHCP without gateway capability
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
invoke ipfw for applying rules and other configuration options.
|
| |
|
| |
|
|
|
|
| |
1:1 NAT rules. It fixes #3327
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
duplicating them. Also automatically create rules when switching from hybrid to manual. Ticket #2416
|
|
|
|
| |
change to manual, ticket #2416
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|\
| |
| | |
Tidy up the "Helper Icons"
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|\ \
| | |
| | | |
Tidy up "interface_statistics.widget.php"
|
| |/
| |
| |
| |
| | |
Remove padding surrounding the main table, makes the widget have the
same "look and feel" as the other widgets.
|
|/
|
|
| |
are being ignored. It should fix #2416
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
pfsync. Fix #2501
|
|\
| |
| | |
Tidy up "diag_logs_filter_summary.php" XHTML
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Tidy up "diag_logs_filter.php" XHTML
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
. 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
|
| | |
|
|\ \
| | |
| | | |
Tidy up "diag_logs_openvpn.php" XHTML
|
| |/
| |
| |
| |
| | |
Add SUMMARY to table statements
Close BR and INPUT statements
|
|\ \
| | |
| | | |
Tidy up "diag_logs.php" XHTML
|
| |/
| |
| |
| | |
Add SUMMARY to tables
|
|\ \
| | |
| | | |
Tidy up "diag_logs_wireless.php" XHTML
|
| |/
| |
| |
| |
| |
| | |
Add SUMMARY to table statements
Close BR and INPUT statements
Move closing FORM statement into table cell statement
|
|\ \
| | |
| | | |
Tidy up "diag_logs_vpn.php" XHTML
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Tidy up "diag_logs_settings.php" XHTML
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Tidy up "diag_logs_routing.php" XHTML
|