summaryrefslogtreecommitdiffstats
path: root/model
Commit message (Collapse)AuthorAgeFilesLines
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-206-33/+33
| | | | | | | 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
* Use a user's full name as their display name if a nickname hasn't been specifiedhmhealey2015-07-172-1/+45
|
* Unify all locations where we determine a user's display named based off of ↵hmhealey2015-07-172-0/+21
| | | | their nickname/username into a helper function
* Add tests to check if a User's first/last name are validhmhealey2015-07-171-0/+17
|
* Sanitize FirstName and LastName fields of an object instead of the nickname ↵hmhealey2015-07-172-4/+2
| | | | when ShowFullName is set to false
* Added FirstName and LastName fields to User object and attempt to populate ↵hmhealey2015-07-171-0/+10
| | | | them from the FullName/Nickname field
* Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-173-9/+9
| | | | references from FullName to Nickname.
* Added last updated for picturesnickago2015-07-161-0/+1
|
* Minor formatting changenickago2015-07-091-1/+1
|
* Server now notifies users they have been added to a new channelnickago2015-07-091-0/+1
|
* Merge pull request #150 from mattermost/mm-895Joram Wilander2015-07-081-0/+1
|\ | | | | MM-895 Reorganization of browser storage.
| * Adding comments to change versions in syncChristopher Speller2015-07-081-0/+1
| |
* | Merge pull request #136 from mattermost/code-reviewJoram Wilander2015-07-081-1/+1
|\ \ | | | | | | team code review
| * | team code review=Corey Hulen2015-07-061-1/+1
| |/
* / Add a post type for user joined/left messages and don't flag a channel as ↵hmhealey2015-07-071-2/+3
|/ | | | unread when one of those is automatically posted
* Changed offline timeout to 1 mintuenickago2015-07-011-1/+1
|
* Added the ability to have hashtags with dashes in themnickago2015-06-301-1/+1
|
* added mentioned username to default mention keysJoramWilander2015-06-301-1/+1
|
* added team-wide and channel-wide mentionsJoramWilander2015-06-291-4/+7
|
* update etag versionJoramWilander2015-06-291-1/+1
|
* fixes mm-1316 improves channel notifications UI and updates channellist etagJoramWilander2015-06-292-0/+11
|
* Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-252-0/+19
|\ | | | | fixes mm-1240 adds ability to turn valet feature on
| * added unit tests for new team API servicesJoramWilander2015-06-181-0/+18
| |
| * move valet feature switch to DB from configJoramWilander2015-06-171-0/+1
| |
| * first commit=Corey Hulen2015-06-1432-0/+3086
|
* added slashes to split mapJoramWilander2015-06-191-1/+1
|
* improved split functionJoramWilander2015-06-191-0/+2
|
* fix for dockerhost HELIUM=Corey Hulen2015-06-181-0/+1
|
* first commit=Corey Hulen2015-06-1432-0/+3086