summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | updates to sign-up flow, remove company name and marketing checkboxJoramWilander2015-07-281-2/+2
| |
* | Display thumbnails for files without file extensionshmhealey2015-07-281-3/+6
|/
* Placing SVGs into constants.jsxAsaad Mahmood2015-07-231-1/+3
|
* Merge pull request #201 from hmhealey/mm1539Corey Hulen2015-07-221-0/+1
|\ | | | | MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
| * Added events for when the active thread (ie the message thread that a user ↵hmhealey2015-07-211-0/+1
| | | | | | | | is responding to) changes
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-203-33/+28
|/ | | | | | | 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
| |
* | Merge pull request #183 from nickago/MM-1073Joram Wilander2015-07-161-8/+15
|\ \ | |/ |/| MM-1073 Enable youtube metadata with a google developer key
| * Changed scope of 'metatdata'nickago2015-07-151-1/+1
| |
| * Need you GDev key for youtube stuffnickago2015-07-141-8/+15
| |
* | [webui] fix loading animation for ieralder2015-07-111-4/+35
|/
* Merge pull request #159 from rgarmsen2295/mm-1269bCorey Hulen2015-07-101-2/+0
|\ | | | | MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
| * Added errorchange listener to textbox that detects if inet is not connected. ↵Reed Garmsen2015-07-091-7/+0
| | | | | | | | Still do not have reliable way of checking if inet has reconnected
| * Notes to myselfReed Garmsen2015-07-091-1/+6
| |
* | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-101-1/+1
|\ \ | | | | | | MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
| * | Final change to code affected by change to loading more channels logicReed Garmsen2015-07-101-1/+1
| |/
* / fix bugs for pr #150 MM-895ralder2015-07-101-1/+1
|/
* Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-092-28/+29
|\
| * Merge pull request #150 from mattermost/mm-895Joram Wilander2015-07-082-15/+2
| |\ | | | | | | MM-895 Reorganization of browser storage.
| | * Finishing centralization of BrowserStoreChristopher Speller2015-07-081-14/+0
| | |
| | * Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-081-1/+2
| | | | | | | | | | | | layer to add current user id as a prefix to most keys.
| * | Semicolons and a bug fixnickago2015-07-081-5/+5
| | |
| * | Changed linkify to autolinker and wrote gap-bridging codenickago2015-07-081-11/+25
| |/
* / Changed loading logic for retrieving more channels to allow for loading ↵Reed Garmsen2015-07-071-1/+1
|/ | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load
* Added comment for later referenceReed Garmsen2015-07-021-1/+1
|
* Implemented IE10 & 11 specific error suppression when a 200 status (aka OK) ↵Reed Garmsen2015-07-021-4/+6
| | | | error is thrown
* Removed option that does not workReed Garmsen2015-07-021-2/+2
|
* Added two possible options for removing blue bar error, will choose one laterReed Garmsen2015-07-021-1/+1
|
* Added line that disables caching with a ajax client call that was causing ↵Reed Garmsen2015-07-021-0/+1
| | | | errors to be thrown in IE10
* make loop simplerJoramWilander2015-07-021-1/+1
|
* fix getDirectTeammate so that if teammate is the second id it doesn't return ↵JoramWilander2015-07-021-11/+13
| | | | null
* Finally fixed the git weirdnessnickago2015-07-011-0/+18
|
* Merge pull request #110 from nickago/MM-1430Corey Hulen2015-06-301-2/+2
|\ | | | | MM-1430 Added the ability to have hashtags with dashes in them
| * Added the ability to have hashtags with dashes in themnickago2015-06-301-2/+2
| |
* | Removed unnecessary loop copyingReed Garmsen2015-06-301-5/+1
| |
* | Changed keyword logic to use arrays rather than maps to remove highlighting ↵Reed Garmsen2015-06-301-5/+5
|/ | | | of js object properties like constructor and __proto__
* Merge pull request #106 from mattermost/mm-1119Joram Wilander2015-06-302-2/+6
|\ | | | | fixes mm-1119 adds @all and @channel mention capabilites
| * @all and @channel now highlight like other mentionsJoramWilander2015-06-301-2/+5
| |
| * @all and @channel now auto-completeJoramWilander2015-06-291-0/+1
| |
* | add intro text specific to off-topic channelJoramWilander2015-06-291-0/+1
|/
* Merge pull request #46 from mattermost/mm-1318Joram Wilander2015-06-251-0/+1
|\ | | | | fixes mm-1318 only allow 5 files to be uploaded at a time
| * fixes mm-1318 only allow 5 files to be uploaded at a timeJoramWilander2015-06-221-0/+1
| |