server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #159 from rgarmsen2295/mm-1269b
Corey Hulen
2015-07-10
4
-6
/
+50
|
\
\
|
*
|
Removed extraneous setState
Reed Garmsen
2015-07-10
1
-2
/
+1
|
*
|
Changed spacing model of connection flag & removed unnecessary duplication of...
Reed Garmsen
2015-07-10
1
-9
/
+6
|
*
|
Moved check for existing timer interrupt outside of if-else block for sanity
Reed Garmsen
2015-07-09
1
-4
/
+5
|
*
|
Removed newline
Reed Garmsen
2015-07-09
1
-1
/
+0
|
*
|
Changed method again this time to a timer based system so that when inet does...
Reed Garmsen
2015-07-09
1
-16
/
+27
|
*
|
Added performance comment
Reed Garmsen
2015-07-09
1
-0
/
+2
|
*
|
Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet c...
Reed Garmsen
2015-07-09
2
-10
/
+16
|
*
|
Added errorchange listener to textbox that detects if inet is not connected. ...
Reed Garmsen
2015-07-09
3
-10
/
+34
|
*
|
Notes to myself
Reed Garmsen
2015-07-09
1
-1
/
+6
*
|
|
Merge pull request #157 from rgarmsen2295/mm-1265
Corey Hulen
2015-07-10
4
-10
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Final change to code affected by change to loading more channels logic
Reed Garmsen
2015-07-10
1
-1
/
+1
|
*
|
Better logic for checking if channel has loaded
Reed Garmsen
2015-07-10
2
-2
/
+7
|
*
|
Removed extraneous console.log functions
Reed Garmsen
2015-07-09
1
-5
/
+0
|
*
|
Leave result of _getMoreChannels unitialized if it does not yet exist in brow...
Reed Garmsen
2015-07-09
2
-4
/
+5
|
*
|
The options to change member roles are now links so that they have the 'click...
Reed Garmsen
2015-07-09
1
-4
/
+4
|
|
/
*
|
UI Improvements for RHS
Asaad Mahmood
2015-07-10
1
-1
/
+1
*
|
MM-1304 - Quick fix for error on welcome sign up page
Asaad Mahmood
2015-07-10
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/mattermost/platform
Asaad Mahmood
2015-07-10
6
-8
/
+29
|
\
\
|
*
\
Merge pull request #154 from nickago/MM-831
Joram Wilander
2015-07-10
2
-0
/
+11
|
|
\
\
|
|
*
|
Added comments for the force update functions
nickago
2015-07-09
2
-0
/
+2
|
|
*
|
Placed event listeners on higher level components to avoid app dispatcher vomit
nickago
2015-07-09
3
-9
/
+9
|
|
*
|
Merge branch 'master' of https://github.com/mattermost/platform into MM-831
nickago
2015-07-09
5
-25
/
+49
|
|
|
\
|
|
|
*
|
Time change ping riding on the status interupt for timestamp update
nickago
2015-07-09
1
-0
/
+9
|
*
|
|
fix bugs for pr #150 MM-895
ralder
2015-07-10
3
-8
/
+14
|
*
|
|
Merge pull request #155 from nickago/MM-1296
Joram Wilander
2015-07-09
1
-0
/
+4
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Added curly brace
nickago
2015-07-09
1
-1
/
+2
|
|
*
|
Server now notifies users they have been added to a new channel
nickago
2015-07-09
1
-0
/
+3
|
|
|
/
*
|
/
Improving mentions list and other UI improvements
Asaad Mahmood
2015-07-10
2
-9
/
+15
|
/
/
*
|
Updating Ui for posts
Asaad Mahmood
2015-07-09
1
-1
/
+12
*
|
Merge branch 'master' of https://github.com/mattermost/platform
Asaad Mahmood
2015-07-09
19
-232
/
+332
|
\
|
|
*
Merge pull request #145 from ralder/fix-tabIndex-channel_invite_modal
Joram Wilander
2015-07-09
2
-93
/
+66
|
|
\
|
|
*
add missing tabIndex for channel members modal
ralder
2015-07-07
2
-93
/
+66
|
*
|
Merge pull request #149 from rgarmsen2295/mm-1260
Christopher Speller
2015-07-08
1
-1
/
+6
|
|
\
\
|
|
*
|
Small tweaks and cleanup
Reed Garmsen
2015-07-07
1
-10
/
+1
|
|
*
|
Added a server side check to see if members who are trying to be invited have...
Reed Garmsen
2015-07-07
1
-2
/
+16
|
|
|
/
|
*
|
Merge pull request #150 from mattermost/mm-895
Joram Wilander
2015-07-08
15
-124
/
+233
|
|
\
\
|
|
*
|
Adding comments to change versions in sync
Christopher Speller
2015-07-08
1
-0
/
+2
|
|
*
|
Finishing centralization of BrowserStore
Christopher Speller
2015-07-08
6
-31
/
+46
|
|
*
|
Modifying all storage to use session storage. Also adding an abstraction laye...
Christopher Speller
2015-07-08
11
-100
/
+192
|
|
|
/
|
*
|
Semicolons and a bug fix
nickago
2015-07-08
1
-5
/
+5
|
*
|
Changed linkify to autolinker and wrote gap-bridging code
nickago
2015-07-08
2
-12
/
+25
*
|
|
MM-1444 - Fixing text selection issue
Asaad Mahmood
2015-07-09
1
-2
/
+1
*
|
|
MM-1469 - Loading message in more channel modal
Asaad Mahmood
2015-07-08
1
-3
/
+4
*
|
|
Merge branch 'master' of https://github.com/asaadmahmoodspin/platform
Asaad Mahmood
2015-07-08
3
-21
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Small changes and code clean-up
Reed Garmsen
2015-07-07
1
-2
/
+2
|
*
|
Changed loading logic for retrieving more channels to allow for loading anima...
Reed Garmsen
2015-07-07
3
-22
/
+35
|
|
/
*
|
Merge pull request #148 from hmhealey/mm1488
Christopher Speller
2015-07-08
1
-2
/
+3
|
\
\
|
*
|
Changed code to dismiss mention list to not trigger when you click on the lis...
hmhealey
2015-07-07
1
-2
/
+3
|
|
/
*
/
Changed textarea resizeability from being a blanket statement to everything t...
Reed Garmsen
2015-07-07
3
-3
/
+3
|
/
[prev]
[next]