summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* Only allow one ding every 3sJoramWilander2015-11-051-1/+5
|
* Add constant form 'mention'JoramWilander2015-11-051-0/+3
|
* Merge pull request #1308 from asaadmahmoodspin/plt-960Christopher Speller2015-11-052-15/+35
|\ | | | | Plt 960 - Moving code themes into custom themes
| * Removed old code theme selector and fixed some issuesReed Garmsen2015-11-042-16/+14
| |
| * Moved code theme picker into custom theme subareaReed Garmsen2015-11-041-1/+23
| |
* | Merge pull request #1298 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-041-1/+1
|\ \ | |/ |/| Multiple UI Improvements
| * Making tutorial buttons and tutorial circles consistentAsaad Mahmood2015-11-041-1/+1
| |
* | Merge pull request #1287 from hmhealey/plt382Christopher Speller2015-11-042-3/+5
|\ \ | |/ |/| PLT-382 Refactored some modals to use React-Bootstrap and added a confirmation when discarding theme changes
| * Moved InviteMemberModal to be controlled by a storehmhealey2015-11-022-5/+4
| |
| * Ported ConfirmModal and InviteMemberModal to React-Bootstraphmhealey2015-11-021-0/+3
| |
* | Properly escaped mention keywords and search terms when formatting themhmhealey2015-11-041-2/+6
| |
* | Allowed @mentions to follow any non-alphanumeric character instead of just ↵hmhealey2015-11-041-1/+1
| | | | | | | | whitespace
* | Removed unused text formatting functionshmhealey2015-11-041-16/+0
| |
* | Merge pull request #1289 from mattermost/plt-516-2Joram Wilander2015-11-043-6/+18
|\ \ | | | | | | PLT-516 Part 1 of performance fixes for large teams
| * | Minor changes to statuses client codeJoramWilander2015-11-031-1/+3
| | |
| * | Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-033-6/+16
| | |
* | | Merge pull request #1286 from hmhealey/plt973Christopher Speller2015-11-041-1/+2
|\ \ \ | | | | | | | | PLT-973 Re-enabled Markdown tables
| * | | Re-enabled Markdown tableshmhealey2015-11-031-1/+2
| | |/ | |/|
* | | Merge pull request #1279 from rgarmsen2295/plt-743Joram Wilander2015-11-041-0/+21
|\ \ \ | | | | | | | | PLT-741/743 Adds additional checks when sorting channels/teams by display name
| * | | Functionalized codeReed Garmsen2015-11-021-0/+21
| | |/ | |/|
* | | Merge pull request #1290 from mattermost/fixed-embed-heightCorey Hulen2015-11-031-0/+15
|\ \ \ | | | | | | | | PLT-991 Fixing height of embeded images
| * | | Fixing height of embeded imagesChristopher Speller2015-11-031-0/+15
| |/ /
* | | Adding browser functions in utilis and calling them in settings_sidebarAsaad Mahmood2015-11-031-0/+14
| | |
* | | Multiple UI changesAsaad Mahmood2015-11-031-6/+6
|/ /
* | Add tutorial popoversJoramWilander2015-11-021-3/+8
| |
* | Add tutorial intro screens for new users.JoramWilander2015-11-021-0/+2
|/
* Merge pull request #1249 from mattermost/plt-823Harrison Healey2015-11-022-0/+223
|\ | | | | PLT-823 Refactor of center channel
| * Some renamingChristopher Speller2015-11-021-1/+1
| |
| * Hooking up external componentsChristopher Speller2015-11-021-0/+5
| |
| * Refactoring center channelChristopher Speller2015-11-021-0/+218
| |
* | Merge pull request #1259 from stasvovk/PLT-639Christopher Speller2015-11-021-0/+17
|\ \ | | | | | | PLT-639: display full name, nickname or username in direct messages
| * | fixed errors in displayUsernameStas Vovk2015-11-021-3/+3
| | |
| * | display full name, nickname or username in direct messagesStas Vovk2015-11-011-0/+17
| |/
* / fix isBrowserEdge typoVincent Taverna2015-11-011-1/+1
|/
* Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-301-5/+5
|\ | | | | PLT-340 allow team directory and open invites
| * Merge branch 'master' into PLT-340=Corey Hulen2015-10-281-2/+6
| |\
| * | PLT-340=Corey Hulen2015-10-271-5/+5
| | |
* | | use XML syntax highlighting if provided language is htmlFlorian Orben2015-10-291-4/+10
| | |
* | | escape user inputFlorian Orben2015-10-291-2/+2
| | |
* | | Add java and ini languageFlorian Orben2015-10-292-1/+7
| | | | | | | | | | | | Forgot to add those altough they are quite common
* | | fix markup if code is of unknown languageFlorian Orben2015-10-291-1/+1
| | |
* | | code style theme chooserFlorian Orben2015-10-292-0/+33
| | |
* | | highlight code in markdown blocksFlorian Orben2015-10-292-0/+84
| | |
* | | Add team type constants.JoramWilander2015-10-291-0/+2
| | |
* | | Merge pull request #1218 from hmhealey/underscoresJoram Wilander2015-10-292-37/+77
|\ \ \ | | | | | | | | PLT-631/PLT-764/PLT-204/PLT-521 Updating autolinking and handling of underscores by the markdown parser
| * | | Updated markdown regexes to better handle underscores and linkshmhealey2015-10-282-33/+42
| | | |
| * | | Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-282-8/+39
| | | |
* | | | Merge pull request #1213 from mattermost/plt-836Corey Hulen2015-10-281-26/+42
|\ \ \ \ | | | | | | | | | | PLT-836 Prevent markdown styled links from embedding gifs
| * | | | Prevent markdown styled links from embedding gifsJoramWilander2015-10-281-26/+42
| | | | |
* | | | | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-281-4/+21
|\ \ \ \ \ | | | | | | | | | | | | PLT-600 Renamed channel description to channel header and added channel purpose field