summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Move Slack Import to App Layer. (#5135)George Goldberg2017-01-204-1/+1208
|
* PLT-5284 Fix webhook notifications for channel creator is not in (#5119)Joram Wilander2017-01-203-17/+15
| | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test
* Migrate functions to app package (#5106)Joram Wilander2017-01-198-15/+1331
| | | | | | | | | | | | | | | | | | * 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
* 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