summaryrefslogtreecommitdiffstats
path: root/model/client.go
Commit message (Collapse)AuthorAgeFilesLines
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-9/+0
|
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-2/+2
|
* Added additional test cases and fixed existing ones for ↵hmhealey2015-09-301-0/+9
| | | | ChannelMember.MarkUnreadLevel
* Removing old valet crud=Corey Hulen2015-09-241-18/+0
|
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-1/+11
|
* Fixing merge conflict=Corey Hulen2015-09-221-1/+37
|\
| * Implement incoming webhooks.JoramWilander2015-09-211-1/+37
| |
* | Adding service settings to admin console=Corey Hulen2015-09-221-0/+1
| |
* | Adding email to admin console=Corey Hulen2015-09-211-0/+9
|/
* Merge pull request #709 from mattermost/PLT-11Harrison Healey2015-09-181-0/+18
|\ | | | | PLT-11 adding config for logs to UI
| * PLT-11 Adding ability to save config file=Corey Hulen2015-09-171-0/+18
| |
* | Fix authentication for loadtests.JoramWilander2015-09-181-0/+1
|/
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-68/+124
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-0/+9
|
* PLT-12 adding log viewer=Corey Hulen2015-09-101-0/+9
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-0/+9
|
* Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-241-0/+18
|
* Fixing build=Corey Hulen2015-08-201-0/+2
|
* added api unit test for GetChannelCountsJoramWilander2015-08-111-0/+9
|
* added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-0/+9
| | | | on client
* Adding etag to channel extra_info api call.Christopher Speller2015-07-291-2/+2
|
* Merge branch 'master' into mm-1420=Corey Hulen2015-07-221-1/+1
|\
| * fixed unit tests to work with team domain changes and update partial url ↵JoramWilander2015-07-211-1/+1
| | | | | | | | regex for files
* | fixing merge conflicts=Corey Hulen2015-07-211-10/+10
|\|
| * Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-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 Hulen2015-07-121-0/+2
|/
* added unit tests for new team API servicesJoramWilander2015-06-181-0/+18
|
* first commit=Corey Hulen2015-06-141-0/+652