Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixing build | Christopher Speller | 2015-11-09 | 1 | -1/+0 | |
| | ||||||
* | Removing old DB upgrade code | Christopher Speller | 2015-11-09 | 4 | -73/+0 | |
| | ||||||
* | Merge pull request #1332 from mattermost/plt-560 | Christopher Speller | 2015-11-06 | 1 | -1/+3 | |
|\ | | | | | PLT-560 Prevent SSO users from changing their email | |||||
| * | Prevent SSO users from changing their email | JoramWilander | 2015-11-06 | 1 | -1/+3 | |
| | | ||||||
* | | remove max column size from 'props' | Florian Orben | 2015-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | fix alter table command for postgres | Florian Orben | 2015-11-06 | 1 | -1/+7 | |
| | | ||||||
* | | fix logging statement not to post nonsense | Florian Orben | 2015-11-06 | 1 | -2/+2 | |
| | | ||||||
* | | postgres needs another query to get table information... | Florian Orben | 2015-11-05 | 2 | -17/+8 | |
| | | ||||||
* | | PLT-857: Support for Incoming Webhooks - Try #2 | Florian Orben | 2015-11-05 | 2 | -0/+46 | |
|/ | ||||||
* | Merge pull request #1285 from mattermost/plt-824 | Joram Wilander | 2015-11-04 | 3 | -0/+205 | |
|\ | | | | | PLT-824 Adding ability to fetch posts around a specifc post | |||||
| * | Adding ability to fetch posts around a specifc post | Christopher Speller | 2015-11-03 | 3 | -0/+205 | |
| | | ||||||
* | | Merge pull request #1275 from mattermost/PLT-951 | Joram Wilander | 2015-11-02 | 1 | -1/+1 | |
|\ \ | | | | | | | PLT-951 PLT-972 fixing issues with team directory | |||||
| * | | PLT-951 PLT-972 fixing issues with team directory | =Corey Hulen | 2015-11-02 | 1 | -1/+1 | |
| |/ | ||||||
* / | Improved tests for search wildcards and removed duplicate search code | hmhealey | 2015-11-02 | 2 | -13/+6 | |
|/ | ||||||
* | Fix spelling of encountered | Pat Lathem | 2015-10-30 | 9 | -31/+31 | |
| | ||||||
* | Log errors in table creation | Antti Ahti | 2015-10-30 | 1 | -1/+4 | |
| | | | | This is really helpful if you somehow mess up the schema definitions. | |||||
* | Merge pull request #1211 from mattermost/PLT-340 | Joram Wilander | 2015-10-30 | 3 | -1/+168 | |
|\ | | | | | PLT-340 allow team directory and open invites | |||||
| * | PLT-340 allow team directory and open invites | =Corey Hulen | 2015-10-27 | 1 | -1/+7 | |
| | | ||||||
| * | PLT-340 | =Corey Hulen | 2015-10-27 | 3 | -1/+159 | |
| | | ||||||
| * | Adding upgrade calls for db | =Corey Hulen | 2015-10-27 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #1199 from hmhealey/plt600 | Corey Hulen | 2015-10-28 | 2 | -19/+24 | |
|\ \ | |/ |/| | PLT-600 Renamed channel description to channel header and added channel purpose field | |||||
| * | Added Channel.Purpose on the server | hmhealey | 2015-10-27 | 1 | -0/+2 | |
| | | ||||||
| * | Renamed Channel.Description to Channel.Header on the server | hmhealey | 2015-10-27 | 2 | -19/+22 | |
| | | ||||||
* | | PLT-25 fixing stats for postgres | =Corey Hulen | 2015-10-27 | 2 | -39/+42 | |
| | | ||||||
* | | Fixing postgres | =Corey Hulen | 2015-10-26 | 1 | -8/+49 | |
| | | ||||||
* | | Merge branch 'master' into PLT-25 | =Corey Hulen | 2015-10-26 | 5 | -18/+54 | |
|\| | ||||||
| * | Merge pull request #1192 from mattermost/PLT-828 | Christopher Speller | 2015-10-26 | 4 | -8/+12 | |
| |\ | | | | | | | PLT-828 fixing db upgrade code | |||||
| | * | PLT-828 fixing db upgrade code | =Corey Hulen | 2015-10-26 | 4 | -8/+12 | |
| | | | ||||||
| * | | Merge pull request #1164 from hmhealey/plt778 | Corey Hulen | 2015-10-26 | 1 | -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 ↵ | hmhealey | 2015-10-26 | 1 | -10/+42 | |
| | | | | | | | | | | | | query | |||||
* | | | Fixing unit test | =Corey Hulen | 2015-10-26 | 1 | -18/+25 | |
| | | | ||||||
* | | | Merge branch 'master' into PLT-25 | =Corey Hulen | 2015-10-23 | 6 | -57/+267 | |
|\| | | ||||||
| * | | Merge pull request #1149 from mattermost/plt-808 | Christopher Speller | 2015-10-23 | 2 | -0/+22 | |
| |\ \ | | | | | | | | | PLT-808 Fix deleting channels breaking the webhook UI | |||||
| | * | | 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 | |
| | | |