Граф коммитов

76 Коммитов

Автор SHA1 Сообщение Дата
Christopher Speller
a9e9d10e41 Merge pull request #252 from rgarmsen2295/ie10-image-regression-fix
Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10
2015-07-29 08:32:48 -04:00
JoramWilander
ff362b7792 updates to sign-up flow, remove company name and marketing checkbox 2015-07-28 11:36:33 -04:00
hmhealey
1842868410 Display thumbnails for files without file extensions 2015-07-28 10:07:11 -04:00
Reed Garmsen
91fa6c8da1 Removed usage of window.location.origin throughout the codebase 2015-07-27 13:32:14 -07:00
Reed Garmsen
52bf726ddf Fixes issue with images not displaying due to window.origin not being defined in IE10 2015-07-27 08:39:28 -07:00
Asaad Mahmood
67ee23e494 Placing SVGs into constants.jsx 2015-07-23 14:59:43 +05:00
Corey Hulen
beffcc0a3c Merge pull request #201 from hmhealey/mm1539
MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
2015-07-22 10:45:57 -08:00
hmhealey
e32aee8977 Added events for when the active thread (ie the message thread that a user is responding to) changes 2015-07-21 11:17:18 -04:00
Christopher Speller
c6fb95912b Changing the way we mattermost handles URLs. team.domain.com becomes 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
2015-07-20 17:45:23 -04:00
hmhealey
1dba330146 Use a user's full name as their display name if a nickname hasn't been specified 2015-07-17 15:22:57 -04:00
hmhealey
098cbcdc21 Unify all locations where we determine a user's display named based off of their nickname/username into a helper function 2015-07-17 15:22:57 -04:00
Joram Wilander
7fae4db6e6 Merge pull request #198 from nickago/MM-1518
MM-1518 Fixed config on our link parser
2015-07-17 10:19:31 -04:00
Joram Wilander
3f328546f8 Merge pull request #183 from nickago/MM-1073
MM-1073 Enable youtube metadata with a google developer key
2015-07-16 18:06:16 -04:00
nickago
5da579cbcc fixed formatting 2015-07-16 14:24:15 -07:00
nickago
f99743bfa0 readded space 2015-07-16 14:23:27 -07:00
nickago
19a34f312b Fixed config on our link parser 2015-07-16 14:22:15 -07:00
nickago
c1e23faab7 Changed scope of 'metatdata' 2015-07-15 09:13:34 -07:00
nickago
9f816e2554 Need you GDev key for youtube stuff 2015-07-14 11:55:49 -07:00
ralder
4cc9bfce5c [webui] fix loading animation for ie 2015-07-11 12:17:55 -07:00
Corey Hulen
5bb2acc996 Merge pull request #159 from rgarmsen2295/mm-1269b
MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
2015-07-10 11:26:35 -08:00
Corey Hulen
d124b9df10 Merge pull request #157 from rgarmsen2295/mm-1265
MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
2015-07-10 11:24:31 -08:00
Reed Garmsen
6f043c5b74 Final change to code affected by change to loading more channels logic 2015-07-10 11:54:36 -07:00
ralder
34cc2fcd53 fix bugs for pr #150 MM-895 2015-07-10 04:36:16 -07:00
Reed Garmsen
80f9ebadef Added errorchange listener to textbox that detects if inet is not connected. Still do not have reliable way of checking if inet has reconnected 2015-07-09 16:41:33 -07:00
Reed Garmsen
eddf43e133 Notes to myself 2015-07-09 16:41:33 -07:00
Asaad Mahmood
b61f653626 Merge branch 'master' of https://github.com/mattermost/platform 2015-07-09 21:00:29 +05:00
Joram Wilander
11dde6c44b Merge pull request #150 from mattermost/mm-895
MM-895 Reorganization of browser storage.
2015-07-08 14:47:49 -04:00
nickago
126c2e56e0 Semicolons and a bug fix 2015-07-08 10:32:33 -07:00
nickago
9873ffd05f Changed linkify to autolinker and wrote gap-bridging code 2015-07-08 10:17:56 -07:00
Christopher Speller
d5785ee901 Finishing centralization of BrowserStore 2015-07-08 12:38:14 -04:00
Christopher Speller
7f5ebb42b5 Modifying all storage to use session storage. Also adding an abstraction layer to add current user id as a prefix to most keys. 2015-07-08 09:55:24 -04:00
Reed Garmsen
91511281c5 Changed loading logic for retrieving more channels to allow for loading animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load 2015-07-07 13:10:11 -07:00
Reed Garmsen
6b1ae67f2f Added comment for later reference 2015-07-02 18:02:00 -07:00
Reed Garmsen
e51a0461a6 Implemented IE10 & 11 specific error suppression when a 200 status (aka OK) error is thrown 2015-07-02 17:54:00 -07:00
Reed Garmsen
933578ca07 Removed option that does not work 2015-07-02 17:13:01 -07:00
Reed Garmsen
6b48dbe231 Added two possible options for removing blue bar error, will choose one later 2015-07-02 17:13:00 -07:00
Reed Garmsen
5a597c9606 Added line that disables caching with a ajax client call that was causing errors to be thrown in IE10 2015-07-02 17:13:00 -07:00
JoramWilander
18629d8184 make loop simpler 2015-07-02 09:34:57 -04:00
JoramWilander
7b6fe252f1 fix getDirectTeammate so that if teammate is the second id it doesn't return null 2015-07-02 09:32:31 -04:00
nickago
fd310e382a Finally fixed the git weirdness 2015-07-01 12:41:36 -07:00
Corey Hulen
75c1938077 Merge pull request #110 from nickago/MM-1430
MM-1430 Added the ability to have hashtags with dashes in them
2015-06-30 19:46:25 -08:00
Reed Garmsen
71d0a9472f Removed unnecessary loop copying 2015-06-30 15:00:57 -07:00
Reed Garmsen
ae77db2145 Changed keyword logic to use arrays rather than maps to remove highlighting of js object properties like constructor and __proto__ 2015-06-30 12:30:11 -07:00
nickago
bcc31b714b Added the ability to have hashtags with dashes in them 2015-06-30 11:57:57 -07:00
Joram Wilander
a00b4e00ad Merge pull request #106 from mattermost/mm-1119
fixes mm-1119 adds @all and @channel mention capabilites
2015-06-30 11:58:22 -04:00
JoramWilander
f030476ff5 @all and @channel now highlight like other mentions 2015-06-30 09:06:10 -04:00
JoramWilander
2d3ef0b051 @all and @channel now auto-complete 2015-06-29 15:20:49 -04:00
JoramWilander
72d54e427c add intro text specific to off-topic channel 2015-06-29 10:31:56 -04:00
Joram Wilander
7904ea2738 Merge pull request #46 from mattermost/mm-1318
fixes mm-1318 only allow 5 files to be uploaded at a time
2015-06-25 12:28:34 -04:00
Corey Hulen
9a81e76de0 Merge pull request #32 from rgarmsen2295/mm-1282
MM-1282
2015-06-25 11:36:47 -04:00