summaryrefslogtreecommitdiffstats
path: root/model/team.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-12/+12
| | | | - Add spanish translations
* Fixed string length checks for fields that can contain unicode charactershmhealey2015-11-051-1/+2
|
* Refactoring center channelChristopher Speller2015-11-021-1/+0
|
* PLT-340=Corey Hulen2015-10-271-5/+5
|
* Adding new fields to team model=Corey Hulen2015-10-261-10/+17
|
* PLT-350 allow ability to disable restricted team names=Corey Hulen2015-10-201-2/+2
|
* Sanitize team dataAntti Ahti2015-10-141-0/+6
| | | | We don't want to expose sensitive data that might pose a security risk.
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-0/+20
|
* Adding team settings to admin console=Corey Hulen2015-09-221-1/+0
|
* Allowing underscores in channel names. Added conversion of some slack ↵Christopher Speller2015-09-141-1/+1
| | | | channel names into valid mattermost names.
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+3
|
* Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-1/+58
| | | | to turn off email sign up.
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-7/+7
| | | | | | | 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
* move valet feature switch to DB from configJoramWilander2015-06-171-0/+1
|
* first commit=Corey Hulen2015-06-141-0/+141