summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code and unset vars so next time the code works properly ↵Ermal LUÇI2015-02-111-10/+1
| | | | avoiding cache issues.
* Merge pull request #1482 from phil-davis/CP-text-typosRenato Botelho2015-02-112-2/+2
|\
| * Random text typosPhil Davis2015-02-112-2/+2
| | | | | | | | that I noticed.
* | Merge pull request #1483 from phil-davis/formfld-unknownRenato Botelho2015-02-111-9/+9
|\ \
| * | Fix typo in class in bridge editPhil Davis2015-02-111-9/+9
| |/ | | | | | | | | Fixing this makes nice little pencil icons appear in front of the text entry fields.
* | Check if Unbound is enabled and using the same port before allowing dnsmasq ↵Chris Buechler2015-02-111-0/+5
|/ | | | to be enabled. part of Ticket #4332
* touch up Unbound textChris Buechler2015-02-091-2/+2
|
* Use appropriate interface field description when working with floating ↵Chris Buechler2015-02-091-1/+5
| | | | rules, it was confusing and potentially incorrect for floating rule purposes.
* Merge pull request #1469 from makkbe/masterRenato Botelho2015-02-091-4/+7
|\
| * Merge remote-tracking branch 'upstream/master'McB2015-02-031-2/+2
| |\
| * | Fixed alignment issue.McB2015-02-031-5/+5
| | |
| * | Added DynDNS support for GleSYS API (www.glesys.com).McB2015-02-031-4/+7
| | |
* | | fix up textChris Buechler2015-02-061-1/+1
| | |
* | | Merge pull request #1458 from xbipin/patch-4Renato Botelho2015-02-051-0/+26
|\ \ \
| * | | fix indentxbipin2015-02-021-4/+3
| | | | | | | | | | | | | | | | fix indent
| * | | Update pkg_edit.phpxbipin2015-01-311-1/+1
| | | |
| * | | add schedule selection to pkg_edit.phpxbipin2015-01-311-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | this allows schedule selection to pkg_edit.php, this can then be utilized by packages to set schedules in many other places. This is the first set of changes, will further modify other files to make full use of schedules.
* | | | Merge pull request #1466 from tuyan/masterRenato Botelho2015-02-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed not being able to save custom and custom-v6 dyndnsTuyan Ozipek2015-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | entries due to "host" being posted empty, and thus failing is_domain() check.
* | | | fix responder-only IPsec textChris Buechler2015-02-031-2/+2
| |_|/ |/| |
* | | fix textChris Buechler2015-02-021-2/+2
| | |
* | | Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-0215-10/+15
|/ / | | | | | | should fix #4238
* | Merge pull request #1457 from phil-davis/patch-2Renato Botelho2015-02-021-1/+1
|\ \
| * | Unbound domain override IP:port validationPhil Davis2015-01-301-1/+1
| | | | | | | | | | | | The domain override is IP:port is invalid if either the IP address OR port is invalid. Previously you could put an invalid IP with valid port, or valid IP with invalid port.
* | | Remove latin-1 encoding of RSS feedPhil Davis2015-02-021-1/+0
| | | | | | | | | | | | | | | Many thanks to Gertjan in forum https://forum.pfsense.org/index.php?topic=87504.msg484017#msg484017 Specifically setting the output encoding to latin-1 was causing the "black diamonds" for special characters in the http://blog.pfsense.org RSS feed (e.g. the registered trademark sign after pfSense did not come out). It should all work by letting simplepie do its default stuff with the RSS feed.
* | | Add input validation to prevent the use of AES > 128 where glxsb is enabled. ↵Chris Buechler2015-01-312-3/+16
| | | | | | | | | | | | Ticket #4361
* | | Fixes #4360 allow marking a connection as responder only, the same behviour ↵Ermal LUÇI2015-01-311-0/+14
| | | | | | | | | | | | as mobile connections
* | | Fixes #4359 Allow controlling uniqueidsErmal LUÇI2015-01-311-0/+29
| | |
* | | Merge pull request #1453 from phil-davis/Upstream-SIP-serverErmal LUÇI2015-01-312-2/+4
|\ \ \
| * | | Traffic Shaper Wizard Upstream SIP ServerPhil Davis2015-01-282-2/+4
| | | | | | | | | | | | | | | | | | | | Not being remembered and actioned. Bug #4314
* | | | Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec ↵Ermal LUÇI2015-01-312-10/+23
| | | | | | | | | | | | | | | | service.
* | | | Fixes #4333 Unset previous defined values before using the new onesErmal LUÇI2015-01-312-0/+8
| |_|/ |/| |
* | | Do not reuse reqid on copy of phase2 Fixes #4349Ermal LUÇI2015-01-301-0/+1
| |/ |/|
* | fix input validation, = is OK hereChris Buechler2015-01-291-2/+2
| |
* | Accept port range on Outbound NAT. Fixes #4300Renato Botelho2015-01-281-2/+2
| |
* | Merge pull request #1440 from wagonza/patch-6Renato Botelho2015-01-281-1/+17
|\ \
| * | Add support for 0x20 DNS random bit support. Fixes #4205Warren Baker2015-01-141-1/+17
| | |
* | | Merge pull request #1421 from phil-davis/patch-4Renato Botelho2015-01-281-0/+20
|\ \ \
| * | | Support for Office365 MailPhil Davis2015-01-041-0/+20
| | | | | | | | | | | | | | | | | | | | https://redmine.pfsense.org/issues/4176 Allow the user to choose SMTP authentication mechanism PLAIN or LOGIN. For existing configs with this option not set, PLAIN is the default, and will appear first in the dropdown box, so next time the user saves the SMTP Notification settings, PLAIN will be the value selected and saved.
* | | | Merge pull request #1445 from phil-davis/priv-typosRenato Botelho2015-01-283-7/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Unimportant typos in user and group managerPhil Davis2015-01-183-7/+7
| | | | | | | | | | | | | | | | that do not effect anything.
* | | | use example.com for examplesChris Buechler2015-01-271-1/+1
| | | |
* | | | these descriptions were flipped. Ticket #4273Chris Buechler2015-01-271-2/+2
| | | |
* | | | Make sure radvd is reconfigured when CARP is enabled/disabled. It should fix ↵Renato Botelho2015-01-221-1/+18
| | | | | | | | | | | | | | | | #4252
* | | | Add missing require for filter.inc since vpn_ipsec_configure() calls ↵Renato Botelho2015-01-212-0/+2
|/ / / | | | | | | | | | filter_configure(). It should fix #4236
* | | move jquery ui css to theme foldersJared Dillard2015-01-1610-1/+9809
| | |
* | | Merge pull request #1441 from phil-davis/patch-1Renato Botelho2015-01-151-1/+1
|\ \ \
| * | | Firewall Rules Apply be friendly to other languagesPhil Davis2015-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forum: https://forum.pfsense.org/index.php?topic=86808.0 Redmine: https://redmine.pfsense.org/issues/3886 print_info_box_np() when called with just the first $msg parameter has some rough tests to decide if the "Apply" button should be displayed. It checks if the translation of "apply", "save" or "create" appears in the $msg string (which is a translated string itself). If the $msg string did not translate, and thus remains in English, but gettext("apply") does translate then the e.g. Turkish word for "apply" is not going to appear in the English $msg string. So things go wrong. print_info_box_np already has extra parameters to tell it explicitly $showapply - and for this stuff we know we want the apply button, regardless of how the various text string translations work out. Thus I have provided those parameters here. I also changed the construction of the text to pass as $msg, breaking it up like in firewall_aliases.php - this means that the string "You must apply the changes in order for them to take effect." translates and you get at least that Turkish displayed. IMHO it would be beneficial to change lots of these print_info_box_np calls to explicitly set $showapply=true - that will ensure that the apply button shows (and thus the user can perform the needed actions) regardless of how well/not well the translation of the text turns out.
* | | | Ticket #3997 s/_vhid/_vip/gErmal LUÇI2015-01-151-1/+1
| | | |
* | | | Ticket #3997 Put a uniq identifier on the carp settings.Ermal LUÇI2015-01-151-0/+4
| | | |
OpenPOWER on IntegriCloud