summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* Multiple UI ImprovementsAsaad Mahmood2015-11-162-3/+4
|
* Merge pull request #1419 from hmhealey/plt998Joram Wilander2015-11-131-18/+86
|\ | | | | PLT-998/999/1100 Improving search term highlighting in results
| * Improved highlighting of search flags to handle quotes and flagshmhealey2015-11-121-18/+86
| |
* | Merge branch 'release-1.2'Christopher Speller2015-11-121-12/+7
|\ \
| * | Remove unneed roleJoramWilander2015-11-111-2/+0
| | |
| * | Remove unneed argumentJoramWilander2015-11-111-1/+1
| | |
| * | Fix channel invite button on channel intro message and fix empty channel ↵JoramWilander2015-11-111-13/+10
| | | | | | | | | | | | invite modal.
* | | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-2/+92
| |/ |/| | | | | accurate.
* | fix indentation to use tabsFlorian Orben2015-11-101-1/+1
| |
* | Add latex supportFlorian Orben2015-11-101-0/+9
|/ | | | | | Adds latex highlighting support via https://www.npmjs.com/package/katex as requested in https://mattermost.uservoice.com/forums/306457-general/suggestions/10160757-add-latex-support
* Merge pull request #1345 from hmhealey/plt983Harrison Healey2015-11-061-1/+1
|\ | | | | PLT-983 Fix _emphasizing_ markdown text when it's not the start of the post
| * Changed markdown text regex to not capture the final underscore on a word to ↵hmhealey2015-11-061-1/+1
| | | | | | | | better match the original behaviour
| * Changed markdown text regex to capture whitespace preceeding an underscorehmhealey2015-11-061-1/+1
| |
* | Merge pull request #1342 from hmhealey/plt761Joram Wilander2015-11-061-4/+4
|\ \ | | | | | | PLT-761 Removed required whitespace from before @mentions
| * | Removed required whitespace from before @mentionshmhealey2015-11-061-4/+4
| |/
* | Merge pull request #1340 from mattermost/markdown-image-fixesJoram Wilander2015-11-061-1/+1
|\ \ | | | | | | Markdown image fixes.
| * | Fixing broken markdown images taking up too much space. Fixed unnessisary ↵Christopher Speller2015-11-061-1/+1
| |/ | | | | | | expantion of markdown images not in center channel.
* / Updating UI for search autocompleteAsaad Mahmood2015-11-061-2/+3
|/
* Merge pull request #1328 from mattermost/PLT-1016Christopher Speller2015-11-061-0/+1
|\ | | | | PLT-1016 force logout on other browsers
| * PLT-1016 force logout on other browsers=Corey Hulen2015-11-051-0/+1
| |
* | 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