summaryrefslogtreecommitdiffstats
path: root/app/user_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-4/+4
|
* app type transition (#7167)Chris2017-09-061-17/+23
|
* Fix TestUpdateOAuthUserAttrs unit test (#7037)Joram Wilander2017-08-021-1/+1
|
* Fix TestCreateOAuthUser unit test (#7034)Joram Wilander2017-07-281-1/+1
|
* PLT-6271 Changed word splitting to initially split on any non-name character ↵Harrison Healey2017-04-281-1/+1
| | | | | | | | (#6261) * PLT-6271 Changed word splitting to initially split on any non-name character * Fixed detection of out of channel mentions
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-181-2/+2
| | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e.
* 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
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-9/+9
| | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict
* PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-3/+3
|
* 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