summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |/ |/|
* | Check for correct directoryRenato Botelho2017-02-151-4/+5
| |
* | 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
* | Make sure OVA_TMP is umounted before start using itRenato Botelho2017-02-151-0/+11
| |
* | Do not try to set old options that were already removed from upstreamRenato Botelho2017-02-151-1/+0
| |
* | 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
|\ \ \
| * | | Allow 5 dashboard columns to workPhil Davis2017-02-141-1/+1
| |/ / | | | | | | | | | Selecting 1,2,3,4 or 6 dashboards columns results in an exact integer result here and all is good. But 5 columns results in "2.4" and "col-sm-2.4" is not a thing in bootstrap. We need just the best int we can choose here, which is one that is just the int part of the division. That ensures that the 5 columns extend over less than the standard bootstrap total of 12 "units" wide.
* | | Fix #7257: Use pfSense-upgrade to look for new versionsRenato Botelho2017-02-141-7/+15
|/ /
* | Merge pull request #3543 from phil-davis/patch-5Steve Beaver2017-02-131-2/+2
|\ \
| * | Comment typos head.incPhil Davis2017-02-141-2/+2
|/ /
* | Fixed DIVIDER issue caused by the addition of msorts to the menuSteve Beaver2017-02-131-15/+20
| |
* | GET/POST conversion for status*Steve Beaver2017-02-1314-98/+79
| |
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-137-43/+38
| | | | | | | | functions - Diagnostics
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1316-123/+119
| | | | | | | | functions - Firewall
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1320-39/+38
| | | | | | | | functions - Interfaces
* | Fix saving Hybrid RSA + Xauth. Fixes #7258jim-p2017-02-131-1/+2
| |
* | Accommodate locales by testing for $_POST['va'] onlySteve Beaver2017-02-131-1/+1
| |
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1312-210/+204
| | | | | | | | functions - VPN
* | Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-1315-136/+139
| | | | | | | | functions
* | Merge pull request #3541 from phil-davis/getAllowedPages-formatRenato Botelho2017-02-131-4/+4
|\ \
| * | getAllowedPages consistent code formatPhil Davis2017-02-131-4/+4
| |/
* | Merge pull request #3540 from phil-davis/get_user_privileges-cacheRenato Botelho2017-02-131-10/+33
|\ \
| * | Use cached groups in get_user_privilegesPhil Davis2017-02-131-10/+33
| |/
* | Merge pull request #3539 from phil-davis/patch-5Renato Botelho2017-02-131-2/+2
|\ \
| * | Fix ldap_get_groups return value when downPhil Davis2017-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | In some places ldap_get_groups has: ``` return memberof; ``` It should have the "$" in front, so it will return the $memberof array (that is empty when this happens). This causes issues for callers that expect to have a return value that is either false, an empty array, or an array of the groups.
OpenPOWER on IntegriCloud