summaryrefslogtreecommitdiffstats
path: root/cmd/platform/user.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix verifying a missing user panics (#5240)Christopher Speller2017-01-311-0/+1
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-6/+5
| | | | | | | | | | | | | | | | | | * 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
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-1/+1
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-3/+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
* Fix SiteURL in join team email (#4979)Joram Wilander2017-01-061-1/+1
|
* Improving command line interface (#4689)Christopher Speller2016-12-061-0/+432