-
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.65.0 #10892
Closed
Closed
Release 0.65.0 #10892
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
[FIX] SAML wasn't working correctly when running multiple instances
[FIX] Channel owner was being set as muted when creating a read-only channel
Correct links in README file
[FIX] Message box emoji icon was flickering when typing a text
Add `npm run postinstall` into example build script
* Improved notification formatting * Fixed lint issues * Changed body format
[NEW] Improvements to notifications logic
Manual push by LingoHub User: Rodrigo Nascimento. Project: Rocket.Chat Made with ❤️ by https://lingohub.com
* welcome * . * stylelint * new ilustration * new layout * . * implements dicts * added all setup wizard settings to wizard * fix some setup wizard css * fix setup wizard js linter errors * remove old setup wizard templaates * setup wizard has just one main tag now * setup wizard registration fields filter is more readable * add register server page to setup wizard * fix setup wizard progress bar on RTL * setup wizard is registering users * Add setup wizard tests, routes and fix batch * fix setup wizard tests * add api test back * comment rocketchat:google-natural-language package and remove logs * add some translation keys for setup wizard * remove old setup wizard template * fix sort code on setup wizard * fix getWizardSetting method * new migration for setupwizard * setup wizard setting migration * fix setupwizard migration * Update versions * fix some setup wizard code logic * fix setup wizard registerServer setting * rever package-lock.json * rever google-natural-language .npm folder * rever meteor packages file and add setup wizard * remove some default values from setup wizard settings * add advocacy option on setup wizard industry setting * change key name to setting to make the filter more readable on setup wizard * change key name to setting to make the filter more readable on setup wizard * add findWizardSettings on models Settings and handle errors of getWizardSettings method * change setting to key to make the filter more readable on setup wizard * fix setup wizard settings filter map * remove serverHasAdminUser method on setup wizard * fix setup wizard tests * fix setup wizard final step workspace link * fix setup wizard tests
[NEW] Add more options for Wordpress OAuth configuration
[NEW] Add REST endpoints `channels.roles` & `groups.roles`
[FIX] Regression: Empty content on announcement modal
…endMessage (#10720) * Change the message that returns, when a muted or blocked user tries to send a message using that endpoint * Remove origin provide to sendMessage method, simply throwing an error when the user is muted or blocked
* Denormalize the User’s Highlights * Find subscriptions for each type of notification * Change email preference values * General improvements * Use just one query to get all subscriptions to notify * Get hightlights from subscriptions on method notifyUsersOnMessage * Keep compatibility of emailNotifications preference in subscription save * Prevent group mentions on large rooms
* Add setting and expose prometheus on port 9100 * Prometheus: Add number of connected users * Send statistics to prometheus * Prometheus: Add methods, subscriptions and callbacks data * Prometheus: Add metrics of REST API calls * Prometheus: Record subscriptions time * Add metrics to notifications
* Change wizard state from boolean to `pending`, `in_progress` or `completed` * Add migration to change the wizard setting to new values and fix the old migration * Make the wizard responsive for small screens * Do not publish wizard settings to the client * Do not show wizard for unlogged users after admin was created
* Prevent setup wizard redirects * Fix setup wizard layout * Prometheus: Track user agent
Fix working of cancel button in progress bar, while uploading file.
[NEW] Add permission `view-broadcast-member-list`
[FIX] User's preference `Unread on Top` wasn't working for LiveChat rooms
Fix: Regression in REST API endpoint `/me`
[FIX] Broadcast channels were showing reply button for deleted messages and generating wrong reply links some times
* fix avatar admin lists * Update messagePopup.js
* Clarify the wording of the release issue template * Update release.md
[FIX] Layout badge cutting on unread messages for long names
…dpoint (#10840) * Add missing pagination fields in the response of REST /directory endpoint * Add support to choose sort field in REST directory
Fix: typo on error message for push token API
* fix avatar admin lists * test to fix shuffle avatars
Manual push by LingoHub User: Rodrigo Nascimento. Project: Rocket.Chat Made with ❤️ by https://lingohub.com
Fix: Manage apps layout was a bit confuse
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-05-27 · 17 🎉 · 24 🐛 · 35 🔍 · 17 👩💻👨💻
🎉 New features
/me
endpoint within the result of the/login
endpoint (#10677)users.getUsernameSuggestion
to get username suggestion (#10702)settings
now allow set colors and trigger actions (#10488 by @ThomasRoehl)subscriptions.unread
to mark messages as unread (#10778)/me
now returns all the settings, including the default values (#10662)x-user-id
andx-auth-token
) (#10741)channels.counters
,groups.counters and
im.counters` (#9679 by @xbolshe)channels.setCustomFields
andgroups.setCustomFields
(#9733 by @xbolshe)channels.roles
&groups.roles
(#10607 by @cardoso)view-broadcast-member-list
(#10753 by @cardoso)🐛 Bug fixes
Collapse Embedded Media by Default
was hiding replies and quotes (#10427 by @c0dzilla)Unread on Top
wasn't working for LiveChat rooms (#10734)🔍 Minor changes
npm run postinstall
into example build script (#10524 by @peccu)/me
(#10833)Site_Name
andLanguage
public again (#10848)👩💻👨💻 Contributors 😍