summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* gateway monitoring, give apinger some time to properly 'initialize' before ↵PiBa-NL2017-06-241-19/+37
| | | | using its results
* Correct spacing for extra small view portal (phone)Steve Beaver2017-06-191-1/+1
|
* Restore MITM warningSteve Beaver2017-06-192-31/+50
|
* Include host name if so configuredSteve Beaver2017-06-191-1/+1
|
* Restore cookie warning via pop-upSteve Beaver2017-06-191-9/+14
|
* Ignore loginpage color values from previous version that used the file nameSteve Beaver2017-06-191-1/+1
|
* Improved login page graphicSteve Beaver2017-06-199-843/+134
|
* Revised CSS for login pageSteve Beaver2017-06-167-78/+53
|
* 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
|
* Improve "new design" noticeSteve Beaver2017-06-151-1/+1
|
* Experimental login page designSteve Beaver2017-06-1510-62/+1136
| | | | 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
|
* Don't remove examples from packages as obsolete, some packages rely on the ↵jim-p2017-06-121-1/+0
| | | | files being there.
* Comment typo/whitespace fixdoktornotor2017-06-121-2/+2
|
* Add Spanish (Argentina) to the list of available languagesRenato Botelho2017-06-091-0/+1
|
* Update translation filesRenato Botelho2017-06-0982-15565/+21101
|
* Regenerate potRenato Botelho2017-06-091-223/+254
|
* Fix DNS wildcard support for LoopiaMartin Hagelin2017-06-091-1/+2
| | | Fix for the problem that wildcard CNAME records disappear from Loopia when doing a DNS update. As discussed here: https://forum.pfsense.org/index.php?topic=67793.0
* Fix anchor tag locationSteve Beaver2017-06-081-1/+1
|
* Merge pull request #3750 from PiBa-NL/20170606-denyconfigwritejim-p2017-06-071-0/+1
|\
| * permissions, log when user tries to save the configuration but has the 'deny ↵PiBa-NL2017-06-061-0/+1
| | | | | | | | config write' permission
* | 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
* | Fix preg_match call without delimiter and also use preg_quote() to variable ↵Renato Botelho2017-05-301-1/+1
| | | | | | | | used in pattern
* | Merge pull request #3740 from stilez/patch-59Renato Botelho2017-05-293-13/+62
|\ \
| * | Don't create system notices for errors in user-entered ad-hoc PHP ↵stilez2017-05-271-1/+2
| | | | | | | | | | | | (diag_command.php)
| * | 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.
| * | create global for user code dir, in diag_command.phpstilez2017-05-271-0/+1
| | | | | | | | | Going to try and stop user code generating notices, by putting it in a specific dir which doesn't give notices for syntax errors.
| * | add commentstilez2017-05-251-0/+1
| | |
| * | typostilez2017-05-251-1/+1
| | |
| * | If user-entered PHP errors out, display the error line in context to help ↵stilez2017-05-241-12/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | the user If the user enters PHP in the command-line page, and it errors out, it's usually a typo or something minor. But the user is left with an error that references a /tmp file which doesn't exist at the point they read the message, a line number that's incorrect, and their input which doesn't display line numbers anyhow. This patch fixes this, so that a user who wants to enter php command-line in the GUI and gets an error, can quickly identify the exact line causing the error. If an error occurs (detected by either non-zero return value or output matching an error message referencing the temp script file), then an short DIV is shown above the usual PHP output for "error location". It gives the correct error line number, and shows the code with line numbers and syntax highlighting (using php's native "-s" option), pre-scrolled to the error line.
* | | Merge pull request #3731 from ylecuyer/ylecuyer-patch-1Renato Botelho2017-05-291-2/+2
|\ \ \
| * | | Removed htmlspecialchars when loading leases from configYoann Lecuyer2017-05-181-2/+2
| | | |
* | | | Update translation filesRenato Botelho2017-05-2982-8756/+46232
| | | |
* | | | Regenerate potRenato Botelho2017-05-291-174/+197
| |_|/ |/| |
* | | Merge pull request #3728 from PiBa-NL/20170511-fastauthRenato Botelho2017-05-268-41/+120
|\ \ \
| * | | auth_check, faster authentication check while automatically refreshing ↵PiBa-NL2017-05-211-2/+3
| | | | | | | | | | | | | | | | diag_routes
| * | | auth_check, move the cmp_page_matches() to its own file so it can be shared ↵PiBa-NL2017-05-153-72/+71
| | | | | | | | | | | | | | | | by both auth_check.inc and priv.inc
| * | | auth_check lowers cpu usage for checking if the user has permission for the ↵PiBa-NL2017-05-115-4/+83
| | | | | | | | | | | | | | | | page requested when used in place of guiconfig, especially useful for frequent requests like those made by stats and traffic widgets
* | | | Merge pull request #3717 from phil-davis/patch-11Renato Botelho2017-05-261-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add missing break for cloudflare casePhil Davis2017-05-251-0/+1
| | | |
OpenPOWER on IntegriCloud