- Jun 21, 2018
-
-
Rodrigo Nascimento authored
-
Karl Prieb authored
* test if we have usernames on rooms * fix directory table loading * fix directory indentation
-
Guilherme Gazzo authored
* Update base.css * more fixes
-
Diego Sampaio authored
-
Guilherme Gazzo authored
-
Guilherme Gazzo authored
-
Diego Sampaio authored
Regression: Sending message with a mention is not showing to sender
-
Gabriel Delavald authored
* table component * table component: fixed header * tabs component * change directory header paddings * add onItemClick to the table component * remove table horizontal padding and add animation to tabs * improve readability on table and directory methods * show only channel/username column when access directory using mobile * change sort icons * debounce directory search * fix active tab * Css and structure changes for internal app directory (marketplace) * put directory table header back on mobile * directory table loading indicator * better way to handle active state on tabs * table methods: onResize, onScroll, onSort * fixed table results when change tabs * fix directory table sort * fix user table columns on directory * Improve internal marketplace layout * CSS customization for internal apps marketplace * Remove unused padding * remove channel description on directory * Update name and details for marketplace * Update style based on improved directory css * Fix text size on app list * fix directory table on firefox * fix directoru table header on electron * indentation fix on table css * fix style * fix * fix 2 * fix review
-
Guilherme Gazzo authored
* fix directory table on firefox * fix directoru table header on electron * indentation fix on table css * fix style * fix * fix 2 * fix review
-
Gabriel Engel authored
Manual push by LingoHub User: Rodrigo Nascimento. Project: Rocket.Chat Made with
by https://lingohub.com -
Gabriel Delavald authored
* POC - YT oauth * youtube auth * livestream from broadcast tab * almos done * Kill ffmpeg process * change methods * undo problems * refactoring some logs * tests * Customize popout for streaming * actions buttons * stop media on destroy popout * Add transition steps * remove logs * fix errors * fix * Finishing UI and improvments to broadcast flow * Finishing UId improvments to broadcast flow * lint fix * update localhost urls for auth * update site url * remove encoder and add media server url settings * Adds livestream notifier and clears tab when closing broadcast * Adds configurable message when livestream is not available * Fix classes starting with -- and remove npm folder * Adds basic API for RoomAnnouncement * Adds Announcement to default lib * Adds style * Adds announcement styles and colors for warning/error * Adds announcement when starting broadcast on room * fixing lint errors * Remove unused deps and console.log * Fixing deps (maybe) * update package-lock * Fix gettting room announcement and route for livestream oauth callback * Save audio only option when clearing details * Fix broken callback url * Reorder livestream icon * Adds check to display broadcast camera button * livestream order
-
Pierre H. Lehnen authored
* Fixed issue were wordpress oauth configuration was not loaded properly * different fix for the oauth configuration loading problem
-
フィンメーラ authored
[NEW] REST API endpoints `permissions.list` and `permissions.update`. Deprecated endpoint `permissions`
- Jun 20, 2018
-
-
フィンメーラ authored
[NEW] REST API endpoint `channels.setDefault`
-
Alan Sikora authored
* Initial progress * Direct messaging complete * Handle net-splits * Cleaned up logging * more cleanup, better log messages * Added support for IRC users to create rooms and invite RC users * Keep rooms in sync * IRC user can kick RC user * Working on transcription of coffescript to ecmascript code and fitting on the codebase. * Adds settings section for config the IRC Server bridge. * Working handles for direct messages * Working handles for direct messages * Working handles for direct messages * Working handles for direct messages * Working handles for direct messages * Working on RC server connection to a local IRC Network * first version, using a RFC2813 implementation * Fixing lint errors * Fixed partial username * Fixed problems with scope * removed parser name * Added a button to reset the IRC connection * Adjusted messages * Fixed IRC federation for new users * Ignore eslint about control character on regex * Adjusted settings strings
-
Marcos Spessatto Defendi authored
[FIX] REST API: Add more test cases for `/login`
-
Pierre H. Lehnen authored
* fix body font family order * Update variables.js * Set new font stack where the old one is still used
-
Marcos Spessatto Defendi authored
Add verification to make sure the user exists in REST insert object helper
-
Marcos Spessatto Defendi authored
[BREAK] Always remove the field `services` from user data responses in REST API
-
Marcos Spessatto Defendi authored
Fix REST users.updateOwnBasicInfo, disallow names with whitespaces and save custom fields only if it is necessary (#11204) [FIX] REST endpoint `users.updateOwnBasicInfo` was not returning errors for invalid names and trying to save custom fields when empty
-
Karan Bedi authored
* [NEW] Document Domain property in IFrame * Reorder setting document.domain and enable check * [FIX] Document Domain setting
-
Renato Becker authored
-
Pierre H. Lehnen authored
-
Pierre H. Lehnen authored
-
Marcos Spessatto Defendi authored
Add parameter to REST chat.react endpoint, to make it work like a setter Closes #10370.
-
フィンメーラ authored
This PR allows people to customize their Rocket.Chats a bit more with a custom login wallpaper. **Right now it looks like this...**  **But by tweaking this new option in Assets...**  **...it can look like this!** 
-
Karl Prieb authored
-
- Jun 19, 2018
-
-
Pierre H. Lehnen authored
* Support for dynamic slack and rocket channels * Support for dynamic slack and rocket channels * Introduced ES2015 Import/Export to resolve dependencies * Lint * Fixed npm require * Removed npm.depends * removed unnecessary code
-
Tasso Evangelista authored
When no language is defined in settings, correctly shows `Default` as the selected option.
-
Karl Prieb authored
-
Tasso Evangelista authored
Closes #11108 This is a workaround since the message rendering system relies too much on the order of the render functions and its based on changing HTML strings.
-
Tasso Evangelista authored
Closes #9771
-
Guilherme Gazzo authored
Closes #11175
-
Sergey Shitikov authored
* Missing language constants. Added translation to En end Ru json. * added package-lock
-
Mahdi Yari authored
* Nodejs + Python version spicifications I spent more than 10 hours on the building Rocket.Chat with Python v3.x and NodeJS v9.x! Rocket.Chat is compatible (only?) with NodeJS v8.9.3 and Python v2.7 Merge this and save lives! Thank you * Update README.md
-
- Jun 18, 2018
-
-
Tasso Evangelista authored
Fixes the following error: ``` Uncaught TypeError: Cannot read property 'name' of undefined at roomList.js:127 at callbacks.js:97 at Array.reduce (<anonymous>) at Object.RocketChat.callbacks.run (callbacks.js:88) at Streamer.<anonymous> (cachedCollection.js:340) at ev.js:11 at Array.forEach (<anonymous>) at Streamer.emit (ev.js:11) at StreamerCentral.<anonymous> (client.js:66) at ev.js:11 ```
-
Tasso Evangelista authored
Closes #9440
-
- Jun 15, 2018
-
-
Pierre H. Lehnen authored
-