summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1327 from florianorben/PLT-857-2Joram Wilander2015-11-061-0/+3
|\ | | | | PLT-857: Support `attachments` for Incoming Webhooks
| * attachments frontendFlorian Orben2015-11-051-0/+3
| |
* | Merge pull request #1321 from hmhealey/plt911Joram Wilander2015-11-061-0/+9
|\ \ | | | | | | PLT-911 Search autocomplete improvements
| * | Moved public and private channels into separate sections in the search ↵hmhealey2015-11-051-0/+9
| | | | | | | | | | | | autocomplete
* | | Merge pull request #1325 from hmhealey/plt618Joram Wilander2015-11-062-52/+350
|\ \ \ | |_|/ |/| | PLT-618 Ignore formatting markdown lists containing only one element
| * | Changed markdown lexer to ignore lists containing only one itemhmhealey2015-11-051-50/+54
| | |
| * | Cleaned up Markedown Lexer for eslinthmhealey2015-11-051-62/+56
| | |
| * | Copied part of the marked lexer into markdown.jsxhmhealey2015-11-051-1/+298
| | |
| * | Moved highlighting code out of markdown.jsxhmhealey2015-11-052-51/+54
| | |
* | | Switching to mp3=Corey Hulen2015-11-051-1/+1
| | |
* | | PLT-1040 changing ding=Corey Hulen2015-11-051-1/+1
|/ /
* / 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
| | |