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

  • 0967a131a1 Prevent users from sending empty ^ reply messages hmhealey 2015-07-21 16:01:30 -04:00
  • d4fd000ccf Added handling for when the user is ^ responding to a post that gets deleted hmhealey 2015-07-21 15:55:34 -04:00
  • 7b28880294 Track caretCount as part of createPost's state so that we don't unnecessarily search for a thread to reply to when the user is typing hmhealey 2015-07-21 15:54:47 -04:00
  • bee26e3f26 Merge pull request #200 from mattermost/mm-1356 Corey Hulen 2015-07-21 10:47:46 -08:00
  • dc250d7731 Merge pull request #210 from hmhealey/makefile Corey Hulen 2015-07-21 10:29:29 -08:00
  • fafce8cb72 Upon changing to a new comment thread, fixes the the bug of the RHS scrolling to whitespace below the pane nickago 2015-07-21 08:03:10 -07:00
  • 141d928d3c Changed the placeholder highlight for active thread to be more subtle hmhealey 2015-07-17 09:34:35 -04:00
  • 5b917dd4a6 Trim the carets from the beginning of reply messages when they're posted hmhealey 2015-07-16 16:58:05 -04:00
  • 644c78755c Change the create_post component to track the active thread using the event dispatcher so that it stays in sync with the post_list hmhealey 2015-07-16 16:03:06 -04:00
  • 25b2e75dc6 Added function to reply to earlier messages by prefixing a message with carets hmhealey 2015-07-16 15:25:28 -04:00
  • e32aee8977 Added events for when the active thread (ie the message thread that a user is responding to) changes hmhealey 2015-07-16 15:16:11 -04:00
  • 7a8ed5cf05 Merge pull request #217 from mattermost/quick-manage-fix Joram Wilander 2015-07-21 10:50:00 -04:00
  • cf3bfd24fd quick fix to get manage team modal working again JoramWilander 2015-07-21 10:49:37 -04:00
  • 156e3a94c4 Use QueryUnescape function to convert to a human readable filename in email notifications hmhealey 2015-07-21 09:49:05 -04:00
  • c4b92424d5 Merge pull request #216 from asaadmahmoodspin/mm-1631 Joram Wilander 2015-07-21 07:50:49 -04:00
  • 4b7fda14ba mm-1631 - Fixing image previewer bug Asaad Mahmood 2015-07-21 16:47:08 +05:00
  • a820b67468 Merge pull request #211 from rgarmsen2295/mm-1186 Christopher Speller 2015-07-20 18:06:01 -04:00
  • 55c148b59a Added additional check when adding a message to an email notification for a blank post and corrected a comment hmhealey 2015-07-20 17:49:13 -04:00
  • 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 Christopher Speller 2015-07-08 11:50:10 -04:00
  • d502d82016 Provide a replacement message for email notifications for posts only containing files hmhealey 2015-07-20 17:16:43 -04:00
  • 4eb061d29c Merge pull request #207 from hmhealey/mm825 Joram Wilander 2015-07-20 12:18:40 -04:00
  • 6a229964c7 Merge pull request #204 from nickago/MM-1519 Joram Wilander 2015-07-20 12:17:48 -04:00
  • 1c06c3fa09 Merge pull request #209 from mattermost/mm-831 Joram Wilander 2015-07-20 11:53:30 -04:00
  • 74ff46bb98 Changed Makefile to restart existing mysql/redis containers if they've been stopped hmhealey 2015-07-20 09:52:25 -04:00
  • 5e27bb3e61 fixes mm-831 post timestamps now update JoramWilander 2015-07-20 08:58:18 -04:00
  • a1876cf6cc Merge pull request #208 from nickago/MM-1079 Joram Wilander 2015-07-20 07:51:36 -04:00
  • 12c19e3390 Added channel name to RHS comment threads; minor css changes to compensate for addition Reed Garmsen 2015-07-19 20:31:37 -07:00
  • 196ae3227e Removed remenant of non-hover system nickago 2015-07-18 16:50:44 -07:00
  • d0e4d71ac3 Fixed the labels on the mention list for users without their first/last name configured hmhealey 2015-07-18 16:32:22 -04:00
  • 876ad10f6f Fixes javascript console errors =Corey Hulen 2015-07-17 15:41:55 -08:00
  • d65f199e12 Merge pull request #185 from mattermost/mm-1348 Corey Hulen 2015-07-17 14:45:50 -08:00
  • f132978735 Merge pull request #192 from nickago/MM-1079 Corey Hulen 2015-07-17 14:09:59 -08:00
  • b306ec8437 Merge pull request #177 from hmhealey/mm825 Corey Hulen 2015-07-17 14:01:01 -08:00
  • 66c22d342f Merge pull request #202 from mattermost/readme-update-mm-1356 it33 2015-07-17 13:28:52 -07:00
  • 1dba330146 Use a user's full name as their display name if a nickname hasn't been specified hmhealey 2015-07-14 17:07:19 -04:00
  • 098cbcdc21 Unify all locations where we determine a user's display named based off of their nickname/username into a helper function hmhealey 2015-07-13 17:47:57 -04:00
  • abcb44089c Add tests to check if a User's first/last name are valid hmhealey 2015-07-13 16:43:59 -04:00
  • e737ec3eb5 Allow Users to be notified using @all, @channel, and their first name when other notifications are disabled hmhealey 2015-07-13 15:43:05 -04:00
  • 079538d9e7 Use User.FirstName for notifications instead of trying to determine it from User.Nickname hmhealey 2015-07-13 15:39:53 -04:00
  • fb42a74613 Use User.FirstName instead of trying to infer a user's first name from their nickname in multiple places. hmhealey 2015-07-13 10:22:10 -04:00
  • 31415c8ddc Sanitize FirstName and LastName fields of an object instead of the nickname when ShowFullName is set to false hmhealey 2015-07-10 16:52:32 -04:00
  • b620960cde Fix migration code so that LastName is populated correctly for users who only have one word in their FullName hmhealey 2015-07-10 15:51:45 -04:00
  • 8dbf03bd10 Add interface to edit a user's nickname directly hmhealey 2015-07-09 17:20:18 -04:00
  • 9d8073328a Added FirstName and LastName fields to User object and attempt to populate them from the FullName/Nickname field hmhealey 2015-07-09 17:06:04 -04:00
  • 1c7f0be268 Renamed all clientside references from full_name to nickname hmhealey 2015-07-09 15:49:23 -04:00
  • c09f1b9e4e Renamed FullName column in database to Nickname. Renamed all serverside references from FullName to Nickname. hmhealey 2015-07-09 13:59:19 -04:00
  • af56bed1a3 Even on error, submission stop, updated to relect that nickago 2015-07-17 12:09:12 -07:00
  • 1d7509493e Merge pull request #203 from nickago/MM-1601 Christopher Speller 2015-07-17 14:24:32 -04:00
  • 8ead147ebc Changed javascript to CSS method nickago 2015-07-17 07:52:56 -07:00
  • bb639518a0 Fixed typo nickago 2015-07-17 07:27:37 -07:00
  • 09b2fda4f6 Fixing grammar Christopher Speller 2015-07-17 10:24:43 -04:00
  • d22249da33 Merge pull request #199 from asaadmahmoodspin/master Joram Wilander 2015-07-17 10:23:31 -04:00
  • dcc2173f1f Merge pull request #184 from nickago/MM-1278 Joram Wilander 2015-07-17 10:21:16 -04:00
  • 05d6a3a812 Merge pull request #193 from ralder/fix-manage-members-town-square Joram Wilander 2015-07-17 10:19:50 -04:00
  • 7fae4db6e6 Merge pull request #198 from nickago/MM-1518 Joram Wilander 2015-07-17 10:19:31 -04:00
  • dc84a2e727 Modifications to readme for mm-1356 Christopher Speller 2015-07-17 10:03:33 -04:00
  • f49fccdee3 Merge pull request #196 from nickago/MM-1058 Christopher Speller 2015-07-17 09:44:51 -04:00
  • 4329437ea6 Improving search header for mobile layouts and other UI changes Asaad Mahmood 2015-07-17 03:53:58 +05:00
  • 3f328546f8 Merge pull request #183 from nickago/MM-1073 Joram Wilander 2015-07-16 18:06:16 -04:00
  • a2ba1615d3 Merge pull request #197 from asaadmahmoodspin/master Joram Wilander 2015-07-16 18:05:22 -04:00
  • 372869354f removed testing material nickago 2015-07-16 14:49:15 -07:00
  • 8304303703 removed testing material nickago 2015-07-16 14:48:40 -07:00
  • f0841af393 Check your credentials from session nickago 2015-07-16 14:47:28 -07:00
  • 5da579cbcc fixed formatting nickago 2015-07-16 14:24:15 -07:00
  • f99743bfa0 readded space nickago 2015-07-16 14:23:27 -07:00
  • 19a34f312b Fixed config on our link parser nickago 2015-07-16 14:22:15 -07:00
  • 41d2786e3e reworked logic to stem from post nickago 2015-07-16 13:50:20 -07:00
  • d31b3e413a Moved admin checking into seperate function nickago 2015-07-16 13:40:18 -07:00
  • 43368061d5 MM-1401 - Removing most inline styles and other UI changes Asaad Mahmood 2015-07-17 01:30:30 +05:00
  • 1fe86a004e Added table updater nickago 2015-07-16 11:26:14 -07:00
  • 4942b8a405 Merge pull request #186 from rgarmsen2295/mm-644 Joram Wilander 2015-07-16 12:34:58 -04:00
  • 1f87c46360 Minor code change for clarity Reed Garmsen 2015-07-16 09:27:18 -07:00
  • cb4cd741a4 Code simplification and rebasing Reed Garmsen 2015-07-16 09:21:51 -07:00
  • 139f6611d6 Added last updated for pictures nickago 2015-07-16 08:55:37 -07:00
  • 463e89c280 Clarifying license in README.md it33 2015-07-16 08:17:19 -07:00
  • 15b90ff72f Added missing semi-colons Reed Garmsen 2015-07-14 20:35:52 -07:00
  • cbcf44ac85 Minor changes to scroll 'feel' and logic flow Reed Garmsen 2015-07-14 20:14:23 -07:00
  • c5c4c0b4de Few minor bug fixes Reed Garmsen 2015-07-14 19:59:09 -07:00
  • 9747053a4e Fixes not selecting an element that hasn't been scrolled to Reed Garmsen 2015-07-14 18:36:54 -07:00
  • 61e7b9b2be Getting scrolling working with the arrow keys Reed Garmsen 2015-07-14 16:13:31 -07:00
  • 4bb2451bd5 Minor changes and tweaks trying to get scrolling to work Reed Garmsen 2015-07-13 13:11:03 -07:00
  • 346f727949 Better handling of previous highlight when you backspace (therefore re-enlarging the number of mentions) Reed Garmsen 2015-07-13 09:53:39 -07:00
  • da228fc167 Minor changes towards getting interior scrolling working with arrow keys Reed Garmsen 2015-07-12 18:39:14 -07:00
  • 6f93cbb490 When moving from a mention lower in the list to one higher in the list by typing more, now properly highlights Reed Garmsen 2015-07-12 12:49:33 -07:00
  • ce9756e44d Improved selection logic when using both the mouse and arrow keys Reed Garmsen 2015-07-12 12:34:51 -07:00
  • 9cc3d34285 Highlighting now occurs as you arrow key thru mention list. However some small bugs remain. Reed Garmsen 2015-07-11 14:25:18 -07:00
  • 59b2a42ac8 Have arrow key selection working, but visually does not highlight correct mention. Also if user continues to type things might get weird. Reed Garmsen 2015-07-11 12:57:28 -07:00
  • 63b9dd85b6 Changed model of handling key down and focus change Reed Garmsen 2015-07-10 09:49:44 -07:00
  • 924fd8609b Changed parts of framework Reed Garmsen 2015-06-22 17:39:55 -07:00
  • f635376aa4 Added comma Reed Garmsen 2015-06-19 16:04:56 -07:00
  • 6e67be4054 Added framework for handling up and down arrow key presses to move between different @mention choices Reed Garmsen 2015-06-19 16:04:33 -07:00
  • 56db6ad08c remove admin's ability to manage members of default channel (fixes #172) ralder 2015-07-15 09:03:28 -07:00
  • b236079d93 Merge pull request #175 from ralder/fix-dispatchError Joram Wilander 2015-07-16 09:48:20 -04:00
  • 3e31a9383d Merge pull request #195 from mattermost/revert-181-mm1494 Joram Wilander 2015-07-16 09:06:37 -04:00
  • 288ad55f80 Revert "MM-1494 Change image resizing for preview and thumbnail to use Lanczos interpolation" Joram Wilander 2015-07-16 05:05:26 -04:00
  • d16a1d6d75 Merge pull request #171 from mattermost/mm-1415 Corey Hulen 2015-07-15 10:27:24 -08:00
  • e017babc5d fixing merge =Corey Hulen 2015-07-15 10:22:05 -08:00
  • 38f9e140e9 Merge pull request #191 from asaadmahmoodspin/master Corey Hulen 2015-07-15 09:54:44 -08:00
  • 301127f575 Merge pull request #181 from hmhealey/mm1494 Corey Hulen 2015-07-15 09:53:41 -08:00
  • ed06e7fbbc Merge pull request #176 from nickago/MM-1400 Corey Hulen 2015-07-15 09:53:26 -08:00