summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2530 from mattermost/i18n-consolidationChristopher Speller2016-03-242-20/+29
|\ | | | | Consolidating i18n into i18n.jsx
| * Consolidating i18n stuff into i18n.jsxChristopher Speller2016-03-242-20/+29
| |
* | Merge pull request #2523 from hmhealey/plt2351Joram Wilander2016-03-242476-126/+8380
|\ \ | | | | | | PLT-2351 Switch to Apple emoji set
| * | Fixed ESLint errorsHarrison Healey2016-03-241-19/+20
| | |
| * | Replaced EmojiOne emoji with Apple emojiHarrison Healey2016-03-232469-0/+0
| | |
| * | Change emoticon rendering code to use image files with unicode namesHarrison Healey2016-03-233-118/+8368
| | |
| * | Fixed unicode emoji not having a consistent sizeHarrison Healey2016-03-234-8/+11
| | |
* | | Merge pull request #2526 from asaadmahmoodspin/ui-improvementsHarrison Healey2016-03-247-291/+327
|\ \ \ | |_|/ |/| | Multiple UI Improvements
| * | Multiple UI ImprovementsAsaad Mahmood2016-03-247-291/+327
| | |
* | | Merge pull request #2522 from ZBoxApp/es-locsChristopher Speller2016-03-244-46/+81
|\ \ \ | |/ / |/| | Add claim LDAP locs in spanish
| * | Add claim LDAP locs in spanishElias Nahum2016-03-234-46/+81
|/ /
* | Merge pull request #2519 from mattermost/search-store-fixChristopher Speller2016-03-231-31/+9
|\ \ | | | | | | Moving search store to memory
| * | Moving search store to memoryChristopher Speller2016-03-231-31/+9
| |/
* | Merge pull request #2520 from hmhealey/prefsChristopher Speller2016-03-232-7/+11
|\ \ | | | | | | Fixed tutorial step preferences to be saved as strings
| * | Fixed tutorial step preferences to be saved as stringsHarrison Healey2016-03-232-7/+11
| |/
* | Merge pull request #2465 from mattermost/plt-2260Christopher Speller2016-03-2320-225/+927
|\ \ | | | | | | PLT-2260 Add the ability to switch from email to ldap and back
| * | Fix imports and change ldap function nameJoramWilander2016-03-237-11/+11
| | |
| * | Add the ability to switch from email to ldap and backJoramWilander2016-03-2320-230/+932
| |/
* | Merge pull request #2494 from hmhealey/plt2190Christopher Speller2016-03-236-66/+53
|\ \ | | | | | | PLT-2190 Switched Textbox to use a TextareaAutosize and removed custom resizing code
| * | Switched Textbox to use a TextareaAutosize and removed custom resizing codeHarrison Healey2016-03-216-66/+53
| | |
* | | Merge pull request #2517 from mattermost/plt-2379Joram Wilander2016-03-234-66/+48
|\ \ \ | | | | | | | | PLT-2379, PLT-2432 Fixing browser store issue.
| * | | Fixing browser store issue.Christopher Speller2016-03-234-66/+48
| | |/ | |/|
* | | Merge pull request #2509 from asaadmahmoodspin/ui-improvementsJoram Wilander2016-03-2319-52/+66
|\ \ \ | |/ / |/| | Multiple UI improvements
| * | Multiple UI improvementsAsaad Mahmood2016-03-2319-52/+66
| | |
* | | Merge pull request #2516 from hmhealey/disableautolinkerJoram Wilander2016-03-231-2/+8
|\ \ \ | | | | | | | | Disabled autolinker
| * | | Disabled autolinkerHarrison Healey2016-03-231-2/+8
| | | |
* | | | Merge pull request #2515 from hmhealey/prefsJoram Wilander2016-03-238-150/+118
|\ \ \ \ | |/ / / |/| | | Changed PreferenceStore to store data in memory
| * | | Changed PreferenceStore to store data in memoryHarrison Healey2016-03-238-150/+118
| | | |
* | | | Merge pull request #2512 from mattermost/plt-2473Corey Hulen2016-03-2311-430/+495
|\ \ \ \ | | | | | | | | | | PLT-2473, PLT-2310 Fixing websocket issues.
| * | | | Fixing websocket connection issue. Refactoring websockets into an action ↵Christopher Speller2016-03-2311-430/+495
| |/ / / | | | | | | | | | | | | creator.
* | | | Merge pull request #2508 from mattermost/mf-fixesCorey Hulen2016-03-232-2/+3
|\ \ \ \ | |_|/ / |/| | | Removing static test. Adding start-docker as a dep for run-server.
| * | | Removing static test. Adding start-docker as a dep for run-server.Christopher Speller2016-03-222-2/+3
| |/ /
* | | Merge pull request #2507 from stupied4ever/patch-1Christopher Speller2016-03-231-1/+1
|\ \ \ | |/ / |/| | Fix typo
| * | Fix typoRafael da Silva Almeida2016-03-221-1/+1
| | | | | | | | | The word maximum was with a typo (maxmium).
* | | Merge pull request #2498 from hmhealey/plt2285Corey Hulen2016-03-228-54/+171
|\ \ \ | |/ / |/| | PLT-2285 Adding spinner after clicking invite channel member button
| * | Added SpinnerButton component to handle buttons that are also spinnersHarrison Healey2016-03-224-31/+65
| | |
| * | Adding loading indicator after clicking invite channel member buttonHarrison Healey2016-03-225-40/+123
|/ /
* | Merge pull request #2496 from mattermost/fix-postgres-bugChristopher Speller2016-03-221-5/+0
|\ \ | | | | | | Removing old schema upgrades affecting postgres
| * | Removing old schema upgrades affecting postgres=Corey Hulen2016-03-211-5/+0
| | |
* | | Merge pull request #2495 from hmhealey/plt2317aJoram Wilander2016-03-224-53/+68
|\ \ \ | | | | | | | | PLT-2317 Changed RhsRootPost and RhsComment to receive current user through props
| * | | Changed RhsComment to receive the current user through propsHarrison Healey2016-03-212-6/+7
| | | |
| * | | Passed currentUser into RhsRootPostHarrison Healey2016-03-213-47/+61
| | |/ | |/|
* | | Merge pull request #2499 from hmhealey/plt2284Joram Wilander2016-03-221-0/+11
|\ \ \ | | | | | | | | PLT-2284 Re-added ChannelMembersModal on mobile
| * | | Re-added ChannelMembersModal on mobileHarrison Healey2016-03-211-0/+11
| | |/ | |/|
* | | Merge pull request #2500 from ZBoxApp/es-locsCorey Hulen2016-03-212-2/+4
|\ \ \ | | | | | | | | Add admin support es locs
| * | | Add admin support es locsElias Nahum2016-03-212-2/+4
| |/ /
* | | Merge pull request #2497 from mattermost/plt-2378Corey Hulen2016-03-212-4/+24
|\ \ \ | |/ / |/| | PLT-2378 Fixing intl on Safari
| * | Fixing intl on SafariChristopher Speller2016-03-212-4/+24
|/ /
* | Merge pull request #2491 from rodrigocorsi2/compliance_pt_locJoram Wilander2016-03-212-26/+132
|\ \ | | | | | | Translation compliance and others in pt
| * | Translation compliance and others ptRodrigo Corsi2016-03-212-26/+132
| |/