Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1289 from mattermost/plt-516-2 | Joram Wilander | 2015-11-04 | 1 | -2/+2 |
|\ | | | | | PLT-516 Part 1 of performance fixes for large teams | ||||
| * | Updated getStatuses unit testgs | JoramWilander | 2015-11-03 | 1 | -2/+2 |
| | | |||||
* | | Adding ability to fetch posts around a specifc post | Christopher Speller | 2015-11-03 | 1 | -0/+18 |
|/ | |||||
* | Merge pull request #1211 from mattermost/PLT-340 | Joram Wilander | 2015-10-30 | 1 | -2/+2 |
|\ | | | | | PLT-340 allow team directory and open invites | ||||
| * | PLT-340 | =Corey Hulen | 2015-10-27 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1199 from hmhealey/plt600 | Corey Hulen | 2015-10-28 | 1 | -2/+11 |
|\ \ | |/ |/| | 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/+9 |
| | | |||||
| * | Renamed Channel.Description to Channel.Header on the server | hmhealey | 2015-10-27 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into PLT-25 | =Corey Hulen | 2015-10-23 | 1 | -12/+14 |
|\| | |||||
| * | Multi-session login | =Corey Hulen | 2015-10-20 | 1 | -12/+13 |
| | | |||||
| * | Adding multi-session cookie | =Corey Hulen | 2015-10-20 | 1 | -12/+13 |
| | | |||||
* | | Adding analytics tab | =Corey Hulen | 2015-10-22 | 1 | -0/+9 |
|/ | |||||
* | Add api unit tests for outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -0/+36 |
| | |||||
* | Merge pull request #1079 from hmhealey/initprefs | Christopher Speller | 2015-10-16 | 1 | -0/+9 |
|\ | | | | | 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 | 1 | -0/+9 |
| | | |||||
* | | Use team display name in team switcher menu | Antti Ahti | 2015-10-14 | 1 | -1/+1 |
|/ | | | | | - /teams/find_teams returns team objects instead of just team names - use display_name in UI instead of name in the team switch menu | ||||
* | Removed Preference.AltId | hmhealey | 2015-10-13 | 1 | -1/+9 |
| | |||||
* | Made structural changes to server-side Preference code based on feedback | hmhealey | 2015-10-13 | 1 | -5/+5 |
| | |||||
* | Added api to get and set preferences | hmhealey | 2015-10-13 | 1 | -0/+18 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps | hmhealey | 2015-10-01 | 1 | -9/+0 |
| | |||||
* | Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps | hmhealey | 2015-10-01 | 1 | -2/+2 |
| | |||||
* | Added additional test cases and fixed existing ones for ↵ | hmhealey | 2015-09-30 | 1 | -0/+9 |
| | | | | ChannelMember.MarkUnreadLevel | ||||
* | Removing old valet crud | =Corey Hulen | 2015-09-24 | 1 | -18/+0 |
| | |||||
* | PLT-349 adding team mgt to admin console | =Corey Hulen | 2015-09-23 | 1 | -1/+11 |
| | |||||
* | Fixing merge conflict | =Corey Hulen | 2015-09-22 | 1 | -1/+37 |
|\ | |||||
| * | Implement incoming webhooks. | JoramWilander | 2015-09-21 | 1 | -1/+37 |
| | | |||||
* | | Adding service settings to admin console | =Corey Hulen | 2015-09-22 | 1 | -0/+1 |
| | | |||||
* | | Adding email to admin console | =Corey Hulen | 2015-09-21 | 1 | -0/+9 |
|/ | |||||
* | Merge pull request #709 from mattermost/PLT-11 | Harrison Healey | 2015-09-18 | 1 | -0/+18 |
|\ | | | | | PLT-11 adding config for logs to UI | ||||
| * | PLT-11 Adding ability to save config file | =Corey Hulen | 2015-09-17 | 1 | -0/+18 |
| | | |||||
* | | Fix authentication for loadtests. | JoramWilander | 2015-09-18 | 1 | -0/+1 |
|/ | |||||
* | Implement OAuth2 service provider functionality. | JoramWilander | 2015-09-16 | 1 | -68/+124 |
| | |||||
* | PLT-93 cleaing up client side configs | =Corey Hulen | 2015-09-15 | 1 | -0/+9 |
| | |||||
* | PLT-12 adding log viewer | =Corey Hulen | 2015-09-10 | 1 | -0/+9 |
| | |||||
* | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -0/+9 |
| | |||||
* | Fixes mm-1912 move get file info into its own web service call | =Corey Hulen | 2015-08-24 | 1 | -0/+18 |
| | |||||
* | Fixing build | =Corey Hulen | 2015-08-20 | 1 | -0/+2 |
| | |||||
* | added api unit test for GetChannelCounts | JoramWilander | 2015-08-11 | 1 | -0/+9 |
| | |||||
* | added getChannel api service and use that over getChannels where appropriate ↵ | JoramWilander | 2015-08-11 | 1 | -0/+9 |
| | | | | on client | ||||
* | Adding etag to channel extra_info api call. | Christopher Speller | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into mm-1420 | =Corey Hulen | 2015-07-22 | 1 | -1/+1 |
|\ | |||||
| * | fixed unit tests to work with team domain changes and update partial url ↵ | JoramWilander | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | regex for files | ||||
* | | fixing merge conflicts | =Corey Hulen | 2015-07-21 | 1 | -10/+10 |
|\| | |||||
| * | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -10/+10 |
| | | | | | | | | | | | | | | 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 | ||||
* | | minor tweaks to make sure mysql still runs | =Corey Hulen | 2015-07-12 | 1 | -0/+2 |
|/ | |||||
* | added unit tests for new team API services | JoramWilander | 2015-06-18 | 1 | -0/+18 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+652 |