summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-0/+2
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-181-0/+10
|
* PLT-5156 Fix Channel Switcher Console Errors. (#5058)George Goldberg2017-01-171-0/+1
|
* PLT-4784 Display Sign In button spinner (#5046)Mika Andrianarijaona2017-01-161-0/+1
| | | | | | | | | | | | * PLT-4784 Display Sign In button spinner When the user clicks the Sign In button, display a spinner on the left fixes #4973 * Replace "Sing in..." by "Signing in..." * fix: replace ternary with if block
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-151-3/+5
| | | | | | | | | | | This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.
* PLT-5221: Correct error when team description unchanged. (#5055)George Goldberg2017-01-151-4/+3
| | | Also replace all legacy i18n code in the changed file.
* PLT-4317: Fix Desktop App platform in sessions list. (#5048)George Goldberg2017-01-131-0/+1
| | | | Incidentally fixes displaying the Linux icon next to sessions on Linux at the same time.
* PLT-4449: Update channel creation placeholders. (#5059)George Goldberg2017-01-131-0/+2
|
* Merge branch 'release-3.6'Christopher Speller2017-01-121-14/+14
|\
| * translations PR 20170110 (#5031)enahum2017-01-101-13/+13
| | | | | | | | | | | | * translations PR 20170110 * Demoting Dutch from beta to alpha
| * SAML help text improvement (#5003)Christopher Speller2017-01-091-1/+1
| |
| * Reorganize stats on system statistics page (#5007)Joram Wilander2017-01-091-1/+1
| |
| * Update MFA help text documentation link (#4975)lfbrock2017-01-061-1/+1
| | | | | | | | | | | | * Update mfa help text with documentation link * Update en.json
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-121-0/+1
| |
* | PLT-5212 Add password setting text for google and office365 (#5029)Joram Wilander2017-01-101-0/+4
| |
* | fix typo and missing message (#5008)Yusuke Nemoto2017-01-091-14/+16
| |
* | 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