summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | | support gfm tasklistsFlorian Orben2015-11-301-0/+8
|/ /
* | PLT-1121: One element, non-ordered lists and one element, ordered, nested lis...Florian Orben2015-11-301-57/+57
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ...Florian Orben2015-11-273-16/+9
* | only show advanced settings section if there are any pre-release featuresFlorian Orben2015-11-272-2/+3
* | PLT-1125: allow to toggle features in frontendFlorian Orben2015-11-272-0/+17
|/
* Disabling the all mention=Corey Hulen2015-11-231-1/+2
* Moved show static methods out of modals and into EventHelpershmhealey2015-11-231-4/+3
* Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModalhmhealey2015-11-232-5/+3
* Cleaned up how channel intro messages display set channel header buttonhmhealey2015-11-231-28/+17
* Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-231-5/+5
* Ported EditChannelModal to React-Bootstraphmhealey2015-11-232-46/+22
* Enable no magic numbers as warning. Ignore stateless components.Christopher Speller2015-11-231-3/+3
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-234-169/+247
* Fixed newlines being stripped from multiline code blockshmhealey2015-11-201-16/+31
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-198-95/+92
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-11-191-3/+3
* Multiple UI ImprovementsAsaad Mahmood2015-11-191-3/+3
* Merge pull request #1457 from hmhealey/plt729Christopher Speller2015-11-191-0/+2
|\
| * Added ability to open search sidebar programaticallyhmhealey2015-11-181-0/+2
* | Posts structure improvementAsaad Mahmood2015-11-192-17/+14
* | Converted DeletePostModal to React-Bootstraphmhealey2015-11-182-1/+11
|/
* force reload on server update=Corey Hulen2015-11-171-1/+1
* Multiple UI ImprovementsAsaad Mahmood2015-11-162-3/+4
* Merge pull request #1419 from hmhealey/plt998Joram Wilander2015-11-131-18/+86
|\
| * 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 invi...JoramWilander2015-11-111-13/+10
* | | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and a...JoramWilander2015-11-121-2/+92
| |/ |/|
* | fix indentation to use tabsFlorian Orben2015-11-101-1/+1
* | Add latex supportFlorian Orben2015-11-101-0/+9
|/
* Merge pull request #1345 from hmhealey/plt983Harrison Healey2015-11-061-1/+1
|\
| * Changed markdown text regex to not capture the final underscore on a word to ...hmhealey2015-11-061-1/+1
| * 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
|\ \
| * | Removed required whitespace from before @mentionshmhealey2015-11-061-4/+4
| |/
* | Merge pull request #1340 from mattermost/markdown-image-fixesJoram Wilander2015-11-061-1/+1
|\ \
| * | Fixing broken markdown images taking up too much space. Fixed unnessisary exp...Christopher Speller2015-11-061-1/+1
| |/
* / 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=Corey Hulen2015-11-051-0/+1
* | Merge pull request #1327 from florianorben/PLT-857-2Joram Wilander2015-11-061-0/+3
|\ \
| * | attachments frontendFlorian Orben2015-11-051-0/+3
* | | Merge pull request #1321 from hmhealey/plt911Joram Wilander2015-11-061-0/+9
|\ \ \
| * | | Moved public and private channels into separate sections in the search autoco...hmhealey2015-11-051-0/+9
* | | | Merge pull request #1325 from hmhealey/plt618Joram Wilander2015-11-062-52/+350
|\ \ \ \ | |_|/ / |/| | |
| * | | 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