summaryrefslogtreecommitdiffstats
path: root/store/store.go
Commit message (Collapse)AuthorAgeFilesLines
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-1/+1
|
* Removed UI for quiet mode and added UI to set when a channel will be marked ↵hmhealey2015-09-301-0/+1
| | | | unread in the sidebar
* Assiging first user system_admin role=Corey Hulen2015-09-231-0/+1
|
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-1/+2
|
* Implement incoming webhooks.JoramWilander2015-09-211-0/+8
|
* Adding database schema version=Corey Hulen2015-09-161-0/+7
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-2/+17
|
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+4
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-0/+1
|
* Fixing build=Corey Hulen2015-08-201-0/+4
|
* when user roles are updated, the relevant session roles are updated as wellJoramWilander2015-08-171-0/+1
|
* added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-0/+1
| | | | intelligently pull channel data
* Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-291-0/+1
|
* inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-0/+1
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-2/+2
| | | | | | | 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
* Added last updated for picturesnickago2015-07-161-1/+1
|
* Added timestamps to pictures to stop cachingnickago2015-07-131-0/+1
|
* Fixing unit tests=Corey Hulen2015-07-061-0/+9
|
* first commit=Corey Hulen2015-06-141-0/+94