summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\ \ \
| * | | 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
|/ /
* | 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.
* | | Merge pull request #3536 from phil-davis/tunnel-network-messageRenato Botelho2017-02-131-1/+1
|\ \ \
| * | | IPv4 Tunnel Network is required for OpenVPN serverPhil Davis2017-02-121-1/+1
| | |/ | |/|
* | | Merge pull request #3531 from phil-davis/version-display-at-bootRenato Botelho2017-02-131-12/+18
|\ \ \ | |_|/ |/| |
| * | Update version string at end of bootPhil Davis2017-02-121-12/+18
| |/
* | Allow up to siz dashboard columnsSteve Beaver2017-02-121-2/+2
|/
* logout via POSTSteve Beaver2017-02-102-6/+6
|
* Replace '_' with '_<wbr> when displaying alias names. Allows long alias ↵Steve Beaver2017-02-102-14/+14
| | | | names with underscores to word-break better.
* GET/POST conversion firewall_virtual_ip*Steve Beaver2017-02-102-68/+63
|
* GET/POST conversion firewall_rulesSteve Beaver2017-02-105-69/+56
| | | | guiconfig.php display_top_tabs supports "usepost" as an optional 4th argument
* GET/POST conversion firewall_nat_out*Steve Beaver2017-02-102-31/+23
|
* GET/POST conversion firewall_nat_npt*Steve Beaver2017-02-102-32/+26
|
* GET/POST firewall_nat_1to1 bisSteve Beaver2017-02-101-4/+4
|
* GET/POST conversionSteve Beaver2017-02-102-27/+21
|
* GET/POST conversion firewall_nat*Steve Beaver2017-02-102-49/+43
|
* GET/POST conversion firewall_aliases*Steve Beaver2017-02-103-25/+20
|
* GET/POST conversion vpn_ipsec_serverSteve Beaver2017-02-101-11/+7
|
* GET/POST conversion vpn_openvpn_cscSteve Beaver2017-02-101-10/+6
|
OpenPOWER on IntegriCloud