summaryrefslogtreecommitdiffstats
path: root/cmd/platform/team.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-1/+2
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-3/+2
| | | | | | | | | | | | | | | | | | * 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-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-5/+4
| | | | | | | | | | * 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
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+205