server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade schema for pinned posts. (#5747)
George Goldberg
2017-03-13
1
-0
/
+3
*
Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)
Joram Wilander
2017-03-13
4
-12
/
+101
*
Implement compliance endpoints for APIv4 (#5683)
Joram Wilander
2017-03-13
3
-6
/
+22
*
Implement some team endpoints for APIv4 (#5745)
Joram Wilander
2017-03-13
3
-13
/
+90
*
add update channel endpoint for APIv4 (#5624)
Carlos Tadeu Panato Junior
2017-03-13
1
-2
/
+1
*
Endpoint for APIv4: GET /team/{team_id}/channels (#5681)
Saturnino Abril
2017-03-13
3
-0
/
+120
*
Add pinned posts (#4217)
Gabin Aureche
2017-03-13
4
-0
/
+71
*
Adding functionality to get & delete incoming webhooks (#5648)
Poornima
2017-03-11
2
-0
/
+11
*
Add new database schema version ready for 3.8. (#5697)
George Goldberg
2017-03-09
1
-0
/
+10
*
Merge 3.7 changes into master (#5679)
Joram Wilander
2017-03-07
5
-9
/
+86
*
Update schema for version 3.7. (#5674)
George Goldberg
2017-03-07
1
-6
/
+5
*
Usernames must start with a letter (#5581)
Joram Wilander
2017-03-03
3
-13
/
+15
*
PLT-3077 Add group messaging (#5489)
Joram Wilander
2017-03-02
1
-1
/
+1
*
PLT-5612: Don't show error on invalid search query. (#5596)
George Goldberg
2017-03-02
1
-16
/
+18
*
PLT-5367: Basic post bulk importing. (#5562)
George Goldberg
2017-02-28
3
-0
/
+192
*
Get all teams api4 (#5542)
Andrei Stanciu
2017-02-28
2
-0
/
+60
*
Revert "Adding caching to get channel member (#5518)"
Christopher Speller
2017-02-27
3
-40
/
+7
*
Adding edit of incoming webhook (#5272)
Poornima
2017-02-26
3
-28
/
+63
*
Updating user attributes on oauth login (#5324)
Poornima
2017-02-26
2
-3
/
+31
*
PLT-5070: Server side component of Telemetry. (#5514)
George Goldberg
2017-02-24
5
-0
/
+228
*
Adding caching to get channel member (#5518)
Christopher Speller
2017-02-24
3
-7
/
+40
*
PLT-3193 Add channel notification preferences for push and email notiā¦ (#5500)
enahum
2017-02-23
2
-0
/
+70
*
Adding device Id for version 2 of native apps (#5505)
Corey Hulen
2017-02-23
1
-0
/
+20
*
Implement create and get incoming webhook endpoints for APIv4 (#5407)
Joram Wilander
2017-02-21
4
-7
/
+65
*
Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)
Saturnino Abril
2017-02-21
3
-8
/
+9
*
Fixing file info caching issue with Aurora for master (#5477)
Corey Hulen
2017-02-20
3
-8
/
+23
*
Implement upload and get file endpoints for APIv4 (#5396)
Joram Wilander
2017-02-17
1
-1
/
+8
*
Bumping base cache numbers for master (#5451)
Corey Hulen
2017-02-17
4
-11
/
+10
*
Added NewPostList constructor to set fields to be non-null (#5440)
Harrison Healey
2017-02-16
1
-9
/
+7
*
Ensured getPostsSince route doesn't return a null posts field (#5436)
Harrison Healey
2017-02-15
1
-0
/
+2
*
Fixing emoji bug (#5438)
Corey Hulen
2017-02-15
2
-1
/
+7
*
Adding emoji caching (#5433)
Corey Hulen
2017-02-15
3
-3
/
+43
*
Increasing the time between db recycles (#5389)
Corey Hulen
2017-02-14
1
-1
/
+1
*
Adding go vet from hack-a-thon (#5328)
Corey Hulen
2017-02-09
4
-26
/
+24
*
Error on blank post IDs for get post query (#5326)
Joram Wilander
2017-02-08
2
-0
/
+24
*
Implement a few channel member endpoints for APIv4 (#5304)
Joram Wilander
2017-02-07
3
-10
/
+10
*
Add caching for file infos (#5330)
Joram Wilander
2017-02-07
3
-5
/
+53
*
Implement password reset endpoints for APIv4 (#5256)
Joram Wilander
2017-02-07
1
-1
/
+8
*
Implement a few team endpoints for APIv4 (#5296)
Joram Wilander
2017-02-07
1
-2
/
+2
*
Adding PostId index (#5300)
Christopher Speller
2017-02-03
1
-0
/
+1
*
Removing parentId from delete post queries (#5298)
Christopher Speller
2017-02-03
1
-2
/
+2
*
Implement GET /users endpoint for APIv4 (#5277)
Joram Wilander
2017-02-03
3
-40
/
+151
*
Implement POST /users/ids endpoint for APIv4 (#5274)
Joram Wilander
2017-02-03
2
-25
/
+65
*
Add tear down to APIv4 tests (#5250)
Joram Wilander
2017-02-02
7
-0
/
+130
*
Implement POST /channels endpoint for APIv4 (#5241)
Joram Wilander
2017-02-02
1
-2
/
+3
*
Implement POST /teams endpoint (#5220)
Joram Wilander
2017-01-31
1
-3
/
+4
*
Implement APIv4 infrastructure (#5191)
Joram Wilander
2017-01-30
1
-2
/
+4
*
PLT-5225 Added separate post types for certain system messages (#5193)
Harrison Healey
2017-01-27
2
-2
/
+3
*
Merge 3.6.2 into master (#5211)
Joram Wilander
2017-01-27
5
-18
/
+110
*
Merge branch 'release-3.6'
Christopher Speller
2017-01-27
3
-15
/
+69
|
\
[next]