summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| * | | Integrate various cloudflare changesPhil Davis2017-05-011-3/+1
| | | |
* | | | SG-23* serial number is igb0 mac addressRenato Botelho2017-05-231-2/+11
| | | |
* | | | Merge pull request #3739 from PiBa-NL/20170521-js-versioningRenato Botelho2017-05-233-9/+10
|\ \ \ \
| * | | | webgui, load .js files with ?v=mtime version to prevent using old scripts ↵PiBa-NL2017-05-213-9/+10
| | | | | | | | | | | | | | | | | | | | after updating
* | | | | Merge pull request #3737 from phil-davis/diag-dns-hide-add-alias-buttonRenato Botelho2017-05-231-0/+17
|\ \ \ \ \
| * | | | | Diag DNS disable Add Alias button when host field is changedPhil Davis2017-05-211-0/+17
| |/ / / /
* | | | | Merge pull request #3729 from znerol/bug/master/tmp-scriptRenato Botelho2017-05-231-1/+0
|\ \ \ \ \
| * | | | | Remove stray debug-code (/tmp/script)Lorenz Schori2017-05-151-1/+0
| | | | | |
* | | | | | Merge pull request #3715 from phil-davis/if-stats-widget-settingsRenato Botelho2017-05-231-33/+160
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into if-stats-widget-settingsPhil Davis2017-05-1137-142/+721
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master' into if-stats-widget-settingsPhil Davis2017-05-0999-27589/+31097
| |\ \ \ \ \ \
| * | | | | | | Fix #7501 Add row-column prder option to interface stats widgetPhil Davis2017-04-291-35/+115
| | | | | | | |
| * | | | | | | Allow selection of stats items in interface statistics widgetPhil Davis2017-04-291-11/+62
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3730 from PiBa-NL/20170517-sort-virtualipsRenato Botelho2017-05-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | virtualips, ability to sort the tablePiBa-NL2017-05-171-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #3732 from phil-davis/rule-created-updatedRenato Botelho2017-05-234-84/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | Make consistent rule information sectionPhil Davis2017-05-194-84/+45
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Add download button/function directly on status.php to ease confusion.jim-p2017-05-231-5/+31
| | | | | | | |
* | | | | | | | Merge pull request #3733 from PiBa-NL/20170520-pkgedit-shiftemptyelementRenato Botelho2017-05-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | pkg_edit, fix empty config tag checkPiBa-NL2017-05-201-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #3734 from phil-davis/patch-1Renato Botelho2017-05-231-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Diag DNS fix update alias button text after add aliasPhil Davis2017-05-211-0/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Lookup a name with Diag DNS 2) Press "Add Alias" The alias is added, but the button still says "Add Alias". Actually the alias exists by now. The button should say "Update Alias". Fix: once we have emitted the alias create/update success message, we can set $alias_exists true so that the rest of the code is based on the (possibly new) state.
* | | | | | | | Merge pull request #3735 from phil-davis/dns-lookup-add-aliasRenato Botelho2017-05-231-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Diag DNS do not show Add Alias if no priv to add alaisPhil Davis2017-05-211-2/+2
| |/ / / / / / /
OpenPOWER on IntegriCloud