summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+53
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-8/+21
* Usernames must start with a letter (#5581)Joram Wilander2017-03-031-38/+44
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-281-6/+9
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-231-0/+31
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-1/+1
* More app code migration (#5170)Joram Wilander2017-01-251-26/+1
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-58/+90
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-2/+2
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-171-0/+16
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-21/+5
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-39/+40
* Adding Etag to user profile pictures. (#4926)Christopher Speller2017-01-031-1/+9
* Add API call to get a user by their email address (#4884)Carlos Tadeu Panato Junior2016-12-281-0/+33
* Don't autocomplete users by email (#4896)Joram Wilander2016-12-261-0/+9
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+1
* Improving command line interface (#4689)Christopher Speller2016-12-061-5/+2
* PLT-4710 User search now obeys privacy settings (#4673)Joram Wilander2016-12-021-0/+137
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-291-0/+38
* PLT-3762 - Add API call to get a user by their username (#4611)Carlos Tadeu Panato Junior2016-11-211-0/+39
* PLT-4524 Update password reset page (#4522)Carlos Tadeu Panato Junior2016-11-171-5/+10
* Deauthenticate websockets and set status to offline when user account deactiv...Joram Wilander2016-11-151-1/+14
* Increase unit test coverage of api/user.go (#4541)Raphaƫl Bournhonesque2016-11-141-0/+45
* Update user search to match against username, full name, nickname and email (...Joram Wilander2016-11-031-1/+0
* EE: PLT-4512 Show secret in addition to QR code when activating MFA (#4427)Joram Wilander2016-11-031-3/+3
* PLT-4535/PLT-4503 Fix inactive users in searches and add option functionality...Joram Wilander2016-11-021-10/+48
* Prevent system_admin role mistake (#4405)Christopher Speller2016-11-011-0/+4
* PLT-3562 Switch websocket over to post-connect authentication (#4327)Joram Wilander2016-10-311-0/+5
* Moving away from goamz to use minio-go instead. (#4193)Harshavardhana2016-10-261-19/+22
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-24/+414
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-1/+1
* Fixing update roles API (#4060)Christopher Speller2016-09-221-115/+31
* Update getUser API and add it to the JS driver (#4020)Joram Wilander2016-09-141-3/+47
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-11/+11
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-061-3/+3
* Fixing SanitizeProfile (#3930)Christopher Speller2016-09-021-0/+66
* PLT-914 Add mention notifications for replies on a comment thread (#3130)samogot2016-07-191-0/+10
* Fix possible race condition in TestUserTyping test case (#3612)Joram Wilander2016-07-181-0/+2
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-59/+1
* Increased wait time for TestUserTyping event test case (#3587)Joram Wilander2016-07-141-1/+1
* Merged release-3.2 into masterHarrison Healey2016-07-121-0/+56
|\
| * Some improvments to password handling (#3549)Christopher Speller2016-07-121-0/+56
* | Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-0/+82
|/
* PLT-1465 Added password requirements (#3489)David Lu2016-07-061-71/+72
* PLT-3502 Fix Team admins can't give "team admin" privilege to members (#3499)enahum2016-07-061-2/+2
* PLT-2905 fixing upgrade of SSO accounts (#2962)Corey Hulen2016-05-111-2/+4
* PLT-2862 Re-added LDAP login boxes as part of signup flow (#2937)Harrison Healey2016-05-091-0/+17
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-061-2/+130
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-041-0/+16
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-031-39/+74