summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-413/+0
|
* Protect single quotes as well to prevent JS injection, due to the way this ↵jim-p2015-06-161-10/+10
| | | | page uses single quotes for attributes.
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style system aPhil Davis2015-05-301-39/+61
|
* 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.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Encode values before displaying them back to the user in notification settingsjim-p2014-10-211-10/+10
|
* Update SCRIPT tags.Colin Fleming2014-05-191-0/+2
| | | | Add CDATA sections to SCRIPT tags in various files
* Ensure variable is available when testing smtp. Fixes #3577 (well not the ↵Warren Baker2014-04-061-14/+20
| | | | rrd summary package).
* xhtml Complianceayvis2014-03-141-15/+15
| | | replaced <br>, <br/> and </br> with <br />
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-3/+3
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Split SSL/TLS into separate checkboxes so that plaintext connections can be ↵Warren Baker2013-09-161-3/+27
| | | | made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180
* Test growl whether or not growl is disabled.jim-p2013-09-081-2/+1
|
* Add the ability to disable Growl or SMTP notifications but keep their ↵jim-p2013-06-131-8/+55
| | | | settings intact. Remove automatic test messages on save. Add individual test buttons for Growl and SMTP that work even if the service(s) are disabled.
* Tidy up System:Advanced:Notifications XHTMLColin Fleming2013-03-071-15/+16
| | | | Close INPUT tags
* Fix formatting and move setting back to system.Erik Fonnesbeck2012-02-281-4/+9
|
* Moved beep option to notifications pageYehuda Katz2012-02-281-0/+22
|
* Unlink last msg cache for growl when sending test messagwsScott Ullrich2011-08-291-0/+1
|
* Fix label for SMTP server. Hostnames work fine.jim-p2011-07-191-2/+2
|
* Add support for TLS/SSL for notification (tested with smtp.gmail.com port 465)Albert S. Causing2011-03-161-2/+6
|
* Unfortunately, using variables in this way in strings passed to gettext ↵Erik Fonnesbeck2010-10-111-3/+3
| | | | doesn't work well with translations. Replacing with sprintf for now.
* Replace hard coded pfSense with product_nameWarren Baker2010-10-101-4/+4
|
* Fix typosjim-p2010-07-201-2/+2
|
* Allow setting the SMTP port for notifications. Fixes #677jim-p2010-07-141-0/+10
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-31/+31
|
* Fix growl issues.Scott Ullrich2010-04-171-0/+27
| | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner
* Ticket #393. Require once.Ermal Luçi2010-03-031-1/+1
|
* Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.netScott Ullrich2009-12-311-2/+35
|
* allow sending of same message twice when 'testing' smtp serviceScott Ullrich2009-11-071-0/+2
|
* Do not include head.inc twiceScott Ullrich2009-10-031-2/+0
|
* Correct misc tab URLScott Ullrich2009-10-031-2/+1
|
* Alert if there is a problem sending the test messageScott Ullrich2009-10-031-1/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Summons the capitalization policeScott Ullrich2009-08-251-1/+1
|
* Correct hintScott Ullrich2009-08-251-1/+1
|
* Add seperatorScott Ullrich2009-08-251-0/+3
|
* Correct pconfig variablesScott Ullrich2009-08-251-4/+2
|
* Require notices.incScott Ullrich2009-08-251-0/+1
|
* Adding SMTP support. Ticket #59Scott Ullrich2009-08-251-1/+38
|
* Adding register_via_growl()Scott Ullrich2009-07-091-1/+2
|
* Restore form values correctly... really.Scott Ullrich2009-07-091-9/+4
|
* Send a sample test message when user clicks saveScott Ullrich2009-07-091-0/+2
|
* Oops, store config in correct locationScott Ullrich2009-07-091-2/+2
|
* Save to correct location and nuke dirty stuffScott Ullrich2009-07-091-12/+2
|
* Restore growl settings correctlyScott Ullrich2009-07-091-2/+2
|
* Adding System: Advanced: Notifications to priv listScott Ullrich2009-07-091-3/+8
|
* First stab at adding growl notifications settings screen (and other future ↵Scott Ullrich2009-07-091-0/+154
notifications)
OpenPOWER on IntegriCloud