Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change GetPostsSince limit to 1000 and only add updated posts to post list ↵ | JoramWilander | 2015-08-27 | 1 | -3/+5 |
| | | | | order. | ||||
* | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 3 | -23/+142 |
| | |||||
* | Fixes race condition | =Corey Hulen | 2015-08-21 | 1 | -4/+10 |
| | |||||
* | Merge pull request #430 from mattermost/fixing-build | Corey Hulen | 2015-08-21 | 2 | -1/+8 |
|\ | | | | | Fixing race condition | ||||
| * | Fixing race condition | =Corey Hulen | 2015-08-20 | 1 | -2/+3 |
| | | |||||
| * | Fixing bug | =Corey Hulen | 2015-08-20 | 1 | -1/+3 |
| | | |||||
| * | Fixing build | =Corey Hulen | 2015-08-20 | 1 | -0/+4 |
| | | |||||
* | | Added updating of username based mentions on username change | nickago | 2015-08-20 | 1 | -0/+12 |
|/ | |||||
* | Track channel creator in DB and show in channel intro message. | JoramWilander | 2015-08-19 | 1 | -0/+2 |
| | |||||
* | when user roles are updated, the relevant session roles are updated as well | JoramWilander | 2015-08-17 | 2 | -0/+20 |
| | |||||
* | fix channelIdWithCountAndUpdateAt naming to be proper camel case | JoramWilander | 2015-08-11 | 1 | -2/+2 |
| | |||||
* | added store unit test for GetChannelCounts | JoramWilander | 2015-08-11 | 1 | -0/+47 |
| | |||||
* | incorporate channel updateAt into channel counts and pull channel data on ↵ | JoramWilander | 2015-08-11 | 1 | -4/+6 |
| | | | | channel update | ||||
* | added getChannelCounts service and refactored the client to more ↵ | JoramWilander | 2015-08-11 | 2 | -0/+34 |
| | | | | intelligently pull channel data | ||||
* | Fixing upgrade | =Corey Hulen | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #278 from mattermost/mm-1702 | Corey Hulen | 2015-08-02 | 2 | -16/+89 |
|\ | | | | | MM-1702 Adding etag to channel extra_info api call. | ||||
| * | Adding etag to channel extra_info api call. | Christopher Speller | 2015-07-29 | 2 | -16/+89 |
| | | |||||
* | | Merge pull request #273 from mattermost/mm-1355 | Corey Hulen | 2015-08-02 | 3 | -1/+46 |
|\ \ | | | | | | | Fixes mm-1355 adds rate limiting apis | ||||
| * \ | Merge branch 'master' into mm-1355 | =Corey Hulen | 2015-07-30 | 2 | -10/+10 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into mm-1355 | =Corey Hulen | 2015-07-29 | 4 | -9/+9 |
| |\ \ \ | |||||
| * | | | | Fixes mm-1355 adds rate limiting apis | =Corey Hulen | 2015-07-29 | 3 | -1/+46 |
| | | | | | |||||
* | | | | | Merge pull request #291 from mattermost/mm-1758 | Corey Hulen | 2015-08-02 | 2 | -1/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | MM-1758 partially fixed postgres search so that multiple search terms work | ||||
| * | | | | | partially fixed postgres search so that multiple search terms work | JoramWilander | 2015-07-30 | 2 | -1/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #281 from nickago/MM-1600 | Christopher Speller | 2015-07-30 | 1 | -1/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | MM-1600 Improve quality of error returned upon a duplicate username request | ||||
| * | | | | Added error safety and a unique message for duplicate emails | nickago | 2015-07-29 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Added a unique error message for bad username and simplified error outputed ↵ | nickago | 2015-07-29 | 1 | -1/+5 |
| | |/ / | |/| | | | | | | | | | | to user | ||||
* | | | | removing flaky unit test | =Corey Hulen | 2015-07-30 | 1 | -6/+6 |
| |_|/ |/| | | |||||
* | | | updated channel error messages to reflect proper naming | JoramWilander | 2015-07-29 | 1 | -4/+4 |
|/ / | |||||
* | | update our postgresql index check to work with 9.2+ versions of postgresql | JoramWilander | 2015-07-28 | 1 | -1/+1 |
| | | |||||
* | | fixes some database queries that broke with postgres, fixes the unread/new ↵ | JoramWilander | 2015-07-27 | 3 | -8/+8 |
|/ | | | | mesasge issues | ||||
* | removing old bindVars methods | =Corey Hulen | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Fixing merges for latest postgres | =Corey Hulen | 2015-07-23 | 4 | -31/+72 |
| | |||||
* | Merge branch 'master' into mm-1420 | =Corey Hulen | 2015-07-23 | 3 | -0/+45 |
|\ | |||||
| * | added store unit test for user.GetByAuth and added password length checking ↵ | JoramWilander | 2015-07-23 | 1 | -0/+19 |
| | | | | | | | | in api.login | ||||
| * | add changes from team review | JoramWilander | 2015-07-22 | 1 | -2/+2 |
| | | |||||
| * | added error case for login and removed authdata + authservice unique ↵ | JoramWilander | 2015-07-22 | 1 | -1/+0 |
| | | | | | | | | constraint in users table | ||||
| * | inital implementation of using GitLab OAuth2 provider for signup/login | JoramWilander | 2015-07-22 | 2 | -0/+27 |
| | | |||||
* | | Fixing merge | =Corey Hulen | 2015-07-21 | 1 | -1/+2 |
| | | |||||
* | | fixing merge conflicts | =Corey Hulen | 2015-07-21 | 10 | -262/+151 |
|\| | |||||
| * | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 3 | -32/+36 |
| | | | | | | | | | | | | | | 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 | ||||
| * | Merge pull request #185 from mattermost/mm-1348 | Corey Hulen | 2015-07-17 | 2 | -134/+0 |
| |\ | | | | | | | fixes mm-1348 removing dependency on redis | ||||
| | * | fixes mm-1348 removing dependency on redis | =Corey Hulen | 2015-07-14 | 2 | -134/+0 |
| | | | |||||
| * | | Fix migration code so that LastName is populated correctly for users who ↵ | hmhealey | 2015-07-17 | 1 | -4/+8 |
| | | | | | | | | | | | | only have one word in their FullName | ||||
| * | | Added FirstName and LastName fields to User object and attempt to populate ↵ | hmhealey | 2015-07-17 | 1 | -2/+14 |
| | | | | | | | | | | | | them from the FullName/Nickname field | ||||
| * | | Renamed FullName column in database to Nickname. Renamed all serverside ↵ | hmhealey | 2015-07-17 | 4 | -30/+40 |
| | | | | | | | | | | | | references from FullName to Nickname. | ||||
| * | | Added table updater | nickago | 2015-07-16 | 1 | -0/+1 |
| | | | |||||
| * | | Added last updated for pictures | nickago | 2015-07-16 | 2 | -3/+6 |
| | | | |||||
| * | | Merge pull request #153 from nickago/MM-1460 | Corey Hulen | 2015-07-15 | 2 | -2/+15 |
| |\ \ | | |/ | |/| | MM-1460 Updated database schema for emoji compatibility | ||||
| | * | Updated database schema for full utf8 compatibility | nickago | 2015-07-09 | 2 | -2/+15 |
| | | | |||||
| * | | Added timestamps to pictures to stop caching | nickago | 2015-07-13 | 2 | -0/+20 |
| |/ |