summaryrefslogtreecommitdiffstats
path: root/api/team.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-1/+1
| | | | - Add spanish translations
* PLT-7: Refactoring api to use translations (chunk 4)Elias Nahum2016-01-241-16/+32
| | | | - Translation for api templates english and spanish
* Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-27/+27
| | | | | | - Add spanish translations - Does not include tests - Add func to get the translations for a user locale
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-29/+28
|
* PLT-7 adding loc db calls for users table=Corey Hulen2016-01-201-3/+3
|
* PLT-7 adding loc db calls for session table=Corey Hulen2016-01-201-2/+2
|
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-2/+2
|
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-1/+1
|
* PLT-7 adding loc db calls for team table=Corey Hulen2016-01-201-14/+14
|
* PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-6/+7
|
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
|
* Fixing Import=Corey Hulen2016-01-051-0/+1
|
* Moving to constnt=Corey Hulen2016-01-051-1/+1
|
* Fixing error message=Corey Hulen2016-01-051-1/+1
|
* Some refactoringChristopher Speller2015-12-161-2/+3
|
* Include SiteURL in props for invite emailJoramWilander2015-12-111-0/+1
|
* fixing based on feedback=Corey Hulen2015-11-181-0/+3
|
* Adding perm delete channels by team=Corey Hulen2015-11-161-0/+4
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-0/+26
|
* Don't send welcome emails for users signing up from an email invite, update ↵JoramWilander2015-11-051-3/+1
| | | | email content
* PLT-340=Corey Hulen2015-10-271-19/+26
|
* Fixing merge conflict=Corey Hulen2015-10-221-7/+2
|\
| * PLT-350 allow ability to disable restricted team names=Corey Hulen2015-10-201-7/+2
| |
* | Fixing merge=Corey Hulen2015-10-161-12/+11
|\|
| * Sanitize team dataAntti Ahti2015-10-141-0/+1
| | | | | | | | We don't want to expose sensitive data that might pose a security risk.
| * Fix typo (isTreamCreationAllowed -> isTeamCreationAllowed)Antti Ahti2015-10-141-7/+7
| |
| * Use team display name in team switcher menuAntti Ahti2015-10-141-5/+3
| | | | | | | | | | - /teams/find_teams returns team objects instead of just team names - use display_name in UI instead of name in the team switch menu
* | Inital support for multi-tab loging=Corey Hulen2015-10-161-2/+2
|/
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Merge pull request #966 from mattermost/GIT-960Christopher Speller2015-10-081-1/+1
|\ | | | | GIT-960 show error when you cannot create a team
| * GIT-960 show error when you cannot create a team=Corey Hulen2015-10-071-1/+1
| |
* | GIT-957 fixing email templates and logos=Corey Hulen2015-10-071-2/+2
|/
* Merge release branch 'release-1.0.0'Christopher Speller2015-09-301-4/+4
|\
| * Fixing some locations to use the IsTeamAdmin function which properly checks ↵Christopher Speller2015-09-301-4/+4
| | | | | | | | for system admin permissions.
* | PLT-469 skip redirect if verified email required.=Corey Hulen2015-09-291-1/+4
|/
* Removing old valet crud=Corey Hulen2015-09-241-47/+0
|
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-0/+48
|
* Adding service settings to admin console=Corey Hulen2015-09-221-13/+8
|
* Adding team settings to admin console=Corey Hulen2015-09-221-24/+1
|
* Fixing unit tests=Corey Hulen2015-09-211-1/+2
|
* Adding email to admin console=Corey Hulen2015-09-211-7/+4
|
* Fixes GIT-698 allow ability to disable team creation for SSO=Corey Hulen2015-09-161-0/+4
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-8/+13
|
* Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN=Corey Hulen2015-09-111-3/+3
|
* merging=Corey Hulen2015-09-101-0/+21
|\
| * Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+21
| |
* | Adding cmd line options=Corey Hulen2015-09-041-14/+22
|/
* MM-2056 fixes problem with creating team=Corey Hulen2015-08-311-3/+3
|
* Merge pull request #496 from mattermost/mm-2015Christopher Speller2015-08-281-0/+74
|\ | | | | MM-2015 Added the ability to create a team with SSO services and added the ability to turn off email sign up.
| * Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-0/+74
| | | | | | | | to turn off email sign up.