Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typo in app/email.go (#5569) | Ryan Wang | 2017-03-02 | 1 | -2/+2 |
| | |||||
* | Make all emails with the same pattern on subject (#5198) | Carlos Tadeu Panato Junior | 2017-03-01 | 1 | -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 Wilander | 2017-01-19 | 1 | -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 |