- Apr 26, 2018
-
-
Bradley Hilton authored
-
Guilherme Gazzo authored
[FIX] Switch buttons were cutting in RTL mode
-
- Apr 25, 2018
-
-
Bradley Hilton authored
-
Kai authored
-
brendangadd authored
* 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.
-
- Apr 24, 2018
-
-
Kai authored
* Changed identityPath and added identityTokenSentVia, authorizePath and tokenPath to oauth config * Added scope to oauth configuratuin
-
Marcos Spessatto Defendi authored
-
Gabriel Delavald authored
-
Bradley Hilton authored
-
- Apr 23, 2018
-
-
Bradley Hilton authored
-
Gabriel Engel authored
* dependencies update * dependencies update * dependencies update * fiz indentation * slack-client => @slack/client * dependencies update
-
Matheus Cardoso authored
-
Rodrigo Nascimento authored
-
Bradley Hilton authored
-
Gabriel Delavald authored
-
- Apr 21, 2018
-
-
Gabriel Engel authored
* LingoHub Update
Manual push by LingoHub User: Rodrigo Nascimento. Project: Rocket.Chat Made with by https://lingohub.com * LingoHub Update Manual push by LingoHub User: Rodrigo Nascimento. Project: Rocket.Chat Made with by https://lingohub.com -
Gabriel Delavald authored
* Reverts changes made to announcement and creates annoncementDetails field * Adds migration to remove problematic announcements * Update v115.js
-
Rodrigo Nascimento authored
-
Rodrigo Nascimento authored
-
Pierre H. Lehnen authored
Included missing lib for migrations
-
Gabriel Engel authored
* 'develop' of github.com:RocketChat/Rocket.Chat: [NEW] Option to mute group mentions (@all and @here) (#10502) [NEW] GDPR - Right to access and Data Portability (#9906)
-
Gabriel Engel authored
-
Pierre H. Lehnen authored
* Added option to mute generic mentions per channel * fix review * changed generic to group
-
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
-