summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* translations PR 20161011 (#4199)enahum2016-10-1211-376/+6822
|
* Import Slack uploads if present in zip archive. (#4088)George Goldberg2016-10-121-0/+20
| | | | | | | | | | | | | | | | * Import Slack uploads if present in zip archive. This is part 3 of PLT-4280, to support importing file uploads when importing from Slack. It is assumed the uploads in the zip archive will be present as per the output of slack-advanced-exporter: https://github.com/grundleborg/slack-advanced-exporter If the uploads are not present (ie. this is a vanilla Slack export archive) uploads are treated in the same way as before this patch, providing only a link to the upload on Slack's servers. * Update to new Files API.
* PLT-3785 Re-enabled marking messages unread (#4179)David Lu2016-10-111-2/+2
| | | | | | * Re-added ALT+Click to mark msgs unread, fixed mentions for DM * Added string to /shortcuts
* PLT-3105 Fixed bugs with FileInfos migration, including duplicate FileInfos ↵Harrison Healey2016-10-061-1/+17
| | | | | | | | | | being saved (#4134) * Added a limit to GetByPath for the rare cases when two old files had the same path * Fixed files still being displayed for deleted posts * Added a lock to prevent migrateFilenamesToFileInfos from migrating multiple posts at once
* Fix en text for file message undefined (#4160)William Gathoye2016-10-061-1/+1
|
* Fix incorrect id + typos in en.json (#4157)Jason Blais2016-10-051-3/+3
|
* translations PR 20160929 (#4123)enahum2016-10-0410-146/+1046
|
* Fix import of Slack file_comment messages. (#4132)George Goldberg2016-10-041-0/+4
| | | | | | | | | | | | | | At the moment, the importer fails to parse the JSON of these types of message, and so ignores them. This fix means they are now parsed and imported just as if they were standalone messages (not file comments), which is better, and what the existing code clearly intended to happen. For the future, they should probably be changed to be imported as replies to the message with the file attached that they are commenting on. Fixes #4131.
* Adding ability to serve TLS directly from Mattermost server (#4119)Christopher Speller2016-10-031-0/+12
|
* Change "Max Burst" to "Maximum Burst Size" (#4130)Jason Blais2016-10-031-1/+1
| | | | | | | | * Update en.json * Update rate_settings.jsx * Update en.json
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-29/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implemented initial changes for files table * Removed *_benchmark_test.go files * Re-implemented GetPublicFile and added support for old path * Localization for files table * Moved file system code into utils package * Finished server-side changes and added initial upgrade script * Added getPostFiles api * Re-add Extension and HasPreviewImage fields to FileInfo * Removed unused translation * Fixed merge conflicts left over after permissions changes * Forced FileInfo.extension to be lower case * Changed FileUploadResponse to contain the FileInfos instead of FileIds * Fixed permissions on getFile* calls * Fixed notifications for file uploads * Added initial version of client code for files changes * Permanently added FileIds field to Post object and removed Post.HasFiles * Updated PostStore.Update to be usable in more circumstances * Re-added Filenames field and switched file migration to be entirely lazy-loaded * Increased max listener count for FileStore * Removed unused fileInfoCache * Moved file system code back into api * Removed duplicate test case * Fixed unit test running on ports other than 8065 * Renamed HasPermissionToPostContext to HasPermissionToChannelByPostContext * Refactored handleImages to make it more easily understandable * Renamed getPostFiles to getFileInfosForPost * Re-added pre-FileIds posts to analytics * Changed files to be saved as their ids as opposed to id/filename.ext * Renamed FileInfo.UserId to FileInfo.CreatorId * Fixed detection of language in CodePreview * Fixed switching between threads in the RHS not loading new files * Add serverside protection against a rare bug where the client sends the same file twice for a single post * Refactored the important parts of uploadFile api call into a function that can be called without a web context
* Modifications to rate limiting settings. (#4091)Christopher Speller2016-09-261-0/+4
|
* Removed duplicate code (#4082)Arif Usman2016-09-261-4/+0
|
* Updating golang dependancies (#4075)Christopher Speller2016-09-231-0/+8
|
* Fixing update roles API (#4060)Christopher Speller2016-09-221-0/+4
|
* Fix !channel linking in Slack import. (#4065)George Goldberg2016-09-211-0/+4
| | | | | Original version of the patch didn't take into account that, like with @mentions, there's an "old" and a "new" format in the Slack export files for channel mentions. This version imports both correctly.
* PLT-3412 WebRTC Server side & System Console (#3706)enahum2016-09-151-0/+48
| | | | | | | | | | * WebRTC Server side * WebRTC System Console * Consistency on variable names * Add turn and stun uri validation
* Fix 'use slash command' instead of 'user slash command' (#4023)TzeKei Lee2016-09-141-2/+2
|
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-2/+22
|
* Some improvments to slack import (#4010)Christopher Speller2016-09-121-0/+16
|
* Translations for RC5 (#4004)enahum2016-09-099-1401/+1449
|
* PLT-4141 Validating SAML attributes (#4002)enahum2016-09-091-0/+4
|
* daily translations 20160908 (#3994)enahum2016-09-0810-1463/+1595
|
* PLT-3766 Change remaining LDAP references to AD/LDAP (#3985)Jason Blais2016-09-081-1/+1
| | | | | | | | | | * Update user.go * Update en.json * Update ldap_test_button.jsx * Update en.json
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-061-0/+8
|
* PLT-3775/PLT-4067 Fixes for email notifications for 3.4Harrison Healey2016-09-061-0/+4
|
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-061-32/+32
|
* PLT-3921 Fix System Console Recent Active Users (#3856)enahum2016-09-061-0/+4
| | | * PLT-3921 System Console Recent Active Users
* daily translations 20160906 (#3961)enahum2016-09-0610-341/+917
|
* PLT-3875 Update error page to use Markdown and add error for missing OAuth ↵Joram Wilander2016-09-061-2/+2
| | | | | | | | | | | | code (#3934) * Update error page to use Markdown and add error for missing OAuth code * Add line breaks to error messages This is to make the error message easier to read. * Update en.json
* PLT-4041 Make SAML FirstName and LastName optional (#3951)enahum2016-09-061-8/+0
|
* Adding LDAP test connection button. Reordering LDAP settings. (#3912)Christopher Speller2016-09-011-0/+4
|
* PLT-3462 Add the ability to clear push notifications after channel is viewed ↵Joram Wilander2016-08-311-2/+14
| | | | | | | | (#3834) * Add the ability to clear push notifications after channel is viewed * Fix race condition between updating the mention count and reading it when sending push notifications
* Add debug logging when receiving an oauth redirect (#3916)Joram Wilander2016-08-311-0/+4
|
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-0/+36
| | | | | | | | | | | | | | * added handlers for slash commands * added manual status persistance * added tests * removed extra debug output and comments * rebase - fixing the PR * making echo messages after slash commands ephemeral
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-301-0/+4
|
* Update en.json (#3907)Yang Chen2016-08-301-1/+1
| | | Fixed grammar for e-mail notfication changing sign-in method
* Convert @mentions on Slack import. (#3837)George Goldberg2016-08-291-0/+4
| | | | | | | Converts @mentions in Slack imports for regular messages, comments and Slack upload messages. Updates the description on the Team Settings Import tab to remove mention of @mentions not importing.
* Add channel name on email notification. (#3824)Sang Jun Lee2016-08-241-2/+6
|
* daily translations 20160823 (#3864)enahum2016-08-2310-249/+1473
|
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-231-0/+4
| | | | | | | | | | | | * Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
* Remove reference to config.json settings in strings (#3863)enahum2016-08-231-2/+2
|
* Prevent flagging of deleted posts and don't show deleted posts in flagged ↵Joram Wilander2016-08-221-0/+4
| | | | post list (#3846)
* Split /shortcuts programmatically (#3850)David Lu2016-08-221-4/+28
|
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages (#3808)enahum2016-08-181-0/+8
| | | | | | | | * PLT-3754 EE: Add a Display Option to disable Join/Leave messages * Differentiate between join/leave add/remove messages * Update user removed from channel text message
* PLT-3647 Email Batching (#3718)Harrison Healey2016-08-161-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3647 Added config settings for email batching * PLT-3647 Refactored generation of email notification * PLT-3647 Added serverside code for email batching * PLT-3647 Updated settings UI to enable email batching * PLT-3647 Removed debug code * PLT-3647 Fixed 0-padding of minutes in batched notification * PLT-3647 Updated clientside UI for when email batching is disabled * Go fmt * PLT-3647 Changed email batching to be disabled by default * Updated batched email message * Added email batching toggle to system console * Changed Email Notifications > Immediate setting to a 30 second batch interval * Go fmt * Fixed link to Mattermost icon in batched email notification * Updated users to use 30 second email batching by default * Fully disabled email batching when clustering is enabled * Fixed email batching setting in the system console * Fixed casing of 'Send Email notifications' -> 'Send email notifications' * Updating UI Improvements for email batching (#3736) * Updated text for notification settings and SiteURL. * Prevented enabling email batching when SiteURL isn't set in the system console * Re-added a couple debug messages * Added warning text when clustering is enabled
* Refactored mention parsing and added unit tests (#3806)Harrison Healey2016-08-161-0/+4
|
* daily translations 20160809 (#3772)enahum2016-08-0910-984/+1668
|
* PLT-3840 Fix Typos in cluster localization strings (#3761)enahum2016-08-081-4/+4
|
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-0/+44
| | | | | | | | | | | | | | | | | | * PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings