summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* Improved tests for search wildcards and removed duplicate search codehmhealey2015-11-022-13/+6
* Fix spelling of encounteredPat Lathem2015-10-309-31/+31
* Log errors in table creationAntti Ahti2015-10-301-1/+4
* Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-303-1/+168
|\
| * PLT-340 allow team directory and open invites=Corey Hulen2015-10-271-1/+7
| * PLT-340=Corey Hulen2015-10-273-1/+159
| * Adding upgrade calls for db=Corey Hulen2015-10-271-0/+3
* | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-282-19/+24
|\ \ | |/ |/|
| * Added Channel.Purpose on the serverhmhealey2015-10-271-0/+2
| * Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-272-19/+22
* | PLT-25 fixing stats for postgres=Corey Hulen2015-10-272-39/+42
* | Fixing postgres=Corey Hulen2015-10-261-8/+49
* | Merge branch 'master' into PLT-25=Corey Hulen2015-10-265-18/+54
|\|
| * Merge pull request #1192 from mattermost/PLT-828Christopher Speller2015-10-264-8/+12
| |\
| | * PLT-828 fixing db upgrade code=Corey Hulen2015-10-264-8/+12
| * | Merge pull request #1164 from hmhealey/plt778Corey Hulen2015-10-261-10/+42
| |\ \ | | |/ | |/|
| | * Moved logic for searching for posts by multiple users/channels into the sql q...hmhealey2015-10-261-10/+42
* | | Fixing unit test=Corey Hulen2015-10-261-18/+25
* | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-236-57/+267
|\| |
| * | Merge pull request #1149 from mattermost/plt-808Christopher Speller2015-10-232-0/+22
| |\ \
| | * | Delete webhooks when the associated channel gets deletedJoramWilander2015-10-222-0/+22
| | |/
| * | Merge pull request #1152 from jlebleu/PLT-797Joram Wilander2015-10-231-2/+2
| |\ \
| | * | PLT-797 Update System Table with latest versionJean-Yves LEBLEU2015-10-231-2/+2
| | |/
| * | Merge pull request #1143 from mattermost/plt-803Corey Hulen2015-10-221-1/+2
| |\ \
| | * | Prevent users from resetting their password when the user is using SSOJoramWilander2015-10-221-1/+2
| | |/
| * | Merge pull request #1142 from mattermost/plt-414Corey Hulen2015-10-223-54/+241
| |\ \ | | |/ | |/|
| | * Refactoring direct channel creation to use transaction to avaoid state where ...Christopher Speller2015-10-223-54/+241
* | | Adding analytics tab=Corey Hulen2015-10-225-0/+280
|/ /
* / PLT-350 allow ability to disable restricted team names=Corey Hulen2015-10-201-2/+3
|/
* Merge branch 'release-1.1.0'Christopher Speller2015-10-203-1/+19
|\
| * Hotfix to allow .7 to be upgraded to 1.1=Corey Hulen2015-10-203-1/+19
* | Merge pull request #1113 from hmhealey/plt716Joram Wilander2015-10-203-61/+91
|\ \
| * | Fixed incorrectly escaped * in wildcard search for postgreshmhealey2015-10-191-1/+1
| * | Added from:, in:, and channel: search modifiershmhealey2015-10-193-61/+91
* | | Update db index for outgoing webhookJoramWilander2015-10-191-1/+1
* | | Refactor to hit database less often.JoramWilander2015-10-194-78/+9
* | | Fix postgres query and minor UI updates for outgoing webhooks.JoramWilander2015-10-191-1/+1
* | | Added store tests for outgoing webhooks.JoramWilander2015-10-192-5/+222
* | | Implement outgoing webhooks.JoramWilander2015-10-193-7/+238
|/ /
* | Merge pull request #1079 from hmhealey/initprefsChristopher Speller2015-10-163-0/+76
|\ \
| * | Added an initial call to get all user preferences on page loadhmhealey2015-10-153-0/+76
* | | Changed preference saving to use the master databasehmhealey2015-10-151-1/+1
|/ /
* | Marking when user ran the unit tests=Corey Hulen2015-10-153-7/+23
* | Made further changes based on feedbackhmhealey2015-10-132-7/+19
* | Removed Preference.AltIdhmhealey2015-10-133-40/+89
* | Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-134-294/+149
* | Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transactionhmhealey2015-10-132-8/+57
* | Moved saving multiple user preferences into a database transactionhmhealey2015-10-134-39/+139
* | Renamed show_hide preference to showhmhealey2015-10-131-7/+7
* | Added Preferences table to store user preferenceshmhealey2015-10-134-11/+321
|/