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