Commit Graph

43 Commits (06c3d6ac11b2fd7e3f122aa2c556e7461357c785)

Author SHA1 Message Date
Samuel FORESTIER 06c3d6ac11
r-strips the configured URL unconditionally
4 years ago
Samuel FORESTIER cd49dce78f
[PATCH v2] Removes potential '//' from email links (#420, #519, #523)
4 years ago
Michiel Scholten 472c9ed3de Set subject for notification about new comment, subject should not be empty (#589)
5 years ago
Chris Warrick 22abbcdbb4
Include user e-mails in admin notifications only
5 years ago
Jelmer Vernooij 161f2dfa20
Revert "Removes potential '//' from email links (#420)"
5 years ago
Samuel FORESTIER 1a3f803b96
Removes potential '//' from email links (#420)
5 years ago
Florian Latifi c5311e1d7d Properly handle to field in mail notifications when using uWSGI spooler
6 years ago
Jelmer Vernooij 63cc15a962
Fix current flakes.
6 years ago
Pelle Nilsson 1dd95d5aad New setting general.reply-notifications
6 years ago
Pelle Nilsson 171fcfab72 Postpone notifications to users until comment has been approved by moderator
6 years ago
Pelle Nilsson 9b2a56e467 Introduce public-endpoint setting
6 years ago
Pelle Nilsson 0063fd6e88 Make unsubscribe work with notifications for replies
6 years ago
Pelle Nilsson f6f61c547a Merge remote-tracking branch 'posativ/master' into reply_notification
6 years ago
Pelle Nilsson 36d4ceb2d9 Don't send notification when someone responds to his/her own comment
6 years ago
Pelle Nilsson 22a36bdb7c Support notifications also for replies
6 years ago
Pelle Nilsson da6bb0cec7 Fix faulty check for parent comment
6 years ago
Yuchen Pei 73c7933548 A quick dirty fix of #401 (#406)
6 years ago
Pelle Nilsson c9045f5b1f Implement opt-out for email notifications
6 years ago
Pelle Nilsson bc4bc55025 Include link to comment in email notifications
6 years ago
Pelle Nilsson 2e85ec653f Make SMTP connections thread safe
6 years ago
Pelle Nilsson c30873e8a2 Merge remote-tracking branch 'tsileo/reply_notification' into reply_notification
6 years ago
cclauss 7f55c81e08 autopep8 the code and then flake8
6 years ago
Julien Enselme 6973128eac Correct auth without password or username.
9 years ago
Martin Zimmermann 630e76f66c Merge branch 'legacy/0.9'
9 years ago
Martin Zimmermann f5566c1325 encode username/password in SMTP auth only for Python 2, fix #146
9 years ago
Martin Zimmermann aa64b27684 Python 2.7.9 didn't get the context=ssl... backport unfortunately
9 years ago
Martin Zimmermann f47df75422 use system's CA certificates for Python 2.7.9 or higher to verify TLS connection
10 years ago
Martin Zimmermann 9c2a48b388 Merge branch 'legacy/0.9'
10 years ago
Martin Zimmermann 6a3a9ea114 SMTP authentication uses bytes, not unicode, fixes #126
10 years ago
Martin Zimmermann f489ae63d6 Python3.4 now uses system's CA to connect to SMTP via TLS
10 years ago
Martin Zimmermann e6fdfb03eb do not limit From: field to email address-only, closes #87
10 years ago
Martin Zimmermann 5c91a84951 fix uWSGI spooling for Python3
10 years ago
Martin Zimmermann 3b248b293f set SMTP timeout to 10 seconds and make it configurable, ref 9a735e8
10 years ago
Martin Zimmermann 9a735e8eac initial SMTP connection now timeouts after 5 seconds, closes #70
10 years ago
Thomas Sileo a322cf673a Bugfix
11 years ago
Thomas Sileo e50ecc7811 Removed debug info
11 years ago
Thomas Sileo 08313c191c Added reply notification for commenter
11 years ago
Chimo 658e065f23 Adds STARTTLS support to SMTP notifications
11 years ago
Martin Zimmermann fc984bb656 add Date header, close #42
11 years ago
Martin Zimmermann ce950259b4 show traceback when smtp connection failed
11 years ago
Martin Zimmermann 63a7df1099 translate deletion and activation links
11 years ago
Martin Zimmermann 17aa3e6fc5 use english text for mail notifications
11 years ago
Martin Zimmermann 6e85c54a2e refactor views and introduce an API for notifications
11 years ago