summaryrefslogtreecommitdiffstats
path: root/app/user_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Usernames must start with a letter (#5581)Joram Wilander2017-03-031-2/+2
|
* APIv4: GET /users/{user_id}/image (#5526)Saturnino Abril2017-02-271-0/+22
|
* Updating user attributes on oauth login (#5324)Poornima2017-02-261-1/+153
| | | | Moving update function to app package Fixing duplicate userID on create user test
* Block OAuth account creation when disabled in config (#5506)Joram Wilander2017-02-231-0/+34
|
* More app code migration (#5170)Joram Wilander2017-01-251-0/+26
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-0/+27