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/v0.73.0 0.9.9 #581

Merged
merged 331 commits into from
Mar 8, 2019
Merged

Release/v0.73.0 0.9.9 #581

merged 331 commits into from
Mar 8, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 16, 2018

  1. Added imports for global variables in rocketchat-google-natural-langu…

    …age package (RocketChat#12647)
    
    * Added imports for global variables in rocketchat-google-natural-language package
    
    * fix lint
    MarcosSpessatto authored and rodrigok committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    2c143ea View commit details
    Browse the repository at this point in the history
  2. [NEW] New API Endpoints for the new version of JS SDK (RocketChat#12623)

    * Added rooms.info endpoint
    
    * Added rooms.leave endpoint and tests
    
    * Add support to fields in room.info endpoint
    
    * fix broken tests, removed "lm" property from expected keys
    MarcosSpessatto authored and rodrigok committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    d91667b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c9a375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42a3a48 View commit details
    Browse the repository at this point in the history
  5. [FIX] Fix favico error (RocketChat#12643)

    * Fix favico error
    
    * Fix favico export, remove iife
    MarcosSpessatto authored and rodrigok committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    3a154eb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. [IMPROVE] Update the 'keyboard shortcuts' documentation (RocketChat#1…

    …2564)
    
    This change adds a description of `[Shift|Ctrl] ESC` to the keyboard
    shortcuts sidebar. It also adds some more information on the
    description of the function.
    nicolasbock authored and ggazzo committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    f11cd69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d6424 View commit details
    Browse the repository at this point in the history
  3. Convert rocketchat-grant to main module structure (RocketChat#12657)

    * Exposing t function to the server side too
    
    * Convert rocketchat-grant to main module structure
    MarcosSpessatto authored and rodrigok committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    5f68ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf644f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    3207e38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca9658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa0ca0c View commit details
    Browse the repository at this point in the history
  4. Convert rocketchat-iframe-login to main module structure (RocketChat#…

    …12661)
    
    * Convert rocketchat-iframe-login to main module structure
    
    * Revert some global variables removed
    MarcosSpessatto authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8dc47a1 View commit details
    Browse the repository at this point in the history
  5. Convert rocketchat-importer-slack to main module structure (RocketCh…

    …at#12666)
    
    * Exposing getAvatarUrlFromUsername function
    
    * Convert rocketchat-importer-slack to main module structure
    MarcosSpessatto authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    fa8e5b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abbe42d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fff398a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51df48a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b07fdeb View commit details
    Browse the repository at this point in the history
  10. Convert rocketchat-integrations to main module structure (RocketChat#…

    …12670)
    
    * Convert rocketchat-integrations to main module structure
    
    * import processWebhookMessage where it was missing
    MarcosSpessatto authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    5df6349 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df71070 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ae206e View commit details
    Browse the repository at this point in the history
  13. [NEW] /api/v1/spotlight: return joinCodeRequired field for rooms (Roc…

    …ketChat#12651)
    
    * Spotlight: return joinCodeRequired for rooms
    
    * add missing trailing comma
    cardoso authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    1a04e5c View commit details
    Browse the repository at this point in the history
  14. Added "npm install" to quick start for developers (RocketChat#12374)

    * Added "npm install" to quick start for developers
    
    * Changed npm install to meteor npm install
    wreiske authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    f55c483 View commit details
    Browse the repository at this point in the history
  15. [FIX] high cpu usage ~ svg icon (RocketChat#12677)

    Closes RocketChat/Rocket.Chat.Electron#740
    
    Colleagues of mine found the issue why the CPU usage of rocket.chat is so high.
    It's because of `animateTransform` inside `./packages/rocketchat-ui-master/public/icons.svg`.
    I've removed it and replaced by a CSS animation.
    ph1p authored and ggazzo committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    52891ae View commit details
    Browse the repository at this point in the history
  16. [IMPROVE] border-radius to use --border-radius (RocketChat#12675)

    * fix multiple border-radius to use --border-radius
    
    * fix multiple border-radius to use --border-radius
    
    * fix multiple border-radius to use --border-radius
    engelgabriel committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    06e2e6e View commit details
    Browse the repository at this point in the history
  17. Convert rocketchat-livestream to main module structure (RocketChat#1…

    …2679)
    
    * Exposing popout global variable
    
    * Convert rocketchat-livestream to main module structure
    
    * disable eslint in popout file
    
    * Adding file that was forgotten
    MarcosSpessatto authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8e9d619 View commit details
    Browse the repository at this point in the history
  18. Convert rocketchat-mail-messages to main module structure (RocketChat…

    …#12682)
    
    * Convert rocketchat-mail-messages to main module structure
    
    * Add missed semicolon
    MarcosSpessatto authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    fcd881b View commit details
    Browse the repository at this point in the history
  19. [IMPROVE] Add rooms property in user object, if the user has the perm…

    …ission, with rooms roles (RocketChat#12105)
    
    * Add rooms property in user object, if he has the permission, with your rooms roles
    
    * Add option to return user's rooms only when requested
    MarcosSpessatto authored and rodrigok committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    8744bd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    2882438 View commit details
    Browse the repository at this point in the history
  2. [NEW] Option to reset e2e key (RocketChat#12483)

    * Added option to reset e2e key
    
    * Reset e2e key
    Hudell authored and rodrigok committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    9289e5b View commit details
    Browse the repository at this point in the history
  3. [IMPROVE] Improve unreads and unreadsFrom response, prevent it to be …

    …equal null (RocketChat#12563)
    
    * Improve unreads and unreadsFrom response, prevent it to be equal null
    
    * Add timestamp or last seen  in groups.counter
    
    Co-Authored-By: MarcosSpessatto <marcos.defendi@ulbra.inf.br>
    MarcosSpessatto authored and rodrigok committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    dc70e80 View commit details
    Browse the repository at this point in the history
  4. [NEW] Add permission to enable personal access token to specific roles (

    RocketChat#12309)
    
    * Add permission to enable personal access token to specific roles
    
    * Update v136.js
    
    * Update v136.js
    MarcosSpessatto authored and rodrigok committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    206e255 View commit details
    Browse the repository at this point in the history
  5. LingoHub Update 🚀 (RocketChat#12684)

    Manual push by LingoHub User: Rodrigo Nascimento.
    Project: Rocket.Chat
    
    Made with ❤️ by https://lingohub.com
    engelgabriel authored and rodrigok committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    4c1010d View commit details
    Browse the repository at this point in the history
  6. no message

    engelgabriel committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    5757163 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f397690 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    f8a5b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85210b3 View commit details
    Browse the repository at this point in the history
  3. [IMPROVE] Rocket.Chat.Apps (RocketChat#12680)

    * Allow apps to create direct messages
    
    * Implement getMembers;
    
    * Adds ability to search direct rooms by usernames
    marceloschmidt authored and rodrigok committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    36acdea View commit details
    Browse the repository at this point in the history
  4. Updating admin style

    engelgabriel committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    9b98334 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. [FIX] Try to fix tests increasing window size (RocketChat#12707)

    * Try to fix tests increasing window size
    
    * skip set avatar test case
    MarcosSpessatto authored and rodrigok committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    cfc41d7 View commit details
    Browse the repository at this point in the history
  2. fixed DE translation for idle-time-limit - the value needs to be in s…

    …econds (instead of ms) (RocketChat#12637)
    pfuender authored and rodrigok committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    4e0d624 View commit details
    Browse the repository at this point in the history
  3. Set username before try to set user avatar to avoid username undefined (

    RocketChat#12699)
    
    Fix: Exception when registering a user with gravatar
    MarcosSpessatto authored and rodrigok committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    3c3a6fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e6ec5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    607badd View commit details
    Browse the repository at this point in the history
  6. Improve apps (RocketChat#12714)

    * Allow apps to create direct messages
    
    * Implement getMembers;
    
    * Adds ability to search direct rooms by usernames
    
    * Allow apps to update persistence by association (RocketChat#12681)
    marceloschmidt authored and rodrigok committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    3e33c5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    206806f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01da80a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

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

Commits on Nov 27, 2018

  1. Regression: Account pages layout (RocketChat#12735)

    * Remove duplicated .eslintignore entry
    
    * Add missing i18n string
    
    * Make Account Preferences layout match Administration layout
    
    * Make Account Security layout match Administration layout
    
    * Make Account Integrations layout match Administration layout
    
    * Make Account Personal Access Tokens layout match Administration layout
    
    * Adjust margins for buttons
    tassoevan authored and rodrigok committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    9eabcef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d33ffa2 View commit details
    Browse the repository at this point in the history
  3. Regression: Expand Administration sections by toggling section title (R…

    …ocketChat#12736)
    
    * Expand Administration sections by toggling section title
    
    * Update E2E tests
    
    * Update E2E tests
    tassoevan authored and rodrigok committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    32e453e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    c97933f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ee2ab View commit details
    Browse the repository at this point in the history
  3. Release 0.72.0 (RocketChat#12742)

    rodrigok authored and sampaiodiego committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    abe1f41 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    9670e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087486c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Merge pull request RocketChat#12776 from RocketChat/develop-sync

    Merge master into develop & Set version to 0.73.0-develop
    sampaiodiego committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    1dfb339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc964e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e7e9b1 View commit details
    Browse the repository at this point in the history
  4. Convert rocketchat-markdown to main module structure (RocketChat#12755)

    * Convert rocketchat-markdown to main module structure
    
    * fix wrong path in tests
    MarcosSpessatto authored and rodrigok committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    a9213a3 View commit details
    Browse the repository at this point in the history
  5. Convert rocketchat-mentions to main module structure (RocketChat#12756)

    * Convert rocketchat-mentions to main module structure
    
    * Fix wrong path in rocketchat-mentions tests
    MarcosSpessatto authored and rodrigok committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    28a9eb2 View commit details
    Browse the repository at this point in the history
  6. Convert rocketchat-mentions-flextab to main module structure (Rocket…

    …Chat#12757)
    
    * Exposing RoomHistoryManager
    
    * Convert rocketchat-mentions-flextab to main module structure
    MarcosSpessatto authored and rodrigok committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    23f771d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0259b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cc9d27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4295158 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    171616a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eaa001f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5c797b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a777718 View commit details
    Browse the repository at this point in the history
  14. Convert rocketchat-push-notifications to main module structure (Rocke…

    …tChat#12778)
    
    * Exposing popover
    
    * Convert rocketchat-push-notifications to main module structure
    MarcosSpessatto authored and rodrigok committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    48ac594 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cca0e37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4eb4d52 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ca90c9c View commit details
    Browse the repository at this point in the history
  18. [FIX] Emoji as avatar (RocketChat#12805)

    * Move emojiButton code from rocketchat:emoji to rocketchat:ui-message
    
    * Export renderMessageBody via main module
    tassoevan authored and sampaiodiego committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f35b9b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    fc29787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df054a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edc48c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02aa90b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a6ae23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d98036 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25ebd16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9abb97e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7aa28e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ce0767 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5109638 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    685d164 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f1dc30 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d10422 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8e586fc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    430fa7b View commit details
    Browse the repository at this point in the history
  17. Convert rocketchat-slashcommands-mute to main module structure (Rocke…

    …tChat#12824)
    
    * Convert rocketchat-slashcommands-mute to main module structure
    
    * fix lint
    MarcosSpessatto authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    dc9dcdd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    54a1b84 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    babecd7 View commit details
    Browse the repository at this point in the history
  20. Dependencies update (RocketChat#12624)

    * Updating admin style
    
    * Updating admin style
    
    * update mongodb test to use 4.0
    
    * using trusty
    
    * Running wiredTiger without journaling in a replica set is not supported. Make sure you are not using --nojournal and that storage.journal.enabled is not set to 'false'.
    
    * E: The method driver /usr/lib/apt/methods/https could not be found.
    N: Is the package apt-transport-https installed?
    Exited with code 100
    
    * update dependencies
    
    * eslint fix
    
    * eslint fix
    
    * update dependencies
    
    * Fix saml broken by packages update
    engelgabriel authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    7b21a6d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b65ed96 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    260f97f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    db515cc View commit details
    Browse the repository at this point in the history
  24. Convert rocketchat-slashcommands-msg to main module structure (Rocket…

    …Chat#12823)
    
    * Convert rocketchat-slashcommands-msg to main module structure
    
    * Update package.js
    MarcosSpessatto authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    1390d81 View commit details
    Browse the repository at this point in the history
  25. Convert rocketchat-message-star to main module structure (RocketChat#…

    …12770)
    
    * Convert rocketchat-message-star to main module structure
    
    * Fixed export StarredMessage
    MarcosSpessatto authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    15abcf5 View commit details
    Browse the repository at this point in the history
  26. Convert rocketchat-message-pin to main module structure (RocketChat#1…

    …2767)
    
    * Exposing RoomHistoryManager
    
    * Exposing ChatMessage
    
    * Convert rocketchat-message-pin to main module structure
    MarcosSpessatto authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    303996f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    602b1a0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    48aa933 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    97632a8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d11daee View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0644caf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    aa1d641 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1d3ed04 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9b7f71b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9afa957 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4fc902d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7f39c86 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f106601 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cb5df68 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    54294dd View commit details
    Browse the repository at this point in the history
  41. fixes RocketChat#12726 (RocketChat#12727)

    [FIX] API users.info returns caller rooms and not requested user ones
    piotrkochan authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    3dacacc View commit details
    Browse the repository at this point in the history
  42. Convert rocketchat-ui-account to main module structure (RocketChat#1…

    …2842)
    
    * Exposing KonchatNotification
    
    * Convert rocketchat-ui-account to main module structure
    
    * fix lint
    MarcosSpessatto authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    2f260fe View commit details
    Browse the repository at this point in the history
  43. [FIX] Change spread operator to Array.from for Edge browser (RocketCh…

    …at#12818)
    
    * Change spread operator to Array.from for Edge browser- closes RocketChat#12809
    
    * fat finger fix
    
    * Edge fix for spread operator additional files
    
    * revert package-lock
    ohmonster authored and rodrigok committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    7ab1000 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    96ffcff View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. [FIX] Emoji as avatar (RocketChat#12805)

    * Move emojiButton code from rocketchat:emoji to rocketchat:ui-message
    
    * Export renderMessageBody via main module
    tassoevan authored and rodrigok committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b4db146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4b804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b83e42 View commit details
    Browse the repository at this point in the history
  4. fixes RocketChat#12726 (RocketChat#12727)

    [FIX] API users.info returns caller rooms and not requested user ones
    piotrkochan authored and rodrigok committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    a1fdfba View commit details
    Browse the repository at this point in the history
  5. [FIX] Change spread operator to Array.from for Edge browser (RocketCh…

    …at#12818)
    
    * Change spread operator to Array.from for Edge browser- closes RocketChat#12809
    
    * fat finger fix
    
    * Edge fix for spread operator additional files
    
    * revert package-lock
    ohmonster authored and rodrigok committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    a63c331 View commit details
    Browse the repository at this point in the history
  6. Bump Apps-Engine version (RocketChat#12848)

    # Conflicts:
    #	package-lock.json
    #	package.json
    d-gubert authored and rodrigok committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    c1f9b9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1916aa0 View commit details
    Browse the repository at this point in the history
  8. Bump version to 0.72.1

    sampaiodiego committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    6e3574f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    490679a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ade5f65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccac0b9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    406b958 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4bb5d7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38e0dd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Convert rocketchat-ui-flextab to main module structure (RocketChat#1…

    …2859)
    
    * Exposing isRtl and UserRoles
    
    * Convert rocketchat-ui-flextab to main module structure
    MarcosSpessatto authored and rodrigok committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    7c26f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f97fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd8335a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60c7c64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4361c63 View commit details
    Browse the repository at this point in the history
  6. [NEW] Config hooks for snap (RocketChat#12351)

    * adding hooks and config for Caddyfile
    
    * fixing comments, deleting snapcraft.yaml from rootdir
    
    * fixes for initcaddy
    
    * remove snapcraft.yaml from root dir
    
    * Check dns resolution with https enable, fix regex, add env to change siteUrl at start
    
    * Adding file in  to read env vars, change key names, try to add support for path in url in caddy
    
    * removing option for url with path
    
    * Changed regex in configure hook, switch to caddy-url and caddy enable, fix hooks
    LuluGO authored and geekgonecrazy committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    b154482 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d5508d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    1ae7634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8856c8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c1956 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    e5b1a0d View commit details
    Browse the repository at this point in the history
  2. Convert rocketchat-reactions to main module structure (RocketChat#12888

    )
    
    * Convert rocketchat-reactions to main module structure
    
    * Convert rocketchat-reactions to main module structure
    MarcosSpessatto authored and rodrigok committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    14f4700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    248c04c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f952a52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fad562b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70e6faa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90faddf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec35ad5 View commit details
    Browse the repository at this point in the history
  9. Bump version to 0.72.2

    sampaiodiego committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    0fdd5ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5da8364 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    54adba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ea9ec View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. [FIX] cannot reset password (RocketChat#12903)

    * Update debug.js
    
    * Temporary hotfix solution for the resetpassword issue
    ggazzo authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    58078e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980e29a View commit details
    Browse the repository at this point in the history
  3. [FIX] CAS Login not working with renamed users (RocketChat#12860)

    * Fixed invalid emails being marked as verified
    
    * Changed CAS login to support renamed users
    Hudell authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5fb0b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b8cbf3 View commit details
    Browse the repository at this point in the history
  5. [FIX] Lost icons (RocketChat#12913)

    [FIX] Some icons were missing
    tassoevan authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    04ab37a View commit details
    Browse the repository at this point in the history
  6. Crowd sync fix (RocketChat#12930)

    [FIX] Crowd sync was being stopped when a user was not found
    piotrkochan authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    df39aba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1647cc View commit details
    Browse the repository at this point in the history
  8. Convert rocketchat-videobridge to main module structure (RocketChat#1…

    …2881)
    
    * Convert rocketchat-videobridge to main module structure
    
    * Remove duplicated import
    MarcosSpessatto authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    db9ff04 View commit details
    Browse the repository at this point in the history
  9. Convert rocketchat-ui-message to main module structure (RocketChat#12871

    )
    
    * Convert rocketchat-ui-message to main module structure
    
    * Fix lint
    
    * Change chatMessages to import style
    MarcosSpessatto authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4540827 View commit details
    Browse the repository at this point in the history
  10. Convert rocketchat-webdav to main module structure (RocketChat#12886)

    * Convert rocketchat-webdav to main module structure
    
    * Fix Handlebars import
    MarcosSpessatto authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4efe8ae View commit details
    Browse the repository at this point in the history
  11. Convert rocketchat-katex to main module structure (RocketChat#12895)

    * Convert rocketchat-katex to main module structure
    
    * fix lint
    MarcosSpessatto authored and rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    cd7eb25 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f429b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e6d9375 View commit details
    Browse the repository at this point in the history
  14. Release 0.72.3 (RocketChat#12932)

    * [FIX] Version check update notification (RocketChat#12905)
    
    * [FIX] cannot reset password (RocketChat#12903)
    
    * Update debug.js
    
    * Temporary hotfix solution for the resetpassword issue
    
    * fix temporary my_message extra data (RocketChat#12914)
    
    * [FIX] CAS Login not working with renamed users (RocketChat#12860)
    
    * Fixed invalid emails being marked as verified
    
    * Changed CAS login to support renamed users
    
    * Fixed issue that prevented download from user data when a room no longer existed (RocketChat#12829)
    
    * [FIX] Lost icons (RocketChat#12913)
    
    [FIX] Some icons were missing
    
    * Crowd sync fix (RocketChat#12930)
    
    [FIX] Crowd sync was being stopped when a user was not found
    
    * Fix padding for message box in embedded layout (RocketChat#12556)
    
    * Bump version to 0.72.3
    rodrigok committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    65747ce View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. changed maxRoomsOpen (RocketChat#12949)

    Allow users/developers to change the max number of rooms opened using `localStorage` its temporary and if results in some benefit we gonna remove and develop changes based on that data
    
    <!-- INSTRUCTION: Your Pull Request name should start with one of the following tags -->
    <!-- [NEW] For new features -->
    <!-- [FIX] For bug fixes -->
    <!-- [BREAK] For pull requests including breaking changes -->
    
    <!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below -->
    
    
    <!-- INSTRUCTION: Link to a https://github.com/RocketChat/docs PR with added/updated documentation or an update to the missing/outdated documentation list, see https://rocket.chat/docs/contributing/documentation/  -->
    
    <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
    ggazzo committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    a69a310 View commit details
    Browse the repository at this point in the history
  2. [FIX] Spotlight being called while in background (RocketChat#12957)

    Currently there are many situations where `spotlight` can be called even if it's closed.
    
    This PR fixes it by adding the reactivity only to the template, so when it's destroyed, the reactivity is destroyed as well.
    
    There are still other times that it's called unnecessarily, like if you click on a result from a toolbar search it will be called again after you click. But this fix prevent many calls like when you search from someone it will call `spotlight` on background for every message you receive.
    sampaiodiego authored and ggazzo committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    a6d0ec9 View commit details
    Browse the repository at this point in the history
  3. Convert rocketchat-livechat to main module structure (RocketChat#12942)

    * Exposing some globals variables
    
    * Convert rocketchat-livechat to main module structure
    
    * Fix lint, and move some file to another folders to be able to fix lint
    
    * Removed commented imports from package.js
    
    * Remove from index.js files imported by another files
    
    * Add eslint inside .app folder and fix lint errors
    
    * Unified LivechatInquiry in one file
    
    * Fix livechat requested changes
    MarcosSpessatto authored and rodrigok committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    9a03d20 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    ebbcd1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b6211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b3ca5d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

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

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    8e21cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3eb335 View commit details
    Browse the repository at this point in the history
  3. [FIX] multiple rooms-changed (RocketChat#12940)

    * streamer was sending multiple times
    
    the streamer was using a method to emit the data, which emit to the user for all connections, result: we are emitting for
    each client n(connection number) times.
    ggazzo authored and sampaiodiego committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    e71a517 View commit details
    Browse the repository at this point in the history
  4. Remove /* globals */ from files wave-1 (RocketChat#12984)

    * Remove /* globals */ from files wave 1
    
    * Fix lint
    MarcosSpessatto authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3d70f47 View commit details
    Browse the repository at this point in the history
  5. Remove /* globals */ wave 2 (RocketChat#12988)

    * Remove /* globals */ from files wave 1
    
    * Fix lint
    
    * Remove /* globals */ wave 2
    MarcosSpessatto authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1243125 View commit details
    Browse the repository at this point in the history
  6. [FIX] Exception in getSingleMessage (RocketChat#12970)

    * fixed the fuckfuck
    
    ok
    
    * do the doing
    Tsuki authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    52e9bb7 View commit details
    Browse the repository at this point in the history
  7. [FIX] Revert Jitsi external API to an asset (RocketChat#12954)

    * Remove Jitsi script load
    
    * Revert external_api.js to an asset
    sampaiodiego authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    a2abfba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f98945e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46dfdfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11ae404 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6fddd02 View commit details
    Browse the repository at this point in the history
  12. [FIX] Some deprecation issues for media recording (RocketChat#12948)

    * Fix some deprecation issues for media recording
    
    * Update condition for video message recording
    
    * Update condition for audio message recording
    tassoevan authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    b182063 View commit details
    Browse the repository at this point in the history
  13. Convert rocketchat-logger to main module structure and remove Logger …

    …from eslintrc (RocketChat#12995)
    
    * Remove Logger from eslintrc
    
    * Add global variables to eslintrc
    
    * Convert rocketchat-logger to main module structure
    MarcosSpessatto authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    9e805af View commit details
    Browse the repository at this point in the history
  14. Remove /* globals */ wave 3 (RocketChat#12997)

    * Remove /* globals */ from files wave 1
    
    * Fix lint
    
    * Remove /* globals */ wave 2
    
    * remove-globals-wave-3
    MarcosSpessatto authored and rodrigok committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3b7de77 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Remove /* globals */ wave 4 (RocketChat#12999)

    * Remove /* globals */ from files wave 1
    
    * Fix lint
    
    * Remove /* globals */ wave 2
    
    * remove-globals-wave-3
    
    * Remove /* globals */ wave 4
    
    * Remove some // eslint comments
    MarcosSpessatto authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    ce3da9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be06e4c View commit details
    Browse the repository at this point in the history
  3. Move tapi18n t and isRtl functions from ui to utils (RocketChat#13005)

    * Move t, isRtl from rocektchat-ui to rocketchat-utils
    
    * Change imports t and isRtl from ui to utils
    MarcosSpessatto authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    94df0a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb5f3e View commit details
    Browse the repository at this point in the history
  5. [IMPROVE] Allow transfer Livechats to online agents only (RocketChat#…

    …13008)
    
    * Improvement in the filter of the list of agents online, which will allow the transfer of Livechat only to agents online.
    renatobecker authored and sampaiodiego committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    4b42295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68a8a75 View commit details
    Browse the repository at this point in the history
  7. [FIX] Nested Markdown blocks not parsed properly (RocketChat#12998)

    * Fix markdown tokens not restored properly
    
    * Add tests
    Hudell authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    e5c9be6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f53f32 View commit details
    Browse the repository at this point in the history
  9. [NEW] Download button for each file in fileslist (RocketChat#12874)

    * Add menu icon to fileslist items and implement download-action.
    
    * Import global popover
    alexbartsch authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    6215f34 View commit details
    Browse the repository at this point in the history
  10. [Fix]E2Es password reaveal text is always >%S` when language is zh (R…

    …ocketChat#12795)
    
    [FIX] E2E`s password reaveal text is always `>%S` when language is zh
    lvyue authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    6e8abd7 View commit details
    Browse the repository at this point in the history
  11. [FIX] Provide better Dutch translations 🇳🇱 (RocketChat#12792)

    * Provide better Dutch translations
    
    Refs RocketChat#12716
    
    * Update nl.i18n.json
    
    * Update packages/rocketchat-livechat/.app/i18n/nl.i18n.json
    
    Co-Authored-By: mathysie <mathijs@kolkhuistanke.nl>
    
    * Capitalize last two only lowercase translations.
    
    Refs RocketChat#12792 RocketChat#12716
    
    * Provide two extra better translations
    
    Refs RocketChat#12716 RocketChat#12792
    mathysie authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    b33029c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    717b536 View commit details
    Browse the repository at this point in the history
  13. if webdav not enabled, do not show webdav integration account settings (

    RocketChat#12569)
    
    [FIX] Webdav integration account settings were being shown even when Webdav was disabled
    karakayasemi authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    7608b18 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70225a5 View commit details
    Browse the repository at this point in the history
  15. [NEW] Added a link to contributing.md (RocketChat#12856)

    * Added a link to contributing.md
    
    fixes - RocketChat#12845
    
    * Modified link to relative
    
    * Added link to Contributing docs
    sanketsingh24 authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    be9d7ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7251cb9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b5021b View commit details
    Browse the repository at this point in the history
  18. [FIX] Fix users.setPreferences endpoint, set language correctly (Rock…

    …etChat#12734)
    
    * Fix users.setPreferences endpoint, set language correctly
    
    * Fix tests
    MarcosSpessatto authored and rodrigok committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    5bdd50a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Fix lint

    rodrigok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    ceddced View commit details
    Browse the repository at this point in the history
  2. [FIX] Pin and unpin message were not checking permissions (RocketChat…

    …#12739)
    
    * Fix pin and unpin message without permissions
    
    * Update 05-chat.js
    
    * Fix lint
    MarcosSpessatto authored and rodrigok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    25c3a62 View commit details
    Browse the repository at this point in the history
  3. [NEW] Mandatory 2fa for role (RocketChat#9748)

    * Added setting to force user roles to use 2fa
    
    * Added conditional check to force user to configure 2fa when needed
    
    * Added Missing String; Improved Code Quality
    
    * Update permissionsRole.js
    Hudell authored and rodrigok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    1eee223 View commit details
    Browse the repository at this point in the history
  4. [NEW] Create new permission.listAll endpoint to be able to use update…

    …dSince parameter (RocketChat#12748)
    
    * Create new permission.listAll endpoint to be able to use updatedSince parameter
    
    * fix lint
    
    * Change deprecation version
    MarcosSpessatto authored and rodrigok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    a185b95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e8951 View commit details
    Browse the repository at this point in the history
  6. LingoHub Update 🚀 (RocketChat#13014)

    Manual push by LingoHub User: Rodrigo Nascimento.
    Project: Rocket.Chat
    
    Made with ❤️ by https://lingohub.com
    engelgabriel authored and rodrigok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    39d8a44 View commit details
    Browse the repository at this point in the history
  7. [IMPROVE] Hipchat Enterprise Importer (RocketChat#12985)

    * Added message showing the file size limit on the importers
    
    * Importer improvements
    
    * Added missing reference
    
    * Removed globals
    
    * Fixed data importers
    
    * Fixed import
    
    * Removed log
    
    * Changed hipchat enterprise importer to prepare files from the file system
    
    * Use a file URL on the importer
    
    * Avoid duplicated emails
    
    * Prevent duplicated emails from crashing the import process
    
    * Identify errors on the import process
    
    * Fixed attachment import
    
    * Fixed problem with invalid users when creating channels
    
    * Added labels for checkboxes
    Hudell authored and rodrigok committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    8779fed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47f0830 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Improved code quality (RocketChat#13020)

    Hudell authored and rodrigok committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    af60043 View commit details
    Browse the repository at this point in the history
  2. Fix get deleted messages, change the method to get messages and retur…

    …n only _ids (RocketChat#13021)
    
    Change `chat.getDeletedMessages` to get messages after informed date and return only message's _id
    MarcosSpessatto authored and rodrigok committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    6151a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09fb4ae View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.73.0-rc.1

    rodrigok committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    f9faebc View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    75f1c19 View commit details
    Browse the repository at this point in the history
  2. Add default to options parameter in listCustomEmoji (RocketChat#13031)

    Regression: List of custom emojis wasn't working
    MarcosSpessatto authored and rodrigok committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    f389f65 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    87e7a8f View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.73.0-rc.2

    rodrigok committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    83c9e1d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into release-candidate

    # Conflicts:
    #	.docker/Dockerfile.rhel
    #	.github/history.json
    #	.sandstorm/sandstorm-pkgdef.capnp
    #	.travis/snap.sh
    #	HISTORY.md
    #	package-lock.json
    #	package.json
    #	packages/rocketchat-lib/rocketchat.info
    #	packages/rocketchat-livechat/.app/package-lock.json
    #	packages/rocketchat-message-attachments/client/messageAttachment.js
    #	packages/rocketchat-ui-message/client/index.js
    #	packages/rocketchat-ui-message/client/message.js
    #	packages/rocketchat-ui-message/client/messageBox.js
    #	packages/rocketchat-ui-message/client/renderMessageBody.js
    #	packages/rocketchat-ui-message/package.js
    #	packages/rocketchat-ui-sidenav/client/sidebarItem.js
    rodrigok committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    4c646bc View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.73.0

    rodrigok committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    da78ae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8442666 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9765a7 View commit details
    Browse the repository at this point in the history
  7. Regression: Get room's members list not working on MongoDB 3.2 (Rocke…

    …tChat#13051)
    
    * Revert status filter for members list
    
    * Get MongoDB version on statistics
    sampaiodiego authored and rodrigok committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    ba1f1b4 View commit details
    Browse the repository at this point in the history
  8. Execute tests with versions 3.2, 3.4, 3.6 and 4.0 of MongoDB (RocketC…

    …hat#13049)
    
    * Execute tests with versions 3.2, 3.4, 3.6 and 4.0 of MongoDB
    
    * Reduce duplicated configuration
    
    * Fix image inherintence
    
    * Fix test of mongo 4 without oplog
    rodrigok committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e707f7a View commit details
    Browse the repository at this point in the history
  9. Bump version to 0.73.1

    rodrigok committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    c413a57 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

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

Commits on Jan 7, 2019

  1. [NEW] Cloud Integration (RocketChat#13013)

    * Cloud package inside of rocket.chat, enforcing a few items now
    
    * Implementing more of the requirements to get cloud up
    
    * Fix the linter error.
    Really should have the linter run on commit, not push.
    
    * Switch callback to webview and rename some of the variables
    
    * fix additional lint
    
    * clean up
    
    * remove console log
    
    * use check for register server on statistics
    
    * Implement calling the server-to-cloud and store the tokens
    
    * Add the workspace token to various services Rocket.Chat, the company, provides
    
    * Clean up the html spacing in the cloud.html
    
    * Remove the check on stats for sending the organization email
    
    * Cloud workspace and user connected
    
    * Update to include refresh token now that cloud does
    
    * Add a license api and try/catches
    
    * Add support for the token in the url of the admin/cloud page
    
    * Change redirectUrl var to redirectUri.  dont save scope, and remove workspace scope
    
    * fix messy looking if
    
    * try increasing wait time on test
    
    * add missing import after merge with develop
    
    * Check users email
    
    * Don't save the org email from the wizard
    
    * Fix the review issues, adding i18n
    
    * Remove console.log
    
    Co-Authored-By: geekgonecrazy <geekgonecrazy@users.noreply.github.com>
    2 people authored and sampaiodiego committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ef0ae41 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.73.2

    sampaiodiego committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    26b7722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff0e3d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    0a066b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66037cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd3fa38 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    8728a44 View commit details
    Browse the repository at this point in the history
  2. fix linting errors

    vickyokrm committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    58a7eef View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    24e78fc View commit details
    Browse the repository at this point in the history
  2. remove duplicate script

    vickyokrm committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1e43002 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. fix permissions unit tests

    vickyokrm committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    73c5e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1786102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caed703 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #565 from assistify/merge/0.73

    Merge Rocket.Chat 0.73
    vickyokrm committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    0860b10 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. update the rc versio

    vickyokrm committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    cab0c5d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #579 from assistify/merge/0.73

    update the rc version
    vickyokrm committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d4d0e36 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. fix inbox icon on sidebar (#580)

    vickyokrm authored and ThomasRoehl committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    e410882 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/assistify/Rocket.Chat int…

    …o release/v0.73.0-0.9.9
    vickyokrm committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    95bc168 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    010d5ec View commit details
    Browse the repository at this point in the history