server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving HTTP request counter to the start of ServeHTTP so count time is not ef...
Christopher Speller
2017-03-14
1
-2
/
+4
*
Implement brand image endpoints for APIv4 (#5733)
Joram Wilander
2017-03-14
1
-6
/
+0
*
Implement compliance endpoints for APIv4 (#5683)
Joram Wilander
2017-03-13
1
-1
/
+1
*
Move command logic into app layer (#5617)
Joram Wilander
2017-03-13
20
-2026
/
+100
*
Implement GET /users/autocomplete endpoint for APIv4 (#5742)
Joram Wilander
2017-03-13
1
-26
/
+6
*
Implement SAML endpoints for APIv4 (#5671)
Joram Wilander
2017-03-13
2
-3
/
+11
*
Add pinned posts (#4217)
Gabin Aureche
2017-03-13
6
-8
/
+165
*
improvements for inbucket email test and re-enable Email mention test (#5647)
Carlos Tadeu Panato Junior
2017-03-11
2
-53
/
+77
*
Endpoint for APIv4: /files/{file_id}/link (#5607)
Saturnino Abril
2017-03-11
1
-1
/
+1
*
Merge 3.7 changes into master (#5679)
Joram Wilander
2017-03-07
1
-2
/
+7
*
Add system console switch for enabling link previews (#5663)
Joram Wilander
2017-03-06
2
-0
/
+16
*
enable saml for RN app (#5635)
enahum
2017-03-06
1
-1
/
+6
*
Fix JS error when receiving reply during channel switch (#5582)
Joram Wilander
2017-03-03
2
-1
/
+8
*
Usernames must start with a letter (#5581)
Joram Wilander
2017-03-03
3
-50
/
+56
*
PLT-3077 Add group messaging (#5489)
Joram Wilander
2017-03-02
2
-2
/
+75
*
PLT-5355: Fix permalink to private/direct channels. (#5574)
George Goldberg
2017-03-02
2
-3
/
+55
*
Update emoji_test.go (#5589)
Harry Moreno
2017-03-01
1
-1
/
+1
*
Reload license from DB for all cluster app servers (#5525)
Joram Wilander
2017-02-28
2
-97
/
+13
*
Move webhook logic from api layer to app layer (#5527)
Joram Wilander
2017-02-28
2
-377
/
+113
*
Revert "Adding caching to get channel member (#5518)"
Christopher Speller
2017-02-27
1
-6
/
+2
*
Adding edit of incoming webhook (#5272)
Poornima
2017-02-26
2
-58
/
+619
*
Updating user attributes on oauth login (#5324)
Poornima
2017-02-26
1
-0
/
+6
*
Adding caching to get channel member (#5518)
Christopher Speller
2017-02-24
1
-2
/
+6
*
PLT-3193 Add channel notification preferences for push and email notiā¦ (#5500)
enahum
2017-02-23
1
-23
/
+56
*
Adding device Id for version 2 of native apps (#5505)
Corey Hulen
2017-02-23
2
-5
/
+31
*
Fix response for malformed command execute request (#5498)
Joram Wilander
2017-02-22
3
-4
/
+10
*
Fixing emoji reactions and Aurora read replica issue for master (#5499)
Corey Hulen
2017-02-22
1
-39
/
+22
*
Implement create and get incoming webhook endpoints for APIv4 (#5407)
Joram Wilander
2017-02-21
1
-37
/
+14
*
Fix permission grants for channel management. (#5478)
George Goldberg
2017-02-21
1
-0
/
+33
*
Fixing file info caching issue with Aurora for master (#5477)
Corey Hulen
2017-02-20
2
-3
/
+6
*
Implement a few channel member endpoints for APIv4 (#5444)
Joram Wilander
2017-02-20
1
-15
/
+2
*
Implement upload and get file endpoints for APIv4 (#5396)
Joram Wilander
2017-02-17
1
-55
/
+7
*
Adding emoji caching (#5433)
Corey Hulen
2017-02-15
1
-2
/
+3
*
Adding caching to profile images to master (#5428)
Corey Hulen
2017-02-15
1
-3
/
+10
*
Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)
Joram Wilander
2017-02-15
2
-37
/
+0
*
APIv3 append offset and limit to getProfiles etag (#5421)
enahum
2017-02-15
1
-1
/
+1
*
Fixing websocket auth then sending challenge (#5406)
Corey Hulen
2017-02-14
2
-1
/
+68
*
Disabling email mention test (#5381)
Corey Hulen
2017-02-13
1
-45
/
+45
*
Implement some post endpoints for APIv4 (#5353)
Joram Wilander
2017-02-13
1
-1
/
+1
*
Increase performance when receiving messages (#5375)
Joram Wilander
2017-02-13
2
-20
/
+0
*
PLT-5455 Added caching for OG metadata of link preview. (#5361)
Debanshu Kundu
2017-02-12
2
-7
/
+43
*
Adding go vet from hack-a-thon (#5328)
Corey Hulen
2017-02-09
5
-32
/
+32
*
Add caching for file infos (#5330)
Joram Wilander
2017-02-07
1
-1
/
+3
*
Implement a few team endpoints for APIv4 (#5296)
Joram Wilander
2017-02-07
1
-1
/
+1
*
PLT-5379 Fix the error occuring while fetching OG metadata for links which do...
Debanshu Kundu
2017-02-07
1
-0
/
+1
*
Implement GET /users endpoint for APIv4 (#5277)
Joram Wilander
2017-02-03
2
-25
/
+6
*
Implement POST /users/ids endpoint for APIv4 (#5274)
Joram Wilander
2017-02-03
1
-4
/
+4
*
Updating server dependancies (#5249)
Christopher Speller
2017-02-02
1
-1
/
+1
*
Implement POST /channels endpoint for APIv4 (#5241)
Joram Wilander
2017-02-02
2
-32
/
+5
*
Fixing websocket origin policy
Christopher Speller
2017-01-31
2
-4
/
+25
[next]