summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* System / Routing / Gateways / Edit - PunctuationNOYB2016-03-131-3/+3
|
* Disable TLSv1.0 for web GUI's nginx instance. Ticket #5984Chris Buechler2016-03-121-1/+6
|
* Use route_vpn_gateway for tap-type OpenVPN instances as well where ↵Chris Buechler2016-03-112-4/+4
| | | | specified. Remove old and wrongly copy/pasted comments while here. Ticket #5981
* Don't try to put the file contents in place if file is empty. Ticket #5982Chris Buechler2016-03-111-1/+7
|
* Merge RCC add, 1540 name fix, from 2_2 branch.Chris Buechler2016-03-111-1/+5
|
* adjust nvd3 chart height and make rule more strictJared Dillard2016-03-111-2/+2
|
* Fix icon usage on the interfaces widget, the down icon was arrow-up. Add ↵jim-p2016-03-111-3/+3
| | | | color to the status for clarity. Ticket #5965
* Fix online user counts for CP/Vouchers. Fixes #5978jim-p2016-03-112-22/+25
|
* Some safety belts to avoid presenting PHP errors to the user. Ticket #5973jim-p2016-03-111-1/+6
|
* Ensure $a_cert is always an array. Fixes #5977jim-p2016-03-111-0/+2
|
* Tweaks/fixes for WoL, ticket #5965jim-p2016-03-111-5/+7
|
* Fixup Toggle All button, ticket #5965jim-p2016-03-111-1/+1
|
* Merge pull request #2725 from NewEraCracker/system_certmanager-fixesStephen Beaver2016-03-111-305/+263
|\
| * Indent system_certmanager.phpNewEraCracker2016-03-111-286/+286
| |
| * The 'csr' code block is duplicated. This commit removes itNewEraCracker2016-03-111-44/+2
| |
* | Merge pull request #2727 from phil-davis/savebtnStephen Beaver2016-03-111-2/+2
|\ \
| * | Fix $POST checks so they do not depend on string SavePhil Davis2016-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents problems when Save is translated to other languages. Note: This is the only remaining place I could find with this issue. There are other pieces of code that do: ``` if ($_POST['save'] == gettext("Save")) ``` which also works, but looks a bit ugly. I left those alone, since they do work OK in any language.
* | | Merge pull request #2726heper:patch-2 from phil-davis/patch-2Stephen Beaver2016-03-111-3/+4
|\ \ \
| * | | Translate the default submit button textPhil Davis2016-03-111-3/+4
| |/ / | | | | | | | | | | | | Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text. That is discussed in forum https://forum.pfsense.org/index.php?topic=108116.0 I will followup with another pull request to fix the things I can find like that.
* | | Use a more clear icon/wording on Diag > Tables button to flush the table. ↵jim-p2016-03-111-2/+2
| | | | | | | | | | | | Ticket #5965
* | | Use less confusing button text/colors/icons for Factory ↵jim-p2016-03-113-8/+8
|/ / | | | | | | defaults/Halt/Reboot. Ticket #5965
* | Merge pull request #2724 from NOYB/HTML_Compliance_-_CARP_Status_WidgetStephen Beaver2016-03-110-0/+0
|\ \
| * | HTML Compliance - CARP Status WidgetNOYB2016-03-111-4/+10
| |/ | | | | | | | | Error: th start tag in table body. Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).
* | HTML Compliance - CARP Status WidgetNOYB2016-03-111-4/+10
| | | | | | | | | | Error: th start tag in table body. Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).
* | Respect globals_override.incRenato Botelho2016-03-111-3/+3
|/
* Don't exit if the system is booting, should always be unnecessary. related ↵Chris Buechler2016-03-101-5/+0
| | | | to Ticket #5952
* Fix QinQ member save action. Ticket #5965jim-p2016-03-101-1/+1
|
* Fix some Save button quirks. Ticket #5965jim-p2016-03-103-5/+4
|
* change to class for multiple update locationsJared Dillard2016-03-101-1/+1
|
* Merge pull request #2722 from ↵Jared Dillard2016-03-103-0/+28
|\ | | | | | | NOYB/Status_Monitoring_-_Settings_Panel_Collapsible
| * Status Monitoring - Settings Panel CollapsibleNOYB2016-03-103-0/+28
| | | | | | | | | | | | | | Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide. Replace Update button with refresh icon on title bar. Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.
* | Doesn't seem to be any reason rc.newwanip should skip things while the ↵Chris Buechler2016-03-101-12/+3
| | | | | | | | system is booting. Ticket #5952
* | More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-1016-26/+39
| |
* | More icon/button inconsistencies. Ticket #5965jim-p2016-03-1010-39/+59
| |
* | More icon/button inconsistencies. Ticket #5965jim-p2016-03-1012-54/+94
| |
* | Make fa-save the default button icon for 'Save' on all forms. Ticket #5965jim-p2016-03-101-2/+6
| |
* | Advanced button consistency. Ticket #5965jim-p2016-03-109-56/+104
| |
* | Fix button icons in the package manager. Ticket #5965jim-p2016-03-102-5/+11
| |
* | Disable swap on ovaRenato Botelho2016-03-101-1/+1
| |
* | Make it possible to enable/disable swap on ovaRenato Botelho2016-03-101-7/+24
| |
* | Calculate first partition sizeRenato Botelho2016-03-102-4/+2
| |
* | Move internal variable to be local inside functionRenato Botelho2016-03-102-2/+3
| |
* | More icon and button consistency fixes. Ticket #5965jim-p2016-03-1021-82/+88
| |
* | Add the ability for packages to control their button icon and class. Ticket ↵jim-p2016-03-101-1/+14
| | | | | | | | #5965
* | Always prepare final partition to avoid ending up with a broken systemRenato Botelho2016-03-101-12/+6
| |
* | Revised disk space display to use progress barStephen Beaver2016-03-101-13/+10
| |
* | Make the Notification settings test buttons consistent with other buttons in ↵jim-p2016-03-101-8/+8
| | | | | | | | the GUI. Ticket #5965
* | Merge pull request #2721 from phil-davis/patch-2Stephen Beaver2016-03-101-2/+18
|\ \
| * | Improve test for firewall rule advanced settingPhil Davis2016-03-101-2/+18
| |/ | | | | | | You could make some advanced settings, save the firewall rule, then when editing again the advanced section would not be automatically open. That makes it hard for users to realise that a rule has some advanced setting(s). This change enhances function is_aoadv_used() so it checks all the things that are an advanced setting.
* | Merge pull request #2720 from phil-davis/patch-1Stephen Beaver2016-03-101-1/+3
|\ \
OpenPOWER on IntegriCloud