summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | update stylesJared Dillard2015-11-302-22/+35
| | |
* | | correct function callJared Dillard2015-11-301-1/+1
| | |
* | | GUI changes to OpenVPN CSC handling to allow per-server configuration. ↵jim-p2015-11-301-0/+22
| | | | | | | | | | | | Ticket #5526
* | | Backend changes to OpenVPN CSC handling to allow per-server configuration. ↵jim-p2015-11-301-31/+83
| | | | | | | | | | | | | | | | | | Ticket #5526 Still needs GUI work and other items mentioned on https://redmine.pfsense.org/issues/5526
* | | Refinements to #5535Stephen Beaver2015-11-302-3/+3
| | |
* | | Fixed #5389Stephen Beaver2015-11-301-11/+25
| | |
* | | update stylesJared Dillard2015-11-302-36/+93
| | |
* | | make fixed nav a beta optionJared Dillard2015-11-302-13/+13
| | |
* | | OopsStephen Beaver2015-11-301-1/+0
| | |
* | | Fixed #5535Stephen Beaver2015-11-303-9/+69
| | |
* | | Fixed #5552 backed out hover dropdown changes for nowJared Dillard2015-11-301-5/+0
| | |
* | | Merge pull request #2091 from mb300sd/patch-2Renato Botelho2015-11-301-2/+11
|\ \ \
| * | | Fix x-in-ipv6 tunnels for gre and gifmb300sd2015-11-191-2/+11
| | | |
* | | | Revert "Stick xmlrpc.inc include back to avoid breaking packages"Renato Botelho2015-11-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | All packages were fixed, thanks @doktornotor This reverts commit 21f239d35d3fbd542c5a2e988dea6724bb0b7034.
* | | | style updatesJared Dillard2015-11-302-27/+79
| | | |
* | | | make notices in the navbar an iconJared Dillard2015-11-301-5/+6
| | | |
* | | | clean up installed packagesJared Dillard2015-11-302-26/+26
| | | |
* | | | clean up crash reporter pageJared Dillard2015-11-301-15/+15
| | | |
* | | | clean up command prompt pageJared Dillard2015-11-301-21/+30
| | | |
* | | | Fixed #5542Stephen Beaver2015-11-301-88/+99
| | | | | | | | | | | | | | | | by converting GET logic with jQuery to update hte selectors dynamically.
* | | | Merge pull request #2136 from NOYB/Log_Widget-SourceRenato Botelho2015-11-301-1/+1
|\ \ \ \
| * | | | Log Widget - SourceNOYB2015-11-291-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 Botelho2015-11-301-3/+0
| | | | | | | | | | | | | | | | | | | | list. It should fix #5423
* | | | | Fixed #5532Stephen Beaver2015-11-302-7/+7
| | | | |
* | | | | Keep tabs in the same order of pkg_mgr_install.phpRenato Botelho2015-11-301-1/+1
|/ / / /
* | | | Remove Thumbs.db accidentally added by PR 2134Stephen Beaver2015-11-291-0/+0
| | | |
* | | | Fixed #5532Stephen Beaver2015-11-291-4/+5
| | | |
* | | | Merge pull request #2135 from ExolonDX/masterStephen Beaver2015-11-291-1/+1
|\ \ \ \
| * | | | Mistake in "pfsense-utils.inc"Colin Fleming2015-11-291-1/+1
|/ / / / | | | | | | | | Sorry, missed a semi-colon!
* | | | Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-2962-66/+134
|\ \ \ \
| * | | | Type up SCRIPT tagsColin Fleming2015-11-2962-66/+134
| | | | |
* | | | | Merge pull request #2133 from ExolonDX/branch_03Stephen Beaver2015-11-2922-42/+42
|\ \ \ \ \
| * | | | | Tidy up Boolean operators for HTML5Colin Fleming2015-11-2922-42/+42
| |/ / / / | | | | | | | | | | | | | | | | | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* | | | | Merge pull request #2132 from ExolonDX/branch_02Stephen Beaver2015-11-291-1/+1
|\ \ \ \ \
| * | | | | Update Form_Input flassColin Fleming2015-11-291-1/+1
| |/ / / /
* | | | | Merge pull request #2131 from ExolonDX/branch_01Stephen Beaver2015-11-293-2/+4
|\ \ \ \ \
| * | | | | Tidy up some filesColin Fleming2015-11-293-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-4Stephen Beaver2015-11-294-13/+13
|\ \ \ \ \
| * | | | | Santize breadcrumb #5527heper2015-11-291-1/+1
| | | | | |
| * | | | | Santize breadcrumb #5527heper2015-11-291-1/+1
| | | | | |
| * | | | | fix capsheper2015-11-291-3/+3
| | | | | |
| * | | | | Santize breadcrumb #5527heper2015-11-291-2/+2
| | | | | |
| * | | | | Santize breadcrumb #5527heper2015-11-291-8/+8
| |/ / / /
* | | | | Merge pull request #2129 from Slugger/add_api_result_to_outputStephen Beaver2015-11-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | add server response to failed updates; make debugging much easierDerek Battams2015-11-291-1/+1
|/ / / /
* | | | Fixed #5541Stephen Beaver2015-11-281-5/+3
| | | |
* | | | Fixed #5540 (probably)Stephen Beaver2015-11-281-2/+6
| | | | | | | | | | | | | | | | Requires more testing please
* | | | Fixed #5537Stephen Beaver2015-11-281-2/+6
| | | |
* | | | Unneeded tree/index.html removed per #5536Stephen Beaver2015-11-281-228/+0
| | | |
* | | | Fixed #5532Stephen Beaver2015-11-281-40/+57
| | | |
OpenPOWER on IntegriCloud