server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
/
store.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-8233: Purge ChannelMemberHistory Data when Data Retention Job runs (#7937)
Jonathan
2017-12-05
1
-1
/
+1
*
PLT-7503: Create Message Export Scheduled Task and CLI Command (#7612)
Jonathan
2017-11-30
1
-0
/
+9
*
PLT-5458: If someone posts a channel link to channel_A that you don't belong ...
Chris
2017-11-28
1
-0
/
+1
*
PLT-8131 (part2) Add plugin key value store support (#7902)
Joram Wilander
2017-11-27
1
-0
/
+7
*
PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)
George Goldberg
2017-10-25
1
-1
/
+2
*
refactor max users per team (#7691)
Chris
2017-10-20
1
-1
/
+1
*
refactor max channels per team enforcement (#7690)
Chris
2017-10-20
1
-1
/
+1
*
[PLT-7794] Add user access token enable/disable endpoints (#7630)
Nick Frazier
2017-10-19
1
-0
/
+2
*
Fix races / finally remove global app for good (#7570)
Chris
2017-10-04
1
-0
/
+11
*
PLT-7218: CLI to move slash commands between teams. (#7574)
George Goldberg
2017-10-04
1
-0
/
+2
*
PLT-7644: Improve job scheduler architecture. (#7532)
George Goldberg
2017-09-28
1
-0
/
+2
*
PLT-7619: Cleanup flags in data retention. (#7501)
George Goldberg
2017-09-22
1
-0
/
+1
*
PLT-7639: Batch delete methods for data retention. (#7444)
George Goldberg
2017-09-15
1
-0
/
+4
*
Renaming repo
Christopher Speller
2017-09-06
1
-1
/
+1
*
PLT-???? Prepare file upload infrastructure for Data Retention. (#7266)
George Goldberg
2017-08-25
1
-0
/
+1
*
PLT-1649: add response_url support for custom slash commands (#6739)
Chris
2017-08-16
1
-0
/
+8
*
Revert " #4755 Combining consecutive user join/leave system messages to singl...
Saturnino Abril
2017-08-01
1
-1
/
+0
*
#4755 Combining consecutive user join/leave system messages to single messag...
Debanshu Kundu
2017-08-01
1
-0
/
+1
*
PLT-6763 Implement user access tokens and new roles (server-side) (#6972)
Joram Wilander
2017-07-31
1
-0
/
+10
*
make cli team / channel delete operations also delete webhooks and slash comm...
Chris
2017-07-31
1
-0
/
+3
*
PLT-5308 Caching layer part 2 (#6973)
Christopher Speller
2017-07-31
1
-2
/
+0
*
PLT-6595-Server: Job Management APIs. (#6931)
George Goldberg
2017-07-20
1
-0
/
+1
*
PLT-6475: Elasticsearch Indexing Worker. (#6879)
George Goldberg
2017-07-11
1
-0
/
+1
*
PLT-6916: Redesign the jobs package and Jobserver. (#6733)
George Goldberg
2017-07-07
1
-3
/
+7
*
Add paging to the GET /emojis endpoint (#6802)
Joram Wilander
2017-07-03
1
-1
/
+1
*
Add some basic sorting support for GET /users endpoint (#6801)
Joram Wilander
2017-06-30
1
-1
/
+2
*
PLT-6080 moving clustering to memberlist (#6499)
Corey Hulen
2017-06-19
1
-0
/
+10
*
PLT-6408 Framework for job server (#6404)
Harrison Healey
2017-05-18
1
-0
/
+9
*
PLT-6472: Basic Elastic Search implementation. (#6382)
George Goldberg
2017-05-18
1
-0
/
+1
*
PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)
Robin Naundorf
2017-05-15
1
-0
/
+1
*
Add API Endpoint for deleted Channels (#5889)
Robin Naundorf
2017-05-09
1
-0
/
+1
*
PLT-6355: Use separate Read Replicas for Search. (#6216)
George Goldberg
2017-05-01
1
-0
/
+1
*
Creating common token store and moving email invites and verification to it (...
Christopher Speller
2017-04-27
1
-6
/
+6
*
Refactor OAuth 2.0 code into app layer (#6037)
Joram Wilander
2017-04-12
1
-3
/
+3
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
APIv4 GET /users/{user_id}/posts/flagged (#5984)
Saturnino Abril
2017-04-05
1
-0
/
+1
*
APIv4 post /teams/search (#5931)
Saturnino Abril
2017-04-03
1
-0
/
+2
*
Add store unit tests and add make target for testing store with postgres (#5925)
Joram Wilander
2017-04-03
1
-1
/
+0
*
PLT-6162: Search for users not in a given team. (#5943)
George Goldberg
2017-04-03
1
-0
/
+1
*
PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams (...
Joram Wilander
2017-03-31
1
-0
/
+1
*
PLT-2713 Added ability for admins to list users not in any team (#5844)
Harrison Healey
2017-03-29
1
-0
/
+1
*
PLT-6083: API to get users not in a specific team. (#5888)
George Goldberg
2017-03-29
1
-0
/
+2
*
APIv4 post /channels/ids (#5845)
Saturnino Abril
2017-03-27
1
-0
/
+1
*
Implement POST /users/search endpoint for APIv4 (#5822)
Joram Wilander
2017-03-23
1
-0
/
+1
*
Implement some channel endpoints for APIv4 (#5767)
Joram Wilander
2017-03-16
1
-0
/
+1
*
Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)
Joram Wilander
2017-03-13
1
-2
/
+3
*
Implement compliance endpoints for APIv4 (#5683)
Joram Wilander
2017-03-13
1
-1
/
+1
*
Implement some team endpoints for APIv4 (#5745)
Joram Wilander
2017-03-13
1
-1
/
+2
*
Endpoint for APIv4: GET /team/{team_id}/channels (#5681)
Saturnino Abril
2017-03-13
1
-0
/
+1
*
Add pinned posts (#4217)
Gabin Aureche
2017-03-13
1
-0
/
+1
[next]