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

feat: Allow different time units for retention policy #32425

Merged
merged 36 commits into from
Jun 21, 2024
Merged

Commits on May 13, 2024

  1. Settings and translations

    gabriellsh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7ee66fb View commit details
    Browse the repository at this point in the history
  2. Timespan input

    gabriellsh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1c7467c View commit details
    Browse the repository at this point in the history
  3. cron

    gabriellsh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8d55014 View commit details
    Browse the repository at this point in the history
  4. add cs

    gabriellsh committed May 13, 2024
    Configuration menu
    Copy the full SHA
    183357e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62e38fc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. add unit tests

    gabriellsh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d7ae3bd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. clean migration

    KevLehman committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ee32132 View commit details
    Browse the repository at this point in the history
  2. Review and QA

    gabriellsh committed May 16, 2024
    Configuration menu
    Copy the full SHA
    430e960 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. review and QA 2

    gabriellsh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6d13c8f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    d24ba1b View commit details
    Browse the repository at this point in the history
  2. fix migration check

    gabriellsh committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ed03337 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into imp/…

    …retention
    
    * 'develop' of github.com:RocketChat/Rocket.Chat: (36 commits)
      refactor: IntegrationHistory out of DB Watcher (#32502)
      fix: Message update being broadcasted without updated values (#32472)
      test: make api teams test fully independent (#31756)
      test: Fix test name (#32490)
      fix: streams being called with no logged user (#32489)
      feat: Un-encrypted messages not allowed in E2EE rooms (#32040)
      feat(UiKit): Users select (#31455)
      fix: Re-login same browser tab issues (#32479)
      chore: move all webclient code out of the COSS folders (#32273)
      chore(deps): bump thehanimo/pr-title-checker from 1.3.7 to 1.4.1 (#30619)
      fix: Don't show join default channels option for edit user form  (#31750)
      fix: CAS user merge not working (#32444)
      fix: Overriding Retention Policy not working (#32454)
      fix: `rooms.export` endpoint generates an empty export when given an invalid date (#32364)
      fix: "Allow Password Change for OAuth Users" setting is not honored in the "Forgot Password" flow (#32398)
      fix: Bypass trash when removing OTR system messages and read receipts (#32269)
      fix: Monitors dissapearing from Unit upon edit (#32393)
      fix: Link image preview not opening in gallery (#32391)
      feat: Allow visitors & integrations to access downloaded files after a room has closed (#32439)
      regression: Users tab misaligned (#32451)
      ...
    gabriellsh committed May 28, 2024
    Configuration menu
    Copy the full SHA
    db22715 View commit details
    Browse the repository at this point in the history
  2. fix ts and unit

    gabriellsh committed May 28, 2024
    Configuration menu
    Copy the full SHA
    01aeaa9 View commit details
    Browse the repository at this point in the history
  3. fix typecheck

    gabriellsh committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4e58642 View commit details
    Browse the repository at this point in the history
  4. typecheck again

    gabriellsh committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5d4908f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. undo setting

    gabriellsh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b7ae52c View commit details
    Browse the repository at this point in the history
  2. unbreak-it

    gabriellsh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d78832a View commit details
    Browse the repository at this point in the history
  3. update only once

    gabriellsh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e9a586b View commit details
    Browse the repository at this point in the history
  4. remove migration

    gabriellsh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3bab15c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix tests

    gabriellsh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    44e84eb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into imp/…

    …retention
    
    * 'develop' of github.com:RocketChat/Rocket.Chat:
      Release 6.9.0
      Release 6.9.0-rc.2
      fix: User status when setting "Use REST instead of websocket for Meteor calls" is disabled (#32500)
      fix: User status when setting "Use REST instead of websocket for Meteor calls" is disabled (#32500)
      regression: Hide prune section based on permission (#32531)
      fix: Users in role table not rendering the empty state properly (#32412)
      refactor: EmailInbox out of DB Watcher (#32501)
      ci: increase issue allowed stale time (#32523)
      regression: Remove impossible sorting from users table "registration status" column (#32506)
      feat: Add contentDisposition option to file storages (#31974)
      i18n: Rocket.Chat language update from LingoHub 🤖 on 2024-05-28Z (#32508)
      Release 6.9.0-rc.1
      fix: Re-login same browser tab issues (#32479)
      regression: Replace read receipt single icon (#32486)
      regression: Incorrect retention policy banner's display rule for teams (#32483)
      chore: Publish npm packages again (#32463)
      ci: publish missing Omnichannel services to DockerHub (#32462)
      Release 6.9.0-rc.0
    gabriellsh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    79bcef3 View commit details
    Browse the repository at this point in the history
  3. fix edit room

    gabriellsh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9cb434a View commit details
    Browse the repository at this point in the history
  4. fix test

    gabriellsh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    971b318 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update apps/meteor/server/startup/migrations/xrun.ts

    Co-authored-by: Guilherme Gazzo <[email protected]>
    gabriellsh and ggazzo committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc5a9db View commit details
    Browse the repository at this point in the history
  2. fix xrun

    gabriellsh committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    078197a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. remove the balaca

    gabriellsh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    48e4c0c View commit details
    Browse the repository at this point in the history
  2. update translation

    gabriellsh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b7039a5 View commit details
    Browse the repository at this point in the history
  3. Review

    gabriellsh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3b01f2d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix lint

    gabriellsh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c5f280e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 18, 2024

  1. Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into imp/…

    …retention
    
    * 'develop' of github.com:RocketChat/Rocket.Chat:
      fix: Not possible to edit room without proper permission with retention policy enabled (#32547)
      feat: Apps-Engine Deno Runtime update (#31821)
      feat: E2EE room setup header (#32446)
      fix: E2EE thread main message reactivity (#32381)
      chore: Add telemetry to CI so we can get a better understanding of resource usage (#32113)
      fix: Long katex strings breaking overflow in x axis (#32609)
      fix: Force highlighted code language registration (#32507)
      fix: sidebar last message E2EE (#32431)
      chore: remove message column on moderation console (#32432)
      fix: Accepted Media Types settings validation (#32478)
    gabriellsh committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0cdccd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    97b16db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533f8bf View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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