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
*
remove global refs from api/api4 (#7496)
Chris
2017-09-22
1
-55
/
+55
*
remove einterface gets (#7455)
Chris
2017-09-19
1
-6
/
+5
*
Fixing profile image tag (#7435)
Corey Hulen
2017-09-19
1
-1
/
+1
*
Renaming repo
Christopher Speller
2017-09-06
1
-5
/
+5
*
app type transition (#7167)
Chris
2017-09-06
1
-55
/
+55
*
Api: NewLocAppError -> NewAppError (#7280)
George Goldberg
2017-09-01
1
-22
/
+12
*
set to default value with config is missing (#7320)
Saturnino Abril
2017-08-30
1
-1
/
+1
*
PLT-6226 Fixing races with licensing (#7213)
Corey Hulen
2017-08-16
1
-2
/
+2
*
If login is using mobile respond with JSON object (#7030)
enahum
2017-08-03
1
-5
/
+11
*
Minor fix
JoramWilander
2017-07-06
1
-1
/
+1
*
Creating common token store and moving email invites and verification to it (...
Christopher Speller
2017-04-27
1
-8
/
+9
*
Refactor OAuth 2.0 code into app layer (#6037)
Joram Wilander
2017-04-12
1
-49
/
+1
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
Refactor switching login type code into app layer and add v4 endpoint (#6000)
Joram Wilander
2017-04-10
1
-155
/
+13
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-20
/
+20
*
Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)
Joram Wilander
2017-03-28
1
-25
/
+0
*
Implement some MFA endpoints for APIv4 (#5864)
Joram Wilander
2017-03-27
1
-20
/
+2
*
Implement POST /users/search endpoint for APIv4 (#5822)
Joram Wilander
2017-03-23
1
-13
/
+3
*
Merge branch 'release-3.7' into master.
George Goldberg
2017-03-17
1
-3
/
+3
|
\
|
*
PLT-5765 Passed SiteURL to SendNotifications (#5705)
Harrison Healey
2017-03-10
1
-3
/
+3
*
|
Implement GET /users/autocomplete endpoint for APIv4 (#5742)
Joram Wilander
2017-03-13
1
-26
/
+6
|
/
*
enable saml for RN app (#5635)
enahum
2017-03-06
1
-1
/
+6
*
Updating user attributes on oauth login (#5324)
Poornima
2017-02-26
1
-0
/
+6
*
Adding device Id for version 2 of native apps (#5505)
Corey Hulen
2017-02-23
1
-5
/
+0
*
Adding caching to profile images to master (#5428)
Corey Hulen
2017-02-15
1
-3
/
+10
*
APIv3 append offset and limit to getProfiles etag (#5421)
enahum
2017-02-15
1
-1
/
+1
*
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
[next]