summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-0211-146/+246
|
* 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.
* translations PR 20161122 (#4625)enahum2016-11-2610-440/+890
|
* 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
* Updating client dependancies (excpet eslint) (#4567)Christopher Speller2016-11-171-10/+10
|
* 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-1412-246/+266
|\
| * translations PR for 3.5 (#4511)enahum2016-11-1112-246/+266
| |
* | PLT-4316 - Webrtc improvements (#4525)Asaad Mahmood2016-11-111-0/+2
|/
* Add missing favorites loc in en.json (#4448)enahum2016-11-041-0/+1
|
* translations PR 20161101 (#4406)enahum2016-11-0311-107/+127
|
* EE: PLT-4512 Show secret in addition to QR code when activating MFA (#4427)Joram Wilander2016-11-031-2/+3
| | | | | | | | * EE: Update MFA to display secret for manual entry * Width adjustments for secret (#4423) * Add unit test
* Minor UI improvements (#4431)Asaad Mahmood2016-11-021-5/+5
|
* Changing delete channel modal text (#4348)Yang Chen2016-11-011-1/+1
| | | | | | | | | | | | | | * Change Native Download Link Copy * Change Native Download Apps Link Copy * Update delete_channel_modal.jsx Modified delete channel modal confirmation text to make it more impactful. * Update en.json Updated delete channel modal text to make it more impactful.
* translations PR 20161025 (#4328)enahum2016-10-2711-196/+366
|
* GH-4095 Favorite/Starred Channels (#4222)Alexander Smaga2016-10-261-0/+2
|
* Changed constants name MIN_TEAM_LENGTH value to 2 and the error message (#4149)S4KH2016-10-249-17/+17
|
* HW 4139: Make channel limits configurable in the System Console (#4154)S4KH2016-10-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Auto Changes * 4139 Made channel limits configurable in the System Console as described in the issue * Removed error message entries from other locales, made maxChannelsPerteam type to pointer * Added * symbol to maxChannelsPerTeam inside isValid function * Update team_test.go * Restored to old test * Checked maximum number channels per team when creating channel * Fixed code to pass api/channel_test.go * Reverted changes on config except MaxChannelsPerTeam * Update channel.go * Ran gofmt -w . * Reverted vendor directoy
* translations PR 20161017 (#4245)enahum2016-10-2010-421/+421
|
* Adding strings to en.json for mattermost-mobile (#4267)Harrison Healey2016-10-201-0/+9
|
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improve performance on sendNotifications * Fix SQL queries * Remove get direct profiles, not needed anymore * Add raw data to error details if AppError fails to decode * men * Fix decode (#4052) * Fixing json decode * Adding unit test * Initial work for client scaling (#4051) * Begin adding paging to profiles API * Added more paging functionality * Finish hooking up admin console user lists * Add API for searching users and add searching to all user lists * Add lazy loading of profiles * Revert config.json * Fix unit tests and some style issues * Add GetProfilesFromList to Go driver and fix web unit test * Update etag for GetProfiles * Updating ui for filters and pagination (#4044) * Updating UI for pagination * Adjusting margins for filter row * Adjusting margin for specific modals * Adding relative padding to system console * Adjusting responsive view * Update client user tests * Minor fixes for direct messages modal (#4056) * Remove some unneeded initial load calls (#4057) * UX updates to user lists, added smart counts and bug fixes (#4059) * Improved getExplicitMentions and unit tests (#4064) * Refactor getting posts to lazy load profiles correctly (#4062) * Comment out SetActiveChannel test (#4066) * Profiler cpu, block, and memory profiler. (#4081) * Fix TestSetActiveChannel unit test (#4071) * Fixing build failure caused by dependancies updating (#4076) * Adding profiler * Fix admin_team_member_dropdown eslint errors * Bumping session cache size (#4077) * Bumping session cache size * Bumping status cache * Refactor how the client handles channel members to be large team friendly (#4106) * Refactor how the client handles channel members to be large team friendly * Change Id to ChannelId in ChannelStats model * Updated getChannelMember and getProfilesByIds routes to match proposal * Performance improvements (#4100) * Performance improvements * Fixing re-connect issue * Fixing error message * Some other minor perf tweaks * Some other minor perf tweaks * Fixing config file * Fixing buffer size * Fixing web socket send message * adding some error logging * fix getMe to be user required * Fix websocket event for new user * Fixing shutting down * Reverting web socket changes * Fixing logging lvl * Adding caching to GetMember * Adding some logging * Fixing caching * Fixing caching invalidate * Fixing direct message caching * Fixing caching * Fixing caching * Remove GetDirectProfiles from initial load * Adding logging and fixing websocket client * Adding back caching from bad merge. * Explicitly close go driver requests (#4162) * Refactored how the client handles team members to be more large team friendly (#4159) * Refactor getProfilesForDirectMessageList API into getAllProfiles API * Refactored how the client handles team members to be more large team friendly * Fix js error when receiving a notification * Fix JS error caused by current user being overwritten with sanitized version (#4165) * Adding error message to status failure (#4167) * Fix a few bugs caused by client scaling refactoring (#4170) * When there is no read replica, don't open a second set of connections to the master database (#4173) * Adding connection tacking to stats (#4174) * Reduce DB writes for statuses and other status related changes (#4175) * Fix bug preventing opening of DM channels from more modal (#4181) * Fixing socket timing error (#4183) * Fixing ping/pong handler * Fixing socket timing error * Commenting out status broadcasting * Removing user status changes * Removing user status changes * Removing user status changes * Removing user status changes * Adding DoPreComputeJson() * Performance improvements (#4194) * * Fix System Console Analytics queries * Add db.SetConnMaxLifetime to 15 minutes * Add "net/http/pprof" for profiling * Add FreeOSMemory() to manually release memory on reload config * Add flag to enable http profiler * Fix memory leak (#4197) * Fix memory leak * removed unneeded nil assignment * Fixing go routine leak (#4208) * Merge fixes * Merge fix * Refactored statuses to be queried by the client rather than broadcast by the server (#4212) * Refactored server code to reduce status broadcasts and to allow getting statuses by IDs * Refactor client code to periodically fetch statuses * Add store unit test for getting statuses by ids * Fix status unit test * Add getStatusesByIds REST API and move the client over to use that instead of the WebSocket * Adding multiple threads to websocket hub (#4230) * Adding multiple threads to websocket hub * Fixing unit tests * Fixing so websocket connections from the same user end up in the same… (#4240) * Fixing so websocket connections from the same user end up in the same list * Removing old comment * Refactor user autocomplete to query the server (#4239) * Add API for autocompleting users * Converted at mention autocomplete to query server * Converted user search autocomplete to query server * Switch autocomplete API naming to use term instead of username * Split autocomplete API into two, one for channels and for teams * Fix copy/paste error * Some final client scaling fixes (#4246) * Add lazy loading of profiles to integration pages * Add lazy loading of profiles to emoji page * Fix JS error when receiving post in select team menu and also clean up channel store
* Changed “Apply New Theme to All Teams” to “Apply new theme to all my ↵Yang Chen2016-10-181-0/+1
| | | | teams” (#4260)
* Be more explicit wrt. low level ports for newbies (#4158)William Gathoye2016-10-171-1/+1
|
* Fix a couple of strings in localization (#4228)enahum2016-10-171-1/+1
|
* translations PR 20161011 (#4199)enahum2016-10-1212-543/+2631
|
* Improvements to Custom Branding (#4177)David Lu2016-10-111-4/+4
|
* Fix bad merge from #4130 (#4196)Jason Blais2016-10-111-1/+1
|
* Add text banner to SAML System Console settings (#4195)Jason Blais2016-10-111-0/+1
| | | | | | | | | | | | * Update saml_settings.jsx * Update en.json * Text tweak * Fix build error * Use classnames in saml_settings.jsx to fix build errors
* Text change to About dialog (#4166)lfbrock2016-10-051-1/+1
| | | | | | * Update about_build_modal.jsx * Update en.json
* Fix usage of example (e.g. vs Ex) abbreviations (#4136)William Gathoye2016-10-051-71/+74
|
* translations PR 20160929 (#4123)enahum2016-10-0410-143/+725
|
* Adding ability to serve TLS directly from Mattermost server (#4119)Christopher Speller2016-10-031-2/+2
|
* Change "Max Burst" to "Maximum Burst Size" (#4130)Jason Blais2016-10-031-1/+1
| | | | | | | | * Update en.json * Update rate_settings.jsx * Update en.json
* Update LDAP help text (#4124)lfbrock2016-09-301-3/+3
| | | | | | * Update ldap_settings.jsx * Update en.json
* Specify WebRTC calls available on Chrome, Firefox and Desktop Apps (#4107)Jason Blais2016-09-281-1/+1
| | | | | | * Update webrtc_settings.jsx * Update en.json