server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
components
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
incorporate channel updateAt into channel counts and pull channel data on cha...
JoramWilander
2015-08-11
2
-2
/
+1
|
*
|
|
|
added getChannelCounts service and refactored the client to more intelligentl...
JoramWilander
2015-08-11
4
-62
/
+76
|
*
|
|
|
added getChannel api service and use that over getChannels where appropriate ...
JoramWilander
2015-08-11
2
-7
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #371 from nickago/MM-1229
Joram Wilander
2015-08-13
1
-19
/
+36
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Added cosmetic refactoring
nickago
2015-08-13
1
-17
/
+23
|
*
|
|
get public link now displays in the same window pane on mobile, but in a new ...
nickago
2015-08-11
1
-3
/
+14
|
|
/
/
*
|
|
Merge pull request #368 from nickago/MM-1911
Harrison Healey
2015-08-12
1
-16
/
+17
|
\
\
\
|
*
|
|
Cosmetic refactoring
nickago
2015-08-11
1
-10
/
+17
|
*
|
|
Added server side validation of jpegs as images
nickago
2015-08-11
1
-6
/
+0
|
|
/
/
*
|
/
Changed Image to File since we preview files
nickago
2015-08-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Fixed typo
nickago
2015-08-11
1
-1
/
+1
|
/
*
Merge pull request #359 from hmhealey/mm1770
Christopher Speller
2015-08-11
4
-279
/
+361
|
\
|
*
Changed PostStore.getDraft/getCommentDraft to return an empty draft instead o...
hmhealey
2015-08-11
2
-92
/
+9
|
*
Formatted CreateComment, CreatePost, and FileUpload React components to match...
hmhealey
2015-08-10
3
-150
/
+208
|
*
Changed file upload components to properly remove previews for failed uploads
hmhealey
2015-08-10
3
-6
/
+36
|
*
Changed post drafts to maintain a store a unique id for each file upload to f...
hmhealey
2015-08-10
4
-57
/
+50
|
*
Added the ability to cancel file uploads on comments
hmhealey
2015-08-10
1
-5
/
+15
|
*
Added the ability to cancel file uploads on posts
hmhealey
2015-08-10
3
-7
/
+55
|
*
Changed post drafts to maintain a list of the names of uploading files instea...
hmhealey
2015-08-10
4
-103
/
+129
*
|
Merge pull request #354 from nickago/MM-1598
Christopher Speller
2015-08-11
1
-99
/
+124
|
\
\
|
*
|
Added event to window scope so react can autobind
nickago
2015-08-10
1
-10
/
+11
|
*
|
Added cosmetic refactoring
nickago
2015-08-06
1
-100
/
+113
|
*
|
Left and right arrows now scroll through files
nickago
2015-08-06
1
-0
/
+11
*
|
|
Merge pull request #353 from hmhealey/mm401
Christopher Speller
2015-08-11
1
-80
/
+137
|
\
\
\
|
*
|
|
Added handlers for the sidebar to update unread message indicators on page re...
hmhealey
2015-08-07
1
-0
/
+7
|
*
|
|
Changed sidebar scroll handler to use React's onScroll
hmhealey
2015-08-07
1
-5
/
+1
|
*
|
|
Removed ternary statements from sidebar
hmhealey
2015-08-06
1
-7
/
+26
|
*
|
|
Added indicators for when a channel with unread posts is offscreen
hmhealey
2015-08-06
1
-4
/
+12
|
*
|
|
Added the ability for the sidebar to determine whether or not there's any unr...
hmhealey
2015-08-06
1
-2
/
+40
|
*
|
|
Refactored sidebar in preparation for adding unread indicators
hmhealey
2015-08-06
1
-78
/
+67
|
|
/
/
*
|
|
Merge pull request #350 from nickago/MM-1684
Christopher Speller
2015-08-11
3
-4
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Removed unnecessary keys
nickago
2015-08-10
1
-7
/
+7
|
*
|
Cosmetic refactors, including variable name changes and splitting if statements
nickago
2015-08-06
1
-2
/
+1
|
*
|
Added keys to array-based elements and made getMe asynchronous
nickago
2015-08-06
3
-9
/
+11
|
|
/
*
|
Merge pull request #348 from nickago/MM-1550
Christopher Speller
2015-08-10
2
-121
/
+57
|
\
\
|
*
|
Added cosmetic refactoring
nickago
2015-08-05
1
-46
/
+49
|
*
|
Removed all functionality required for removing used mentions from auto-complete
nickago
2015-08-05
2
-75
/
+8
*
|
|
Merge pull request #356 from nickago/MM-1646
Christopher Speller
2015-08-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixed typo in channel/group naming
nickago
2015-08-07
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #351 from rgarmsen2295/mm-1759
Christopher Speller
2015-08-10
2
-32
/
+45
|
\
\
\
|
*
|
|
Cosmetic refactoring
Reed Garmsen
2015-08-06
1
-31
/
+43
|
*
|
|
Correct sign up link now displays on ie10 in the 'Team Invite Link' modal; re...
Reed Garmsen
2015-08-06
2
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #341 from rgarmsen2295/mm-1643
Harrison Healey
2015-08-07
1
-61
/
+72
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Cosmetic refactoring of the Security Setting subsection
Reed Garmsen
2015-08-05
1
-61
/
+72
|
*
|
Fixed issue with password field not being cleared after canceling out of chan...
Reed Garmsen
2015-08-04
1
-1
/
+1
*
|
|
Merge pull request #346 from hmhealey/mm1613
Christopher Speller
2015-08-06
1
-75
/
+125
|
\
\
\
|
*
|
|
Added ShowTermsDuringSignup config option on the client which toggles the Ter...
hmhealey
2015-08-05
1
-1
/
+6
|
*
|
|
Reformat signup_user_complete to match style guide
hmhealey
2015-08-05
1
-76
/
+121
*
|
|
|
Merge pull request #344 from nickago/MM-1646
Christopher Speller
2015-08-06
2
-5
/
+15
|
\
\
\
\
|
*
|
|
|
Changes the word channel to group for priavte groups
nickago
2015-08-05
2
-5
/
+15
|
|
|
_
|
/
|
|
/
|
|
[prev]
[next]