summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic refactoring of post_body.jsxReed Garmsen2015-08-121-1/+2
|
* Implemented basic text formatting package using a modfied version of the ↵Reed Garmsen2015-08-121-1/+8
| | | | marked js library. Supports *bold*, _italics_, and `code`
* Removed unnecessary keysnickago2015-08-101-7/+7
|
* Added keys to array-based elements and made getMe asynchronousnickago2015-08-061-7/+7
|
* Merge pull request #330 from hmhealey/mm1579Christopher Speller2015-08-061-2/+1
|\ | | | | MM-1579 Added a date separator before the first post displayed in a channel
| * Added a date separator before the first post displayed in a channelhmhealey2015-08-041-2/+1
| |
* | Fixing style guide stuff in post_listAsaad Mahmood2015-08-051-5/+3
| |
* | UI ImprovementsAsaad Mahmood2015-08-041-2/+12
|/
* Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-11/+2
|
* MM-1816 Make Off-Topic description more clearit332015-07-291-1/+1
|
* Added a 'set description' link for private channelsnickago2015-07-281-1/+4
|
* Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-2/+15
|\ | | | | MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
| * Added function to reply to earlier messages by prefixing a message with caretshmhealey2015-07-211-2/+15
| |
* | Improving formatting for Channel IntroAsaad Mahmood2015-07-221-9/+9
| |
* | Small patch for a null TypeError in post_list updating codeChristopher Speller2015-07-221-0/+1
|/
* fixes mm-831 post timestamps now updateJoramWilander2015-07-201-6/+10
|
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-1/+1
|
* remove admin's ability to manage members of default channel (fixes #172)ralder2015-07-161-2/+1
|
* Merge pull request #175 from ralder/fix-dispatchErrorJoram Wilander2015-07-161-1/+1
|\ | | | | [webui] fix incorrect call for AsyncClient.dispatchError
| * fix incorrect call for AsyncClient.dispatchErrorralder2015-07-131-1/+1
| |
* | Revert "MM-831 Time change ping riding on the status interupt for timestamp ↵Joram Wilander2015-07-141-15/+1
| | | | | | | | update"
* | Merge pull request #174 from nickago/MM-831-3Joram Wilander2015-07-141-1/+15
|\ \ | | | | | | MM-831 Time change ping riding on the status interupt for timestamp update
| * | Added semicolonsnickago2015-07-141-1/+1
| | |
| * | Added timestamp updates to right side and cleaned codenickago2015-07-131-11/+11
| | |
| * | merge conflictsnickago2015-07-131-1/+15
| |\ \
| | * | should fix scrolling on forceupdateJoramWilander2015-07-131-1/+12
| | | |
* | | | Merge pull request #168 from ralder/fix-loading-screen-for-ieJoram Wilander2015-07-141-73/+30
|\ \ \ \ | |_|_|/ |/| | | [webui] fix loading animation for ie
| * | | [webui] fix loading animation for ieralder2015-07-111-73/+30
| |/ /
* / / Added timestamps to pictures to stop cachingnickago2015-07-131-1/+1
|/ /
* / Revert "MM-831 Post timestamp now updates in real time"Joram Wilander2015-07-101-5/+0
|/
* Added comments for the force update functionsnickago2015-07-091-0/+1
|
* Placed event listeners on higher level components to avoid app dispatcher vomitnickago2015-07-091-0/+4
|
* Updating Ui for postsAsaad Mahmood2015-07-091-1/+12
|
* MM-1461 - Updating Mattermost UIAsaad Mahmood2015-07-061-1/+1
|
* Restructured logic to flow more naturally and be cleanerReed Garmsen2015-07-021-42/+44
|
* Added logic for loading animation to appear when posts have yet to be ↵Reed Garmsen2015-07-021-2/+15
| | | | loaded. Added markup necessary for loading animation css. Removed a file that was no longer needed for the design.
* Merge pull request #115 from nickago/MM-1425Corey Hulen2015-07-011-2/+2
|\ | | | | MM-1425 Facelifted "direct message" to "private message"
| * Facelifted "direct message" to "private message"nickago2015-07-011-2/+2
| |
* | Finally fixed the git weirdnessnickago2015-07-011-7/+1
|/
* add intro text specific to off-topic channelJoramWilander2015-06-291-1/+12
|
* MM-1253 - Fixing new message and date separator corner caseAsaad Mahmood2015-06-281-11/+11
|
* Removed extraneous post control from within new message separatorReed Garmsen2015-06-181-3/+1
|
* Changed the new messages separator location in the markup to be at the same ↵Reed Garmsen2015-06-181-7/+5
| | | | level as the date seperator
* first commit=Corey Hulen2015-06-141-0/+474