summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #466 from mattermost/mm-1912Corey Hulen2015-08-251-17/+0
|\ \ | |/ |/| Fixes mm-1912 move get file info into its own web service call
| * Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-241-17/+0
| |
* | Fixed issue with timestamp incorrectly displaying single digit minutesReed Garmsen2015-08-241-1/+1
|/
* Added fullscreen capability to youtube embednickago2015-08-211-1/+2
|
* Fixing AM-PM issueChristopher Speller2015-08-201-1/+1
|
* Fixing a few refactoring errors.Christopher Speller2015-08-201-3/+3
|
* Cosmetic refactoring for ESLintChristopher Speller2015-08-191-448/+481
|
* Implemention of slack import feature.Christopher Speller2015-08-191-0/+9
|
* Merge pull request #383 from rgarmsen2295/mm-1584bCorey Hulen2015-08-181-1/+14
|\ | | | | MM-1584 Private message channels no longer do a page refresh on creation/first use
| * Added feature to the 'More...' PM channel list and fixed small cosmetic issuesReed Garmsen2015-08-181-1/+14
| |
* | Formatted comments' time in RHS similar to rootnickago2015-08-181-0/+4
|/
* Merge pull request #391 from asaadmahmoodspin/masterChristopher Speller2015-08-181-0/+14
|\ | | | | Multiple UI changes
| * Multiple UI changesAsaad Mahmood2015-08-181-0/+14
| |
* | Merge pull request #374 from nickago/MM-1299Joram Wilander2015-08-181-2/+8
|\ \ | |/ |/| MM-1299 Fixes problem of two notification sounds in firefox
| * Added hardcoded firefox functionnickago2015-08-171-3/+3
| |
| * move browser check functionality into a methodnickago2015-08-141-1/+5
| |
| * Refactored such that the menu doesn't open for firefox usersnickago2015-08-131-1/+1
| |
| * Handed control of notification sounds over to browser for firefoxnickago2015-08-121-2/+4
| |
* | Revert "Mm 1640 Fixed odd scrolling issues on channel refresh"Joram Wilander2015-08-171-0/+2
| |
* | Merge pull request #372 from nickago/MM-1640Christopher Speller2015-08-171-2/+0
|\ \ | | | | | | Mm 1640 Fixed odd scrolling issues on channel refresh
| * | Added case for window resize and cleaned up functionnickago2015-08-121-1/+0
| | |
| * | Completely rehauled scrolling system, finished base implementationnickago2015-08-121-2/+1
| |/
* | Revert "MM-375 Adds text formatting features using a modified version of the ↵Christopher Speller2015-08-141-229/+79
| | | | | | | | marked js library"
* | Merge pull request #360 from rgarmsen2295/mm-375dJoram Wilander2015-08-141-79/+229
|\ \ | | | | | | MM-375 Adds text formatting features using a modified version of the marked js library
| * | Cosmetic refactoring of the notifyMe function in utils.jsx and removed ↵Reed Garmsen2015-08-121-24/+24
| | | | | | | | | | | | unnecessary files
| * | Cosmetic refactoring of post_body.jsxReed Garmsen2015-08-121-0/+2
| | |
| * | Cosmetic refactoring of textToJsx functionReed Garmsen2015-08-121-82/+131
| | |
| * | Implemented basic text formatting package using a modfied version of the ↵Reed Garmsen2015-08-121-27/+126
| |/ | | | | | | marked js library. Supports *bold*, _italics_, and `code`
* / update rename channel modal to not refresh page on channel name changeJoramWilander2015-08-111-6/+17
|/
* Changed post drafts to maintain a store a unique id for each file upload to ↵hmhealey2015-08-101-0/+21
| | | | fix issues with duplicate file names
* Merge pull request #276 from mattermost/mm-1688Corey Hulen2015-08-021-1/+1
|\ | | | | MM-1688 reset number of posts to fetch on channel switch and fresh page load
| * reset number of posts to fetch on channel switch and fresh page loadJoramWilander2015-07-291-1/+1
| |
* | Revert "MM-1706 Changed mention highlighting code to split words on all ↵Joram Wilander2015-07-311-7/+7
| | | | | | | | non-word characters"
* | Merge pull request #271 from hmhealey/mm1656Joram Wilander2015-07-311-0/+65
|\ \ | | | | | | MM-1656 Updated file UI
| * | Updated ViewImage modal dialog to include details about non-image fileshmhealey2015-07-291-0/+6
| | |
| * | Added utility function to get a file attachment's urlhmhealey2015-07-291-0/+13
| | |
| * | Added preview images for non-image fileshmhealey2015-07-291-0/+13
| | |
| * | Add an info box next to image thumbnails which provides the name, type, and ↵hmhealey2015-07-291-0/+33
| |/ | | | | | | size of a file.
* / Changed mention highlighting code to split words on all non-word charactershmhealey2015-07-301-7/+7
|/
* Merge pull request #252 from rgarmsen2295/ie10-image-regression-fixChristopher Speller2015-07-291-2/+9
|\ | | | | Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
| * Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-271-3/+4
| |
| * Fixes issue with images not displaying due to window.origin not being ↵Reed Garmsen2015-07-271-2/+8
| | | | | | | | defined in IE10
* | Display thumbnails for files without file extensionshmhealey2015-07-281-3/+6
|/
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-19/+7
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* Use a user's full name as their display name if a nickname hasn't been specifiedhmhealey2015-07-171-1/+19
|
* Unify all locations where we determine a user's display named based off of ↵hmhealey2015-07-171-1/+7
| | | | their nickname/username into a helper function
* Merge pull request #198 from nickago/MM-1518Joram Wilander2015-07-171-1/+7
|\ | | | | MM-1518 Fixed config on our link parser
| * fixed formattingnickago2015-07-161-1/+1
| |
| * readded spacenickago2015-07-161-0/+1
| |
| * Fixed config on our link parsernickago2015-07-161-2/+7
| |