Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | update styles | Jared Dillard | 2015-11-30 | 2 | -22/+35 | |
| | | | ||||||
* | | | correct function call | Jared Dillard | 2015-11-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | GUI changes to OpenVPN CSC handling to allow per-server configuration. ↵ | jim-p | 2015-11-30 | 1 | -0/+22 | |
| | | | | | | | | | | | | Ticket #5526 | |||||
* | | | Backend changes to OpenVPN CSC handling to allow per-server configuration. ↵ | jim-p | 2015-11-30 | 1 | -31/+83 | |
| | | | | | | | | | | | | | | | | | | Ticket #5526 Still needs GUI work and other items mentioned on https://redmine.pfsense.org/issues/5526 | |||||
* | | | Refinements to #5535 | Stephen Beaver | 2015-11-30 | 2 | -3/+3 | |
| | | | ||||||
* | | | Fixed #5389 | Stephen Beaver | 2015-11-30 | 1 | -11/+25 | |
| | | | ||||||
* | | | update styles | Jared Dillard | 2015-11-30 | 2 | -36/+93 | |
| | | | ||||||
* | | | make fixed nav a beta option | Jared Dillard | 2015-11-30 | 2 | -13/+13 | |
| | | | ||||||
* | | | Oops | Stephen Beaver | 2015-11-30 | 1 | -1/+0 | |
| | | | ||||||
* | | | Fixed #5535 | Stephen Beaver | 2015-11-30 | 3 | -9/+69 | |
| | | | ||||||
* | | | Fixed #5552 backed out hover dropdown changes for now | Jared Dillard | 2015-11-30 | 1 | -5/+0 | |
| | | | ||||||
* | | | Merge pull request #2091 from mb300sd/patch-2 | Renato Botelho | 2015-11-30 | 1 | -2/+11 | |
|\ \ \ | ||||||
| * | | | Fix x-in-ipv6 tunnels for gre and gif | mb300sd | 2015-11-19 | 1 | -2/+11 | |
| | | | | ||||||
* | | | | Revert "Stick xmlrpc.inc include back to avoid breaking packages" | Renato Botelho | 2015-11-30 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | All packages were fixed, thanks @doktornotor This reverts commit 21f239d35d3fbd542c5a2e988dea6724bb0b7034. | |||||
* | | | | style updates | Jared Dillard | 2015-11-30 | 2 | -27/+79 | |
| | | | | ||||||
* | | | | make notices in the navbar an icon | Jared Dillard | 2015-11-30 | 1 | -5/+6 | |
| | | | | ||||||
* | | | | clean up installed packages | Jared Dillard | 2015-11-30 | 2 | -26/+26 | |
| | | | | ||||||
* | | | | clean up crash reporter page | Jared Dillard | 2015-11-30 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | clean up command prompt page | Jared Dillard | 2015-11-30 | 1 | -21/+30 | |
| | | | | ||||||
* | | | | Fixed #5542 | Stephen Beaver | 2015-11-30 | 1 | -88/+99 | |
| | | | | | | | | | | | | | | | | by converting GET logic with jQuery to update hte selectors dynamically. | |||||
* | | | | Merge pull request #2136 from NOYB/Log_Widget-Source | Renato Botelho | 2015-11-30 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Log Widget - Source | NOYB | 2015-11-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Source port is not all that useful in widget view and takes up space better used by destination. Add missing semi-colon. | |||||
* | | | | | Remove files installed by glib and libiconv packages from Obsoleted files ↵ | Renato Botelho | 2015-11-30 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | list. It should fix #5423 | |||||
* | | | | | Fixed #5532 | Stephen Beaver | 2015-11-30 | 2 | -7/+7 | |
| | | | | | ||||||
* | | | | | Keep tabs in the same order of pkg_mgr_install.php | Renato Botelho | 2015-11-30 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Remove Thumbs.db accidentally added by PR 2134 | Stephen Beaver | 2015-11-29 | 1 | -0/+0 | |
| | | | | ||||||
* | | | | Fixed #5532 | Stephen Beaver | 2015-11-29 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | Merge pull request #2135 from ExolonDX/master | Stephen Beaver | 2015-11-29 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Mistake in "pfsense-utils.inc" | Colin Fleming | 2015-11-29 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | Sorry, missed a semi-colon! | |||||
* | | | | Merge pull request #2134 from ExolonDX/branch_04 | Stephen Beaver | 2015-11-29 | 62 | -66/+134 | |
|\ \ \ \ | ||||||
| * | | | | Type up SCRIPT tags | Colin Fleming | 2015-11-29 | 62 | -66/+134 | |
| | | | | | ||||||
* | | | | | Merge pull request #2133 from ExolonDX/branch_03 | Stephen Beaver | 2015-11-29 | 22 | -42/+42 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tidy up Boolean operators for HTML5 | Colin Fleming | 2015-11-29 | 22 | -42/+42 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler). | |||||
* | | | | | Merge pull request #2132 from ExolonDX/branch_02 | Stephen Beaver | 2015-11-29 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update Form_Input flass | Colin Fleming | 2015-11-29 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2131 from ExolonDX/branch_01 | Stephen Beaver | 2015-11-29 | 3 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Tidy up some files | Colin Fleming | 2015-11-29 | 3 | -2/+4 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "status_rrd_graphcs.php" Remove opening curly bracket "diag_tables.php" Table header only has one column, however the table body has two, so add missing column in table header "diag_sockets.php" Add missing start TR tag | |||||
* | | | | | Merge pull request #2130 from heper/patch-4 | Stephen Beaver | 2015-11-29 | 4 | -13/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Santize breadcrumb #5527 | heper | 2015-11-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Santize breadcrumb #5527 | heper | 2015-11-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | fix caps | heper | 2015-11-29 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | Santize breadcrumb #5527 | heper | 2015-11-29 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Santize breadcrumb #5527 | heper | 2015-11-29 | 1 | -8/+8 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2129 from Slugger/add_api_result_to_output | Stephen Beaver | 2015-11-29 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | add server response to failed updates; make debugging much easier | Derek Battams | 2015-11-29 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Fixed #5541 | Stephen Beaver | 2015-11-28 | 1 | -5/+3 | |
| | | | | ||||||
* | | | | Fixed #5540 (probably) | Stephen Beaver | 2015-11-28 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | Requires more testing please | |||||
* | | | | Fixed #5537 | Stephen Beaver | 2015-11-28 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | Unneeded tree/index.html removed per #5536 | Stephen Beaver | 2015-11-28 | 1 | -228/+0 | |
| | | | | ||||||
* | | | | Fixed #5532 | Stephen Beaver | 2015-11-28 | 1 | -40/+57 | |
| | | | |