summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
* Use Constants.MAX_CHANNELNAME_LENGTH where a fixed number like 22 or 64 is ↵David Meza2017-08-011-1/+1
| | | | used for max length of channel names. (#7041)
* PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)George Goldberg2017-08-011-1/+28
| | | | | | | | | | | | | | | | | | | | * PLT-6595: System Console for Elasticsearch Job Management. * Fixing UI issues * Fixing colors * ESLint Fixes. * Update test snapshots. * Fixing cancel button * Fix review comments. * Config capitalisation. * Review fixes.
* #4755 Combining consecutive user join/leave system messages to single ↵Debanshu Kundu2017-08-011-4/+4
| | | | | | | | | message and few other changes. (#5945) fix 7 and 8 remove @ at "{username} joined the channel" refactor and update test
* PLT-7177: Change the default email frequency to 15 minutes if batching is ↵Jonathan2017-07-311-1/+1
| | | | | | | | | | | | | | | | enabled on the server. (#7036) * PLT-7177: Found default preference that needs to be changed * PLT-7177: Front end behaves as desired * PLT-7177: Changed default batching interval on server side * PLT-7177: Added unit tests for new default interval * PLT-7177: Removed unused import * PLT-7177: Renamed constants to increase clarity
* PLT-7235 Fix broken links on System Console Mobile Push settings page (#7047)Jason Blais2017-07-311-4/+4
| | | | | | * Update push_settings.jsx * Update en.json
* [GH-6366] Add functionality to disable Authentication when connecting to ↵AJ Moon2017-07-311-4/+4
| | | | | | | | | | | | | | SMTP (#6639) * Issue #6366: Add feature to disable auth for Encrypted connections to SMTP settings. * Clean PLAIN AUTH Option * Reorder SMTP server setup and change helptext * remove unneeded setting and modify logic * text description change
* Multiple Ui improvements (#7029)Asaad Mahmood2017-07-311-3/+2
| | | | | | | | | | | | | | | | * PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator
* PLT-6924 Added config options to disable file uploads/downloads on mobile ↵Harrison Healey2017-07-281-2/+6
| | | | (#7049)
* [PLT-6744] Add "Only visible to you" note for ephemeral messages (#6790)Carlos Tadeu Panato Junior2017-07-251-0/+2
|
* Refresh the emoji library (#7001)Chris2017-07-251-2/+2
| | | | | | | | | | | | | | * refresh the emoji library * fix img_trans.gif * compress sprite sheet * remove note on compression - webpack seems to handle compression decently * better emoji sheet preloading * requested changes
* [PLT-7219] Fix username as default for Teammate Name Display setting (#7023)Saturnino Abril2017-07-251-6/+2
| | | | | | * fix username as default for Teammate Name Display setting * update localizeMessage at UsersAndTeamsSettings
* PLT-6958: Update Email Auth System Console settings texts (#6948)Jason Blais2017-07-191-3/+3
| | | | | | * Update email_authentication_settings.jsx * Update en.json
* Merge branch 'release-4.0'Christopher Speller2017-07-1814-959/+1261
|\
| * translations PR 20170714 (#6938)enahum2017-07-1511-41/+41
| |
| * Update System Console mobile app links (#6909)lfbrock2017-07-121-2/+2
| | | | | | | | | | | | * Update push_settings.jsx * Update en.json
| * translations PR 20170710 (#6902)enahum2017-07-1214-922/+1224
| |
* | PLT-6474 Basic Elasticsearch System Console Page (#6825)George Goldberg2017-07-131-0/+21
|/ | | | | | | | | | * PLT-6474: Basic System Console Elasticsearch Config. * Fix review comments. * More review fixes. * Review comments.
* PLT-6905 - Updating channel header design (#6789)Asaad Mahmood2017-07-061-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6905 - Updating channel header design * Updating border-radius * Updating radius for wide icons * Updating trigger for overlay * Updating UI for channel header * Updating channel header sizing * Updating channel header css * Updating sidebar css * Updating status icons * Adjusting border * Updating comment * Removing type from status icon * Fixing UI issues for the channel header/sidebar * make "Add a channel description" open the channel header modal * Updating status and opacity * Updating stauts icon positioning * Updating description and heading size * Updating UI changes * Updating UI changes * add a focused class to the parent div .search__form and then remove when hover away * Fix active state for pinned posts icon * Updating UI changes * Update channel header text
* [PLT-6969] System console setting for the emoji picker (#6809)Saturnino Abril2017-07-061-3/+4
| | | | | | | | * system console setting for the emoji picker * remove state.emojiPickerEnable * update url to /admin_console/customization/emoji
* translations PR 20170703 (#6836)enahum2017-07-0514-377/+266
| | | | | | * translations PR 20170703 * Fix bad merge
* Add App Directory link to Integrations pages (#6731)Jason Blais2017-07-051-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update installed_commands.jsx * Update installed_incoming_webhooks.jsx * Update installed_oauth_apps.jsx * Update installed_outgoing_webhooks.jsx * Update integrations.jsx * Update quick_switch_modal.jsx * Update en.json * Decrease help text size in Integrations page * Fix syntax error * Tweak help text size based on Asaad's feedback * Fix indentation * Update help text classname to backstage-list__help * Update _backstage.scss * Remove the horizontal line in integrations page * Renamed template strings for integrations help links
* PLT-6554 Add config setting to control enabling API version 3 (#6835)Joram Wilander2017-07-041-0/+2
| | | | | | | | | | * Add config setting to control enabling API version 3 * Update help text for APIv3 config setting (#6843) * Update configuration_settings.jsx * Update en.json
* Refactor system console buttons into RequestButton component. (#6808)George Goldberg2017-07-041-2/+9
| | | | | Since I was going to make yet another button for the ElasticSearch test config button, I refactored all of them to use a single common component and tidied that component up and gave it some unit tests.
* remove font setting and default to Open Sans (#6643)Saturnino Abril2017-06-301-2/+0
|
* translations PR 20170626 (#6756)enahum2017-06-3015-257/+2720
| | | | | | * translations PR 20170626 * Include italian as UI option
* [PLT-5864] Move teammate name display setting to the System Console (#6681)Saturnino Abril2017-06-301-1/+6
| | | | | | | | | | * move teammate name display setting to the system console * update all the likes of TeammateNameDisplay names * fix gofmt error * rebase and fix conflict
* [PLT-6496] Remove System Console and config settings for image height and ↵Saturnino Abril2017-06-291-19/+0
| | | | | | | | | | width (#6688) * remove System Console and config settings for image height and width * add constants and update config.json * updated as per review
* Update gorp to support query timeouts on postgres (#6730)Joram Wilander2017-06-281-1/+1
| | | | | | | | * Update gorp to support query timeouts on postgres * Update help text to remove postgres exception * Fix glide.lock
* add attachments notification (#6769)megos2017-06-281-0/+1
|
* [PLT-6599] Add link to check Websocket port error message (#6743)Carlos Tadeu Panato Junior2017-06-281-1/+1
|
* Update dialog help text of 'MoreDirectChannels' and 'AddUsersToTeam' modals ↵Saturnino Abril2017-06-261-2/+1
| | | | (#6744)
* translations PR 20170619 (#6686)enahum2017-06-2313-335/+402
|
* Fixed incorrect formatting of numbers and plural words (#6696)Harrison Healey2017-06-221-14/+10
| | | | | | | | * Fixed incorrect formatting of numbers and plural words * Removed unused i18n strings * Fixed eslint errors
* [PLT-6452] Remove edit button on mobile, and have the edit icon beside the ↵Carlos Tadeu Panato Junior2017-06-191-0/+4
| | | | | | | | value, and the value as a link (#6565) * Remove edit button on mobile, and have the edit icon beside the value, and the value as a link * update per review
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6080 adding cluster discovery service * Adding memberlist lib * Adding memberlist lib * WIP * WIP * WIP * WIP * Rolling back config changes * Fixing make file * Fixing config for cluster * WIP * Fixing system console for clustering * Fixing default config * Fixing config * Fixing system console for clustering * Tweaking hub setting * Bumping up time * merging vendor dir * Updating vendor dir * Fixing unit test * Fixing bad merge * Remove some testing code * Moving comment * PLT-6868 adding db ping retry * Removing unused loc strings * Adding defer to cancel
* Unified quotation marks (#6682)Christian Arnold2017-06-191-5/+5
|
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* Update help text after renaming /loadtest to /test (#6664)Jason Blais2017-06-161-1/+1
| | | PR that changed /loadtest to /test: https://github.com/mattermost/platform/pull/6624
* Merge release-3.10 into master (#6654)Joram Wilander2017-06-1513-372/+489
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6787 Fixed being able to send a post before files finished uploading (#6617) * Fix quick switcher for channels/users not stored locally (#6610) * Fix button text on confirm mention modal (#6609) * fix post delete permission of channel admin (#6608) * open comment thread for the most recent reply-able message (#6605) * Use mutex flag with yarn to prevent concurrent builds interfering (#6619) * Use mutex flag with yarn to prevent concurrent builds interfering * Remove yarn mutex file with clean * Minor bug fixes (#6615) * PLT-6774 - Fixing color for offline icon * PLT-6784 - Fixing status icon * Fixing icon margin * Updating caret position * PLT-6070 Have ChannelMentionProvider stop searching after a term returns no results (#6620) * Fixing JS error (#6623) * Minor bug fixes (#6622) * PLT-6808 - Updating channel switcher on mobile * PLT-6743 - Updating scrollbar styling * Login instead of failing if user exists in OAuth sign-up flow (#6627) * PLT-6802 Disable team switcher (#6626) * Disable team switcher * Fix ESLint errors * PLT-6807 Ensured select teams page can scroll on iOS (#6630) * Do not redirect from account switch pages on 401 (#6631) * Fixing loadtest command and renaming to /test (#6624) * PLT-6820 Update mattermost-redux dependency (#6632) * translations PR 20170612 (#6629) * Bump HTTP client timeout to 30 seconds (#6633) * For team unreads return empty array instead of null (#6636) * PLT-6831 Fix status modal localization IDs (#6637) * Fix status modal localization IDs * Update test snapshot
* Tweak System Console > Configuration note (#6598)Jason Blais2017-06-121-1/+1
| | | | | | * Update configuration_settings.jsx * Update en.json
* Fix spelling of single sign-on (#6621)lfbrock2017-06-091-2/+2
| | | | | | | | * Create signup_controller.jsx * Create email_authentication_settings.jsx * Create en.json
* Update help text for quick switcher (#6599)Joram Wilander2017-06-061-2/+2
|
* translations PR 20170606 (#6592)enahum2017-06-0613-158/+447
|
* Channel switcher UI improvements (#6564)Asaad Mahmood2017-06-061-6/+4
| | | | | | | | | | | | * Channel switcher UI improvements * Reverting mattermost theme * Fixing spacing above the button * Updating switcher button * PLT-6691 - Fixing tablet header
* PLT-4257 Add pop-up asking if user wants to reset status (#6526)Joram Wilander2017-06-061-0/+5
| | | | | | | | | | | | * Add pop-up asking if user wants to reset status * Update test snapshot * Update prop name for old uses of confirm modal * Updating checkbox (#6586) * Updating style for checkbox (#6596)
* Updating Site URL help text in System Console (#6582)Jeff Schering2017-06-061-1/+1
| | | | | | | | | | * Updating Site URL help text in System Console * Replacing single quotes with double quotes * Corrected statement about non-standard ports * Converted double quotes to single quotes
* PLT 6416 Add StatusDropdown to profile picture in top left (#6327) (#6418)David Rojas Camaggi2017-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-6416 the profile picture is always shown in the top left (#6327) * PLT-6416 Add status icon to profile picture in left sidebar (#6327) * PLT-6416 Add StatusDropdown to profile picture in top left (#6327) * Fixing theme stuff for status picker * PLT-6416 Automatically close status dropdown after selection (#6327) * PLT-6416 Avoid render status dropdown in sidebar if isMobile (#6327) * PLT-6416 Change icon for status change to caret-down (#6327) * PLT-6416 Update visibility of status dropdown after window size (#6327) * PLT-6416 Refactor status dropdown for better mouse usability (#6327) * PLT-6416 Change status dropdown to the redux way (#6327) * PLT-6416 Fix header style of admin sidebar (#6327)
* translations PR 20170529 (#6514)enahum2017-06-0513-46/+137
|
* PLT-3466 E10: Add announcement bar feature (#6509)Joram Wilander2017-06-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * E10 - Add announcement bar feature * Updates per feedback * Add component tests and snapshots * Update snapshots * Updating color picker UI (#6543) * Add class to body tag when banner is not dismissable and clean up localstorage items when banner changes * Fixing links (#6544) * Updating UI for fixed error bar (#6552) * Truncating text on fixed banner (#6561) * Plt 3466 - Error bar link states (#6577) * Updating error bar hover state * Updating error bar link states
* PLT-5699 Improvements to channel switcher (#6486)Joram Wilander2017-05-311-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor channel switcher to not wait on server results * Change channel switcher to quick switcher and include team switching * Add sections, update ordering and add discoverability button * Fix styling error * Use CMD in text if on mac * Clean yarn cache on every install * Various UX updates per feedback * Add shortcut help text for team switcher * Couple more updates per feedback * Some minor fixes for GM and autocomplete race * Updating UI for channel switcher (#6504) * Updating channel switcher button (#6506) * Updating switcher modal on mobile (#6507) * Removed jQuery usage * Rename function to toggleQuickSwitchModal