Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.0 #17240

Merged
merged 267 commits into from
Apr 10, 2020
Merged

Release 3.1.0 #17240

merged 267 commits into from
Apr 10, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 17, 2020

  1. send files over rest api

    ggazzo committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    9cadcee View commit details
    Browse the repository at this point in the history
  2. Update app/utils/client/lib/RestApiClient.js

    Co-Authored-By: Diego Sampaio <[email protected]>
    ggazzo and sampaiodiego authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    0461556 View commit details
    Browse the repository at this point in the history
  3. Update app/utils/client/lib/RestApiClient.js

    Co-Authored-By: Diego Sampaio <[email protected]>
    ggazzo and sampaiodiego authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    f753efd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16609 from RocketChat/develop-sync

    Merge master into develop & Set version to 3.1.0-develop
    sampaiodiego authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    a162188 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a75704 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    d1bc646 View commit details
    Browse the repository at this point in the history
  2. [FIX] livechat/rooms endpoint not working with big amount of livechats (

    #16623)
    
    * Remove aggregate to improve performance
    
    * Use a cursor to run query only once
    
    * Do not use toArray in model
    
    Co-authored-by: Diego Sampaio <[email protected]>
    MarcosSpessatto and sampaiodiego authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    f86323f View commit details
    Browse the repository at this point in the history
  3. [FIX] Omnichannel Inquiry queues when removing chats (#16603)

    * Fix Inquiry stream when removing omnichannel rooms.
    
    * Remove unnecessary blank line.
    
    * Remove unnecessary import files.
    renatobecker authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    566ff2d View commit details
    Browse the repository at this point in the history
  4. [NEW] Open the Visitor Info panel automatically when the agent enters…

    … an Omnichannel room (#16496)
    
    * Add callback to listen when the user enter the room template.
    
    * Open the Visitor Info panel automatically on the first time the user enters the Omnichannel Room.
    
    * Fix indentation issues.
    
    * Remove unnecessary return statement.
    renatobecker authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    d141e98 View commit details
    Browse the repository at this point in the history
  5. Fixes #13391 (#13591)

    knrt10 authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    35d7029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5af1b5 View commit details
    Browse the repository at this point in the history
  7. LingoHub based on develop (#16640)

    * LingoHub Update 🚀
    
    Manual push by LingoHub User: Diego Sampaio.
    Project: Rocket.Chat
    
    Made with ❤️ by https://lingohub.com
    
    * Fix interpolation strings
    
    * Fix strong
    
    Co-authored-by: Diego Sampaio <[email protected]>
    engelgabriel and sampaiodiego authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    c28bebd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    d371528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a579c2d View commit details
    Browse the repository at this point in the history
  3. [FIX] Admin height if the blue banner is opened (#16629)

    * fix admin height
    
    * fix review
    ggazzo authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    a9c8c66 View commit details
    Browse the repository at this point in the history
  4. [NEW] Save default filters in the Omnichannel Current Chats list (#16653

    )
    
    * Store default filters on the Current Chats template.
    
    * Fix lint erros.
    
    * Fix agents default filter value.
    renatobecker authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f69130e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. [FIX] users.info endpoint not handling the error if the user does not…

    … exist (#16495)
    
    * Prevent user to be undefined
    
    * Move findById to Base model
    
    Co-authored-by: Diego Sampaio <[email protected]>
    MarcosSpessatto and sampaiodiego authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    af75981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bd8722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caed95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    572a40a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    709eacb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a151b1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2741235 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7eddc9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a08c3c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8fbd7b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2bd0bec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5a54e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    47abfd3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4fa663d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #16170 from ashwaniYDV/jump

    [FIX] "Jump to message" is rendered twice when message is starred.
    ggazzo authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    28a620b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13dc9aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d499892 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    436981d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Use insertSync

    sampaiodiego committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a050211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d124f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7227b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccfa3b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1056e69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92164aa View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    f0f6a93 View commit details
    Browse the repository at this point in the history
  2. [FIX] Color setting editing issues (#16706)

    Co-authored-by: Guilherme Gazzo <[email protected]>
    tassoevan and ggazzo authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    cf7e054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2129f55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bd0831 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    2ff1f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa4b2e View commit details
    Browse the repository at this point in the history
  3. [FIX] Manual Register use correct state for determining registered (#…

    …16726)
    
    * Fix: Manual Register api call
    
    * show button using correct condition
    
    * Removed '-->' from modal
    
    Co-authored-by: Douglas Gubert <[email protected]>
    geekgonecrazy and d-gubert authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    6f0e929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc774a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Lazy load categories and marketplaceVersion (#16258)

    Co-authored-by: Douglas Gubert <[email protected]>
    Shiqi Mei and d-gubert authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    8771184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e6c177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f958cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67989df View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. [FIX] Language country has been ignored on translation load (#16757)

    * [FIX] Language country has been ignored on translation load
    
    * Enforce uppercase country on filterLanguage method and change the language list to list with uppercase countries
    rodrigok authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    b743e15 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    17b1535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9890aa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    17bb8d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490bc96 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Update Node to 12.16.1

    sampaiodiego committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d112e3e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. [FIX] Flextab information is not working when clicking on visitor or …

    …agent username in Omnichannel messages (#16797)
    
    * [FIX] User-info flexTabBar issue
    
    * updated regex
    
    * corrected same issue for livechat agent user-info
    
    * Updated agent profile as per review
    
    * integrated openCustomProfileTab function
    
    * minor fixes
    ashwaniYDV authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    04857cb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. LingoHub Update 🚀 (#16837)

    Manual push by LingoHub User: Diego Sampaio.
    Project: Rocket.Chat
    
    Made with ❤️ by https://lingohub.com
    
    Co-authored-by: Diego Sampaio <[email protected]>
    engelgabriel and sampaiodiego authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    606eb44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84745e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70f791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c079da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0a5903 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f3d147 View commit details
    Browse the repository at this point in the history
  7. [IMPROVE] Apps-engine E2E tests (#16781)

    * Add some e2e apps tests
    
    * Add apps tests to CI workflow
    
    * Prevent apps server orchestrator from logging during test mode
    
    Co-authored-by: Douglas Gubert <[email protected]>
    MarcosSpessatto and d-gubert authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a3f4236 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. 1 Configuration menu
    Copy the full SHA
    2434f9b View commit details
    Browse the repository at this point in the history
  2. Add Enterprise Edition license (#16801)

    Co-authored-by: Rodrigo Nascimento <[email protected]>
    sampaiodiego and rodrigok authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    2516626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa5f423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c967714 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1857240 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5053dc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c21ff4 View commit details
    Browse the repository at this point in the history
  8. Add missing translation

    mrsimpson committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0b1ba78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c35519c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    370c052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa3823 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Rodrigo Nascimento <[email protected]>
    mrsimpson and rodrigok authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bb9e397 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38fc20f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9bd2f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05d8474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d183e80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee85516 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    891e164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec72d5 View commit details
    Browse the repository at this point in the history
  3. [NEW] Translation via MS translate (#16363)

    * Translation: Microsoft translate as new provider
    
    * Translation: Display translation provider
    
    * Linting
    
    * Add missing translation
    
    * Don't expose translation API keys to client
    
    * Refactor MS translate: remove redundant code
    
    * More precision in MS translate API key setting
    
    * Apply suggestions from code review
    
    Co-Authored-By: Rodrigo Nascimento <[email protected]>
    
    * reset package-lock to upstream
    
    Co-authored-by: Rodrigo Nascimento <[email protected]>
    rodrigok authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    6914d11 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    0ace4aa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    1ca558e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    849ad69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32600a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    489c953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f94dde View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c16f561 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1d277c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e887afb View commit details
    Browse the repository at this point in the history
  9. lint

    ggazzo committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    538ae8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a14f44 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    7dfeb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77472fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bedc7ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dab72da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dd8a7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93d1014 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3813aef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a102c6f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0340d56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1d8563 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c729b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    292a7c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    b060e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fe0c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee12b85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf0d0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ff4426 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0129fb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ded172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f32703f View commit details
    Browse the repository at this point in the history
  9. [NEW] Enterprise Edition (#16944)

    Co-authored-by: Pierre Lehnen <[email protected]>
    sampaiodiego and pierre-lehnen-rc authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4c62601 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55fd2d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    caf630e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad176ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1876918 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9591f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    25d7e6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c71321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf69e43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2858376 View commit details
    Browse the repository at this point in the history
  5. Redirected to home when a room has been deleted instead of getting br…

    …oken link(blank page) of deleted room (#16227)
    ashwaniYDV authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    ed091d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f6cae2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    039884c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2152a56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8feb32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    683100a View commit details
    Browse the repository at this point in the history
  11. Change license version requested (#16956)

    Co-authored-by: Rodrigo Nascimento <[email protected]>
    Co-authored-by: Diego Sampaio <[email protected]>
    3 people authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    2e53311 View commit details
    Browse the repository at this point in the history
  12. [IMPROVE] Update ancestral departments when an Omnichannel room is fo…

    …rwarded to another department (#16958)
    renatobecker authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    06e27b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dddcb2a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    9681fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2253d1 View commit details
    Browse the repository at this point in the history
  3. [IMPROVE] Ability to change offline message button link on emails not…

    …ifications (#16784)
    
    Co-authored-by: Rodrigo Nascimento <[email protected]>
    MarcosSpessatto and rodrigok authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    746ac57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ee5473 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c69c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. [Regression] Replace the Omnichannel queue model observe with Stream (#…

    …16999)
    
    * Replace LivechatInquiry observe by stream.
    
    * Unify stream.
    
    * Add hasPermission method.
    
    * Add missing importers.
    
    * Revert package-lock file.
    
    * Improve the codebase.
    
    * Add return statement.
    
    * Fix remove listeners that were missing.
    
    * Removed unnecessary imports.
    
    * Remove unnecessary function parameters.
    renatobecker authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    54b5523 View commit details
    Browse the repository at this point in the history
  2. Regression: Remove deprecated Omnichannel setting used to fetch the q…

    …ueue data through subscription (#17017)
    
    * Removed deprecated omnichannel setting,
    
    * Remove unnecessary setting creation.
    
    * Add method to clear the inquiry collection on client-side before set up the stream.
    renatobecker authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e16ef75 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. [NEW] Direct message between multiple users (#16761)

    Co-authored-by: gnidorah <[email protected]>
    Co-authored-by: Dumitru Zavrotschi <[email protected]>
    Co-authored-by: Sebastien Legare <[email protected]>
    Co-authored-by: Diego Sampaio <[email protected]>
    5 people authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    3e1fdbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3111bce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29f0396 View commit details
    Browse the repository at this point in the history
  4. [FIX] Wrong message count statistics in Admin info page (#16680)

    Co-authored-by: Gabriel Henriques <[email protected]>
    Co-authored-by: Diego Sampaio <[email protected]>
    3 people authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5355b82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d4e5ca View commit details
    Browse the repository at this point in the history
  6. Group DM improvements

    sampaiodiego committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    0cf6dbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    328f0ec View commit details
    Browse the repository at this point in the history
  8. Regression: Small fixes for Game Center (#17018)

    Co-authored-by: Diego Sampaio <[email protected]>
    d-gubert and sampaiodiego authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4fadece View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    951a06e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b691b84 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8dbb0d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    81888bf View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    421d2a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e3883e View commit details
    Browse the repository at this point in the history
  3. Regression: Invite links working for group DMs (#17056)

    * Regression: Invite links working for group DMs
    
    * Protect invite link creation
    
    Co-authored-by: Diego Sampaio <[email protected]>
    rodrigok and sampaiodiego authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    ba602bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4127a3c View commit details
    Browse the repository at this point in the history
  5. Fix: Notifications of Group DM were not showing the room name (#17058)

    * Fix: Notifications of Group DM were not showing the room name
    
    * Use isGroupChat method
    
    * Add sender to notification text
    
    Co-authored-by: Diego Sampaio <[email protected]>
    rodrigok and sampaiodiego authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    7f7a551 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f925e44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af3d888 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Regression: Overwrite model functions on EE only when license applied (

    …#17061)
    
    * Overwrite model function on EE only license applied
    
    * Convert to typescript
    
    Co-authored-by: Rodrigo Nascimento <[email protected]>
    sampaiodiego and rodrigok authored Mar 29, 2020
    Configuration menu
    Copy the full SHA
    03cb0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    092237b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98bd8c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f6fdff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d83d6ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c213684 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c762347 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    be480b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c78e4 View commit details
    Browse the repository at this point in the history
  3. [FIX] Verification email body (#17062)

    * fix: verification email description
    
    * update verification email body
    
    * Update en.i18n.json
    
    Co-authored-by: Gabriel Engel <[email protected]>
    GOVINDDIXIT and engelgabriel authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6935e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd8c319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8be79d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f9a855 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbad300 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41eaec2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b4cfd7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6776b0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0c2cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    6cc5863 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b39e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66c82df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47921a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e68420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ce901d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad3675 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a1dedc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca85376 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2b490d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4f4ff9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    fd09822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0fc738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc8092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d7092f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4d99fe View commit details
    Browse the repository at this point in the history
  6. [IMPROVE] Apps Engine: Reduce some stream calls and remove a find use…

    …r from the app's status changes (#17115)
    d-gubert authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    506d7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa79e0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcd110c View commit details
    Browse the repository at this point in the history
  9. Regression: Wrong size of Directory search/sort icons and Sort Channe…

    …ls menu not showing on production build (#17118)
    ggazzo authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    9c67234 View commit details
    Browse the repository at this point in the history
  10. New Troubleshoot section for disabling features (#17114)

    Co-Authored-By: Douglas Gubert <[email protected]>
    rodrigok and d-gubert authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    cb780cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c56ddd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5eb8066 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e7c69ad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a7e4bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8f2026a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Regression: Direct message creation by REST (#17109)

    Co-authored-by: Rodrigo Nascimento <[email protected]>
    ggazzo and rodrigok authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    67deacb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64feaf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f960d33 View commit details
    Browse the repository at this point in the history
  4. Fix design review (#17133)

    ggazzo authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ba553a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e453320 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    7656ae1 View commit details
    Browse the repository at this point in the history
  2. New metric to track oplog queue (#17142)

    * New metric to track oplog queue
    
    * Reuse mongo instance from getMongoInfo
    rodrigok authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8e634be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18bdefa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff674e View commit details
    Browse the repository at this point in the history
  5. Fix: Error message on startup of multiple instances related to the me…

    …trics’ server (#17152)
    
    * Fix: Error message on startup of multiple instances related to the metrics’ server
    
    * Use control variable
    rodrigok authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f6085fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e27845 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff8017a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    b872773 View commit details
    Browse the repository at this point in the history
  2. Metrics: New metrics, performance and size improvements (#17183)

    * Update prom-client and add setting to reset metrics
    
    * Add GC metrics
    
    * Fix metrics displaying api query strings
    
    * Add setting to disable GC metrics (need restart)
    
    * Add Metrics about Metrics :)
    
    * Remove user_agent label report from APIs
    
    * Prometheus improvements & setting to track user agent
    
    * Reduce statistics frequency
    
    * Metrics: Only get url with params if calling method.call
    rodrigok authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    043ff48 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    5b1e5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5e59fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c40c93d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f9cb65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cb432d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ab3ae4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d86587a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a091fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    757c473 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20d1ff0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c93bd3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e090c86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7330a56 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c13251 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    04ce058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d8a647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090dbee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44c4069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7669f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5aee3d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    b5b74e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7692896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0af779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b97e214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76a1160 View commit details
    Browse the repository at this point in the history
  6. Fix self DM (#17239)

    sampaiodiego authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b61ba90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f369846 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f2e89e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    057b695 View commit details
    Browse the repository at this point in the history
  10. Bump version to 3.1.0

    sampaiodiego committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f07507b View commit details
    Browse the repository at this point in the history