Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partial fix for UI | =Corey Hulen | 2016-01-08 | 1 | -6/+1 |
| | |||||
* | Merge pull request #1813 from mattermost/PLT-1558 | Harrison Healey | 2016-01-06 | 1 | -1/+132 |
|\ | | | | | PLT-1558 adding session length to config file | ||||
| * | Adding UI for session length settings | =Corey Hulen | 2016-01-05 | 1 | -1/+132 |
| | | |||||
* | | Removed temporary fix for old filenames that used absolute urls pointing to ↵ | hmhealey | 2016-01-06 | 2 | -10/+1 |
| | | | | | | | | the get file api | ||||
* | | Changed Audio/Video preview to just display a file info when encountering a ↵ | hmhealey | 2016-01-06 | 3 | -78/+171 |
| | | | | | | | | file that cannot be played | ||||
* | | Merge pull request #1802 from hmhealey/plt1449 | Christopher Speller | 2016-01-05 | 2 | -117/+183 |
|\ \ | | | | | | | PLT-1449 Made Youtube previews stop when the current channel is changed | ||||
| * | | Make Youtube previews stop when the channel is changed | hmhealey | 2016-01-04 | 2 | -1/+20 |
| | | | |||||
| * | | Move Youtube preview into its own file | hmhealey | 2016-01-04 | 2 | -117/+164 |
| | | | |||||
* | | | Merge pull request #1810 from hmhealey/plt644 | Christopher Speller | 2016-01-05 | 1 | -4/+0 |
|\ \ \ | |_|/ |/| | | PLT-644 Updated about dialog | ||||
| * | | Updated about dialog | hmhealey | 2016-01-05 | 1 | -4/+0 |
| | | | |||||
* | | | Fixed issue where font would remain changed even after cancelling changes | Reed Garmsen | 2016-01-04 | 1 | -7/+13 |
|/ / | |||||
* | | Merge pull request #1801 from hmhealey/plt1602 | Christopher Speller | 2016-01-04 | 1 | -17/+25 |
|\ \ | | | | | | | PLT-1602 Fix ViewImageModal incorrectly assuming it has a file's info in certain cases | ||||
| * | | Fixed ViewImage modal to clear its loaded state when its file list changes | hmhealey | 2016-01-04 | 1 | -9/+9 |
| | | | |||||
| * | | Changed the ViewImageModal to only store info for the current image | hmhealey | 2016-01-04 | 1 | -8/+16 |
| |/ | |||||
* | | Merge pull request #1745 from mattermost/plt-1118 | Christopher Speller | 2016-01-04 | 5 | -125/+494 |
|\ \ | | | | | | | PLT-1118 Add ability to switch between SSO and email account | ||||
| * | | Add ability to switch between SSO and email account | JoramWilander | 2015-12-17 | 5 | -125/+494 |
| | | | |||||
* | | | Made links in help text open in a new tab | Reed Garmsen | 2016-01-04 | 3 | -3/+26 |
| |/ |/| | |||||
* | | Merge pull request #1785 from mattermost/plt-1492 | Corey Hulen | 2016-01-04 | 1 | -11/+14 |
|\ \ | | | | | | | PLT-1492 Fix default for teammate name display setting | ||||
| * | | Fix default for teammate name display setting | JoramWilander | 2015-12-28 | 1 | -11/+14 |
| | | | |||||
* | | | Merge pull request #1784 from mattermost/plt-1591 | Corey Hulen | 2016-01-04 | 1 | -3/+6 |
|\ \ \ | | | | | | | | | PLT-1591 Fix appearance settings scroll bug | ||||
| * | | | Fix appearance settings scroll bug | JoramWilander | 2015-12-28 | 1 | -3/+6 |
| |/ / | |||||
* | | | Multiple UI Improvements | Asaad Mahmood | 2016-01-04 | 2 | -16/+18 |
| | | | |||||
* | | | Merge pull request #1790 from hjf288/PLT-1587 | Corey Hulen | 2016-01-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | PLT-1587 - REGRESSION: Mattermost v1.3.0 System Console does not save Email Settings | ||||
| * | | | Correct typo in email_settings.jsx that prevents enabling the 'Send push ↵ | Hjf288 | 2015-12-29 | 1 | -1/+1 |
| |/ / | | | | | | | | | | notifications' option | ||||
* | | | Update team_settings.jsx | Eric Sethna | 2015-12-30 | 1 | -1/+1 |
| | | | | | | | | | help text for restrict domains | ||||
* | | | Update team_general_tab.jsx | Eric Sethna | 2015-12-30 | 1 | -1/+1 |
|/ / | | | | | help text for invite code in team settings | ||||
* | | Merge pull request #1740 from hmhealey/plt730 | Joram Wilander | 2015-12-28 | 1 | -17/+143 |
|\ \ | | | | | | | PLT-730/PLT-731 Added remaining mobile UI V2 components | ||||
| * | | Cleaned up floating post components | hmhealey | 2015-12-16 | 1 | -35/+54 |
| | | | |||||
| * | | Added scroll to bottom arrows for mobile | hmhealey | 2015-12-16 | 1 | -3/+24 |
| | | | |||||
| * | | Hid floating timestamp header on non-mobile | hmhealey | 2015-12-16 | 1 | -0/+5 |
| | | | |||||
| * | | Added DelayedAction class to use to handle stopping scrolling | hmhealey | 2015-12-16 | 1 | -1/+18 |
| | | | |||||
| * | | Added floating post timestamp | hmhealey | 2015-12-16 | 1 | -14/+78 |
| | | | |||||
* | | | Merge pull request #1755 from hmhealey/plt1108 | Joram Wilander | 2015-12-28 | 1 | -199/+157 |
|\ \ \ | | | | | | | | | PLT-1108 Refactored ViewImage modal and made it automatically play animated gifs | ||||
| * | | | Changed 'Previewing' to 'Loading' in ViewImage modal | hmhealey | 2015-12-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Refactored ViewImage modal and made it automatically play animated gifs | hmhealey | 2015-12-18 | 1 | -199/+157 |
| | |/ | |/| | |||||
* | | | Merge pull request #1757 from hmhealey/plt1482 | Joram Wilander | 2015-12-28 | 1 | -3/+7 |
|\ \ \ | | | | | | | | | PLT-1482 Changed how the sidebar opens the more channels modal | ||||
| * | | | Changed how the sidebar opens the more channels modal | hmhealey | 2015-12-18 | 1 | -3/+7 |
| | | | | |||||
* | | | | fix typo: Ngnix -> NGINX | Hung Nguyen Viet | 2015-12-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixing signup | =Corey Hulen | 2015-12-21 | 1 | -0/+4 |
| | | | | |||||
* | | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-21 | 1 | -2/+17 |
| | | | | |||||
* | | | | Multiple UI Improvements | Asaad Mahmood | 2015-12-18 | 5 | -4/+10 |
|/ / / | |||||
* | | | Removing confusion | Christopher Speller | 2015-12-17 | 1 | -9/+0 |
| | | | |||||
* | | | Minor docs fix | Christopher Speller | 2015-12-17 | 1 | -0/+6 |
| | | | |||||
* | | | Some docs fixes | Christopher Speller | 2015-12-17 | 1 | -10/+10 |
|/ / | |||||
* / | Some refactoring | Christopher Speller | 2015-12-16 | 11 | -125/+729 |
|/ | |||||
* | Merge pull request #1733 from hmhealey/plt1437 | Christopher Speller | 2015-12-16 | 9 | -30/+36 |
|\ | | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning | ||||
| * | Stopped CreatePost from responding to PreferenceStore changes before it gets ↵ | hmhealey | 2015-12-15 | 1 | -5/+11 |
| | | | | | | | | mounted | ||||
| * | Improved PreferenceStore api when getting values | hmhealey | 2015-12-15 | 9 | -28/+28 |
| | | |||||
* | | Update help text in privacy_settings.jsx | Eric Sethna | 2015-12-15 | 1 | -1/+1 |
| | | | | | | help text for "show full name" updated. | ||||
* | | Multiple UI Improvements | Asaad Mahmood | 2015-12-15 | 2 | -1/+9 |
| | |