summaryrefslogtreecommitdiff
path: root/notification
Commit message (Expand)AuthorAgeFilesLines
* Set api_key as no_log, since that's likely something that should be kept priv...Michael Scherer2016-04-151-1/+1
* Fix arguments for pushover moduleMichael Scherer2016-04-131-3/+3
* Mark token as no_log, since that's used for auth (#2011)Michael Scherer2016-04-121-1/+1
* Auth_toekn is a secret, shouldn't be logged (#1999)Michael Scherer2016-04-111-1/+1
* Merge pull request #1981 from macdiesel/macdiesel/urlencode-hipchat-api-pathRené Moser2016-04-101-1/+1
|\
| * hipchat api v2 rooms are now url escapedBrian Beggs2016-04-061-1/+1
* | Client_secret is supposed to be kept secret, so mark it as no_log (#1995)Michael Scherer2016-04-091-1/+1
* | Avoid token leak by marking it as sensitive with no_log (#1966)Michael Scherer2016-04-071-1/+1
* | Do not leak mail password by errorMichael Scherer2016-04-071-1/+1
* | Mark password as 'no_log', to avoid leaking itMichael Scherer2016-04-071-2/+2
|/
* Prevent password leaks in notification/ircMichael Scherer2016-04-041-2/+2
* Use no_log=True for campfire module to avoid leaksMichael Scherer2016-04-041-1/+1
* Set no log for jabber.py passwordMichael Scherer2016-04-041-1/+1
* U() markings in pushover docs should remain but need to be uppercased.Toshio Kuratomi2016-02-071-2/+3
* remove unicode prefix and correct text in table Baptiste Mille-Mathias2016-02-071-5/+5
* Remove duplicate documentation fieldsToshio Kuratomi2016-01-282-3/+1
* Merge pull request #1336 from quoing/develBrian Coca2015-12-221-1/+1
|\
| * Fix 'An error occurred while looking up _xmpp-client._tcp.10.100.1.108' when ...quoing2015-12-051-1/+1
* | Wrapping room parameter in a string in case of using room IDsZach Abrahamson2015-12-151-1/+1
|/
* Sendgrid docs fixJonathan Davila2015-11-161-11/+12
* Added style= and more colors.Jonathan Mainguy2015-11-121-8/+46
* fixed undefined msg and now actually return something meaningfulBrian Coca2015-10-191-2/+2
* Merge pull request #370 from nsg/full-attachments-supportBrian Coca2015-10-121-17/+63
|\
| * updated the examples to the new Slack APIRamon de la Fuente2015-10-081-8/+12
| * module guidelines compliencyRamon de la Fuente2015-10-081-4/+12
| * Add attachments support to slack module.Stefan Berggren2015-07-111-7/+41
* | added missing GPL licencesBrian Coca2015-10-071-0/+15
* | sys.exit removal for notification/mail.pyMatt Martz2015-10-051-1/+0
* | sns: remove BabyJSONMichael J. Schultz2015-09-301-2/+5
* | Merge pull request #976 from kovacsbalu/fix-push_typeGreg DeKoenigsberg2015-09-301-2/+7
|\ \
| * | Use push_type and send link with push_link.kovacsbalu2015-09-151-2/+7
* | | Merge pull request #911 from Jmainguy/irc_partToshio Kuratomi2015-09-281-5/+14
|\ \ \ | |/ / |/| |
| * | Adds part=false feature to irc module. This allows people to use a faux bot w...Jonathan Mainguy2015-09-021-5/+14
* | | Fix missing parameter in typetalk modulebaba2015-09-071-3/+3
|/ /
* | Merge pull request #784 from ansible/fetch_url-pushoverToshio Kuratomi2015-08-051-19/+28
|\ \
| * | Switch from httplib to fetch_urlfetch_url-pushoverToshio Kuratomi2015-07-281-19/+28
* | | added missing license headersBrian Coca2015-07-303-3/+45
* | | clarified xmpp lib to useBrian Coca2015-07-281-2/+3
|/ /
* | Use fetch_urls code to do basic auth instead of our own i nthe twilioToshio Kuratomi2015-07-281-5/+5
* | Merge pull request #737 from ansible/fetch_url-twilioToshio Kuratomi2015-07-281-13/+14
|\ \
| * | Port twilio to fetch_urlfetch_url-twilioToshio Kuratomi2015-07-201-13/+14
| |/
* | Merge pull request #738 from ansible/fetch_url-typetalkToshio Kuratomi2015-07-281-11/+20
|\ \
| * | Port typetalk to fetch_urlfetch_url-typetalkToshio Kuratomi2015-07-201-11/+20
| |/
* | Merge pull request #736 from ansible/fetch_url-sendgridToshio Kuratomi2015-07-281-14/+13
|\ \
| * | Port sendgrid to fetch_urlfetch_url-sendgridToshio Kuratomi2015-07-201-14/+13
| |/
* | Use correct variable name.Nando Vieira2015-07-271-5/+5
* | Use the correct module param names to pass user/passToshio Kuratomi2015-07-221-2/+2
* | Merge pull request #735 from ansible/fetch_url-campfireToshio Kuratomi2015-07-221-45/+27
|\ \
| * | Port campifre to fetch_urlfetch_url-campfireToshio Kuratomi2015-07-201-45/+27
| |/
* | fixed decriptions to be listsBrian Coca2015-07-211-6/+6
|/