summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-171-0/+35
| | | Completes original patch by David Lu.
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-172-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * add docker container for inbucket * Add way to get the emails using inbucket and add a test for reset password * add config setting to send emails * update TestEmailTest update * add another test and fix wrong assert * update per review fix lint change senders email * Revert config.json to default values for EmailSettings section * update test * add setup to make the test run
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-1313-205/+1396
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-1318-0/+3608
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge