summaryrefslogtreecommitdiffstats
path: root/cmd/platform/user.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-311-1/+1
| | | | | | | | * Add websocket event for user role update * Fix tests * More test fixes
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-1/+1
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* eliminate more utils.Cfg references (#7701)Chris2017-10-241-3/+3
|
* remove more global refs (#7480)Chris2017-09-211-9/+9
|
* remove einterface gets (#7455)Chris2017-09-191-5/+4
|
* Remove global app references (#7433)Chris2017-09-121-27/+35
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* Renaming repoChristopher Speller2017-09-061-4/+4
|
* app type transition (#7167)Chris2017-09-061-7/+7
|
* PLT-7145: `platform user deleteall` expects a user as argument (#7002)Jonathan2017-08-021-34/+32
| | | | | | * PLT-7145: Fixed typo preventing deleteall command from working as expected. Cleaned up spelling and error messages throughout the user module * PLT-7145: Grammar and wording suggestions from PR 7002
* Adding force flag to migrate auth command (#6593)Christopher Speller2017-06-061-1/+5
|
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-11/+42
| | | | | | | | | | * PLT-6471 Properly panic when translations can't be loaded * Print usage messages when errors occur during CLI initialization * Reverted behaviour of FindDir and added second return value to it * Fixed merge conflict
* PLT-6113 Added initial unit tests for cmd package (#6086)Harrison Healey2017-04-151-11/+21
| | | | | | | | * Fixed app.CreateUser not using the provided locale * Added initial unit tests for cmd package * Disabled unit tests while we move to 'go build'
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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
* Add CLI command to search for users based on username, email, or user ID (#5918)Simon Soriano2017-04-051-5/+44
|
* 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