Skip to content

Commit

Permalink
Merge branch 'develop' into feat/gallery-zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Jan 10, 2024
2 parents 2524172 + 5845014 commit 0814d17
Show file tree
Hide file tree
Showing 156 changed files with 4,150 additions and 1,372 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-deers-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fix user being logged out after using 2FA
6 changes: 6 additions & 0 deletions .changeset/big-teachers-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/ui-contexts": minor
---

Add the possibility to hide some elements through postMessage events.
5 changes: 5 additions & 0 deletions .changeset/breezy-ladybugs-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue not allowing admin users to edit rooms
5 changes: 5 additions & 0 deletions .changeset/clean-melons-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed image dropping from another browser window creates two upload dialogs in some OS and browsers
5 changes: 5 additions & 0 deletions .changeset/itchy-zoos-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": minor
---

Fixes an issue where avatars are not being disabled based on preference on quote attachments
7 changes: 7 additions & 0 deletions .changeset/little-planes-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@rocket.chat/core-services': patch
'@rocket.chat/ddp-streamer': patch
'@rocket.chat/meteor': patch
---

Fixed an issue that caused login buttons to not be reactively removed from the login page when the related authentication service was disabled by an admin.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -724,21 +724,6 @@ jobs:
# Makes build fail if the release isn't there
curl --fail https://releases.rocket.chat/$RC_VERSION/info
- name: RedHat Registry
if: github.event_name == 'release'
env:
REDHAT_REGISTRY_PID: ${{ secrets.REDHAT_REGISTRY_PID }}
REDHAT_REGISTRY_KEY: ${{ secrets.REDHAT_REGISTRY_KEY }}
run: |
GIT_TAG="${GITHUB_REF#*tags/}"
curl -X POST \
https://connect.redhat.com/api/v2/projects/$REDHAT_REGISTRY_PID/build \
-H "Authorization: Bearer $REDHAT_REGISTRY_KEY" \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-d '{"tag":"'$GIT_TAG'"}'
trigger-dependent-workflows:
runs-on: ubuntu-latest
if: github.event_name == 'release'
Expand Down
44 changes: 0 additions & 44 deletions apps/meteor/.docker/Dockerfile.rhel

This file was deleted.

38 changes: 0 additions & 38 deletions apps/meteor/app/2fa/client/TOTPCrowd.js

This file was deleted.

39 changes: 0 additions & 39 deletions apps/meteor/app/2fa/client/TOTPGoogle.js

This file was deleted.

54 changes: 0 additions & 54 deletions apps/meteor/app/2fa/client/TOTPLDAP.js

This file was deleted.

142 changes: 0 additions & 142 deletions apps/meteor/app/2fa/client/TOTPOAuth.js

This file was deleted.

Loading

0 comments on commit 0814d17

Please sign in to comment.