- Apr 21, 2018
-
-
Pierre H. Lehnen authored
* Implemented basic JSON generation * Added new data to message json * Changed export operation structure * Changed code to use forEach instead of fetch * Split the operation into two independent commands * File download, zip generation, admin settings * Use syncedcron to process data downloads * Added download URL * Sending emails when the download file is ready * Allow usage of GridFS as storage for the finished file. * Lint * Added support for Google and Amazon as storage types * Split the options to download and export data * Removed commented code
-
Marcos Spessatto Defendi authored
* Added validation in chat.postMessage endpoint * fix required parameters and add more tests cases. * Added the same validation to chat.sendMessage method too. * changed validation level, set in sendMessage method * Improvements in the sendMessage function, removed underscore uses, and try catch unnecessary * Fix test in chat.sendMessage endpoint, and fix error in sendMessage function * fix review
-
Guilherme Gazzo authored
* [NEW] Broadcast Channels * code guidelines * fix createroom type p extradata * fix private room can change join_code * test to show member list * Code cleanup * Update message.js
-
- Apr 20, 2018
-
-
Marcos Spessatto Defendi authored
-
Guilherme Gazzo authored
[NEW] Option to ignore users on channels
-
Thomas Kurz authored
[NEW] Search Provider Framework
-
Pierre H. Lehnen authored
* Added missing userId * Fixed roomFiles method to return files without users too * Added migration to add userId on orphan files * Changed migration code to make sure the message exist before trying to use it's data
-
Marcos Spessatto Defendi authored
* Rename method to clean history of messages * Add test case with user without permission to delete room messages
-
Marcos Spessatto Defendi authored
[FIX] REST spotlight API wasn't allowing searches with # and @
-
Bradley Hilton authored
* add redhat dockerfile to master (#10408) * add redhat dockerfile to master * Add redhat dockerfile to set-version helper script * Release 0.63.2 (#10476) * [FIX] Even TypeErrors with SAML (#10475) * Bump version to 0.63.2 * Added one2mail.info to default blocked domain list (#10218) * [FIX] The 'channel.messages' REST API Endpoint error (#10485) * Bump version to 0.63.3 * Add the history of v0.63.3 * Fix the failed auto-merge of history.md file
-
- Apr 19, 2018
-
-
Marcos Spessatto Defendi authored
[NEW] REST API endpoint `/directory`
-
Kai authored
[FIX] Dropdown elements were using old styles
-
Bradley Hilton authored
-
Marcos Vinicius Spessatto Defendi authored
-
Guilherme Gazzo authored
* better css table and disabled sort by users * fix scroll directory * Update directory.css fix indentation * i18
-
Marcos Spessatto Defendi authored
[FIX] Add oauth services missing fields, and indicate whether the oauth service is customized (#10299) [FIX] REST API OAuth services endpoint were missing fields and flag to indicate custom services
-
Pierre H. Lehnen authored
[FIX] Error messages weren't been displayed when email verification fails
-
Sumedh Nimkarde authored
[FIX] Wrong column positions in the directory search for users
-
- Apr 18, 2018
-
-
Chuan De Sheng authored
[FIX] Custom fields was misaligned in registration form
-
Jesse Rosenberger authored
Remove "unique" identifier file.
-
Bradley Hilton authored
* Add support for more listeners and reorder the calling stack on sendMessage * Improve the message converters and fix message listeners * Allow updating of an app. Add buttons to view logs and update app. Fix various issues related to the apps * Whoops, name instead of fname for rooms returned name * Bump the versions of the Rocket.Chat Apps system * Add the missing 'msgs' property on rooms back * Fix the sendMessage parseUrls not correctly being checked * Update the apps dependencies and use the new property on message attachments * Convert over to using the promises everywhere * Bump the apps packages versions * Make all of the App Enabled status be simply Enabled and nothing more * Add the debug npm script to the package.json
-
Pierre H. Lehnen authored
[FIX] Empty panel after changing a user's username
-
strangerintheq authored
i18n: word "False" now is not "Ложный" in russian
-
Gabriel Delavald authored
* Avoid embedding links inside blockquotes and remove doubles
-
Rafael Kellermann Streit authored
-
Bradley Hilton authored
* add redhat dockerfile to master (#10408) * add redhat dockerfile to master * Add redhat dockerfile to set-version helper script * [FIX] Even TypeErrors with SAML (#10475) * Bump version to 0.63.2
-
Viventhraa Rao authored
* Revert contextual bar style * Fix user info with a wrapper
-
Kai authored
-
Pierre H. Lehnen authored
-
Pierre H. Lehnen authored
-
- Apr 17, 2018
-
-
Nikhil Kaushik authored
* gave default room delete permissions to owner * adds necessary migrations * Changing migration version to 111
-
Marcos Spessatto Defendi authored
* Add REST /forgotPassword endpoint and tests * Add REST /forgotPassword endpoint and tests * Remove endpoint, from wrong file * Moving endpoint from /forgotPassword to /users.forgotPassword
-
Marcos Spessatto Defendi authored
-
Renato Becker authored
* Message of the conversation finished has been added. * New setting added to display a message when the Livechat conversation has ended. * Fix PR review.
-
Renato Becker authored
* The Livechat translation files have been moved to Rocket.Chat translation package. * Fix en translation on livechat * Add README
-
t3hchipmunk authored
* Added ability for MMS messaging to push through attachments * Fixed issues for codacy https://www.codacy.com/app/RocketChat/Rocket-Chat/pullRequest?prid=875706 * Fixed more codacy issues * Changes concerning feedback from dev * Switch to camelcase * Changed hasMedia (removed) * use map instead of for loop for populating attachments * Save map return on message attachments
-
Prakhar tripathi authored
[FIX] Missing page "not found"
-
Arjun Nemani authored
[FIX] "Highlight Words" wasn't working with more than one word
-
Nikhil Kaushik authored
[FIX] Missing "Administration" menu for user with manage-emoji permission
-
Kai authored
* This commit brings back the view mode for messages. In addition the name changed from viewMode to messageViewMode to avoid any confusion with sidebarViewMode (+ migration to change name in database as well) * viewMode field needs to be unset in an extra call, because the first one still works with it. * - Reverted language file changes for Sidebar_view_mode and Message_view_mode as both still will be translated with View_mode - Created an own section for Notifications in Account Preferences. Brings View Mode a bith more in context to it's section header - Optimized migration * Use update instead of create, because document may already be created by script. * Fixed lint errors * Renamed translation "View_mode_info" to "Message_view_mode_info" in all translation files I missed yesterday. * Removed auto-translations
-