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

[NEW][ENTERPRISE] Hide message history for new channel members #20253

Merged
merged 61 commits into from
Jan 23, 2021

Commits on Jan 10, 2021

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

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    1704c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cca418 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116d68c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dceb5f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    595ca58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1954c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77f4c88 View commit details
    Browse the repository at this point in the history
  4. missing todos

    g-thome committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    59d96a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. findVisibleByMentionAndRoomId

    g-thome committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    5aee38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb3b220 View commit details
    Browse the repository at this point in the history
  3. linter errors

    g-thome committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ddf9767 View commit details
    Browse the repository at this point in the history
  4. more linting

    g-thome committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    14b43b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cb4e38 View commit details
    Browse the repository at this point in the history
  6. Fix TS lint

    sampaiodiego committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    428a731 View commit details
    Browse the repository at this point in the history
  7. Postpone some points

    sampaiodiego committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a5f22ae View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. allow for custom queries

    g-thome committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c827914 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. ...ById

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ae6c143 View commit details
    Browse the repository at this point in the history
  2. add unimplemented methods

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    87dcc86 View commit details
    Browse the repository at this point in the history
  3. linting errors

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    dedfbff View commit details
    Browse the repository at this point in the history
  4. fix typecheck

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    cdfac5a View commit details
    Browse the repository at this point in the history
  5. remove logs

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    484195c View commit details
    Browse the repository at this point in the history
  6. fix typo

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    5bfc49c View commit details
    Browse the repository at this point in the history
  7. fix getThreadsList

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c5aa860 View commit details
    Browse the repository at this point in the history
  8. fix getDeleted

    g-thome committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    fe99e29 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. fix threads

    g-thome committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5cd1c63 View commit details
    Browse the repository at this point in the history
  2. fix files

    g-thome committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6869316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b58590 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0964199 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. add cursor count

    g-thome committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a1b9aa7 View commit details
    Browse the repository at this point in the history
  2. missing count

    g-thome committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    f0209fe View commit details
    Browse the repository at this point in the history
  3. revert breaking change

    g-thome committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d1ee2fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5503b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8b0e63 View commit details
    Browse the repository at this point in the history
  6. Remove uncessary TODOs

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    87bf788 View commit details
    Browse the repository at this point in the history
  7. Remove uncessary change

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    be628f0 View commit details
    Browse the repository at this point in the history
  8. Solve LGTM problems

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b4b3cf7 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/develop' into db-service

    # Conflicts:
    #	app/ui/client/views/app/createChannel.js
    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    4e844f5 View commit details
    Browse the repository at this point in the history
  10. pt-br localization

    pierre-lehnen-rc committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    82a046a View commit details
    Browse the repository at this point in the history
  11. Simplify excludeTypes

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    efa3385 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a94f15 View commit details
    Browse the repository at this point in the history
  13. Undo uncessary change

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    529f65f View commit details
    Browse the repository at this point in the history
  14. Fix Message.get and total

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    d013983 View commit details
    Browse the repository at this point in the history
  15. Fix return of totals

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    de1ed46 View commit details
    Browse the repository at this point in the history
  16. Fix last issues with totals

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    b74c4fc View commit details
    Browse the repository at this point in the history
  17. Small fixes

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    4d7debe View commit details
    Browse the repository at this point in the history
  18. Fix error on tests

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    032328b View commit details
    Browse the repository at this point in the history
  19. Fix find for snippets

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    4fe6189 View commit details
    Browse the repository at this point in the history
  20. Fix findThreads

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1cf019c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6290630 View commit details
    Browse the repository at this point in the history
  22. Fix tests

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ba9b29a View commit details
    Browse the repository at this point in the history
  23. Undo cleanRoomHistory

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ea6957a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    767b91d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    55206ad View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    71f1b49 View commit details
    Browse the repository at this point in the history
  27. fix typecheck

    g-thome committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    97c3cf6 View commit details
    Browse the repository at this point in the history
  28. Simplify services

    rodrigok committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2c2de91 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    9119cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca4e988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dfc684 View commit details
    Browse the repository at this point in the history
  4. Remove console.log

    sampaiodiego committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    7a90530 View commit details
    Browse the repository at this point in the history