summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndnsRenato Botelho2017-03-021-2/+3
|
* Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items ↵Renato Botelho2017-03-022-2/+2
| | | | and for all IPv6 items
* Sync up package help links with current packages.jim-p2017-03-011-29/+182
| | | | Many do not yet exist, but can easily be created.
* Sort help URL list.jim-p2017-03-011-233/+230
|
* Update help URLs for base system files, remove old/obsolete files.jim-p2017-03-011-8/+4
|
* Fix up some options in OpenVPN that were not showing for the correct modes. ↵jim-p2017-02-282-3/+10
| | | | Fixes #7331
* Add GUI components for loading cryptodev as a module, and upgrade code so ↵jim-p2017-02-281-10/+9
| | | | | | users have it on upgrade since it was in-kernel before. Fixes #5976 Having both aesni and cryptodev loaded at the same time appears to only negatively impact performance, no gains, so at the moment there is no need to load them at the same time.
* Finish MAC address matching for packet capture. Implements #6743jim-p2017-02-281-3/+32
|
* Fix #7317 Widget Filter All buttonPhil Davis2017-02-269-9/+9
|
* Merge pull request #3589 from phil-davis/patch-12jim-p2017-02-261-2/+0
|\
| * Fix syntax error in services_wol_edit.phpPhil Davis2017-02-261-2/+0
| |
* | Merge pull request #3573 from phil-davis/patch-9jim-p2017-02-261-0/+2
|\ \
| * | Fix #7300 provide default value for ipprotocol for old rulesPhil Davis2017-02-231-0/+2
| |/
* | Merge pull request #3581 from phil-davis/patch-11Steve Beaver2017-02-261-21/+0
|\ \
| * | Remove unused ntpWidgetUpdateFromServer() from NTP widgetPhil Davis2017-02-241-21/+0
| |/ | | | | I don;t see where this is used at all. Nothing seems to break if I remove it.
* | Merge pull request #3550 from phil-davis/patch-5Steve Beaver2017-02-261-4/+2
|\ \ | |/ |/|
| * System Info Widget enable All button when disable firmware check is setPhil Davis2017-02-161-4/+2
| | | | | | | | | | | | | | If system firmware disablecheck is set, then the click event for the filter "All" button is also not included in the JS, so the "All" button is not effective. The setTimeout for systemStatusGetUpdateStatus() can be moved up just below where it is declared and inside the existing "if" that conditionally includes that function - no need for it to be inside events.push Then the PHP condition around events.push can be removed, so that the "All" button will always be effective.
* | Fixed typo in $POST/$_POSTSteve Beaver2017-02-223-3/+3
| |
* | Remove some unused code from diag_command.php.jim-p2017-02-221-10/+0
| |
* | Fixes #7296Steve Beaver2017-02-221-2/+2
| | | | | | | | HTML tags not allowed in selector option values
* | Correct variable name. Fixes #7297jim-p2017-02-221-1/+1
| |
* | Merge pull request #3568 from doktornotor/patch-7Renato Botelho2017-02-223-0/+20
|\ \
| * | Check that DHCP registration isn't enabled for DNS forwarder/resolver when ↵doktornotor2017-02-221-0/+10
| | | | | | | | | | | | disabling DHCP server
| * | Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | | | | | | | | | enabled as well
| * | Only allow the DHCP registration options to be enabled when DHCP server is ↵doktornotor2017-02-221-0/+5
| | | | | | | | | | | | enabled as well
* | | Fixed #7203 by visually separating the legend areaSteve Beaver2017-02-221-15/+21
|/ / | | | | | | Make legen area fixed rather than AJAX data
* | Merge pull request #3552 from NOYB/User_Manager_-_Status_IconRenato Botelho2017-02-211-2/+2
|\ \
| * | User Manager - Status IconNOYB2017-02-171-2/+2
| |/ | | | | | | | | | | Use icon for status rather than textual asterisk to indicate disabled account. (2.4, 2.3)
* | Fix "Save and Force" actionSteve Beaver2017-02-202-2/+2
| |
* | Remove newline in error msgSteve Beaver2017-02-201-1/+1
| |
* | SpellingSteve Beaver2017-02-201-1/+1
| |
* | Fixed #7231Steve Beaver2017-02-201-0/+2
| | | | | | | | This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
* | Merge pull request #3533 from phil-davis/fw-rules-iface-selectorSteve Beaver2017-02-201-1/+5
|\ \
| * | Do POST for long tab array dropdownPhil Davis2017-02-121-1/+5
| | |
* | | Merge pull request #3557 from jskyboo/devjim-p2017-02-201-5/+5
|\ \ \
| * | | Allow PGRMF for Custom GPS type.jskyboo2017-02-191-3/+3
| | | |
| * | | Fix ublox parsing.jskyboo2017-02-191-2/+2
| | | |
* | | | Merge pull request #3553 from doktornotor/patch-1jim-p2017-02-201-255/+16
|\ \ \ \
| * | | | Fix NTP widget to show server time (Issue #7245)doktornotor2017-02-181-255/+16
| | | | | | | | | | | | | | | This is a couple of seconds late depending on how much stuff people have on dashboard, but at least displays the server time/TZ instead of the browser time. Plus good riddance wrt those 200+ lines of past century JS.
* | | | | Save tab value (if) in HTMLSteve Beaver2017-02-191-4/+1
| |/ / / |/| | |
* | | | Fixed #7277Steve Beaver2017-02-181-0/+3
|/ / /
* | | Fixed #7274Steve Beaver2017-02-172-41/+49
| | |
* | | Fix handling of 0 for Backup Count. Fixes #7273jim-p2017-02-171-8/+18
| | |
* | | Fixed #7270Steve Beaver2017-02-171-1/+1
| |/ |/|
* | Fix editing sysctl values.jim-p2017-02-151-2/+2
| |
* | Fixed: #7251Steve Beaver2017-02-152-10/+13
| | | | | | | | Force JS and CSS files to reload if hte file mtimes change
* | GET/POST conversionSteve Beaver2017-02-144-29/+18
| |
* | Fix Apply actionSteve Beaver2017-02-141-11/+9
| |
* | Fix Apply actionSteve Beaver2017-02-141-9/+6
| |
* | GET/POST conversionsSteve Beaver2017-02-1422-149/+123
| |
OpenPOWER on IntegriCloud