server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
components
/
post_list.jsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Mm 1640 Fixed odd scrolling issues on channel refresh"
Joram Wilander
2015-08-17
1
-254
/
+214
*
cosmetic refactoring
nickago
2015-08-14
1
-153
/
+198
*
Changed timeout code to event based
nickago
2015-08-14
1
-2
/
+5
*
Added non-default reliant behavior to initial scroll on mount
nickago
2015-08-12
1
-1
/
+5
*
Removed usused variable
nickago
2015-08-12
1
-1
/
+0
*
Changed the default for update to hold your position in the list
nickago
2015-08-12
1
-2
/
+2
*
Removed personal debugging code and notes
nickago
2015-08-12
1
-4
/
+4
*
Added case for window resize and cleaned up function
nickago
2015-08-12
1
-8
/
+23
*
Completely rehauled scrolling system, finished base implementation
nickago
2015-08-12
1
-87
/
+36
*
Filled out comments for post list
nickago
2015-08-12
1
-1
/
+1
*
Further added comments and split up if statments to make it more readable
nickago
2015-08-12
1
-6
/
+20
*
Added more comments and did cosmetic refactoring to understand code easier
nickago
2015-08-12
1
-10
/
+14
*
Added comments to confusing post list method
nickago
2015-08-12
1
-1
/
+8
*
Removed unnecessary keys
nickago
2015-08-10
1
-7
/
+7
*
Added keys to array-based elements and made getMe asynchronous
nickago
2015-08-06
1
-7
/
+7
*
Merge pull request #330 from hmhealey/mm1579
Christopher Speller
2015-08-06
1
-2
/
+1
|
\
|
*
Added a date separator before the first post displayed in a channel
hmhealey
2015-08-04
1
-2
/
+1
*
|
Fixing style guide stuff in post_list
Asaad Mahmood
2015-08-05
1
-5
/
+3
*
|
UI Improvements
Asaad Mahmood
2015-08-04
1
-2
/
+12
|
/
*
Removed ^replying in preparation for 0.6.0
hmhealey
2015-07-30
1
-11
/
+2
*
MM-1816 Make Off-Topic description more clear
it33
2015-07-29
1
-1
/
+1
*
Added a 'set description' link for private channels
nickago
2015-07-28
1
-1
/
+4
*
Merge pull request #201 from hmhealey/mm1539
Corey Hulen
2015-07-22
1
-2
/
+15
|
\
|
*
Added function to reply to earlier messages by prefixing a message with carets
hmhealey
2015-07-21
1
-2
/
+15
*
|
Improving formatting for Channel Intro
Asaad Mahmood
2015-07-22
1
-9
/
+9
*
|
Small patch for a null TypeError in post_list updating code
Christopher Speller
2015-07-22
1
-0
/
+1
|
/
*
fixes mm-831 post timestamps now update
JoramWilander
2015-07-20
1
-6
/
+10
*
Renamed all clientside references from full_name to nickname
hmhealey
2015-07-17
1
-1
/
+1
*
remove admin's ability to manage members of default channel (fixes #172)
ralder
2015-07-16
1
-2
/
+1
*
Merge pull request #175 from ralder/fix-dispatchError
Joram Wilander
2015-07-16
1
-1
/
+1
|
\
|
*
fix incorrect call for AsyncClient.dispatchError
ralder
2015-07-13
1
-1
/
+1
*
|
Revert "MM-831 Time change ping riding on the status interupt for timestamp u...
Joram Wilander
2015-07-14
1
-15
/
+1
*
|
Merge pull request #174 from nickago/MM-831-3
Joram Wilander
2015-07-14
1
-1
/
+15
|
\
\
|
*
|
Added semicolons
nickago
2015-07-14
1
-1
/
+1
|
*
|
Added timestamp updates to right side and cleaned code
nickago
2015-07-13
1
-11
/
+11
|
*
|
merge conflicts
nickago
2015-07-13
1
-1
/
+15
|
|
\
\
|
|
*
|
should fix scrolling on forceupdate
JoramWilander
2015-07-13
1
-1
/
+12
*
|
|
|
Merge pull request #168 from ralder/fix-loading-screen-for-ie
Joram Wilander
2015-07-14
1
-73
/
+30
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[webui] fix loading animation for ie
ralder
2015-07-11
1
-73
/
+30
|
|
/
/
*
/
/
Added timestamps to pictures to stop caching
nickago
2015-07-13
1
-1
/
+1
|
/
/
*
/
Revert "MM-831 Post timestamp now updates in real time"
Joram Wilander
2015-07-10
1
-5
/
+0
|
/
*
Added comments for the force update functions
nickago
2015-07-09
1
-0
/
+1
*
Placed event listeners on higher level components to avoid app dispatcher vomit
nickago
2015-07-09
1
-0
/
+4
*
Updating Ui for posts
Asaad Mahmood
2015-07-09
1
-1
/
+12
*
MM-1461 - Updating Mattermost UI
Asaad Mahmood
2015-07-06
1
-1
/
+1
*
Restructured logic to flow more naturally and be cleaner
Reed Garmsen
2015-07-02
1
-42
/
+44
*
Added logic for loading animation to appear when posts have yet to be loaded....
Reed Garmsen
2015-07-02
1
-2
/
+15
*
Merge pull request #115 from nickago/MM-1425
Corey Hulen
2015-07-01
1
-2
/
+2
|
\
|
*
Facelifted "direct message" to "private message"
nickago
2015-07-01
1
-2
/
+2
*
|
Finally fixed the git weirdness
nickago
2015-07-01
1
-7
/
+1
|
/
[next]