summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* Log errors in table creationAntti Ahti2015-10-301-1/+4
| | | | This is really helpful if you somehow mess up the schema definitions.
* Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-303-1/+168
|\ | | | | PLT-340 allow team directory and open invites
| * 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
|\ \ | |/ |/| PLT-600 Renamed channel description to channel header and added channel purpose field
| * 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
| | * PLT-828 fixing db upgrade code=Corey Hulen2015-10-264-8/+12
| | |
| * | Merge pull request #1164 from hmhealey/plt778Corey Hulen2015-10-261-10/+42
| |\ \ | | |/ | |/| PLT-778 Changed post searching to allow searching by multiple users/channels
| | * Moved logic for searching for posts by multiple users/channels into the sql ↵hmhealey2015-10-261-10/+42
| | | | | | | | | | | | query
* | | 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
| |\ \ | | | | | | | | PLT-808 Fix deleting channels breaking the webhook UI
| | * | 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 version
| | * | PLT-797 Update System Table with latest versionJean-Yves LEBLEU2015-10-231-2/+2
| | |/ | | | | | | | | | | | | Update database system table with last version if coming from a 7.X version
| * | Merge pull request #1143 from mattermost/plt-803Corey Hulen2015-10-221-1/+2
| |\ \ | | | | | | | | PLT-803 Prevent users from resetting their password when the user is using SSO
| | * | 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
| |\ \ | | |/ | |/| PLT-414 Fix direct channel creation.
| | * Refactoring direct channel creation to use transaction to avaoid state where ↵Christopher Speller2015-10-223-54/+241
| | | | | | | | | | | | channel is created without both users
* | | 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
|\ \ | | | | | | PLT-716/717 Added from:, in:, and channel: search filters
| * | 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 load
| * | 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
|/
* PLT-586 fixing issues with security alert=Corey Hulen2015-10-093-1/+41
|
* Fixing db upgrade for 1.1=Corey Hulen2015-10-084-9/+3
|