summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Use attribute rekey_enable as usual but optionally allow to set margintime ↵hamnur2017-07-171-10/+20
| | | | if rekeying is not disabled
* Fix indent of if-blockhamnur2017-07-141-1/+1
|
* Check if margintime is numeric and smaller than P1 lifetimehamnur2017-07-141-2/+6
|
* Hide margintime if rekeying is disabledhamnur2017-07-141-15/+28
|
* Add strongswan rekeymargin attribute to vpn ipsec phase1 viewhamnur2017-06-291-0/+14
|
* Revise Dark gray color code for login pageSteve Beaver2017-06-281-1/+1
|
* Add "Dark Gray" login page colorSteve Beaver2017-06-271-2/+2
|
* Update translation filesRenato Botelho2017-06-2782-1012/+1359
|
* Regenerate potRenato Botelho2017-06-271-5/+5
|
* Update diag_gmirror.phpBBcan1772017-06-251-2/+2
| | | Fix typo
* Respect GUI Login autocomplete preference settingSteve Beaver2017-06-231-0/+1
|
* Fix some other outdated linksjim-p2017-06-234-4/+4
|
* Restyle autocomplete on webkit browsers to remove the yellow background used ↵Steve Beaver2017-06-231-0/+12
| | | | by Chrome
* Fix interface groups link.jim-p2017-06-231-1/+1
|
* Add support to CESA crypto accelerator in pfSense GUI.Luiz Souza2017-06-201-0/+5
|
* Update translation filesRenato Botelho2017-06-2082-21290/+23416
|
* Regenerate potRenato Botelho2017-06-201-498/+543
|
* Merge pull request #3756 from PiBa-NL/20170613-wolSteve Beaver2017-06-203-4/+4
|\
| * wol, use 'usepost' for links that need to send the magic packetPiBa-NL2017-06-143-4/+4
| |
* | Merge pull request #3745 from stilez/patch-64Steve Beaver2017-06-201-27/+15
|\ \
| * | Code cleanup, and add an info message under widget liststilez2017-05-281-27/+15
| |/ | | | | Minor code cleanup/simplifying. Also many pages have their settings in their built-in settings panel, so the fact that the dashboard has settings elsewhere isn't obvious. Added a brief message on the widget selection panel to aid discoverability
* | Merge pull request #3638 from doktornotor/patch-25Steve Beaver2017-06-201-2/+3
|\ \
| * | status_interfaces.php - fix includesdoktornotor2017-03-101-2/+3
| | |
* | | Use more informative IDs in login page HTMLSteve Beaver2017-06-201-7/+7
| | |
* | | Added orange login page choiceSteve Beaver2017-06-191-1/+2
| | |
* | | Correct spacing for extra small view portal (phone)Steve Beaver2017-06-191-1/+1
| | |
* | | Restore MITM warningSteve Beaver2017-06-191-8/+21
| | |
* | | Improved login page graphicSteve Beaver2017-06-198-781/+71
| | |
* | | Revised CSS for login pageSteve Beaver2017-06-166-72/+42
| | |
* | | Fix handling of the 'type' parameter so it is validated and encoded on ↵jim-p2017-06-161-3/+8
| | | | | | | | | | | | diag_table.php. Fixes #7652
* | | Add input validation for interface names on firewall_nat_edit.php and fix ↵jim-p2017-06-161-29/+33
| | | | | | | | | | | | encoding of the interface name in dst_change. Fixes #7651
* | | Prevent the filename from being used to run XSS in the diag_edit.php file ↵jim-p2017-06-161-1/+1
| | | | | | | | | | | | browser. Fixes #7650
* | | Change login page footer positioningSteve Beaver2017-06-167-13/+7
| | | | | | | | | | | | Change paid support link to https://www.netgate.com/support
* | | Remove experimental login page stuffSteve Beaver2017-06-151-130/+0
| | |
* | | Experimental login page designSteve Beaver2017-06-158-0/+1052
| | | | | | | | | | | | Set your favorite color in System->General->"Login CSS file"
* | | Remove pftop peak and rate from the sort options as they won't produce ↵jim-p2017-06-151-2/+0
| | | | | | | | | | | | anything useful when run the way the GUI does. Fixes #7580
* | | Remove pftop size from this list, too. Fixes #7579jim-p2017-06-151-1/+0
| | |
* | | Change IPsec widget tunnel status to handle newer strongSwan childid format. ↵jim-p2017-06-151-1/+2
| | | | | | | | | | | | Fixes #7499
* | | Restore the captive portal feature to view the captive portal page directly ↵jim-p2017-06-141-3/+10
| | | | | | | | | | | | from the portal web server. Add this as an additional button so both methods are possible. Fixes #7646
* | | Redact BGP MD5 password/key in status output. Fixes #7642jim-p2017-06-131-0/+2
| | |
* | | Comment typo/whitespace fixdoktornotor2017-06-121-2/+2
| | |
* | | Update translation filesRenato Botelho2017-06-0982-15565/+21101
| | |
* | | Regenerate potRenato Botelho2017-06-091-223/+254
| | |
* | | Fix anchor tag locationSteve Beaver2017-06-081-1/+1
| | |
* | | Add more checks to eliminate empty config tags in package settings. Fixes #7624jim-p2017-06-051-3/+13
| | |
* | | Improve commentSteve Beaver2017-06-011-2/+2
| | |
* | | Use the section ID as an anchor so that hyperlinks can jump directly to that ↵Steve Beaver2017-06-011-4/+19
| | | | | | | | | | | | | | | | | | | | | sectiom e.g.: $section = new Form_Section("My section", "a_here"); then: https://firewall/system_somepage.php#a_here
* | | Merge pull request #3740 from stilez/patch-59Renato Botelho2017-05-291-12/+59
|\ \ \
| * | | Various updates to PRstilez2017-05-271-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) convert echo to print, and add infobox, as requested in PR comments 2) If no identifiable line number, say so 3) EVAL gives an error message format that wasn't picked up, it is now. Test case - enter as the code: eval("X"); 4) Warn that EVAL gives a "spurious" "error at line 1" as well, the real error is in the (...). See above test case for this. 5) Simplify translators' job a bit 6) Try to reduce errors in user code giving NOTICES (see PR comments). Start by defining a dir for user code (only) and putting code in it.
| * | | add commentstilez2017-05-251-0/+1
| | | |
OpenPOWER on IntegriCloud