summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5281 error messages contain a link to documentation about reserved words ↵Ari Autio2017-03-241-2/+2
| | | | | | | | | | (#5530) * PLT-5281 error messages contain a link to documentation about reserved words * Updated comments per PM review * Proposed fix to review comments
* PLT-5879: User email notification settings disabling. (#5837)George Goldberg2017-03-241-0/+2
| | | | When Email Notifications are turned off server wide, don't allow the user to configure their email notification preferences.
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-241-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #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-241-1/+2
|
* translations PR 20170320 (#5819)enahum2017-03-2110-66/+126
|
* translations PR 20170316 (#5791)enahum2017-03-209-55/+135
|
* Update pinned posts help text (#5811)Jason Blais2017-03-201-2/+3
| | | | | | | | * Update pinned posts help text * Update en.json * Fix id
* Split delete modal trigger for reuse (#5740)VeraLyu2017-03-191-0/+3
| | | | Spllit delete modal trigger for reuse and make emoji delete to use this modal trigger.
* Merge branch 'release-3.7' into master.George Goldberg2017-03-1712-227/+241
|\
| * translations PR 20170309 (#5710)enahum2017-03-1011-225/+239
| |
| * PLT-5769 Translations filenames and values consistent (#5689)enahum2017-03-093-2/+2
| |
* | PLT-5764 Fixed channel name minimum length (#5693)Ruzette Tanyag2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | * make sure that we use constants for channel name min length * changed channel name error to match channel URL error * changed constant max channel name length to 22 and reapply in modal * reverted dutch translation
* | Allow saving of identical team name (#5738)Ryan Wang2017-03-141-1/+0
| |
* | Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+10
| |
* | Remove link on team creation page (#5639)Ryan Wang2017-03-111-1/+0
| |
* | add missing id to use for translation - user settings/security/mfa (#5719)Carlos Tadeu Panato Junior2017-03-101-0/+2
|/
* translations PR 20170306 (#5666)enahum2017-03-0711-140/+275
| | | | | | * translations PR 20170306 * Fix platform zh_TW.json
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-061-0/+4
|
* PLT-5703 Update license expiry timing and text (#5602)Joram Wilander2017-03-061-5/+3
| | | | | | * Update license expiry timing and text * Updating error bar (#5632)
* PLT-5461 Fix channel rename placeholder (#5628)enahum2017-03-041-1/+1
|
* fix message (#5640)Yusuke Nemoto2017-03-041-1/+1
|
* Move Performance Monitoring out of beta (#5616)Jason Blais2017-03-031-2/+2
| | | | | | | | * Update metrics_settings.jsx * Update admin_sidebar.jsx * Update en.json
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* PLT-4929: Confirmation Dialog when Deleting Entry on the Integrations pages ↵Ari Autio2017-03-021-0/+6
| | | | (#5529)
* translations PR 20170227 (#5554)enahum2017-03-0211-63/+113
|
* Update UI text for shortcuts to follow text formatting guidelines (#5533)Jason Blais2017-03-021-4/+4
| | | | | | | | | | | | * Update en.json * Update user_settings_advanced.jsx * Update messaging.jsx * Update composing.jsx * Fix formatting error with double quotes
* PLT-5261 Update MFA help text (#5590)lfbrock2017-03-021-3/+3
| | | | | | | | * Update mfa_settings.jsx * Update mfa_settings.jsx * Update en.json
* PLT-5571: Updated error messages related to url length, start, end and ↵Ari Autio2017-03-011-4/+4
| | | | adjacent underscores (#5550)
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-271-0/+2
| | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * Fixing UI * Removing email as preferences from the UI for now * move to action * fix client test
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-0/+4
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-3/+0
|
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-231-0/+1
| | | | | | | | | | * PLT-5080 (WebApp): Channel Admin permission level. For channel management and channel deletion. * Fix some incorrect showing/hiding of options. * Remove incorrect client calls that was overwriting my channel members.
* translations PR 20170220 (#5482)enahum2017-02-2311-77/+77
|
* Update RHS --> right-hand sidebar (#5483)Jason Blais2017-02-211-2/+2
|
* Add help text for 'Words that trigger mentions' (#5459)joannekoong2017-02-201-0/+1
|
* Update System Console > Privacy help texts (#5470)joannekoong2017-02-201-2/+2
|
* translations PR 20170213 (#5393)enahum2017-02-1710-54/+44
|
* Rename channel (#5322)fengpan2017-02-173-3/+3
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* [PLT-1412] Updated search buttons on mobile GH-5261 (#5306)Saturnino Abril2017-02-131-1/+0
| | | | | | | | * Update search buttons on mobile * removed commented codes in _mobile.scss * deleted 'search_bar.cancel' from webapp/i18n/en.json
* Revert "PLT-5281 Add link to team URL error" (#5372)David Lu2017-02-131-2/+2
|
* translations PR 20170206 (#5319)enahum2017-02-1010-159/+317
| | | | | | * translations PR 20170206 * Fix platform zh_TW
* Add link to team URL error (#5270)David Lu2017-02-021-2/+2
|
* add modal next/prev button to be localized (#5245)Yusuke Nemoto2017-02-011-0/+4
|
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-311-0/+1
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-302-0/+24
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* translations PR 20170123 (#5174)enahum2017-01-2511-155/+335
|
* Update chanel_header.addMembers --> channel_header.addMembers (#5144)Jason Blais2017-01-201-1/+1
| | | | | | * Update channel_header.jsx * Update en.json
* translations PR 20170116 (#5086)enahum2017-01-2011-290/+400
|
* Adding active users statistics to system console (#5141)Christopher Speller2017-01-201-0/+2
|
* Account settings text updates (#5143)Jason Blais2017-01-201-5/+5
| | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx