summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-0821-21/+21
|
* Merge pull request #944 from mattermost/PLT-518Christopher Speller2015-10-083-0/+55
|\ | | | | PLT-518 check for security bulletins
| * PLT-518 check for security bulletins=Corey Hulen2015-10-053-0/+55
| |
* | Parse special characters out of search strings and replace with spaces.JoramWilander2015-10-062-12/+33
|/
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-014-50/+1
|
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-014-49/+92
|
* Added additional test cases and fixed existing ones for ↵hmhealey2015-09-302-0/+17
| | | | ChannelMember.MarkUnreadLevel
* Removed UI for quiet mode and added UI to set when a channel will be marked ↵hmhealey2015-09-302-0/+31
| | | | unread in the sidebar
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-294-22/+15
|
* Assiging first user system_admin role=Corey Hulen2015-09-233-0/+38
|
* Fixing merge=Corey Hulen2015-09-231-0/+2
|\
| * Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-231-0/+2
| |\
| | * Implement UI theme colors.JoramWilander2015-09-231-0/+2
| | |
* | | PLT-349 adding team mgt to admin console=Corey Hulen2015-09-234-3/+45
|/ /
* | Fixing merge conflict=Corey Hulen2015-09-224-0/+221
|\|
| * Merge pull request #715 from mattermost/plt-27Joram Wilander2015-09-224-0/+221
| |\ | | | | | | PLT-27 Implement incoming webhooks.
| | * Implement incoming webhooks.JoramWilander2015-09-214-0/+221
| | |
* | | Adding team settings to admin console=Corey Hulen2015-09-223-18/+14
| | |