summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* MM-9770: rewrite getParentsPosts to improve performance (#8467)Jesse Hallam2018-03-162-118/+215
* MM-8839: Adds ChannelType to compliance-related model. (#8424)Martin Kraft2018-03-092-0/+5
* Remove query to update channel extra_update_at field on user activation/deact...Joram Wilander2018-03-095-89/+10
* MM-9274- Sort Users in Channel by status (#8181)Stephen Kiers2018-03-094-1/+142
* Moved team icon upgrade code to 4.9 since it didn't make it in for 4.8 (#8410)Joram Wilander2018-03-081-1/+1
* general cleanup (#8387)Chris2018-03-071-2/+0
* XYZ-87: GlobalRelay DM Exports do not Include Channel Name (#8275)Jonathan2018-03-072-22/+282
* Add preparatory upgrade code for 4.9 (#8408)Joram Wilander2018-03-051-4/+11
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-0511-19/+110
* PLT-7567: Integration of Team Icons (#8284)Christian Hoff2018-03-015-0/+56
* Simplification of a Channel Members query. (#8345)George Goldberg2018-02-281-3/+3
* merge 4.7.1 to masterSaturnino Abril2018-02-191-0/+12
|\
| * Add upgrade code from 4.7.0 to 4.7.1JoramWilander2018-02-161-0/+12
| * Merge branch 'release-4.7' into XYZ-110Jonathan Fritz2018-02-137-72/+15
| |\
| | * revert master changesDerrick Anderson2018-02-127-72/+15
| * | Removed unused fields from ChannelMemberHistory table, introduced new model.C...Jonathan Fritz2018-02-123-18/+20
| |/
* | PLT-8723: Fix DeadLock on reactions insertions (#8225)Jesús Espino2018-02-151-6/+20
* | XYZ-110: Cherrypicking changes from release-4.7 to master (#8254)Jonathan2018-02-133-18/+20
|/
* ABC-228 Update GetPosts caching to work for non-60 limits (#8233)Joram Wilander2018-02-092-7/+31
* Merge branch 'release-4.7'Derrick Anderson2018-02-092-1/+2
|\
| * Increase OAuth2 state parameter limitJoramWilander2018-02-072-1/+2
* | Add prepatory code for 4.8.0 (#8226)Derrick Anderson2018-02-081-0/+9
* | XYZ-35: Added Support for GlobalRelay Compliance Export FormatJonathan2018-02-074-8/+32
|/
* Uncomment upgrade code for 4.7 (#8201)Joram Wilander2018-02-051-4/+4
* make channel autocomplete sort case-insensitive (#8176)Chris2018-01-311-1/+1
* ABC-79: Optimize channel autocomplete query (#8163)Chris2018-01-315-163/+231
* XYZ-32: Increases size of position to 128 characters. (#8148)Martin Kraft2018-01-262-6/+14
* Add GET /emojis/name/{emoji_name} API endpoint (#8142)Joram Wilander2018-01-241-0/+4
* ABC-90 Add POST /emoji/search and GET /emoji/autocomplete API endpoints (#8125)Joram Wilander2018-01-234-0/+114
* Add sort query parameter to GET /emojis (#8121)Joram Wilander2018-01-194-19/+38
* ABC-73 Move session clean-up to daily task (#8095)Joram Wilander2018-01-174-21/+87
* [PLT-7793] Add /users/tokens/search endpoint (#8088)Adrian Carolli2018-01-114-0/+80
* [PLT-7793] Added /users/tokens endpoint (#8038)Adrian Carolli2018-01-054-0/+35
* Uncomment upgrade for 4.6 (#8045)Derrick Anderson2018-01-051-11/+5
* PLT-8312: Use combined LIKE/Full Text search for channels. (#8029)George Goldberg2018-01-053-24/+140
* PLT-8483: Ignore join/leave team messages for unread counts (#8042)Jesús Espino2018-01-051-2/+4
* [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019)Jesse Hallam2018-01-031-2/+6
* [PLT-8173] Add username and profile picture to webhook set up pages (#8002)Jesse Hallam2018-01-021-0/+3
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-1/+2
* PLT-8354: Fix user search error when terms end up as empty space. (#7984)George Goldberg2017-12-202-1/+7
* fix posts created at test (#7977)Chris2017-12-142-12/+7
* PLT-8297: Message Export Should Still Produce Valid Exports if ChannelMemberH...Jonathan2017-12-122-23/+191
* Fixing formating on SQL errors for get parent posts. (#7965)Christopher Speller2017-12-121-1/+1
* Add upgrade code for 4.6Christopher Speller2017-12-081-0/+10
* Uncomment upgrae for 4.5Christopher Speller2017-12-081-8/+2
* Hash key for plugin store and limit id length (#7933)Joram Wilander2017-12-052-2/+6
* PLT-8233: Purge ChannelMemberHistory Data when Data Retention Job runs (#7937)Jonathan2017-12-054-22/+46
* Revert "Hash key for plugin store table and limit plugin ID length (#7915)" (...Christopher Speller2017-12-012-6/+2
* Hash key for plugin store table and limit plugin ID length (#7915)Joram Wilander2017-12-012-2/+6
* PLT-7503: Create Message Export Scheduled Task and CLI Command (#7612)Jonathan2017-11-3013-52/+646