summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Add reaction picker (#5904)bonespiked2017-04-0113-197/+541
|
* PLT-5750 Add sequence number to websocket connections and events (#5907)Joram Wilander2017-04-012-0/+20
| | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events
* Corrected 'hangup' to 'hang up' (#5930)Harrison Healey2017-03-312-5/+5
|
* Fix console error and reverted colorpicker upgrade to prevent crash (#5897)Joram Wilander2017-03-311-1/+1
|
* Fixed @ not working on latest build due to... (#5878)prixone2017-03-311-2/+11
| | | | | | | | | | * Fixed @ not working on latest build due to... On latest build the @ shortcut to search for mentions was not working due to missing parameters on the onListenerChange method, due to changes done previously to post_action and search_bar that were not made to the onListenerChange method. * Update search_bar.jsx added fix for when no notification options for mentions is defined by the user...
* translations PR 20170328 (#5899)enahum2017-03-3011-51/+970
|
* PLT-1990 Closed markdown preview when edit post modal is closed (#5921)Harrison Healey2017-03-302-0/+6
|
* PLT-5976 Fixed date of first post in RHS (#5922)Harrison Healey2017-03-301-2/+3
|
* PLT-2713/PLT-6028 Added System Users list to System Console (#5882)Harrison Healey2017-03-3074-1289/+1436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2713 Added ability for admins to list users not in any team * Updated style of unit test * Split SearchableUserList to give better control over its properties * Added users without any teams to the user store * Added ManageUsers page * Renamed ManageUsers to SystemUsers * Added ability to search by user id in SystemUsers page * Added SystemUsersDropdown * Removed unnecessary injectIntl * Created TeamUtils * Reduced scope of system console heading CSS * Added team filter to TeamAnalytics page * Updated admin console sidebar * Removed unnecessary TODO * Removed unused reference to deleted modal * Fixed system console sidebar not scrolling on first load * Fixed TeamAnalytics page not rendering on first load * Fixed chart.js throwing an error when switching between teams * Changed TeamAnalytics header to show the team's display name * Fixed appearance of TeamAnalytics and SystemUsers on small screen widths * Fixed placement of 'No users found' message * Fixed teams not appearing in SystemUsers on first load * Updated user count text for SystemUsers * Changed search by id fallback to trigger less often * Fixed SystemUsers list items not updating when searching * Fixed localization strings for SystemUsers page
* fix typo and missing messages (#5902)Yusuke Nemoto2017-03-305-6/+10
|
* PLT-5035 Added loading of missing profiles when hovering over reactions (#5887)Harrison Healey2017-03-308-37/+122
|
* Ui ifxes (#5890)Asaad Mahmood2017-03-298-18/+25
| | | | | | | | | | | | * PLT-5975 - Back arrow in flag list cutting off * PLT-6049 - Fixing pin icon color, and hover state * PLT-5989 - Channel member and pin icon issue * PLT-6067 - Pinned icon misaligned in firefox * PLT-5885 - Adjusting icon spacing in modal
* Add ID to System Console in the LHS Header Dropdown (#5900)doh52017-03-291-0/+1
| | | | | | | | | | * Add ID to System Console in the LHS Header Dropdown Under TEsting * Update sidebar_header_dropdown.jsx * Update sidebar_header_dropdown.jsx
* Remove user from list when selected in DM modal (#5884)Joram Wilander2017-03-292-2/+17
|
* Add extra check before rendering emojis (#5879)Ryan Wang2017-03-291-10/+10
|
* Remove API endpoints being deprecated in 3.8 (#5880)Joram Wilander2017-03-282-48/+0
|
* Fixing cancel ids for selenium (#5896)Corey Hulen2017-03-273-5/+15
| | | | | | | | * Fixing ids for selenium * Fixing ids * Fixing prop
* PLT-5868 - Redesigning compact view (#5821)Asaad Mahmood2017-03-274-13/+50
| | | | | | | | | | * PLT-5868 - Redesigning compact view * Improvements to compact view * Updating compact view * Updating webhook styles
* Fixing ids for selenium (#5874)Corey Hulen2017-03-241-1/+1
|
* PLT-5281 error messages contain a link to documentation about reserved words ↵Ari Autio2017-03-243-7/+13
| | | | | | | | | | (#5530) * PLT-5281 error messages contain a link to documentation about reserved words * Updated comments per PM review * Proposed fix to review comments
* Check if LHS DM list needs updating on channel switch and channel members ↵Joram Wilander2017-03-242-1/+4
| | | | fetch (#5861)
* PLT-5879: User email notification settings disabling. (#5837)George Goldberg2017-03-242-1/+35
| | | | When Email Notifications are turned off server wide, don't allow the user to configure their email notification preferences.
* PLT-5910: Fix Channel header menu in Town Square. (#5831)George Goldberg2017-03-241-21/+21
|
* PLT-5907: Fix Create Channel in More Channels dialog. (#5830)George Goldberg2017-03-241-8/+4
|
* Fix LHS group message sorting (#5812)Joram Wilander2017-03-241-2/+19
|
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-2428-53/+4827
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #4665 Added EmojiPicker Work primarily by @broernr-de and @harrison on pre-release.mattermost.com * Final fixes to handle custom emojis from internal review and single merge error * ESLint fixes * CSS changes and other code to support emoji picker in reply window * Fix for file upload and emoji picker icon positions on post and comment. RHS emoji picker appearing see-through at this time. * Fix for two ESLint issues. * covered most of feedback: RHS emoji picker looks correct color-wise RHS emoji picker dynamically positions against height of thread size (post + reply messages) escape closes emoji window search box focused on open ESLint fixes against other files oversized emoji preview fixes * Adding in 'outside click' eventing to dismiss the emoji window * Changing some formatting to fix mismatch between my local eslant rules and jenkins. * adding alternative import method due to downstream testing errors * yet another attempt to retain functionality and pass tests - skipping import of browser store * fix for feedback items 5 and 7: * move search to float on top with stylistic changes * whitespace in the header (+1 squashed commit) Squashed commits: [6a26d32] changes that address items 1, 2, 6, 8, and 9 of latest feedback * Fix for attachment preview location on mobile * Fix for latest rounds of feedback * fixing eslint issue * making emojipicker sprite based, fixing alignments * Fix for emoji quality, fixing some behavior (hover background and cursor settings) undoing config changes * Preview feature for emojis * Adjustments to config file, and changing layout/design of attachment and emoji icon. * manual revert from master branch for config.json * reverting paperclip and fixing alignments. Additionally fixing inadvertent display of picker on mobile. * CSS changes to try to fix the hover behavior - currently working for emoji picker (when enabled), but hover for attachment isn't working * Made suggested changes by jwilander except for jQuery removal * Adding hover for both icons * removal of some usages of jQuery * Fix for two layout issues on IE11/Edge * UI improvements for emoji picker * Fix for many minor display issues * fix for additional appearance items * fix to two minor UI items * A little extra padding for IE11 * fix for IE11 scroll issue, and removing align attribute on img tag which was throwing js error * fixes some display issues on firefox * fix for uneven sides of emojis * fix for eslint issues that I didn't introduce * fix for missing bottom edge of RHS emojipicker. also fixing text overlapping icons on text area (including RHS) * Update "emoji selector" to "emoji picker" * changes for code review - removal of ..getDOMNode - use sprite imagery for emoji preview - remove lastBlurAt from state as it wasn't used * fixes for: - fake custom emoji preview in picker - RHS scrollbar on preview * fix for minor alignment of preview emoji
* Update default town square purpose (#5810)Ryan Wang2017-03-242-4/+18
|
* Add file attachment to search result (#5806)VeraLyu2017-03-241-0/+12
|
* Fixed mobile search focus - keyboard collapse/focus (#5766)Saturnino Abril2017-03-245-120/+132
|
* Fixing issue with ids for selenium (#5859)Corey Hulen2017-03-233-3/+12
| | | | | | * Fixing issue with ids for selenium * removing comment
* Adding a last message id for selenium testing (#5840)Corey Hulen2017-03-235-3/+14
|
* PLT-5755: Infrastructure for Component Testing. (#5814)George Goldberg2017-03-2337-798/+1392
| | | | | | | | | | This migrates the existing webapp tests to using Jest and Enzyme. The infrastructure is put in place for React component testing, and a few simple example component tests are implemented. This also adds snapshot testing of components, coverage checking for the webapp (although that is not yet integrated to Coveralls), and the ability to run npm run test:watch to automatically re-run affected tests when working on the webapp codebase.
* Merge branch 'release-3.7'George Goldberg2017-03-231-1/+1
|\
| * Fix telemetry. (#5841)George Goldberg2017-03-221-1/+1
| |
* | PLT-5913: Remove id from heading markdown compilation (#5782)VeraLyu2017-03-232-4/+3
| | | | | | | | | | Id for heading markdown is unnecessary as we didn't attach any style/effect on that id, and it also introduce duplicate id. So remove it from heading markdown generatiing.
* | PLT-5669: Change format of timestamp of access history (#5646)VeraLyu2017-03-232-15/+22
| | | | | | | | Add new line for timestamp and forbid wrap for ip and sessionid of access history to prevent unnecessary line wrap.
* | fix - make loginId always lowercase (#5613)Carlos Tadeu Panato Junior2017-03-231-1/+1
| |
* | translations PR 20170320 (#5819)enahum2017-03-2110-66/+126
| |
* | Add IDs to Team Settings, Channel Settings, Account Settings (Display & ↵Eric Sethna2017-03-2111-3/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Advanced) (#5823) * Add IDs to Channel Notification Preferences * Add IDs to Display Settings * Add ID to language dropdown * Add Ids * Add ids * Add Ids * Add Ids * Add Ids * Add Id * Add Ids * Add Ids * Fix duplicate Id
* | translations PR 20170316 (#5791)enahum2017-03-209-55/+135
| |
* | Revert "PLT-3181 Added crossorigin='anonymous' to all external images ↵Harrison Healey2017-03-207-15/+5
| | | | | | | | | | (#5774)" (#5815) This reverts commit 24848f9d6a92eb1e09189c358636fd1ba32fa6d6.
* | Remove blue bar from link previews (#5673)Ryan Wang2017-03-201-0/+3
| |
* | Update pinned posts help text (#5811)Jason Blais2017-03-202-4/+11
| | | | | | | | | | | | | | | | * Update pinned posts help text * Update en.json * Fix id
* | Split delete modal trigger for reuse (#5740)VeraLyu2017-03-195-65/+133
| | | | | | | | Spllit delete modal trigger for reuse and make emoji delete to use this modal trigger.
* | Fxing buildChristopher Speller2017-03-171-1/+1
| |
* | Merge branch 'release-3.7' into master.George Goldberg2017-03-1740-293/+393
|\|
| * PLT-5804 Fix email blue error not showing up (#5749)Joram Wilander2017-03-141-1/+1
| |
| * Report correct session for React Native app (#5734)enahum2017-03-131-2/+2
| |
| * translations PR 20170309 (#5710)enahum2017-03-1011-225/+239
| |
| * PLT-5792 Fixed all ephemeral posts using system message icons (#5709)Harrison Healey2017-03-101-3/+1
| |