summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update MFA help text doc link (#4969)lfbrock2017-01-061-1/+1
|/ | | | | | * Update mfa help text with documentation link * Update en.json
* Hide skipped statistics in system console and add note (#4961)Joram Wilander2017-01-041-0/+1
|
* Add port 587 (used for STARTTLS) as an example SMTP port (#4893)Sebastiaan Lokhorst2017-01-031-1/+1
|
* PLT-4990 (WebApp): Separate channel management permissions. (#4865)George Goldberg2017-01-021-4/+15
|
* PLT-3132 Add a direct message link to the contact pop-over (#4853)khawerrind2016-12-301-0/+1
| | | | | | * added DM button to the user picture and name popover * removed isRequired from status and busy properties from profile_popover.jsx
* translations PR 20161226 (#4903)enahum2016-12-301-4/+4
|
* Tweaked new message indicator calculation: (#4763)Pepijn2016-12-271-1/+1
| | | | | | | | * Removed count from new message indicator * Don't count deleted posts towards the unviewedCount * remove lodash, reduce() is natively available
* Update Position help text in Account Settings (#4885)Yang Chen2016-12-231-1/+1
|
* translations PR 20161219 (#4838)enahum2016-12-221-5/+5
|
* PLT-4853 adding purge cache button to the UI. (#4811)Corey Hulen2016-12-211-0/+4
| | | | | | * PLT_4853 adding purge cache button to the UI. * Fixing loc stuff
* Fix some typos in the English locale (fixes #4663) (#4793)Pierre Rudloff2016-12-211-8/+8
|
* Revert "PLT-135 Showing "(Edited)" indicator if a message has been edited." ↵Christopher Speller2016-12-201-1/+0
| | | | (#4854)
* PLT-5021 Order System Console Teams section by Display Name (#4831)enahum2016-12-191-2/+2
|
* PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4764)Debanshu Kundu2016-12-191-0/+1
|
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* translations PR 20161212 (#4774)enahum2016-12-161-22/+19
|
* PLT-4815 Refactor 'More Channels' modal into the new modal pattern (#4742)Joram Wilander2016-12-151-1/+1
| | | | | | | | * Refactor 'More Channels' modal into the new modal pattern * Fix unit test * Readded CSS changes
* PLT-4493 Fixed copy button in Get Link Modal on Safari 10 (#4786)Harrison Healey2016-12-141-1/+1
| | | | | | * Fixed copy button in Get Link Modal for Safari 10 * Shortened 'link copied' label on GetLinkModal
* PLT-4903 Rendered a placeholder for user reactions where the user hasn't ↵Harrison Healey2016-12-141-2/+8
| | | | | | | | | | been loaded (#4784) * Rendered a placeholder for user reactions where the user hasn't been loaded * Added id to reaction Tooltip * Removed FormattedHTMLMessage from Reaction and improved support for different verb conjugations
* add missing messages (#4788)MARUYAMA Takayuki2016-12-141-0/+2
|
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add User.Position field to store & model. * GOFMT * Add Position to user settings. * Unit tests. * Add position to profile popup. * i18n * Fix log message for invalid position. * Add Position field attribute to LDAP config. * Add Position field attribute to SAML config. * Reword empty position message. * Change Position Max Length to 35. * Better invalid position error message. * Add new fields to config.json. * Ensure position is never longer than max when displayed. * Hard limit of 64 chars with soft limit still 35 * Put field with other attributes.
* Fix error parsing translation files (#4778)enahum2016-12-131-20/+20
|
* Multiple Ui improvements (#4767)Asaad Mahmood2016-12-121-3/+3
| | | | | | | | | | * PLT-4911 - Adding new target for OAuth help links * PLT-4953 - Fixing styles for the unread messages indicator * PLT-4901 - Fixing header modal overlap on mobile * PLT-4916 - Swapping position of edit and delete
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create MFA setup page and remove MFA setup from account settings modal * Add enforce MFA to system console and force redirect * Lockdown mfa required API routes, add localization, other changes * Minor fixes * Fix typo * Fix some unit tests * Fix more unit tests * Minor fix * Updating UI for MFA screen (#4670) * Updating UI for MFA screen * Updating styles for MFA page * Add the ability to switch between email/sso with MFA enabled * Added mfa change email * Minor UI updates for MFA enforcement * Fix unit test * Fix client unit test * Allow switching email to ldap and back when MFA is enabled * Fix unit test * Revert config.json
* translations PR 20161208 (#4740)enahum2016-12-111-4/+4
|
* Created a new message indicator component to indicate new messages (#4299)Pepijn2016-12-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Created a new message indicator component to indicate new messages are present outside the user's view: * Created new component with styling * Theming and i18n support for new messages indicator * Count new unviewed messages and integrate with component * Coding style for new message indicator * Fixed bugs with new message indicator: * Fix display issues with new message indicator * Update text to deal with plurals in React * Fix coded style for ticket 'PLT-1917': add new message indicator. * Use only server generated timestamps for checking new messages at the bottom * Move transitionend to prop, fix style selectors
* [PLT-4318] Display a message when post is over 4000 characters (#4687)Nick Frazier2016-12-061-0/+1
| | | | | | | | | | | | | | | | | | * test changes * added functionality * css updates * additional css updates * i18n updates * textbox cleanup * var naming tweak * replaced jQuery with React-based UI changes
* PLT-4762 Prevent turn off of (at)mentions (webapp) (#4715)enahum2016-12-061-1/+0
|
* PLT-4862 Slack Import links should open in new tab (#4683)George Goldberg2016-12-051-1/+6
| | | | | | | | | | | | * Update Slack Import help text. It was quite inaccurate in light of all the recently added features. * Update wording as per review. * Don't use FormattedHTMLMessage * Fix linter complaints.
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-1/+1
|
* translations PR 20161128 (#4666)enahum2016-12-021-9/+9
|
* Add Team Description to the Team Settings (#4652)Carlos Tadeu Panato Junior2016-12-011-1/+4
| | | | | | | | | | | | | | * draft * Add Team Description to the Team Settings * add tooltips for team description * made changes per PM review * add message when there is no description set in the team * squash
* Update desktop notification help text (#4684)Eric Sethna2016-12-011-3/+3
| | | | | | * Update desktop_notification_settings.jsx * desktop notification help text
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactored emoji.json to support multiple aliases and emoji categories * Added custom category to emoji.jsx and stabilized all fields * Removed conflicting aliases for :mattermost: and :ca: * fixup after store changes * Added emoji reactions * Removed reactions for an emoji when that emoji is deleted * Fixed incorrect test case * Renamed ReactionList to ReactionListView * Fixed :+1: and :-1: not showing up as possible reactions * Removed text emoticons from emoji reaction autocomplete * Changed emoji reactions to be sorted by the order that they were first created * Set a maximum number of listeners for the ReactionStore * Removed unused code from Textbox component * Fixed reaction permissions * Changed error code when trying to modify reactions for another user * Fixed merge conflicts * Properly applied theme colours to reactions * Fixed ESLint and gofmt errors * Fixed ReactionListContainer to properly update when its post prop changes * Removed unnecessary escape characters from reaction regexes * Shared reaction message pattern between CreatePost and CreateComment * Removed an unnecessary select query when saving a reaction * Changed reactions route to be under /reactions * Fixed copyright dates on newly added files * Removed debug code that prevented all unit tests from being ran * Cleaned up unnecessary code for reactions * Renamed ReactionStore.List to ReactionStore.GetForPost
* PLT-4280 Update Slack Import help text. (#4646)George Goldberg2016-11-281-1/+1
| | | | | | | | * Update Slack Import help text. It was quite inaccurate in light of all the recently added features. * Update wording as per review.
* PLT-4429 disabling at_all at_channel metions mentions when channel has more ↵Corey Hulen2016-11-241-0/+3
| | | | | | | | | | | | than 1k users (#4627) * PLT-4429 disabling explicit mentions when channel has more than 1k users * Fixing test case * Adding setting to the admin console * Fixing bad translation
* PLT-4776: Fix typo in MFA help text (#4635)Eric Sethna2016-11-221-1/+1
| | | | | | * fix typo * fix mfa typo
* PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-221-0/+7
| | | | | | | | | | | | | | | | | | * WIP * WIP * Adding metrics collection * updating vendor packages * Adding metrics to config * Adding admin console page for perf monitoring * Updating glide * switching to tylerb/graceful
* PLT-4277: Allow larger custom emojis by resizing (#4447)Iraquitan Cordeiro Filho2016-11-211-1/+1
| | | | | | | | | | | | | | | | | Add function to resize image using resize.Thumbnail. Add function to resize gif using previous function. Add function to convert image.Image to image.Palleted. Add logic to identify image type and resize them if they are larger than MaxEmojiHeight or MaxEmojiWidth. Also increase MaxEmojiFileSize. * fix: Add github.com/nfnt to vendor * fix: Fix max file size and if logic in resizeEmoji * test: Fix and add new tests for new resize feature * fix: Fix and update translations to fit new feature * fix: Add requested changes
* add missing messages to webapp/i18n/en.json (#4588)Yusuke Nemoto2016-11-211-6/+39
|
* replaced localizeMessage calls with FormattedMessage components (#4570)Nick Frazier2016-11-171-1/+1
| | | | | | | | | | * replaced localizeMessage calls with FormattedMessage components localized file updates * updated localization files * updated localization files
* PLT-4524 Update password reset page (#4522)Carlos Tadeu Panato Junior2016-11-171-1/+1
| | | | | | | | | | | | | | | | * Implement PLT-4524 Update password reset page * fix lints * changes based on review * update per request/review * update tests * add css for alert-success * change per request
* Add support for editing slash commands (#4335)Brian Olecki2016-11-151-0/+7
|
* Update introduction message at top of channel/private groups (#4508)Carlos Tadeu Panato Junior2016-11-141-1/+2
| | | | | | * Update introduction message at top of channel/private groups * fix grammar
* PLT-4502 Fix SAML user settings password help text (#4484)enahum2016-11-141-0/+2
|
* Fix Terms and Privacy links (#4506)Carlos Tadeu Panato Junior2016-11-141-1/+1
| | | | | | | | | | | | * Fix Terms and Privacy links github issue https://github.com/mattermost/platform/issues/4156 * fix eslint * revert per request * add missing end blank line
* Merge branch 'release-3.5'Christopher Speller2016-11-141-1/+1
|\
| * translations PR for 3.5 (#4511)enahum2016-11-111-1/+1
| |
* | PLT-4316 - Webrtc improvements (#4525)Asaad Mahmood2016-11-111-0/+2
|/
* Add missing favorites loc in en.json (#4448)enahum2016-11-041-0/+1
|