Skip to content

Releases: RocketChat/Rocket.Chat

0.49.2

17 Jan 05:02
2c19d5d
Compare
Choose a tag to compare
  • Add findOneById and findOneByIds to all layers of the models
  • Add relation between client cache and user’s token
  • Allow the text of attachments to be collapsed
  • Fix an error with updating the users if no role was defined
  • Fix flex-nav z-index
  • Fix flex-tab on mobile
  • Fix making the internal Hubot init() function always debounced
  • Fix private groups not being able to be unarchived via the rest api
  • Fix the cache layer not respecting findById via query
  • Fix the roles not being respected on user creation
  • Fix to prevent stop hubot initiating even when disabled

0.49.1

17 Jan 05:02
4468726
Compare
Choose a tag to compare
  • Fix emoji picker handling
  • Fix favicons and add an option to enable svg
  • Fix find with $elemMatch. Closes #5536
  • Fix livechat whitedomains list
  • Fix logo in admin
  • Fix message-dropdown background
  • Fix migration 77. Closes #5542
  • Fix new-message background
  • Keep only public settings using notifyAll
  • Move room panels from main content into room wrapper
  • Refactor action links to better handle client side buttons only
  • Send notifyAll to all users and create notifyLogged to notify only logged users

0.49.0

17 Jan 05:01
b5abb6d
Compare
Choose a tag to compare

