summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only allow one ding every 3sJoramWilander2015-11-051-1/+5
|
* Merge pull request #1310 from mattermost/plt-697Christopher Speller2015-11-053-7/+12
|\ | | | | PLT-697 Don't send welcome emails for users signing up from an email invite and update email content
| * Update email cssJoramWilander2015-11-051-1/+1
| |
| * Don't send welcome emails for users signing up from an email invite, update ↵JoramWilander2015-11-053-7/+12
| | | | | | | | email content
* | Merge pull request #1311 from mattermost/plt-981Christopher Speller2015-11-052-1/+7
|\ \ | | | | | | PLT-981 Only show * in tab title when a channel is marked unread
| * | Add constant form 'mention'JoramWilander2015-11-052-1/+5
| | |
| * | Only show * in tab title when a channel is marked unreadJoramWilander2015-11-051-1/+3
| | |
* | | Merge pull request #1301 from mishimi/patch-9Corey Hulen2015-11-051-5/+7
|\ \ \ | | | | | | | | Added documentation on search modifiers and two character search limi…
| * | | Update Search.mdmishimi2015-11-051-1/+1
| | | |
| * | | Update Search.mdmishimi2015-11-041-2/+2
| | | |
| * | | Update Search.mdmishimi2015-11-041-3/+3
| | | |
| * | | Update Search.mdmishimi2015-11-041-1/+1
| | | |
| * | | Made updates more concisemishimi2015-11-041-1/+1
| | | |
| * | | Added documentation on search modifiers and two character search limitationsmishimi2015-11-041-2/+4
| | | |
* | | | Merge pull request #1312 from hmhealey/plt592Joram Wilander2015-11-056-12/+18
|\ \ \ \ | |_|/ / |/| | | PLT-592 Correctly measure the length of unicode strings
| * | | Fixed string length checks for fields that can contain unicode charactershmhealey2015-11-056-12/+18
|/ / /
* | | Merge pull request #1309 from mattermost/analytics-fixHarrison Healey2015-11-051-1/+1
|\ \ \ | |_|/ |/| | Fix user reference in head.html
| * | Fix abd user reference in head.htmlJoramWilander2015-11-051-1/+1
|/ /
* | Merge pull request #1308 from asaadmahmoodspin/plt-960Christopher Speller2015-11-0513-112/+108
|\ \ | | | | | | Plt 960 - Moving code themes into custom themes
| * | Updating UI for access history and access log modalsAsaad Mahmood2015-11-053-7/+3
| | |
| * | Updating code themesAsaad Mahmood2015-11-056-4/+15
| | |
| * | Merge branch 'plt-960' of https://github.com/rgarmsen2295/platform into PLT-960Asaad Mahmood2015-11-055-105/+94
| |\ \
| | * | Removed old code theme selector and fixed some issuesReed Garmsen2015-11-045-99/+20
| | | |
| | * | Moved code theme picker into custom theme subareaReed Garmsen2015-11-043-24/+92
| | | |
* | | | Merge pull request #1298 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-049-24/+45
|\ \ \ \ | |/ / / |/| | | Multiple UI Improvements
| * | | Adding legacy pie clear fix instead of just clear fix to container-fluidAsaad Mahmood2015-11-041-1/+1
| | | |
| * | | Binding handleShown to constructorAsaad Mahmood2015-11-042-0/+2
| | | |
| * | | Making tutorial buttons and tutorial circles consistentAsaad Mahmood2015-11-043-7/+2
| | | |
| * | | Fixing tutorial next button to be fixed at the bottomAsaad Mahmood2015-11-041-1/+8
| | | |
| * | | Fixing issues with memberList modalAsaad Mahmood2015-11-042-15/+15
| | | |
| * | | Adding focus for channel modalsAsaad Mahmood2015-11-043-0/+17
| | | |
* | | | Merge pull request #1303 from mattermost/plt-516-2Christopher Speller2015-11-047-343/+325
|\ \ \ \ | | | | | | | | | | PLT-516 Part 2 of fixing performance issues with large teams
| * | | | Convert channel_members and channel_invite modals to react boostrap to fix ↵JoramWilander2015-11-047-343/+325
| | | | | | | | | | | | | | | | | | | | performance issues
* | | | | Merge pull request #1305 from esethna/patch-11Corey Hulen2015-11-041-0/+24
|\ \ \ \ \ | | | | | | | | | | | | Create Team-Statistics.md
| * | | | | Create Team-Statistics.mdesethna2015-11-041-0/+24
| | |/ / / | |/| | | | | | | | Reviewed by Corey
* | | | | Merge pull request #1304 from mattermost/leave-channel-fixCorey Hulen2015-11-041-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fixed leaving channels issue
| * | | | | Fixed leaving channels issueChristopher Speller2015-11-041-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #1299 from hmhealey/plt974Corey Hulen2015-11-042-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | | PLT-974 Prevented searching for "*"
| * | | | Changed post searching to ignore requests to return everything by searching ↵hmhealey2015-11-042-1/+8
| | | | | | | | | | | | | | | | | | | | for *
* | | | | Merge pull request #1287 from hmhealey/plt382Christopher Speller2015-11-0424-448/+636
|\ \ \ \ \ | |_|_|/ / |/| | | | PLT-382 Refactored some modals to use React-Bootstrap and added a confirmation when discarding theme changes
| * | | | Fixed theme confirmation dialog to work in all cases and removed some jquery ↵hmhealey2015-11-0310-53/+173
| | | | | | | | | | | | | | | | | | | | magic related to it
| * | | | Changed TeamSettingsModal click handlers to not affect other modalshmhealey2015-11-031-2/+4
| | | | |
| * | | | Moved InviteMemberModal to be controlled by a storehmhealey2015-11-029-47/+91
| | | | |
| * | | | Added handling of keyboard focus to UserSettingsModal and its childrenhmhealey2015-11-025-12/+51
| | | | |
| * | | | Added a confirmation dialog for unsaved theme changes and removed ↵hmhealey2015-11-0210-118/+106
| | | | | | | | | | | | | | | | | | | | unnecessary dialog close handling
| * | | | Ported UserSettingsModal to React-Bootstraphmhealey2015-11-028-48/+78
| | | | |
| * | | | Ported AccessHistoryModal and ActivityLogModal to React-Bootstraphmhealey2015-11-024-108/+75
| | | | |
| * | | | Ported ConfirmModal and InviteMemberModal to React-Bootstraphmhealey2015-11-026-144/+142
| | | | |
* | | | | Merge pull request #1297 from hmhealey/plt761Joram Wilander2015-11-041-19/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | PLT-761 Allowed @mentions to follow any non-alphanumeric character instead of just following whitespace
| * | | | Properly escaped mention keywords and search terms when formatting themhmhealey2015-11-041-2/+6
| | | | |