Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Delete webhooks when the associated channel gets deleted | JoramWilander | 2015-10-22 | 2 | -0/+22 | |
| | |/ | ||||||
| * | | Merge pull request #1152 from jlebleu/PLT-797 | Joram Wilander | 2015-10-23 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | PLT-797 Update System Table with latest version | |||||
| | * | | PLT-797 Update System Table with latest version | Jean-Yves LEBLEU | 2015-10-23 | 1 | -2/+2 | |
| | |/ | | | | | | | | | | | | | Update database system table with last version if coming from a 7.X version | |||||
| * | | Merge pull request #1143 from mattermost/plt-803 | Corey Hulen | 2015-10-22 | 1 | -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 SSO | JoramWilander | 2015-10-22 | 1 | -1/+2 | |
| | |/ | ||||||
| * | | Merge pull request #1142 from mattermost/plt-414 | Corey Hulen | 2015-10-22 | 3 | -54/+241 | |
| |\ \ | | |/ | |/| | PLT-414 Fix direct channel creation. | |||||
| | * | Refactoring direct channel creation to use transaction to avaoid state where ↵ | Christopher Speller | 2015-10-22 | 3 | -54/+241 | |
| | | | | | | | | | | | | channel is created without both users | |||||
* | | | Adding analytics tab | =Corey Hulen | 2015-10-22 | 5 | -0/+280 | |
|/ / | ||||||
* / | PLT-350 allow ability to disable restricted team names | =Corey Hulen | 2015-10-20 | 1 | -2/+3 | |
|/ | ||||||
* | Merge branch 'release-1.1.0' | Christopher Speller | 2015-10-20 | 3 | -1/+19 | |
|\ | ||||||
| * | Hotfix to allow .7 to be upgraded to 1.1 | =Corey Hulen | 2015-10-20 | 3 | -1/+19 | |
| | | ||||||
* | | Merge pull request #1113 from hmhealey/plt716 | Joram Wilander | 2015-10-20 | 3 | -61/+91 | |
|\ \ | | | | | | | PLT-716/717 Added from:, in:, and channel: search filters | |||||
| * | | Fixed incorrectly escaped * in wildcard search for postgres | hmhealey | 2015-10-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Added from:, in:, and channel: search modifiers | hmhealey | 2015-10-19 | 3 | -61/+91 | |
| | | | ||||||
* | | | Update db index for outgoing webhook | JoramWilander | 2015-10-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Refactor to hit database less often. | JoramWilander | 2015-10-19 | 4 | -78/+9 | |
| | | | ||||||
* | | | Fix postgres query and minor UI updates for outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added store tests for outgoing webhooks. | JoramWilander | 2015-10-19 | 2 | -5/+222 | |
| | | | ||||||
* | | | Implement outgoing webhooks. | JoramWilander | 2015-10-19 | 3 | -7/+238 | |
|/ / | ||||||
* | | Merge pull request #1079 from hmhealey/initprefs | Christopher Speller | 2015-10-16 | 3 | -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 load | hmhealey | 2015-10-15 | 3 | -0/+76 | |
| | | | ||||||
* | | | Changed preference saving to use the master database | hmhealey | 2015-10-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Marking when user ran the unit tests | =Corey Hulen | 2015-10-15 | 3 | -7/+23 | |
| | | ||||||
* | | Made further changes based on feedback | hmhealey | 2015-10-13 | 2 | -7/+19 | |
| | | ||||||
* | | Removed Preference.AltId | hmhealey | 2015-10-13 | 3 | -40/+89 | |
| | | ||||||
* | | Made structural changes to server-side Preference code based on feedback | hmhealey | 2015-10-13 | 4 | -294/+149 | |
| | | ||||||
* | | Rewrote PreferenceStore.SaveOrUpdate to work on Postgres within a transaction | hmhealey | 2015-10-13 | 2 | -8/+57 | |
| | | ||||||
* | | Moved saving multiple user preferences into a database transaction | hmhealey | 2015-10-13 | 4 | -39/+139 | |
| | | ||||||
* | | Renamed show_hide preference to show | hmhealey | 2015-10-13 | 1 | -7/+7 | |
| | | ||||||
* | | Added Preferences table to store user preferences | hmhealey | 2015-10-13 | 4 | -11/+321 | |
|/ | ||||||
* | PLT-586 fixing issues with security alert | =Corey Hulen | 2015-10-09 | 3 | -1/+41 | |
| | ||||||
* | Fixing db upgrade for 1.1 | =Corey Hulen | 2015-10-08 | 4 | -9/+3 | |
| | ||||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 21 | -21/+21 | |
| | ||||||
* | Merge pull request #944 from mattermost/PLT-518 | Christopher Speller | 2015-10-08 | 3 | -0/+55 | |
|\ | | | | | PLT-518 check for security bulletins | |||||
| * | PLT-518 check for security bulletins | =Corey Hulen | 2015-10-05 | 3 | -0/+55 | |
| | | ||||||
* | | Parse special characters out of search strings and replace with spaces. | JoramWilander | 2015-10-06 | 2 | -12/+33 | |
|/ | ||||||
* | Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps | hmhealey | 2015-10-01 | 4 | -50/+1 | |
| | ||||||
* | Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps | hmhealey | 2015-10-01 | 4 | -49/+92 | |
| | ||||||
* | Added additional test cases and fixed existing ones for ↵ | hmhealey | 2015-09-30 | 2 | -0/+17 | |
| | | | | ChannelMember.MarkUnreadLevel | |||||
* | Removed UI for quiet mode and added UI to set when a channel will be marked ↵ | hmhealey | 2015-09-30 | 2 | -0/+31 | |
| | | | | unread in the sidebar | |||||
* | PLT-404 adding basic error checking to config file. | =Corey Hulen | 2015-09-29 | 4 | -22/+15 | |
| | ||||||
* | Assiging first user system_admin role | =Corey Hulen | 2015-09-23 | 3 | -0/+38 | |
| | ||||||
* | Fixing merge | =Corey Hulen | 2015-09-23 | 1 | -0/+2 | |
|\ | ||||||
| * | Merge branch 'master' into PLT-11-email | =Corey Hulen | 2015-09-23 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Implement UI theme colors. | JoramWilander | 2015-09-23 | 1 | -0/+2 | |
| | | | ||||||
* | | | PLT-349 adding team mgt to admin console | =Corey Hulen | 2015-09-23 | 4 | -3/+45 | |
|/ / | ||||||
* | | Fixing merge conflict | =Corey Hulen | 2015-09-22 | 4 | -0/+221 | |
|\| | ||||||
| * | Merge pull request #715 from mattermost/plt-27 | Joram Wilander | 2015-09-22 | 4 | -0/+221 | |
| |\ | | | | | | | PLT-27 Implement incoming webhooks. | |||||
| | * | Implement incoming webhooks. | JoramWilander | 2015-09-21 | 4 | -0/+221 | |
| | | | ||||||
* | | | Adding team settings to admin console | =Corey Hulen | 2015-09-22 | 3 | -18/+14 | |
| | | |