summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Expand)AuthorAgeFilesLines
* Moved InviteMemberModal to be controlled by a storehmhealey2015-11-024-22/+39
* Added handling of keyboard focus to UserSettingsModal and its childrenhmhealey2015-11-025-12/+51
* Added a confirmation dialog for unsaved theme changes and removed unnecessary...hmhealey2015-11-0210-118/+106
* Ported UserSettingsModal to React-Bootstraphmhealey2015-11-026-42/+74
* Ported AccessHistoryModal and ActivityLogModal to React-Bootstraphmhealey2015-11-023-96/+75
* Ported ConfirmModal and InviteMemberModal to React-Bootstraphmhealey2015-11-024-138/+139
* Merge pull request #1249 from mattermost/plt-823Harrison Healey2015-11-0215-896/+756
|\
| * Removing useless resize alert function in PostBodyChristopher Speller2015-11-023-10/+2
| * Some renamingChristopher Speller2015-11-029-30/+30
| * Hooking up external componentsChristopher Speller2015-11-026-59/+170
| * Refactoring center channelChristopher Speller2015-11-023-790/+455
| * Creating hierarchyChristopher Speller2015-11-024-16/+108
* | Merge pull request #1268 from mattermost/plt-514Christopher Speller2015-11-022-16/+25
|\ \
| * | Validate callback urls on the server and add help text to outgoing webhooksJoramWilander2015-11-022-16/+25
| |/
* | Merge pull request #1259 from stasvovk/PLT-639Christopher Speller2015-11-023-6/+103
|\ \ | |/ |/|
| * display full name, nickname or username in direct messagesStas Vovk2015-11-013-6/+103
* | Merge pull request #1264 from girishso/team-name-lt4Christopher Speller2015-11-022-2/+5
|\ \
| * | Update the UI to check for 4 characters to match the serverGirish S2015-11-022-4/+4
| * | Show error message when team name is fewer than 4 charactersGirish S2015-11-021-0/+3
| |/
* | Merge pull request #1222 from rgarmsen2295/plt-550Joram Wilander2015-11-022-1/+6
|\ \
| * | Fixed various issues with commenting on recently deleted postsReed Garmsen2015-10-302-1/+6
* | | Merge pull request #1253 from rgarmsen2295/plt-799Christopher Speller2015-11-021-0/+1
|\ \ \ | |_|/ |/| |
| * | Turn-off default auto-completion in the search barReed Garmsen2015-10-301-0/+1
* | | Merge pull request #1248 from mattermost/it33-patch-1Corey Hulen2015-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed typoit332015-10-301-1/+1
| |/
* / Fixing eslint not recursingChristopher Speller2015-10-303-8/+6
|/
* Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-309-49/+476
|\
| * Adding error when enabling team dir without global prop being set.=Corey Hulen2015-10-291-2/+9
| * Moving single team redirect to backend=Corey Hulen2015-10-281-6/+0
| * Merge branch 'master' into PLT-340=Corey Hulen2015-10-282-10/+4
| |\
| * | Removing console.log=Corey Hulen2015-10-271-2/+0
| * | PLT-340=Corey Hulen2015-10-279-49/+477
* | | Merge pull request #1220 from florianorben/PLT-395Harrison Healey2015-10-303-2/+83
|\ \ \
| * | | allow code theme to be shareableFlorian Orben2015-10-292-2/+7
| * | | code style theme chooserFlorian Orben2015-10-292-1/+77
* | | | Merge pull request #1233 from hmhealey/plt600Christopher Speller2015-10-302-5/+12
|\ \ \ \
| * | | | Added help text for the channel header and purpose dialogshmhealey2015-10-292-5/+12
| |/ / /
* | | | simplify check if ctrl+enter was pressedFlorian Orben2015-10-292-75/+4
* | | | fix component unmountFlorian Orben2015-10-292-1/+70
* | | | enable ctrl+enter send for edit msg modalFlorian Orben2015-10-291-4/+25
|/ / /
* | | UI ImprovementsAsaad Mahmood2015-10-292-91/+125
* | | Update town square intro text.JoramWilander2015-10-291-4/+43
* | | Fixed issue with refocusing not working after editing a post in the RHSReed Garmsen2015-10-284-2/+4
* | | Merge pull request #1213 from mattermost/plt-836Corey Hulen2015-10-281-1/+1
|\ \ \
| * | | Prevent markdown styled links from embedding gifsJoramWilander2015-10-281-1/+1
* | | | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-289-133/+299
|\ \ \ \
| * | | | Added ability to see/edit channel purpose in the clienthmhealey2015-10-276-91/+256
| * | | | Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-278-57/+58
* | | | | Multiple UI changesAsaad Mahmood2015-10-297-12/+33
* | | | | Merge branch 'master' of https://github.com/mattermost/platform into ui-impro...Asaad Mahmood2015-10-298-93/+234
|\ \ \ \ \