summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed leaving a direct channel so that it doesn't open the channel you just leftHarrison Healey2016-03-301-3/+5
|
* Fixed adding direct channels to the sidebarHarrison Healey2016-03-301-3/+6
|
* Merge pull request #2567 from mattermost/css-webpack-improvmentsHarrison Healey2016-03-308-9585/+8
|\ | | | | Moving from scss vendors folder to NPM.
| * Moving from scss vendors folder to NPM.Christopher Speller2016-03-298-9585/+8
| |
* | Merge pull request #2568 from mattermost/fix-sidebar-linkHarrison Healey2016-03-303-11/+7
|\ \ | | | | | | Fixing some warnings.
| * | Fixing warning with drafts.Christopher Speller2016-03-292-9/+5
| | |
| * | Fixing Link warningChristopher Speller2016-03-291-2/+2
| | |
* | | Merge pull request #2569 from mattermost/run-fullmapHarrison Healey2016-03-303-3/+17
|\ \ \ | | | | | | | | Adding make target for building with a full source map
| * | | Adding make target for building with a full source mapChristopher Speller2016-03-293-3/+17
| | | |
* | | | Fixing react warnings on permalink returnChristopher Speller2016-03-293-5/+11
|/ / /
* | | Merge pull request #2565 from ZBoxApp/missing-locsJoram Wilander2016-03-291-0/+1
|\ \ \ | |/ / |/| | Add missing es locs and sort by id
| * | Add missing es locs and sort by idElias Nahum2016-03-291-0/+1
| |/
* | Merge pull request #2564 from hmhealey/actionsChristopher Speller2016-03-292-2/+3
|\ \ | |/ |/| Added RECEIVED_ANALYTICS action
| * Added RECEIVED_ANALYTICS actionHarrison Healey2016-03-292-2/+3
| |
* | Merge pull request #2556 from asaadmahmoodspin/ui-improvementsHarrison Healey2016-03-2920-31/+74
|\ \ | | | | | | Multiple UI improvements
| * | Removing translated linesAsaad Mahmood2016-03-293-3/+0
| | |
| * | Removing other theme translationsAsaad Mahmood2016-03-293-3/+3
| | |
| * | Fixing dropdown for posts on mobileAsaad Mahmood2016-03-291-1/+1
| | |
| * | Fixing see other themes linkAsaad Mahmood2016-03-291-10/+11
| | |
| * | Additional UI improvementsAsaad Mahmood2016-03-298-30/+44
| | |
| * | Multiple UI ImprovementsAsaad Mahmood2016-03-2914-0/+31
| | |
* | | Fixing Link warningChristopher Speller2016-03-291-1/+1
| | |
* | | Merge pull request #2558 from mattermost/center-panel-refactorCorey Hulen2016-03-2922-304/+366
|\ \ \ | | | | | | | | PLT-2382, PLT-2386, PLT-2455 Channel/permalink view cleanup and fixes.
| * | | Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-2922-304/+366
| | |/ | |/| | | | | | | bunch of bugs.
* / | SpellingChristopher Speller2016-03-291-1/+1
|/ /
* | Merge pull request #2553 from hmhealey/actionsJoram Wilander2016-03-291-0/+8
|\ \ | |/ |/| Added a warning message when AppDispatcher tries to dispatch without an action type
| * Added a warning message when AppDispatcher tries to dispatch without an ↵Harrison Healey2016-03-281-0/+8
| | | | | | | | action type
* | Multiple UI ImprovementsAsaad Mahmood2016-03-288-16/+7395
|/
* Merge pull request #2548 from rodrigocorsi2/pt-translationsHarrison Healey2016-03-281-10/+28
|\ | | | | LDAP translations pt
| * LDAP translations ptRodrigo Corsi2016-03-271-10/+28
| |
* | Fixing Link being imported incorrectly. Fixes team creation.Christopher Speller2016-03-281-1/+1
| |
* | Merge pull request #2538 from mattermost/websocket-fixChristopher Speller2016-03-282-7/+13
|\ \ | | | | | | Fix websocket trying to reconnect after a logout
| * | Fix websocket trying to reconnect after a logoutJoramWilander2016-03-242-7/+13
| | |
* | | Merge pull request #2537 from mattermost/oauth-fixChristopher Speller2016-03-283-13/+13
|\ \ \ | | | | | | | | Fix OAuth routes and link issues
| * | | Fix oauth routes and link issuesJoramWilander2016-03-243-13/+13
| |/ /
* | | Merge pull request #2532 from mattermost/ldap-switch-fixChristopher Speller2016-03-282-3/+12
|\ \ \ | |_|/ |/| | Minor fix to let Sign-in Method settings show up when ldap is enabled
| * | Remove loc changeJoramWilander2016-03-241-1/+1
| | |
| * | Fix chrome autocompleting using hidden inputJoramWilander2016-03-241-4/+12
| | |
| * | Minor fix to let Sign-in Method settings show up when ldap is enabledJoramWilander2016-03-241-0/+1
| | |
* | | Fix HTML Notifications not showingElias Nahum2016-03-262-0/+1
| | | | | | | | | | | | - fix filename typo
* | | Merge pull request #2544 from ZBoxApp/loc-fixChristopher Speller2016-03-251-1/+2
|\ \ \ | | | | | | | | Fix default Browser locale
| * | | Fix default Browser localeElias Nahum2016-03-251-1/+2
| | | |
* | | | Merge pull request #2543 from hmhealey/safariFixChristopher Speller2016-03-251-1/+1
|\ \ \ \ | |/ / / |/| | | Fixed typo safarifix -> safariFix
| * | | Fixed typo safarifix -> safariFixhmhealey2016-03-251-1/+1
| | |/ | |/|
* | | Merge pull request #2533 from ZBoxApp/PLT-2358Corey Hulen2016-03-242-1/+9
|\ \ \ | | | | | | | | PLT-2358: Detect user localization using client headers
| * | | PLT-2358: Detect user localization using client headersElias Nahum2016-03-242-1/+9
| | |/ | |/|
* | | Merge pull request #2534 from hmhealey/plt2184Corey Hulen2016-03-242-21/+6
|\ \ \ | | | | | | | | PLT-2184 Moved theme reset code to componentWillUnmount
| * | | Moved theme reset code to componentWillUnmountHarrison Healey2016-03-242-21/+6
| | | |
* | | | Merge pull request #2535 from hmhealey/plt2446Corey Hulen2016-03-241-0/+1
|\ \ \ \ | |_|_|/ |/| | | PLT-2446 Imported React into SearchSuggestionList
| * | | Imported React into SearchSuggestionListHarrison Healey2016-03-241-0/+1
| | | |