summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-41/+13
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Merge branch 'release-3.6'Christopher Speller2017-01-1210-429/+469
|\
| * translations PR 20170110 (#5031)enahum2017-01-1010-429/+469
| | | | | | | | | | | | * translations PR 20170110 * Demoting Dutch from beta to alpha
* | fix typo and missing message (#5008)Yusuke Nemoto2017-01-091-2/+2
|/
* translations PR 20170102 (#4929)enahum2017-01-0411-300/+1260
|
* PLT-5018 Fix thumbnails of imported attachments. (#4934)George Goldberg2017-01-031-0/+4
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-4/+0
|
* translations PR 20161226 (#4903)enahum2016-12-3011-341/+701
|
* PLT-4648 break `/shortcuts` block (#4829)Yusuke Nemoto2016-12-281-16/+116
|
* Return 400 bad request codes for webhooks when attachment or text is too ↵Joram Wilander2016-12-221-0/+8
| | | | long (#4879)
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-221-0/+4
|
* translations PR 20161219 (#4838)enahum2016-12-2210-104/+224
|
* Fix some typos in the English locale (fixes #4663) (#4793)Pierre Rudloff2016-12-211-69/+69
|
* Fix API Get channels for a user returns users' dm channels with blank teamid ↵Carlos Tadeu Panato Junior2016-12-201-0/+4
| | | | | | | | | | | | | | | | | | (#4748) * fix API Get channels for a user returns users' dm channels with blank team ID add check in the context.go add suggestion made adjustment per review and support from @joram * update tests * add check if needd user or admin permissions * update per review
* Fixes for the /echo command (#4843)Joram Wilander2016-12-201-0/+4
|
* Prevent accidental removal of user from town square (#4842)Joram Wilander2016-12-201-0/+4
|
* GH-4685 Post a System Message when channel is renamed (#4762)Nick Frazier2016-12-201-0/+12
| | | | | | | | | | * test changes * added system message when displayname changed * added test * gofmt
* PLT-5021 Order System Console Teams section by Display Name (#4831)enahum2016-12-191-0/+4
|
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-69/+389
|
* PLT-4923 Changing missing license to info msg (#4810)Corey Hulen2016-12-161-1/+1
|
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-0/+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
* gh-4759 add system message feedbak for expand/collapse command (#4761)Yusuke Nemoto2016-12-111-0/+8
|
* translations PR 20161208 (#4740)enahum2016-12-1111-132/+972
|
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-0/+4
| | | | | | * PLT-4853 Adding caching invalidation to HA * PLT-4853 Adding cach purging to the server
* fix message text (#4722)Yusuke Nemoto2016-12-061-1/+1
|
* translations PR 20161128 (#4666)enahum2016-12-0211-83/+523
|
* Add Team Description to the Team Settings (#4652)Carlos Tadeu Panato Junior2016-12-011-0/+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
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-301-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix failure to import same Slack archive to 2 teams. (#4650)George Goldberg2016-11-281-0/+4
| | | | | | | This fixes the issue where you can't import 2 Slack exports with any users who's emails appear in both exports onto different teams of the same server. Fixes #4126
* translations PR 20161122 (#4625)enahum2016-11-2611-65/+185
|
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add more channel paging API * Add channel paging support to client * Add DB channel search functions * Add API for searching more channels * Add more channel search functionality to client * Add API for autocompleting channels * Add channel autocomplete functionality to the client * Move to be deprecated APIs to their own file * Final clean-up * Fixes related to feedback * Localization changes * Add unit as suffix to timeout constants
* PLT-4429 disabling at_all at_channel metions mentions when channel has more ↵Corey Hulen2016-11-241-0/+16
| | | | | | | | | | | | 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-4357 adding performance monitoring (#4622)Corey Hulen2016-11-221-0/+8
| | | | | | | | | | | | | | | | | | * 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-3/+15
| | | | | | | | | | | | | | | | | 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 support for editing slash commands (#4335)Brian Olecki2016-11-151-0/+8
|
* Update error message when uploading too large images (#4535)Raphaël Bournhonesque2016-11-151-1/+1
|
* Merge branch 'release-3.5'Christopher Speller2016-11-1411-254/+534
|\
| * translations PR for 3.5 (#4511)enahum2016-11-1111-252/+532
| |
| * Fix shortcuts string (#4468)enahum2016-11-081-2/+2
| |
* | Improving LDAP user creation fail error message (#4481)Christopher Speller2016-11-111-0/+4
|/
* Increase Channel Purpose length to 250, and add channel field length ↵Christopher Speller2016-11-041-0/+16
| | | | | | | | | | | | | | | | handling code to the slack importer (#4458) * Increase Channel Purpose length to 250. This commit increases the maxmimum length of the channel purpose field to 250, including the database migration necessary. It also adds a method to the Slack importer to check the lengths of channel properties before importing, and truncate them if necessary. Fixes #4168 * Fix database migration.
* Removing ALT-click beacuse bug was not fixed (#4454)Christopher Speller2016-11-041-2/+2
|
* PLT-4550 move webrtc to TE (#4440)enahum2016-11-041-14/+6
| | | | | | * PLT-4550 move webrtc to TE * remove webrtc from makefile enterprise tests
* Add channel linking to `/shortcuts` command (#4446)Jason Blais2016-11-041-2/+2
|
* Import Slack bot_message type posts. (#4261)George Goldberg2016-11-031-0/+20
| | | | | | | | | | | | | | | | This includes all messages from integrations, as far as I can tell. Messages are "owned" by a special user that is deactivated once the import completes. Override User Names are only shown where the individual Slack posts have a username override in them. Ones set centrally through the Slack Web Hooks administration, or by Slack-official integrations, aren't known so we can't set them on the imported posts. Same for icons. The attachment "colors" aren't imported as Mattermost does not appear to have any equivalent feature. Fixes PLT-48
* translations PR 20161101 (#4406)enahum2016-11-0310-50/+50
|
* Fix migratio --> migration typo (#4417)Jason Blais2016-11-011-1/+1
|
* Warning in log when a Slack channel import fails. (#4262)George Goldberg2016-10-311-2/+2
| | | | | Previously it just wrote to the summary, and as a debug level message in the log, so if you had the log level set to warn, you might never find out that importing a channel failed.