summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #914 from mattermost/plt-297Joram Wilander2015-10-057-9/+147
|\ | | | | PLT-297 Add ability to override username and icon for posts from incoming webhooks.
| * Update help text to mention the BOT tag for webhook posts.JoramWilander2015-10-051-1/+1
| |
| * Add config options for overriding username and icon, and add BOT indicator ↵JoramWilander2015-10-056-16/+108
| | | | | | | | next to webhook posts.
| * Add ability to override username and icon for posts from incoming webhooks.JoramWilander2015-10-025-8/+54
| |
* | Merge pull request #915 from mattermost/plt-300Christopher Speller2015-10-054-28/+62
|\ \ | | | | | | PLT-300 Update allow/deny oauth page UI, and add ouath as reserved word.
| * | Update allow/deny oauth page UI, and add ouath as reserved word.JoramWilander2015-10-024-28/+62
| | |
* | | Merge pull request #903 from mattermost/PLT-44Christopher Speller2015-10-055-17/+69
|\ \ \ | | | | | | | | PLT-44 allow team switching without the need to login
| * | | Fixing redirect issue=Corey Hulen2015-10-021-1/+1
| | | |
| * | | Fixing issues=Corey Hulen2015-10-021-1/+1
| | | |
| * | | Fixing issues=Corey Hulen2015-10-021-2/+2
| | | |
| * | | Fixing issue with being logged into other team=Corey Hulen2015-10-011-9/+17
| | | |
| * | | PLT-44 allow team switching without the need to login=Corey Hulen2015-10-015-7/+51
| | |/ | |/|
* | | Merge pull request #887 from asaadmahmoodspin/plt-375Joram Wilander2015-10-0517-89/+69
|\ \ \ | | | | | | | | plt-375 - Making modals compatible with themes
| * | | Increasing spacing for bottom unread notificationAsaad Mahmood2015-10-051-1/+1
| | | |
| * | | Updating theme colours for popovers, drop downs etcAsaad Mahmood2015-10-056-52/+33
| | | |
| * | | Updating search coloursAsaad Mahmood2015-10-051-1/+2
| | | |
| * | | Updating jpg to png for theme namesAsaad Mahmood2015-10-051-1/+1
| | | |
| * | | Changing jpeg images back to pngAsaad Mahmood2015-10-028-0/+0
| | | |
| * | | Merge branch 'master' of https://github.com/mattermost/platform into plt-375Asaad Mahmood2015-10-0212-150/+245
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: web/react/components/user_settings/user_settings_appearance.jsx
| * | | pot-375 - Making modals compatible with themesAsaad Mahmood2015-10-0118-52/+51
| | | |
* | | | Merge branch 'master' into PLT-462=Corey Hulen2015-10-0210-143/+200
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #912 from hmhealey/plt174Christopher Speller2015-10-021-2/+4
| |\ \ \ | | | | | | | | | | PLT-174 Added emailto: to the beginning of email links
| | * | | Added emailto: to the beginning of email linkshmhealey2015-10-021-2/+4
| | | | |
| * | | | Merge pull request #909 from mattermost/plt-446Harrison Healey2015-10-021-0/+2
| |\ \ \ \ | | | | | | | | | | | | PLT-446 Added help text to incoming webhooks.
| | * | | | Added help text for incoming webhooks.JoramWilander2015-10-021-0/+2
| | | |_|/ | | |/| |
| * | | | Change text to avoid confusion with Slack Importit332015-10-021-1/+1
| | | | |
| * | | | Removed $ from time tooltiphmhealey2015-10-021-1/+1
| | |/ / | |/| |
| * | | Merge pull request #881 from hmhealey/plt194Joram Wilander2015-10-026-139/+192
| |\ \ \ | | |/ / | |/| | PLT-194 Changes to ChannelMember notification settings
| | * | Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-013-27/+7
| | | |
| | * | Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-014-15/+12
| | | |
| | * | Changed notification preference submission to only be updated when options ↵hmhealey2015-09-301-0/+10
| | | | | | | | | | | | | | | | have actually changed
| | * | Added channel id to updateLastViewed api calls to prevent multiple updates ↵hmhealey2015-09-301-7/+9
| | | | | | | | | | | | | | | | to different channels from clashing
| | * | Implemented ChannelMember.MarkUnreadLevel so that it actually functionshmhealey2015-09-302-2/+2
| | | |
| | * | Removed UI for quiet mode and added UI to set when a channel will be marked ↵hmhealey2015-09-302-93/+136
| | | | | | | | | | | | | | | | unread in the sidebar
| | * | Added 'default' option to channel notification settings that just uses the ↵hmhealey2015-09-303-31/+52
| | | | | | | | | | | | | | | | user's notification level
* | | | PLT-462 Adding diagnostic info=Corey Hulen2015-10-011-0/+34
|/ / /
* | | Merge pull request #859 from mattermost/PLT-409Christopher Speller2015-10-011-0/+6
|\ \ \ | | | | | | | | PLT-409 add warning to at rest salt gen
| * | | PLT-409 add warning to at rest salt gen=Corey Hulen2015-09-291-0/+6
| | | |
* | | | Merge pull request #866 from mattermost/PLT-345Christopher Speller2015-10-012-0/+33
|\ \ \ \ | |_|_|/ |/| | | PLT-345 adding client side logging
| * | | PLT-345 adding client side logging=Corey Hulen2015-09-292-0/+33
| | | |
* | | | Merge pull request #867 from chengweiv5/team-nameChristopher Speller2015-09-302-6/+8
|\ \ \ \ | | | | | | | | | | Team name
| * | | | Check team name in correct sequence to avoid null pointerChengwei Yang2015-09-301-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
| * | | | Change minimal length of team name to 3 characterChengwei Yang2015-09-302-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | team named in 3 character in non-English language is very common, e.g. in Chinese. Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
* | | | Adding a quick fix for search bar bg related to themesAsaad Mahmood2015-09-301-1/+1
| | | |
* | | | Updating slack import UI with statesAsaad Mahmood2015-09-301-59/+33
| | | |
* | | | Merge branch 'master' of https://github.com/mattermost/platform into plt-383Asaad Mahmood2015-09-3018-114/+140
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix RHS scrolling center pane.JoramWilander2015-09-301-2/+2
| |/ /
| * | Merge pull request #862 from mattermost/PLT-435Joram Wilander2015-09-293-1/+24
| |\ \ | | | | | | | | PLT-435 adding system console link to RHS
| | * | PLT-435 adding system console link to RHS=Corey Hulen2015-09-293-1/+24
| | | |
| * | | Update email notification help textesethna2015-09-291-1/+1
| |/ / | | | | | | | | | Current: Email notifications are sent for mentions and direct messages after you have been away from Mattermost for 5 minutes. New: Email notifications are sent for mentions and direct messages after you’ve been offline for more than 60 seconds or away from Mattermost for more than 5 minutes.