summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #370 from hmhealey/mm1812Christopher Speller2015-08-148-292/+511
|\ | | | | MM-1812 Provide warnings on team invite screens when email is disabled
| * Removed isEmailEnabledSynchronous and switched the email disabled warnings ↵hmhealey2015-08-133-23/+4
| | | | | | | | to use ConfigStore
| * Added ConfigStore that is populated from the serverhmhealey2015-08-136-3/+107
| |
| * Reformatted code to match the style guidehmhealey2015-08-113-262/+306
| |
| * Disabled the invite members dialog when email is disabled on the serverhmhealey2015-08-112-11/+56
| |
| * Disabled the invite email portion of the team setup when email is disabled ↵hmhealey2015-08-111-23/+47
| | | | | | | | on the server
| * Added initial api to allow clientside code to query serverside configurationhmhealey2015-08-111-0/+21
| |
* | Merge pull request #365 from mattermost/mm-1700Christopher Speller2015-08-1410-365/+549
|\ \ | | | | | | MM-1700 don't pull all channel data all the time
| * | removed underscores from function names in channel_storeJoramWilander2015-08-131-34/+34
| | |
| * | merge fixJoramWilander2015-08-111-2/+2
| | |
| * | switch to channel after creationJoramWilander2015-08-111-2/+1
| | |
| * | format channel_store to more closely match style guide and sort channels in ↵JoramWilander2015-08-112-226/+230
| | | | | | | | | | | | channel store over sidebar
| * | don't refresh page on channel creation and ignore case when sorting channels ↵JoramWilander2015-08-112-7/+8
| | | | | | | | | | | | in sidebar
| * | update rename channel modal to not refresh page on channel name changeJoramWilander2015-08-113-13/+39
| | |
| * | incorporate channel updateAt into channel counts and pull channel data on ↵JoramWilander2015-08-113-4/+5
| | | | | | | | | | | | channel update
| * | added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-116-165/+243
| | | | | | | | | | | | intelligently pull channel data
| * | added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-116-8/+83
| |/ | | | | | | on client
* | Merge pull request #371 from nickago/MM-1229Joram Wilander2015-08-131-19/+36
|\ \ | | | | | | MM-1229 Mobile client display public link in same tab instead of new tab
| * | Added cosmetic refactoringnickago2015-08-131-17/+23
| | |
| * | get public link now displays in the same window pane on mobile, but in a new ↵nickago2015-08-111-3/+14
| |/ | | | | | | tab on desktop. Also added proptypes
* | Merge pull request #368 from nickago/MM-1911Harrison Healey2015-08-122-17/+18
|\ \ | | | | | | MM 1911 Added support for .jpeg in addition to .jpg
| * | Cosmetic refactoringnickago2015-08-111-10/+17
| | |
| * | Added server side validation of jpegs as imagesnickago2015-08-111-6/+0
| | |
| * | Added jpeg's to list of image typesnickago2015-08-111-1/+1
| |/
* | Changed Image to File since we preview filesnickago2015-08-121-1/+1
| |
* | Fixed typonickago2015-08-111-1/+1
|/
* Merge pull request #359 from hmhealey/mm1770Christopher Speller2015-08-117-287/+397
|\ | | | | MM-1770 Add the ability to cancel in-progress file uploads
| * Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵hmhealey2015-08-113-95/+15
| | | | | | | | of null when no draft is found
| * Formatted CreateComment, CreatePost, and FileUpload React components to ↵hmhealey2015-08-103-150/+208
| | | | | | | | match the style guide
| * Changed file upload components to properly remove previews for failed uploadshmhealey2015-08-103-6/+36
| |
| * Changed post drafts to maintain a store a unique id for each file upload to ↵hmhealey2015-08-105-57/+71
| | | | | | | | fix issues with duplicate file names
| * Added the ability to cancel file uploads on commentshmhealey2015-08-101-5/+15
| |
| * Added the ability to cancel file uploads on postshmhealey2015-08-104-10/+62
| |
| * Changed post drafts to maintain a list of the names of uploading files ↵hmhealey2015-08-105-105/+131
| | | | | | | | instead of just a count
* | Merge pull request #354 from nickago/MM-1598Christopher Speller2015-08-111-99/+124
|\ \ | | | | | | MM-1598 Left and right arrow keys now scroll through pictures/files in preview mode
| * | Added event to window scope so react can autobindnickago2015-08-101-10/+11
| | |
| * | Added cosmetic refactoringnickago2015-08-061-100/+113
| | |
| * | Left and right arrows now scroll through filesnickago2015-08-061-0/+11
| | |
* | | Merge pull request #353 from hmhealey/mm401Christopher Speller2015-08-112-80/+159
|\ \ \ | | | | | | | | MM-401 Add indicators to the sidebar for offscreen unread channels
| * | | Added handlers for the sidebar to update unread message indicators on page ↵hmhealey2015-08-071-0/+7
| | | | | | | | | | | | | | | | resize
| * | | Changed sidebar scroll handler to use React's onScrollhmhealey2015-08-071-5/+1
| | | |
| * | | Removed ternary statements from sidebarhmhealey2015-08-061-7/+26
| | | |
| * | | Added indicators for when a channel with unread posts is offscreenhmhealey2015-08-062-4/+34
| | | |
| * | | Added the ability for the sidebar to determine whether or not there's any ↵hmhealey2015-08-061-2/+40
| | | | | | | | | | | | | | | | unread channels offscreen
| * | | Refactored sidebar in preparation for adding unread indicatorshmhealey2015-08-061-78/+67
| |/ /
* | | Merge pull request #350 from nickago/MM-1684Christopher Speller2015-08-116-238/+234
|\ \ \ | |_|/ |/| | MM-1684 Refactored code to remove errors on startup
| * | Removed unnecessary keysnickago2015-08-101-7/+7
| | |
| * | Removed vestigial arguements from refactored codenickago2015-08-071-2/+2
| | |
| * | Cosmetic refactors, including variable name changes and splitting if statementsnickago2015-08-062-39/+53
| | |
| * | fixed the spacing on UserStorenickago2015-08-061-220/+220
| | |