summaryrefslogtreecommitdiffstats
path: root/app/email.go
Commit message (Collapse)AuthorAgeFilesLines
* Correct typo in app/email.go (#5569)Ryan Wang2017-03-021-2/+2
|
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-011-10/+42
| | | | | | | | | | | | | | | | | | | | * 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
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-0/+236
* Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback