summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* Fix resetting of statuses on Postgres (#4538)Joram Wilander2016-11-111-1/+1
* PLT-4716 fixes cache invalidation issue (#4518)Corey Hulen2016-11-102-0/+14
* PLT-4665 Fix Max Channels limit wrong count (#4512)enahum2016-11-102-0/+27
* Don't count inactive users on statistic pages (#4482)Joram Wilander2016-11-081-3/+4
* Updated stored database schema number to 3.5Harrison Healey2016-11-071-21/+17
* Increase Channel Purpose length to 250, and add channel field length handling...Christopher Speller2016-11-042-1/+6
* PLT-4481 Fix member count for team user lists and channel invite list (#4422)Joram Wilander2016-11-043-8/+62
* Update user search to match against username, full name, nickname and email (...Joram Wilander2016-11-032-9/+41
* PLT-4535/PLT-4503 Fix inactive users in searches and add option functionality...Joram Wilander2016-11-023-44/+131
* Fix user autocomplete with special characters (#4373)Joram Wilander2016-10-312-2/+47
* Fix channel autocomplete and fix channel member query to ignore deleted chann...Joram Wilander2016-10-281-0/+1
* Fix members being loaded before channel members and DM headers (#4369)Joram Wilander2016-10-281-1/+1
* Changing read replica selection method to round-robin instead of random. (#4351)Christopher Speller2016-10-271-42/+47
* PLT-4430 improve slow channel switching (#4331)enahum2016-10-273-21/+90
* PLT-4359 fixing push notification for more than 1 device (#4318)Corey Hulen2016-10-243-0/+51
* Add database indexes to timestamp columns (#4314)enahum2016-10-249-0/+31
* Filter out non-team members from invite to channel modal (#4312)Joram Wilander2016-10-241-0/+2
* PLT-4165 removing team name reserved words (#4289)Corey Hulen2016-10-211-2/+2
* Fix the multiple column full text search index for Postgres (#4282)Joram Wilander2016-10-202-1/+16
* PLT-4358 Exclude Channels from query when not necessary (#4269)enahum2016-10-201-21/+20
* Merging performance branch into master (#4268)Joram Wilander2016-10-1911-192/+1106
* GH-4187 Create direct channel during incoming webhook if not exists (#4206)Alexander Smaga2016-10-173-0/+51
* PLT-3105 Fixed bugs with FileInfos migration, including duplicate FileInfos b...Harrison Healey2016-10-061-1/+2
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-3010-33/+600
* Fixing the console level debug statements (#4092)Corey Hulen2016-09-272-7/+1
* Cleaning up some old code from the permissions system change (#4090)Christopher Speller2016-09-263-217/+2
* Adding removal of all sessions to upgrade. Commented out untill release. (#4047)Christopher Speller2016-09-211-0/+5
* Moved ThemeProps migration to correctly take place in 3.2 -> 3.3 migration (#...Harrison Healey2016-09-211-16/+15
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-1916-188/+191
* Modifying permissions system. (#3897)Christopher Speller2016-09-134-2/+20
* Increasing channel limits (#4003)Corey Hulen2016-09-092-16/+1
* Saving schema version for 3.4 (#3982)enahum2016-09-061-2/+1
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-062-2/+4
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-061-5/+5
* PLT-3921 Fix System Console Recent Active Users (#3856)enahum2016-09-062-0/+23
* PLT-4027 "Added to the channel" system messages mark the channel as Unread (#...enahum2016-09-061-1/+1
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-023-4/+7
* Fix status table upgrade (#3933)Joram Wilander2016-09-012-12/+5
* Making LDAP FirstName and LastName fields optional. (#3919)Christopher Speller2016-09-011-2/+0
* PLT-3462 Add the ability to clear push notifications after channel is viewed ...Joram Wilander2016-08-313-0/+30
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-312-5/+12
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-302-4/+0
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-2419-290/+248
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-233-0/+128
* Prevent flagging of deleted posts and don't show deleted posts in flagged pos...Joram Wilander2016-08-222-1/+24
* Fixed calculation of mention count for direct channels (#3831)Harrison Healey2016-08-182-1/+3
* Use correct column type for Postgres TriggerWhen column (#3770)Joram Wilander2016-08-091-1/+1
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-1/+1
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-043-0/+90
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-033-14/+194