summaryrefslogtreecommitdiffstats
path: root/app/email_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Adding jenkinsfile for new build server.Christopher Speller2017-09-061-10/+2
|
* app type transition (#7167)Chris2017-09-061-14/+24
|
* [PLT-1015] Make all Mattermost system emails Multi-Part, with both a HTML ↵Carlos Tadeu Panato Junior2017-08-211-2/+2
| | | | | | | | | | | | and Plain Text version. (#5698) * Implementation to Make all Mattermost system emails Multi-Part, with both a HTML and Plain Text version * update lib * update code per review * update to use the mattermost repo
* Adding short unit tests by default (#6494)Christopher Speller2017-05-251-0/+30
|
* Fix some issues in English (#5714)William Gathoye2017-05-111-1/+1
|
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-271-9/+17
| | | | (#6213)
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-041-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-150/+293
| | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-011-18/+64
| | | | | | | | | | | | | | | | | | | | * make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes
* Add tests for app/email.go (#5187)Carlos Tadeu Panato Junior2017-01-261-0/+419
* Add tests for app/email.go * fix issue related with inbucket * applied go fmt