summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespaces and indentRenato Botelho2014-06-181-46/+45
|
* We need to allow subdirectories under /usr/local/pkg, here is the proper fixRenato Botelho2014-06-181-7/+5
|
* Protect servicestatusfilter parameter with htmlspecialchars()Renato Botelho2014-06-171-1/+1
|
* Protect rssfeed parameters with htmlspecialchars()Renato Botelho2014-06-171-6/+6
|
* Avoid directory traversal on restorefullbackupRenato Botelho2014-06-171-2/+2
|
* Fix core dump on viewing invalid package logMatt Smith2014-06-172-3/+7
|
* Remove . and / from pkg name to avoid directory traversalRenato Botelho2014-06-171-5/+5
|
* Remove id=0 from miniupnpd menu and shortcutRenato Botelho2014-06-172-3/+3
|
* Avoid directory traversal when reading package xml files, also check if file ↵Renato Botelho2014-06-171-1/+6
| | | | exists before try to read it
* Make sure variables are escaped, also replace exec calls to run rm by ↵Renato Botelho2014-06-171-4/+4
| | | | unlink_if_exists()
* Remove useless code, variable is set again on next lineRenato Botelho2014-06-171-3/+0
|
* Escape parameters passed to shell_exec()Renato Botelho2014-06-171-1/+1
|
* Be more careful with host parameter and make sure it's escaped when call ↵Renato Botelho2014-06-171-7/+6
| | | | shell functions
* Validate starttime and stoptime formatRenato Botelho2014-06-171-0/+8
|
* Be more precise to match members of a bridge interface, it should fix #3637Renato Botelho2014-06-101-1/+3
|
* Do not allow interface group name to be bigger than 15 chars, helps ticket #3208Renato Botelho2014-06-091-1/+1
|
* Add some protection to parameters that come through _GETRenato Botelho2014-06-061-4/+8
|
* remove openbgpd bits from system_gateways_edit and system.inc. The packageChris Buechler2014-05-301-6/+0
| | | | | | match is case-sensitive and hasn't matched the openbgpd package's name in at least 5 years, so it doesn't do anything. It's far from functional in any useful manner even fixing that issue.
* Unset iflist and iflist_disabledRenato Botelho2014-05-292-1/+6
|
* Show disabled interface when it was already part of interface group, it ↵Renato Botelho2014-05-292-6/+14
| | | | avoids to show a random interface instead and let user to add it by mistake. It should fix #3680
* add guiconfig to widgets not including it. ticket #3498Chris Buechler2014-05-142-0/+2
|
* remove text not relevant to Allowed IPs. Ticket #3594Chris Buechler2014-05-141-18/+2
|
* Merge pull request #1130 from razzfazz/status_upnp_int_portRenato Botelho2014-05-081-3/+8
|\
| * add column for internal port on UPnP status pageDaniel Becker2014-05-051-3/+8
| |
* | Fix #3646, Revert part of 082c9d961e and fix highlight selected rulesRenato Botelho2014-05-082-17/+17
|/
* Fix Bug #3627 Diagnostics: Tables - Remove button dont work after update to ↵Phil Davis2014-04-301-2/+2
| | | | | | | | PfSense 2.1.2 This annoyed me also, so I thought it worth finding what changes exactly broke this. del_entry was broken on 2.1 branch by https://github.com/pfsense/pfsense/commit/fe3088b965a99772e76622d17ceae87288471edc These 2 small changes make it work again without needing to reverse the other bits of stuff in that commit. Note that Master does not have that commit at all. There are lots of these "XHTML Compliance" and similar commits in 2.1 branch that are not done in master. I don't understand why that is. Why don't those code cleanups also need to be applied to master?
* Check the right field hereRenato Botelho2014-04-292-2/+2
|
* Unbreak 'add rule on top of the list' allowing after param to be -1Renato Botelho2014-04-293-6/+6
|
* Move clog from /usr to /usr/localRenato Botelho2014-04-283-7/+7
| | | | | | | | Conflicts: etc/inc/filter_log.inc etc/inc/system.inc etc/rc usr/local/www/guiconfig.inc
* Don't refuse to delete a bridge in the GUI just because its bridge interface ↵Chris Buechler2014-04-261-3/+6
| | | | doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config
* Remove problematic code without proper checks but even not needed hereErmal2014-04-185-19/+0
|
* List GWGs in Interface to send update fromPhil Davis2014-04-091-7/+23
| | | | | Back-port of this fix done in master https://github.com/pfsense/pfsense/commit/31300a95f71b14dcb98c139388205223a36e8c8b and https://github.com/pfsense/pfsense/commit/8f56dd279432c4fd5a027310622e2650822e4651 Unfortunately this never got back-merged to 2.1 branch. A user on the forum noticed the issue again on 2.1.1 - https://forum.pfsense.org/index.php?topic=74922.0 I am submitting this so that when the next security issue happens, and there is 2.1.n+1 then this little fix will also happen automagically. I wonder what other fixes are in master that missed being back-ported to 2.1 branch.
* Use an alphanumeric test rather than purely is_numericint because the ID is ↵RELENG_2_1_2jim-p2014-04-091-2/+2
| | | | generated by uniqid and is not purely numeric. Fixes #3591
* fixes Bug #3569Marcello Coutinho2014-04-041-1/+4
| | | | | | | On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top. It seems something with ajax http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top A simple return false after jquery action fixes the unwanted scroll.
* Fix #3555, on chrome it is not initializing correct minutes when adding a ↵RELENG_2_1_1Renato Botelho2014-03-311-10/+4
| | | | new time, just drop unused php variables and set it on js
* Revert "XHTML Compliance"Renato Botelho2014-03-311-22/+15
| | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
* Handle the reinstallall case with confirmation. Fixes #3548jim-p2014-03-271-2/+9
|
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Only consider javascript files that ends with .jsRenato Botelho2014-03-251-1/+1
|
* Detect Zones and Cores for thermal sensors using regex, it fixes #3337Renato Botelho2014-03-211-25/+8
|
* remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
|
* Automatic outbound NAT rules skip openvpn interfaces, lets skip them when ↵Renato Botelho2014-03-181-0/+2
| | | | creating the first set of manual rules too. It fixes #3528
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-141-1/+1
|
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-141-2/+2
|
* standardize on https://www.pfsense.orgChris Buechler2014-03-1414-14/+14
|
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-1431-31/+31
|
* fix white spaceChris Buechler2014-03-141-1/+1
|
* s/http/https/ for www.pfsense.orgChris Buechler2014-03-1421-29/+29
|
OpenPOWER on IntegriCloud