summaryrefslogtreecommitdiffstats
path: root/app/email.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove utils.ClientCfg and utils.ClientCfgHash (#8041)Chris2018-01-051-13/+13
| | | | | | * remove utils.ClientCfg and utils.ClientCfgHash * remove unused import
* send-mail refactor (#7885)Chris2017-11-231-11/+15
|
* refactor template code (#7860)Chris2017-11-201-14/+40
|
* eliminate more utils.Cfg references (#7701)Chris2017-10-241-17/+17
|
* Reduce utils.Cfg references (#7650)Chris2017-10-181-2/+2
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* app type transition (#7167)Chris2017-09-061-3/+4
|
* PLT-7522 Cleaned up translation of templates (#7351)Harrison Healey2017-09-051-18/+17
| | | | | | | | * PLT-7522 Cleaned up translation of templates * Added unit tests * Changed TranslateAsHtml to not be variadic
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-10/+11
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* PLT-7194 Add email when adding user access tokens (#7087)Joram Wilander2017-08-031-0/+18
| | | | | | | | * Add email when adding user access tokens * Update en.json * Update en.json
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-271-8/+12
| | | | (#6213)
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-9/+8
| | | | | | | | | | | | * 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
* 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