Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing merge | =Corey Hulen | 2015-09-23 | 1 | -0/+16 |
|\ | |||||
| * | Implement UI theme colors. | JoramWilander | 2015-09-23 | 1 | -0/+16 |
| | | |||||
* | | PLT-349 adding team mgt to admin console | =Corey Hulen | 2015-09-23 | 1 | -0/+40 |
|/ | |||||
* | merging | =Corey Hulen | 2015-09-18 | 1 | -5/+2 |
|\ | |||||
| * | PLT-92 Adding server side versioning to the binary | =Corey Hulen | 2015-09-16 | 1 | -5/+2 |
| | | |||||
* | | PLT-11 Adding ability to save config file | =Corey Hulen | 2015-09-17 | 1 | -0/+30 |
|/ | |||||
* | Merge pull request #687 from mattermost/PLT-93 | Christopher Speller | 2015-09-16 | 1 | -69/+0 |
|\ | | | | | PLT-93 Cleaning up client side configs | ||||
| * | Removing old config stuff | =Corey Hulen | 2015-09-15 | 1 | -69/+0 |
| | | |||||
* | | PLT-149 Removed the file list from (message deleted) placeholder posts | hmhealey | 2015-09-16 | 1 | -0/+1 |
|/ | |||||
* | Fixing eslint issues | =Corey Hulen | 2015-09-14 | 1 | -9/+0 |
| | |||||
* | PLT-12 adding log viewer | =Corey Hulen | 2015-09-10 | 1 | -0/+67 |
| | |||||
* | Add post list container to hold mounted post lists for faster ↵ | JoramWilander | 2015-09-08 | 1 | -0/+14 |
| | | | | rendering/channel switching. | ||||
* | Merge pull request #547 from mattermost/mm-2068 | Corey Hulen | 2015-09-02 | 1 | -125/+131 |
|\ | | | | | MM-2068 Cosmetic refactoring for ESLint | ||||
| * | Cosmetic refactoring for ESLint | Christopher Speller | 2015-09-02 | 1 | -125/+131 |
| | | |||||
* | | Cosmetic Refactoring | nickago | 2015-09-02 | 7 | -480/+633 |
|/ | |||||
* | Enabled and added help text for settings items | Asaad Mahmood | 2015-08-27 | 1 | -0/+1 |
| | |||||
* | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -17/+108 |
| | |||||
* | Fixes mm-2021 removes hard coded port | =Corey Hulen | 2015-08-24 | 1 | -2/+1 |
| | |||||
* | Fixes mm-2021 removes hard coded port | =Corey Hulen | 2015-08-24 | 1 | -1/+0 |
| | |||||
* | Update etag version for the addition of CreatorId field to channels | JoramWilander | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Added a message deleted indicator when a post is deleted to let the user ↵ | JoramWilander | 2015-08-19 | 1 | -0/+22 |
| | | | | know what's happening. | ||||
* | removed unused post store function | JoramWilander | 2015-08-18 | 1 | -14/+0 |
| | |||||
* | finalize implenetation of predictive client posts so that users get ↵ | JoramWilander | 2015-08-18 | 3 | -88/+160 |
| | | | | immediate feedback after posting | ||||
* | update formatting in post_store | JoramWilander | 2015-08-18 | 1 | -28/+40 |
| | |||||
* | adds predictive posting on the client | JoramWilander | 2015-08-18 | 1 | -1/+56 |
| | |||||
* | Merge pull request #381 from mattermost/mm-1705 | Christopher Speller | 2015-08-18 | 1 | -1/+13 |
|\ | | | | | MM-1705 add google as an oauth single-sign-on service | ||||
| * | added google sign-in functionality to the client, with minor model modifications | JoramWilander | 2015-08-14 | 1 | -1/+13 |
| | | |||||
* | | Merge pull request #377 from nickago/MM-1894 | Joram Wilander | 2015-08-18 | 1 | -69/+74 |
|\ \ | |/ |/| | Mm 1894 Add state listening to the sidebar relative to the team store | ||||
| * | Cosmetic refactoring | nickago | 2015-08-13 | 1 | -72/+74 |
| | | |||||
| * | Added flux-style error protection on team store call in sidebar | nickago | 2015-08-13 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #370 from hmhealey/mm1812 | Christopher Speller | 2015-08-14 | 1 | -0/+56 |
|\ \ | | | | | | | MM-1812 Provide warnings on team invite screens when email is disabled | ||||
| * | | Added ConfigStore that is populated from the server | hmhealey | 2015-08-13 | 1 | -0/+56 |
| |/ | |||||
* | | removed underscores from function names in channel_store | JoramWilander | 2015-08-13 | 1 | -34/+34 |
| | | |||||
* | | format channel_store to more closely match style guide and sort channels in ↵ | JoramWilander | 2015-08-11 | 1 | -212/+229 |
| | | | | | | | | channel store over sidebar | ||||
* | | added getChannel api service and use that over getChannels where appropriate ↵ | JoramWilander | 2015-08-11 | 1 | -1/+36 |
|/ | | | | on client | ||||
* | Merge pull request #359 from hmhealey/mm1770 | Christopher Speller | 2015-08-11 | 1 | -5/+8 |
|\ | | | | | MM-1770 Add the ability to cancel in-progress file uploads | ||||
| * | Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵ | hmhealey | 2015-08-11 | 1 | -3/+6 |
| | | | | | | | | of null when no draft is found | ||||
| * | Changed post drafts to maintain a list of the names of uploading files ↵ | hmhealey | 2015-08-10 | 1 | -2/+2 |
| | | | | | | | | instead of just a count | ||||
* | | Merge pull request #350 from nickago/MM-1684 | Christopher Speller | 2015-08-11 | 1 | -222/+225 |
|\ \ | |/ |/| | MM-1684 Refactored code to remove errors on startup | ||||
| * | Removed vestigial arguements from refactored code | nickago | 2015-08-07 | 1 | -2/+2 |
| | | |||||
| * | Cosmetic refactors, including variable name changes and splitting if statements | nickago | 2015-08-06 | 1 | -37/+52 |
| | | |||||
| * | fixed the spacing on UserStore | nickago | 2015-08-06 | 1 | -220/+220 |
| | | |||||
| * | Added keys to array-based elements and made getMe asynchronous | nickago | 2015-08-06 | 1 | -13/+1 |
| | | |||||
* | | further cosmetic refactoring | nickago | 2015-08-10 | 1 | -67/+65 |
| | | |||||
* | | Removed vetigial argument and properly aligned post_store | nickago | 2015-08-10 | 1 | -176/+176 |
| | | |||||
* | | Removed all functionality required for removing used mentions from auto-complete | nickago | 2015-08-05 | 1 | -1/+1 |
|/ | |||||
* | Removed ^replying in preparation for 0.6.0 | hmhealey | 2015-07-30 | 1 | -17/+0 |
| | |||||
* | Merge pull request #269 from rgarmsen2295/mm-1686 | Christopher Speller | 2015-07-29 | 1 | -2/+2 |
|\ | | | | | MM-1686 Access History and Active Sessions now load upon opening instead of at start | ||||
| * | Access History and Active Sessions are now lazy-loaded upon opening instead ↵ | Reed Garmsen | 2015-07-29 | 1 | -2/+2 |
| | | | | | | | | of loaded at start; added loading screens to Access History and Active Sessions | ||||
* | | Removed usage of window.location.origin throughout the codebase | Reed Garmsen | 2015-07-27 | 1 | -1/+7 |
|/ |