Commit Graph

74 Commits

Author SHA1 Message Date
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
JoramWilander
41bbbbf446 add changes from team review 2015-07-22 15:05:20 -04:00
JoramWilander
44cfa364fd added error case for login and removed authdata + authservice unique constraint in users table 2015-07-22 12:42:03 -04:00
JoramWilander
c39e95c7cb inital implementation of using GitLab OAuth2 provider for signup/login 2015-07-22 08:41:53 -04:00
=Corey Hulen
e0bad6c037 Fixing merge 2015-07-21 12:52:38 -08:00
=Corey Hulen
848eeeeef4 fixing merge conflicts 2015-07-21 12:26:27 -08:00
Christopher Speller
c6fb95912b Changing the way we mattermost handles URLs. team.domain.com becomes domain.com/team.
Renaming team.Name to team.DisplayName and team.Domain to team.Name.
So: team.Name -> url safe name. team.DisplayName -> nice name for users
2015-07-20 17:45:23 -04:00
Corey Hulen
d65f199e12 Merge pull request #185 from mattermost/mm-1348
fixes mm-1348 removing dependency on redis
2015-07-17 14:45:50 -08:00
hmhealey
b620960cde Fix migration code so that LastName is populated correctly for users who only have one word in their FullName 2015-07-17 15:13:31 -04:00
hmhealey
9d8073328a Added FirstName and LastName fields to User object and attempt to populate them from the FullName/Nickname field 2015-07-17 15:13:31 -04:00
hmhealey
c09f1b9e4e Renamed FullName column in database to Nickname. Renamed all serverside references from FullName to Nickname. 2015-07-17 15:13:24 -04:00
nickago
1fe86a004e Added table updater 2015-07-16 11:26:14 -07:00
nickago
139f6611d6 Added last updated for pictures 2015-07-16 08:55:37 -07:00
Corey Hulen
593556d30d Merge pull request #153 from nickago/MM-1460
MM-1460 Updated database schema for emoji compatibility
2015-07-15 09:52:46 -08:00
=Corey Hulen
246d12aaf2 fixes mm-1348 removing dependency on redis 2015-07-14 15:12:04 -08:00
nickago
c3aed62031 Added timestamps to pictures to stop caching 2015-07-13 08:58:51 -07:00
=Corey Hulen
af63080c0d minor tweaks to make sure mysql still runs 2015-07-12 19:28:58 -08:00
=Corey Hulen
34d56294a2 Patching remainder of the sql stmts to work with postgres 2015-07-12 19:28:58 -08:00
=Corey Hulen
ff21a5c75f Fixes mm-1420 adding postgres support 2015-07-12 19:24:48 -08:00
nickago
c84baf230c Updated database schema for full utf8 compatibility 2015-07-09 08:34:36 -07:00
Joram Wilander
3012a7f532 Merge pull request #136 from mattermost/code-review
team code review
2015-07-08 09:07:47 -04:00
Corey Hulen
f6e8b4f310 Merge pull request #143 from rgarmsen2295/mm-1416
MM-1416 Changed error message when adding a previously deleted channel to be better suited
2015-07-07 23:12:08 -08:00
Christopher Speller
4e856c29b2 Merge pull request #138 from hmhealey/mm756
MM-756 Don't mark channels as unread after user joined/left messages
2015-07-07 13:36:05 -04:00
hmhealey
23e527978e Add a post type for user joined/left messages and don't flag a channel as unread when one of those is automatically posted 2015-07-07 11:00:29 -04:00
Reed Garmsen
f839b63496 Added new error message when trying to add a channel that was previously deleted as well as a corresponding unit test 2015-07-06 17:57:36 -07:00