Commit Graph

98 Commits

Author SHA1 Message Date
JoramWilander
47e6a33a45 Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
Christopher Speller
0d8e27ce94 Merge pull request #671 from mattermost/it33-patch-1
Updating MaxUsersPerTeam error msg
2015-09-14 14:12:45 -04:00
it33
d707de14d7 Updating MaxUsersPerTeam error msg
This message is displayed to a person attempting to sign-up for a new team, and "You've reached the limit" phrasing is confusing because it refers to the team, not the person signing up for the team.
2015-09-13 07:27:58 -07:00
=Corey Hulen
83b04181da merging 2015-09-10 15:15:04 -07:00
=Corey Hulen
e54d0da392 Adding unit tests for cmd line 2015-09-04 16:56:18 -07:00
=Corey Hulen
58d0d9afd2 Adding cmd line options 2015-09-04 11:59:10 -07:00
Christopher Speller
f0fd9a9e8b Adding ability to export data from mattermost 2015-09-04 11:11:38 -04:00
Christopher Speller
ccb5d076d5 Merge pull request #475 from nickago/MM-1773
MM-1773a Add wildcard searching for postgresql
2015-08-31 09:03:11 -04:00
Christopher Speller
d107b392a6 Merge pull request #511 from mattermost/MM-1698
MM-1698 Fixes upgrade db from 0.6 for postgres
2015-08-28 08:26:33 -04:00
Joram Wilander
2bc6451e39 Merge pull request #486 from asubset/master
Fix getParentsPosts() query
2015-08-28 07:51:17 -04:00
=Corey Hulen
e0bc27a3b4 Adding ability to upgrade postgres schema 2015-08-27 16:01:17 -07:00
JoramWilander
f359485557 Change GetPostsSince limit to 1000 and only add updated posts to post list order. 2015-08-27 16:25:05 -04:00
Jason Rossman
879fa084c9 fix GetParentPosts() query 2015-08-27 12:45:47 -06:00
nickago
b69221aa7f Added unit tests 2015-08-27 09:26:14 -07:00
nickago
824917b029 Added wildcard highlighting and removed redundant whitespace parsing 2015-08-27 08:57:07 -07:00
nickago
72fc15ddf3 Added server parsing of wildcards 2015-08-27 08:57:07 -07:00
JoramWilander
041d89b85a Refactored post handling/updating on both the client and server. 2015-08-27 08:21:26 -04:00
Jason Rossman
4aafff7f83 Fix getParentsPosts for postgresql 2015-08-26 15:59:54 -06:00
=Corey Hulen
f96b38b4a7 Fixes race condition 2015-08-21 14:43:53 -07:00
Corey Hulen
1ba6946261 Merge pull request #430 from mattermost/fixing-build
Fixing race condition
2015-08-21 09:00:23 -07:00
=Corey Hulen
42822df5b3 Fixing race condition 2015-08-20 14:48:04 -07:00
=Corey Hulen
1b4135ab0d Fixing bug 2015-08-20 14:40:25 -07:00
nickago
8e8cc302e6 Added updating of username based mentions on username change 2015-08-20 14:29:40 -07:00
=Corey Hulen
3f0ec24dc1 Fixing build 2015-08-20 14:20:39 -07:00
JoramWilander
11247061b5 Track channel creator in DB and show in channel intro message. 2015-08-19 08:31:20 -04:00
JoramWilander
b068cc1058 when user roles are updated, the relevant session roles are updated as well 2015-08-17 09:28:20 -04:00
JoramWilander
cb17851e2d fix channelIdWithCountAndUpdateAt naming to be proper camel case 2015-08-11 12:11:35 -04:00
JoramWilander
9f57ed5bf1 added store unit test for GetChannelCounts 2015-08-11 12:11:35 -04:00
JoramWilander
4ec76e059c incorporate channel updateAt into channel counts and pull channel data on channel update 2015-08-11 12:11:35 -04:00
JoramWilander
6c0fefad15 added getChannelCounts service and refactored the client to more intelligently pull channel data 2015-08-11 12:11:35 -04:00
=Corey Hulen
718d670d69 Fixing upgrade 2015-08-02 09:30:18 -08:00
Corey Hulen
38e44e8f61 Merge pull request #278 from mattermost/mm-1702
MM-1702 Adding etag to channel extra_info api call.
2015-08-02 09:17:52 -08:00
Corey Hulen
4d1562c5de Merge pull request #273 from mattermost/mm-1355
Fixes mm-1355 adds rate limiting apis
2015-08-02 09:17:37 -08:00
Corey Hulen
1ec597df59 Merge pull request #291 from mattermost/mm-1758
MM-1758 partially fixed postgres search so that multiple search terms work
2015-08-02 08:59:27 -08:00
JoramWilander
bcee238666 partially fixed postgres search so that multiple search terms work 2015-07-30 09:55:03 -04:00
Christopher Speller
4646c22ef1 Merge pull request #281 from nickago/MM-1600
MM-1600 Improve quality of error returned upon a duplicate username request
2015-07-30 08:49:36 -04:00
=Corey Hulen
d93bf60248 Merge branch 'master' into mm-1355 2015-07-30 01:06:50 -08:00
=Corey Hulen
e8f0ca7a29 removing flaky unit test 2015-07-30 00:02:48 -08:00
Christopher Speller
3f97e06bf8 Adding etag to channel extra_info api call. 2015-07-29 14:35:25 -04:00
nickago
7cdd91687c Added error safety and a unique message for duplicate emails 2015-07-29 10:45:33 -07:00
nickago
a07ab924d3 Added a unique error message for bad username and simplified error outputed to user 2015-07-29 09:42:13 -07:00
JoramWilander
beef8f776f updated channel error messages to reflect proper naming 2015-07-29 12:01:23 -04:00
=Corey Hulen
4244990bf1 Merge branch 'master' into mm-1355 2015-07-29 01:39:43 -08:00
=Corey Hulen
9677a9f717 Fixes mm-1355 adds rate limiting apis 2015-07-29 01:26:10 -08:00
JoramWilander
c45cf5514f update our postgresql index check to work with 9.2+ versions of postgresql 2015-07-28 12:42:17 -04:00
JoramWilander
e122b31db1 fixes some database queries that broke with postgres, fixes the unread/new mesasge issues 2015-07-27 17:04:44 -04:00
=Corey Hulen
98751a4f65 removing old bindVars methods 2015-07-23 11:02:39 -08:00
=Corey Hulen
5b0d2dd8f9 Fixing merges for latest postgres 2015-07-23 10:15:53 -08:00
=Corey Hulen
8d9449c068 Merge branch 'master' into mm-1420 2015-07-23 09:22:17 -08:00
JoramWilander
d42d0e3467 added store unit test for user.GetByAuth and added password length checking in api.login 2015-07-23 08:19:51 -04:00