summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* 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
* PLT-5458: If someone posts a channel link to channel_A that you don't belong ...Chris2017-11-284-0/+130
* Decrease plugin key value store table index name size (#7910)Joram Wilander2017-11-271-0/+2
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-2712-0/+321
* Role refactor (#7867)Chris2017-11-212-3/+3
* Adding 4.5 upgrade code (#7815)Christopher Speller2017-11-111-0/+10
* Uncomment upgrae for 4.4 (#7796)Christopher Speller2017-11-061-7/+5
* PLT-6071/PLT-8004 Fixed not being able to autocomplete 'Town Square' (#7746)Harrison Healey2017-10-313-27/+48
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-2/+0
* Add command validation on update (#7742)Joram Wilander2017-10-302-0/+10
* Remove unused variables / code (#7736)Chris2017-10-303-17/+1
* simplify things (#7735)Chris2017-10-304-11/+7
* Adding Posts table indexes for 20M rows. (#7728)Christopher Speller2017-10-273-6/+20
* Store mocks (#7724)Chris2017-10-2627-0/+6905
* [PLT-7364] Ability to Direct Message yourself (#7696)Carlos Tadeu Panato Junior2017-10-262-1/+19
* add missing license headers, test to makefile (#7711)Chris2017-10-252-0/+4
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-253-16/+66
* refactor max users per team (#7691)Chris2017-10-206-122/+118
* refactor max channels per team enforcement (#7690)Chris2017-10-207-103/+120
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-194-4/+109
* Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-122-5/+2
* [PLT-7764] Fix in:channel search when channel name/displayname includes `-` (...Saturnino Abril2017-10-113-47/+159
* Miscellaneous app cleanup (#7594)Chris2017-10-093-7/+12
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-0916-96/+322