User Manager - Status Icon
Use icon for status rather than textual asterisk to indicate disabled account.
(2.4, 2.3)
(cherry picked from commit edd88334dbe95af4600ae493fa86d45244cbaecb)
Merge pull request #3528 from phil-davis/system-information-widget-filter-2_3
Merge pull request #3527 from phil-davis/breadcrumbs-2_3
fix colspan background on dark theme
Add "required field" highlighting
Only save valid widget locations in config
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:...
Allow 5 dashboard columns to work
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 saving Hybrid RSA + Xauth. Fixes #7258
Revert "Add privs to control display of notices"
Fix #7051
This reverts commit 04665e78537906f7375668ca665cba17f95a4864.
IPv4 Tunnel Network is required for OpenVPN server
(cherry picked from commit e4488e51cf424907e06ef7cc73370aa0657e5e25)
View revisions
Also available in: Atom