summaryrefslogtreecommitdiffstats
path: root/store/sqlstore
Commit message (Expand)AuthorAgeFilesLines
* 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-312-27/+28
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-2/+0
* Add command validation on update (#7742)Joram Wilander2017-10-301-0/+4
* Remove unused variables / code (#7736)Chris2017-10-301-5/+0
* simplify things (#7735)Chris2017-10-302-2/+2
* Adding Posts table indexes for 20M rows. (#7728)Christopher Speller2017-10-273-6/+20
* [PLT-7364] Ability to Direct Message yourself (#7696)Carlos Tadeu Panato Junior2017-10-261-1/+4
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+1
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-251-14/+34
* refactor max users per team (#7691)Chris2017-10-201-20/+21
* refactor max channels per team enforcement (#7690)Chris2017-10-201-6/+6
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-192-4/+70
* Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)Chris2017-10-121-3/+0
* [PLT-7764] Fix in:channel search when channel name/displayname includes `-` (...Saturnino Abril2017-10-112-47/+39
* Miscellaneous app cleanup (#7594)Chris2017-10-092-6/+10
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-0915-96/+181
* store/storetest package (#7588)Chris2017-10-0624-11071/+154
* fix GetPostsByIds error (#7591)Chris2017-10-061-1/+1
* reduce store boiler plate (#7585)Chris2017-10-0635-3269/+589
* post-4.3 commit (#7581)Chris2017-10-051-0/+9
* 4.3 pre-cut (#7569)Chris2017-10-041-4/+4
* Parameterized post ids to avoid possible sql injection (#7575)Jonathan2017-10-041-3/+14
* PLT-7218: CLI to move slash commands between teams. (#7574)George Goldberg2017-10-042-0/+57
* PLT-7759: Make GetNewestJobByStatusAndType not fail when no jobs match. (#7540)George Goldberg2017-10-022-2/+6
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-292-30/+94
* PLT-7644: Improve job scheduler architecture. (#7532)George Goldberg2017-09-282-0/+161
* PLT-7207: Change from fulltext to LIKE search for user filtering (#7343)George Goldberg2017-09-273-62/+119
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-2548-0/+22713