-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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 0.64.0 #10613
Merged
Merged
Release 0.64.0 #10613
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Master into Develop Branch Sync
New issue template for *Release Process*
[FIX] Snaps installations are breaking on avatar requests
Remove @core team mention from Pull Request template
…GET if there is no script enabled (#9576)
Use Node 8.9 for CI build
* Updated template to use ROCKETCHAT_IMAGE The template now uses ROCKETCHAT_IMAGE as a parameter with rocketchat/rocket.chat as a default
…e rest api (#10411) [BREAK] The property "settings" is no longer available to regular users via rest api
Special thanks to @tttt-conan and @TDiNguyen for improving these translations.
[NEW] Shows user's real name on autocomplete popup
[NEW] Prevent the browser to autocomplete some setting fields
[FIX] Button to delete rooms by the owners wasn't appearing
[NEW] Add message preview when quoting another message
* Add some missing translations * Add sv and pt-br translations
* Changed identityPath and added identityTokenSentVia, authorizePath and tokenPath to oauth config * Added scope to oauth configuratuin
* Stop Firefox announcement overflowing viewport Fixes an issue where long announcement messages caused the right-hand sidebar to and associated icons to be pushed outside the viewport due to how non-wrapping whitespace was interacting with flex layout. As a tradeoff, this commit causes overflowing text to no longer be displayed with a nice ellipsis in other browsers, simply cutting it short instead. * Restore announcement ellipsis overflow Announcment text is now wrapped in a `<p>` element which allows an extra flex container to control text overflow for long announcements. With this addition, announcements no longer make the right sidebar and its associated icons innaccessible by pushing them out of the viewport. A previous commit accomplished this by allowing whitespace to wrap, which caused overflowing text to clip rather than receive an ellipsis. This commit restores the ellipsis.
[FIX] Switch buttons were cutting in RTL mode
…n permissions (#10551) Added the following permissions to the conditions: - manage-integrations - manage-oauth-apps - manage-own-integrations - manage-sounds - view-logs - view-statistics
* should fix the issue that suggestions are still displayed even if search is already triggered * add link to chatpal.io to the admin ui * remove unsed icon and change icon size in order to fix firefox display issue * should fix the issue with the event trigger for search providers * Update deleteMessage.js * Always call afterDeleteMessage calback
# Conflicts: # .docker/Dockerfile # .docker/Dockerfile.rhel # .github/history.json # .sandstorm/sandstorm-pkgdef.capnp # .travis/snap.sh # HISTORY.md # package.json # packages/rocketchat-api/server/v1/channels.js # packages/rocketchat-lib/rocketchat.info
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2018-04-27 · 2 ️️️⚠️ · 18 🎉 · 44 🐛 · 33 🔍 · 18 👩💻👨💻
🎉 New features
/directory
(#10442)rooms.favorite
to favorite and unfavorite rooms (#10342)🐛 Bug fixes
🔍 Minor changes
👩💻👨💻 Contributors 😍