Now uses NodeJS 4.7.1

  • Add basic support for RFC 7233
  • Add Button to block direct message
  • Add caching layer using LokiDB
  • Add custom fields to user's profile
  • Add discard and reset button to admin panels
  • Add email address validation to livechat offline messages
  • Add file name and description on file upload
  • Add Livechat domains validations
  • Add many API endpoints, see https://rocket.chat/docs/developer-guides/rest-api/
  • Add methods from rest api 0.5 to v1
  • Add stylelint to CSS and LESS files
  • Add the migration for bots to be able to create rooms
  • Allow alias, avatar, and emoji in the sendFileMessage.
  • Allow query, sort, and fields on the queryParams of the rest api
  • Allow to merge users with LDAP on bulk sync
  • Bi-directional Sladk message edit, delete and reactions
  • Disable animations when TEST_MODE=true
  • Do not require .jpg for avatar url and return correct content type
  • Enable CDN_PREFIX for avatars
  • Fix crash at startup if Slack bridge enabled and slack.com is not reachable #5426
  • Fix importer relying on os file type, use file signature. Closes #3050
  • Fix issue creating users with username from OAuth
  • Fix screen sharing bug when receiving audio call. issue #5286
  • Migrate livechat visitors' emails field to visitorEmails
  • New livechat layout
  • Normalize favicons, tiles and touchicons
  • Refactored API endpoints to more closely conform to Slack API conventions and naming conventions
  • Remove alpha colors and add disabled buttons style
  • Sets default avatar after setting username for the first time by default
  • Several performance improvements
  • Styles cleanup (#5354) (#5364)
  • Support SAML IDP-initiated login mode
  • Update docker-compose to version 2
  • Use CodeMirror from Npm

0.48.2

20 Dec 20:58
Compare
Choose a tag to compare
  • Add button to refresh aouth services
  • Fix download on electron
  • Fix issue creating users with username from OAuth
  • Fix message when username field not exists in OAuth data
  • Fix OAuth global variable

0.48.1

13 Dec 14:54
Compare
Choose a tag to compare

Requires node: v4.6.2 npm: v3.10.9

  • Fix integration payload JSON.parse

0.48.0

13 Dec 14:45
Compare
Choose a tag to compare
  • Add CustomOAuth logger
  • Add env var to disable animations
  • Add new options (username-field and merge-users) to CustomOAuth
  • Add search field in admin
  • Add support to set own avatar from URL on REST API
  • Add validateNewUser check to compare against whitelist
  • Allow setting other users avatars if you have permissions
  • Change all 'Has more' with loading animation
  • Change CustomOAuth setting format
  • Change field name to roles and type to Array.
  • Change from loading cert from a file to storing the cert
  • Don't allow changing the room type if you only have permission to create one and not the other
  • Fix accountFlex highlight on hover issue
  • Fix crash if a webhook payload had a field named "payload"
  • Fix email being unverified when calling user.update
  • Fix Geolocation button
  • Fix handle saml urls with query strings.
  • Fix katex
  • Fix SAML logout
  • Fix the chat.postMessage not returning any data about the sent message
  • Fix the nameFilter being required on groupsList, since it isn't a requirement
  • Fix to do saml http-redirect binding with signing.
  • Fix typo in result ordering regex.
  • Fix unread messages bar overlapping
  • Hide Sandstorm offer button on Cordova
  • Init API tests
  • Made the logged user check more modular
  • Make the server information of the api consistant with others
  • Move joinDefaultChannels to internal APIs
  • Move the channels to their own file and add several rest api methods
  • Move the groups v1 api calls out of the huge routes.coffee file
  • Move the rest of the current rest api to individual files
  • Move the v1 settings into the v1 folder
  • Only unwrapping webhook payloads if necessary
  • Pick only departments that would shown on registration if none set
  • Prevent register broadcastAuth more than one time
  • Remove reactions when messages are removed, fixes #5164
  • Set username automaticaly
  • Support username template in CustomOAuth
  • Update momentjs to 2.17.1
  • Update slack-client to 2.0.6

0.47.1

09 Dec 16:29
Compare
Choose a tag to compare
  • Fix color migrations
  • Fix to prevent register broadcastAuth more than one time

0.47.0

06 Dec 11:36
Compare
Choose a tag to compare
  • Add 'clear OEmbed cache now' button
  • Add a method and rest api to clean up a channel's history
  • Add ability to choose a department from the API to livechat
  • Add channel history rest api
  • Add channel history rest api which is slack compatiable.
  • Add ecmascript to all packages with coffeescript
  • Add feature to clear OEmbed cache after user-defined amount of time
  • Add heirarchy and refactor colour variables
  • Add method do check if process is running inside docker
  • Add migrations, label, toggle for minor colors
  • Add option to disable file uploads in direct messages
  • Add the feature to hide the file sharing btn and some fixes
  • Allow load css from subdir
  • Allow setting border colours in imports
  • Allow simpler pinning and unpinning via the methods, only require _id and rid.
  • Allow use expressions/variables as colors
  • Change custom account box items to button
  • Convert the channels.history from post to get
  • Fix 'user is typing' break line
  • Fix bug with Disable Embed for Users
  • Fix button/bg colors and contrast
  • Fix code that check for empty object
  • Fix file list in cordova
  • Fix improper use of head tag (replace with header)
  • Fix improve unread mark
  • Fix issue #4387, crash when using StartTLS and LDAP
  • Fix issue #4813
  • Fix jitsi lib load in sub dir
  • Fix login logo in subdir
  • Fix missed styles and cull transparent variables
  • Fix oauth client when client had previously authorized
  • Fix redirectUrl after custom oauth successful login initiated by iframe command, fixes #5042 (#5043)
  • Fix sandstorm call setPath on navigation
  • Fix set user's email from REST API
  • Fix to stop changing the instance IP if running in docker
  • Fix windows issues on startup
  • Improved performance of sidebar rendering. Fixed RTL sidebar opening.
  • Inject meta tag via Inject.rawHead
  • Load permissions styles through theme methods
  • Migrating from GoogleSiteVerification_id to Meta_google-site-verification
  • Move less mixins into separate import
  • No longer allow invisible agents get livechats
  • Recommend using meteor npm start
  • Remove c from function param
  • Remove the default value for the latest on the getChannelHistory
  • Rename action-buttons-color primary-action-color
  • Restore migrations post merge upstream versions
  • Serve theme.css through WebApp.rawConnectHandlers
  • Show 'connecting to agent..' message option on LIveChat client
  • Simplify button classes, remove color names
  • Update action link and permissions colors to use theme variables
  • Updated to autolinker 1.4.0
  • Use toastr from npm

0.46.0

21 Nov 19:25
Compare
Choose a tag to compare
  • Add a csv plain text importer (#2689)
  • Add a verified email toast
  • Add an area to the warnings piece and allow defining users to be part of channels.
  • Add channel renames to the importer tool
  • Add debug to build scripts
  • Add Hyper.sh
  • Add missing dependencies to rocketchat:lib
  • Add more tests
  • Add option to hide user muted/unmuted messages
  • Add option to remove the filesize restriction
  • Add path prefix to sidenav layout (#4798)
  • Add reaction importing capability for Slack
  • Add REST endpoint to set user avatar
  • Add scrollbar into the snippet view page
  • Add setting to Forget user session on window close
  • Add snippet message plugin
  • Add snippet page and file creation
  • Add syntax highlighting when a snippet is created
  • Add tabBar english translation
  • Add user account tests
  • Allow private groups and add warnings to the importers
  • Bot-helpers bugfix and new features
  • Change default button colors and font-weight
  • Change Jitsi iframe width to auto
  • Change user rooms verifications to subscriptions
  • Change utf8 names validation label
  • Disabling the snippet feature by default
  • Do not trigger livechat integration if room still open
  • Enable broadcast connection logs when log level is 2
  • Fix channels were the creator wasn't imported was causing issues (#4934, #4899, #3911)
  • Fix chevrons were backwards (#3581)
  • Fix errors related to user status on logout
  • Fix hubot-help path (#4807)
  • Fix ignore cdn_prefix setting if empty (#4546)
  • Fix LDAP filter users by their group (#4756)
  • Fix Message_AllowSnippeting setting checks
  • Fix sandstorm upload: UploadFS.Store.GetURL to return a relative URL
  • Fix slackbridge out to stop re-sending messages that go out
  • Fix the import progress not having the correct translations
  • Fix Url previews are broken (#4779)
  • Fixes the auto focus while using ctrl commands
  • Fixes the create new btn bug
  • List rocketchat:authorization as a dependency of rocketchat:lib
  • Move client tabs into tabBar folder
  • Provide the full avatar url when posting out to Slack
  • Reactions need to be ran as the user who reacted and fix edits not showing
  • Remove log and useless else condition.
  • Remove online status class from channels
  • Remove unused ChatSnippetMessage class
  • Remove unused mime-type dependency
  • Remove unused settings and add translation
  • Replace erroneous head tags with header tags
  • Sandstorm build: use node and npm from Meteor dev bundle, and don't use sudo.
  • Standardising buttons appearance
  • Support symbolic link integration
  • Update Autolinker to 1.3.2
  • Update blaze
  • Update buffer to string conversion using utf8
  • Update FileUpload.js
  • Update LESSHat from version: v3.0.2 (2014-06-17) to version: v4.1.0 (2016-07-19)
  • Using --headless instead of METEOR_PRETTY_OUTPUT=0
  • Using border-with on CSS to control borders
  • Validate user access on file upload

0.45.0

01 Nov 02:09
a9de8a4
Compare
Choose a tag to compare
  • Add global keydown event handler
  • Add hubot packages as default
  • Add Iframe change status (#4741)
  • Add iframe command 'login-with-token` (#4746)
  • Add iframe command 'logout'
  • Add jschardet for detect encoding of oembed body
  • Add keywords for outgoing integrations across all public/private/direct channels
  • Add migration to escape old room topic changed messages
  • Add option to hide some system messages
  • Add scroll listener to admin log viewer
  • Add scroll listener to rooms
  • Add Stream cast (#4727)
  • Add support for attachments inside quoted messages
  • Add threshold to check if admin log viewer is at bottom
  • Add threshold to check if room is at bottom
  • Add users to default channels when using REST API
  • Add version and RocketChat.Info to Bugsnag notifications
  • Change event keydown to keypress
  • Exporting NODE_ENV=production to all builded images
  • Fix action link handler
  • Fix Assign issuer value from tag value instead of incorrect tag object (#4754)
  • Fix check user.profile.email and fallback with username: user.name if it does not exist in user record (#4614)
  • Fix Drag&Drop files into channel doesn't work on Safari (#4721)
  • Fix jitsi:updateTimeout error
  • Fix Livechat Remove Department Closes #4720 Thanks to @deep0982
  • Fix replace null value of contextType by an empty string so check(String) won't fail (#4495)
  • Fix the timeout in the channel name test
  • Ignore keypress if swipebox is open
  • Keep queryParams when using FlowRouter.go to room routes
  • Make the location button use the full button and not just the icon
  • Move to main.coffee and add select tag to ignore list
  • OEmbed: More smart charset detection algorithm
  • Show a desktop notification only for the opened room if on embedded mode
  • Time Range filter from and to in livechat current chat page
  • Trigger a global event on embedded mode instead of calling action link
  • Update ip-range-check to version 0.0.2 to get rid of debugger call danielcompton/ip-range-check#1
  • Update all npm-shrinkwrap.json with npm 3.10.9