summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/channel_store.go
Commit message (Expand)AuthorAgeFilesLines
* MM-12342: merge the experimental channel store (#9681)HEADmasterJesse Hallam2018-10-251-109/+281
* MM-12419: Flush channels from cache when deleted/restored. (#9625)George Goldberg2018-10-151-0/+2
* [APIv4] add getChannelMembersTimezone (#9286)Carlos Tadeu Panato Junior2018-10-131-1/+22
* MM-12251: Add flag to MoveChannel to remove all deactivated users. (#9515)George Goldberg2018-10-081-0/+26
* MM-11567: Autocomplete search in: for DMs and GMs (#9430)Jesús Espino2018-09-271-12/+59
* materialize PublicChannels without triggers (#9424)Jesse Hallam2018-09-171-44/+203
* MM-11781: Basic Data Export Command Line. (#9296)George Goldberg2018-09-171-0/+54
* MM-11886: materialize channel search (#9349)Jesse Hallam2018-09-131-5/+33
* MM-11725: Add specific autocomplete endpoint for search autocomplete (#9337)Jesús Espino2018-09-111-0/+47
* Merge remote-tracking branch 'upstream/release-5.3' into release-5.3-daily-me...cpanato2018-09-041-0/+5
|\
| * MM-11728: Avoid Archived channels editions throught Patch (#9335)Jesús Espino2018-09-031-0/+5
* | add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-1/+1
|/
* Fix sampledata reset LastPostAt when the channels are empty (#9295)Jesús Espino2018-08-241-1/+8
* MM-11572: Force correct order on messages generated in the bulk (#9244)Jesús Espino2018-08-241-0/+8
* MM-11678: Split the cache for includeDeleted and not includeDeleted membershi...Jesús Espino2018-08-141-2/+7
* Pr 9039 (#9187)Martin Kraft2018-07-301-10/+38
* Using idiomatic error handling in channel store (#9130)Jesús Espino2018-07-201-247/+280
* Ignore | characters in postgres channel search (#9019)Joram Wilander2018-06-301-0/+2
* Add Purpose as a searchable field (#8067)Chris Duarte2018-06-261-3/+3
* MM-10570: Make permissions reset command clear custom role assignments. (#8976)George Goldberg2018-06-251-0/+69
* Relese5.0 merge master 20180611 (#8939)Carlos Tadeu Panato Junior2018-06-111-2/+6
* MM-10235: Make permissions reset CLI shcemes-aware. (#8773)George Goldberg2018-05-171-0/+8
* Fix build failure from bad merge.George Goldberg2018-05-161-4/+0
* Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2Martin Kraft2018-05-151-34/+3
|\
| * MM-9739: deprecate the now unused Channels.ExtraUpdateAt (#8762)Jesse Hallam2018-05-141-38/+3
* | MM-9728: Online migration for advanced permissions phase 2 (#8744)George Goldberg2018-05-141-0/+68
* | MM-10140: API Implementation for Schemes related Endpoints (#8615)George Goldberg2018-05-031-1/+1
* | Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2Martin Kraft2018-05-011-2/+2
|\|
| * Structured logging (#8673)Christopher Speller2018-04-271-2/+2
* | MM-8796: Full implementation of "Schemes" in Store/Model/App layers. (#8357)George Goldberg2018-04-201-51/+312
|/
* Fixing misspell errors (#8544)Jesús Espino2018-03-291-2/+2
* Remove the index on Channels.DisplayName. (#8530)Jesse Hallam2018-03-281-1/+0
* Remove query to update channel extra_update_at field on user activation/deact...Joram Wilander2018-03-091-13/+0
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-12/+35
* Simplification of a Channel Members query. (#8345)George Goldberg2018-02-281-3/+3
* make channel autocomplete sort case-insensitive (#8176)Chris2018-01-311-1/+1
* ABC-79: Optimize channel autocomplete query (#8163)Chris2018-01-311-47/+105
* PLT-8312: Use combined LIKE/Full Text search for channels. (#8029)George Goldberg2018-01-051-7/+57
* PLT-5458: If someone posts a channel link to channel_A that you don't belong ...Chris2017-11-281-0/+59
* Role refactor (#7867)Chris2017-11-211-2/+2
* PLT-6071/PLT-8004 Fixed not being able to autocomplete 'Town Square' (#7746)Harrison Healey2017-10-311-1/+1
* Remove unused variables / code (#7736)Chris2017-10-301-5/+0
* [PLT-7364] Ability to Direct Message yourself (#7696)Carlos Tadeu Panato Junior2017-10-261-1/+4
* refactor max channels per team enforcement (#7690)Chris2017-10-201-6/+6
* [PLT-7764] Fix in:channel search when channel name/displayname includes `-` (...Saturnino Abril2017-10-111-28/+15
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-4/+4
* reduce store boiler plate (#7585)Chris2017-10-061-462/+87
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-25/+55
* PLT-7207: Change from fulltext to LIKE search for user filtering (#7343)George Goldberg2017-09-271-1/+1
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+1664