summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Correct variable name. Fixes #7297jim-p2017-02-221-1/+1
| | |
* | | Merge pull request #3568 from doktornotor/patch-7Renato Botelho2017-02-224-3/+26
|\ \ \
| * | | 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
| * | | Only start dhcpleases if DHCP server is enabled (Bug #6750)doktornotor2017-02-221-3/+6
| | |/ | |/|
* | | Merge pull request #3546 from NOYB/Vendor_MAC_Retention_Logic_/_ConsolidateRenato Botelho2017-02-222-15/+18
|\ \ \
| * | | Vendor MAC Retention File ConsolidateNOYB2017-02-152-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a single file for vendor MAC retention (vendor_mac). a) Writes only one file during boot up rather than a file for each interface. b) More efficient than numerous tiny files. c) Friendlier to write cycle sensitive media in a RAM disk disabled system.
| * | | Vendor MAC Retention File RelocateNOYB2017-02-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Relocate the vendor MAC retention file to /var/db directory. a) It's more at home here with other network interface stuff. b) Friendlier to write cycle sensitive media in a RAM disk enabled system.
| * | | Vendor MAC Restore LogicNOYB2017-02-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Only use the vendor MAC retention file for restoring the vendor MAC when not booting. a) During boot up the current MAC that is obtained from the system is the vendor MAC. b) Using this eliminates the inefficient need to open the vendor MAC retention file for every interface during system boot up.
| * | | Spoof MAC Var NameNOYB2017-02-151-5/+5
| | |/ | |/| | | | | | | | | | | | | Rename 'spoof_mac' var to generic 'mac_addr'. a) It may be the vendor MAC or a spoofed MAC. b) Update the comment re: not reapplying an already applied MAC.
* | | 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-202-0/+16
| | | | | | | | This avoids the problem rather than fixing it by requiring the user to remove any queues from the if before deleting
* | Add Chinese (Taiwan) to the list of available languagesRenato Botelho2017-02-201-0/+1
| |
* | Update translation filesRenato Botelho2017-02-2048-54132/+54329
| |
* | Regenerate potRenato Botelho2017-02-201-57/+63
| |
* | 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-172-8/+19
| | |
* | | Regenerate potRenato Botelho2017-02-171-2188/+2188
| | |
* | | Update translation filesRenato Botelho2017-02-1718-8245/+8888
| | |
* | | 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-146-32/+21
| |
* | Fix Apply actionSteve Beaver2017-02-141-11/+9
| |
* | Fix Apply actionSteve Beaver2017-02-141-9/+6
| |
* | GET/POST conversionsSteve Beaver2017-02-1422-149/+123
| |
* | GET/POST conversionSteve Beaver2017-02-1412-122/+88
| |
* | GET/POST conversionsSteve Beaver2017-02-1418-390/+321
| |
* | GET/POST conversion - services part 1Steve Beaver2017-02-147-94/+74
| |
* | Update translation filesRenato Botelho2017-02-1448-68924/+69269
| |
* | Regenerate potRenato Botelho2017-02-141-2795/+2794
| |
* | fix colspan background on dark themeJared Dillard2017-02-141-0/+4
| |
* | Merge pull request #3545 from phil-davis/patch-6Renato Botelho2017-02-141-1/+6
|\ \
| * | Only save valid widget locations in configPhil Davis2017-02-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Some widgets create extra panels, e.g. the widgets that now have the filter functionality. Those panels are processed in the ".each" at line 424. They do not have an id in the form "widget-*" and when the old code tries to find the "*" part it gets "undefined". This results in the layout being saved like: ``` <sequence>interface_statistics:col1:open,undefined:col1:close,system_information:col2:open,undefined:col2:close,picture:col3:open,rss:col3:open,ntp_status:col2:open</sequence> ``` This PR puts extra checks in place so that the "undefined" stuff does not get written into the widget sequence string.
* | | Merge pull request #3544 from phil-davis/patch-5Renato Botelho2017-02-141-1/+1
|\ \ \
OpenPOWER on IntegriCloud