summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
* 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
* PLT-4532: added link to Members model in channel member list (#5065)CrEaK2017-01-191-0/+2
| | | | | | | | * PLT-4532: added link to Members model in channel member list * PLT-4532: change modal behavior for team-modal in non-default channel and change link text * PLT-4532: changed link text for regular members in non-default-channels
* 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-1212-435/+555
|\
| * translations PR 20170110 (#5031)enahum2017-01-1012-434/+554
| | | | | | | | | | | | * 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
|
* translations PR 20170102 (#4929)enahum2017-01-0410-83/+93
|
* 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-3011-195/+225
|
* 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-2211-336/+526
|
* 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-1611-87/+284
|
* 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-1311-50/+50
|
* Multiple Ui improvements (#4767)Asaad Mahmood2016-12-1211-33/+33
| | | | | | | | | | * 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-1111-122/+262
|
* 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