Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed all templates to use site url instead of team url for finding the ↵ | nickago | 2015-07-31 | 1 | -4/+2 |
| | | | | 'static' directory | ||||
* | Fixed team API to properly provide team names for the Find My Team email | hmhealey | 2015-07-29 | 1 | -4/+17 |
| | |||||
* | updates to sign-up flow, remove company name and marketing checkbox | JoramWilander | 2015-07-28 | 1 | -7/+0 |
| | |||||
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -190/+44 |
| | | | | | | | 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 | ||||
* | Unify all locations where we determine a user's display named based off of ↵ | hmhealey | 2015-07-17 | 1 | -6/+1 |
| | | | | their nickname/username into a helper function | ||||
* | Renamed FullName column in database to Nickname. Renamed all serverside ↵ | hmhealey | 2015-07-17 | 1 | -2/+2 |
| | | | | references from FullName to Nickname. | ||||
* | Fixes mm-1415 adding email bypass flag | =Corey Hulen | 2015-07-12 | 1 | -1/+1 |
| | |||||
* | Small tweaks and cleanup | Reed Garmsen | 2015-07-07 | 1 | -2/+2 |
| | |||||
* | Added a server side check to see if members who are trying to be invited ↵ | Reed Garmsen | 2015-07-07 | 1 | -0/+9 |
| | | | | have already been invited by checking the email. Client handles it as if it was an email error. | ||||
* | Merge pull request #98 from mattermost/mm-1199 | Corey Hulen | 2015-06-29 | 1 | -8/+4 |
|\ | | | | | fixes mm-1199 adds off-topic as a default channel | ||||
| * | new users now join off-topic defaultly | JoramWilander | 2015-06-29 | 1 | -2/+8 |
| | | |||||
| * | move default channel creation to seperate func and add off-topic | JoramWilander | 2015-06-29 | 1 | -12/+2 |
| | | |||||
* | | Changed invite email to reflect the sender's status in the team (e.g. admin ↵ | Reed Garmsen | 2015-06-29 | 1 | -0/+9 |
|/ | | | | v.s. plain member) | ||||
* | added team store, team settings menu, and the ability to turn on valet ↵ | JoramWilander | 2015-06-18 | 1 | -0/+20 |
| | | | | feature from client | ||||
* | add API service to turn on valet feature | JoramWilander | 2015-06-18 | 1 | -0/+51 |
| | |||||
* | move valet feature switch to DB from config | JoramWilander | 2015-06-17 | 1 | -1/+10 |
| | |||||
* | update unit test | JoramWilander | 2015-06-15 | 1 | -3/+5 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+542 |