server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
user.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement GET /users endpoint for APIv4 (#5277)
Joram Wilander
2017-02-03
1
-24
/
+5
*
Implement POST /users/ids endpoint for APIv4 (#5274)
Joram Wilander
2017-02-03
1
-4
/
+4
*
Implement APIv4 infrastructure (#5191)
Joram Wilander
2017-01-30
1
-201
/
+28
*
More app code migration (#5170)
Joram Wilander
2017-01-25
1
-205
/
+34
*
Move permissions code into app package (#5146)
Joram Wilander
2017-01-23
1
-30
/
+35
*
Migrate functions to app package (#5106)
Joram Wilander
2017-01-19
1
-637
/
+178
*
Fix preferences not loading correctly (#5084)
Joram Wilander
2017-01-16
1
-1
/
+5
*
Refactor and migrate more functions out of api into app package (#5063)
Joram Wilander
2017-01-13
1
-534
/
+148
*
PLT-4938 Add app package and move logic over from api package (#4931)
Joram Wilander
2017-01-13
1
-160
/
+111
*
PLT-4317: Fix Desktop App platform in sessions list. (#5048)
George Goldberg
2017-01-13
1
-0
/
+4
*
Removing old signup team API (#4950)
Christopher Speller
2017-01-04
1
-1
/
+1
*
Adding Etag to user profile pictures. (#4926)
Christopher Speller
2017-01-03
1
-0
/
+7
*
Add API call to get a user by their email address (#4884)
Carlos Tadeu Panato Junior
2016-12-28
1
-0
/
+19
*
Don't autocomplete users by email (#4896)
Joram Wilander
2016-12-26
1
-1
/
+11
*
Fixing image profiles (#4863)
Corey Hulen
2016-12-21
1
-4
/
+8
*
Adding metrics for caching mechanisms (#4828)
Christopher Speller
2016-12-19
1
-6
/
+6
*
PLT-4982 Adding caching to user profiles (#4782)
Corey Hulen
2016-12-14
1
-1
/
+1
*
PLT-4767 Implement MFA Enforcement (#4662)
Joram Wilander
2016-12-12
1
-4
/
+55
*
PLT-4853 Adding cache purging to the server (server) (#4735)
Corey Hulen
2016-12-08
1
-7
/
+2
*
Improving command line interface (#4689)
Christopher Speller
2016-12-06
1
-14
/
+9
*
Fixing crash when attempting to login (#4704)
Corey Hulen
2016-12-05
1
-1
/
+1
*
PLT-4710 User search now obeys privacy settings (#4673)
Joram Wilander
2016-12-02
1
-2
/
+31
*
PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)
Joram Wilander
2016-11-29
1
-0
/
+22
*
PLT-4403 Add server-based channel autocomplete, search and paging (#4585)
Joram Wilander
2016-11-24
1
-3
/
+6
*
PLT-4357 adding performance monitoring (#4622)
Corey Hulen
2016-11-22
1
-0
/
+12
*
PLT-3762 - Add API call to get a user by their username (#4611)
Carlos Tadeu Panato Junior
2016-11-21
1
-0
/
+19
*
PLT-4524 Update password reset page (#4522)
Carlos Tadeu Panato Junior
2016-11-17
1
-1
/
+1
*
Deauthenticate websockets and set status to offline when user account deactiv...
Joram Wilander
2016-11-15
1
-2
/
+13
*
Merge branch 'release-3.5'
Christopher Speller
2016-11-15
1
-4
/
+4
|
\
|
*
Fixing problem with email verification link (#4547)
Corey Hulen
2016-11-14
1
-4
/
+4
*
|
Increase unit test coverage of api/user.go (#4541)
Raphaƫl Bournhonesque
2016-11-14
1
-0
/
+2
*
|
PLT-4618 Fix email subjects (#4537)
enahum
2016-11-14
1
-30
/
+19
|
/
*
PLT-4716 fixes cache invalidation issue (#4518)
Corey Hulen
2016-11-10
1
-0
/
+3
*
PLT-4550 move webrtc to TE (#4440)
enahum
2016-11-04
1
-9
/
+3
*
Update user search to match against username, full name, nickname and email (...
Joram Wilander
2016-11-03
1
-1
/
+3
*
EE: PLT-4512 Show secret in addition to QR code when activating MFA (#4427)
Joram Wilander
2016-11-03
1
-6
/
+9
*
PLT-4535/PLT-4503 Fix inactive users in searches and add option functionality...
Joram Wilander
2016-11-02
1
-17
/
+20
*
Moving away from goamz to use minio-go instead. (#4193)
Harshavardhana
2016-10-26
1
-1
/
+1
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-42
/
+259
*
PLT-3968 Require user for getMe API (#4225)
enahum
2016-10-17
1
-5
/
+1
*
PLT-4155 Show correct login method in system console (#4102)
enahum
2016-09-28
1
-0
/
+1
*
PLT-3734 Cleaning up shouldSendEvent function (#4024)
enahum
2016-09-27
1
-5
/
+14
*
Fixing update roles API (#4060)
Christopher Speller
2016-09-22
1
-106
/
+28
*
Fix issue when saving session has an error (#4053)
Corey Hulen
2016-09-21
1
-0
/
+9
*
PLT-3412 WebRTC Server side & System Console (#3706)
enahum
2016-09-15
1
-0
/
+12
*
Update getUser API and add it to the JS driver (#4020)
Joram Wilander
2016-09-14
1
-6
/
+3
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-30
/
+30
*
PLT-3766 Change remaining LDAP references to AD/LDAP (#3985)
Jason Blais
2016-09-08
1
-1
/
+1
*
Fixing SanitizeProfile (#3930)
Christopher Speller
2016-09-02
1
-10
/
+19
*
Fixing license (#3878)
Corey Hulen
2016-08-25
1
-1
/
+1
[next]