- Aug 09, 2022
-
-
Hugo Costa authored
-
- Jun 22, 2022
-
-
Pierre Lehnen authored
Co-authored-by:
Diego Sampaio <chinello@gmail.com>
-
- Jun 02, 2022
-
-
Tasso Evangelista authored
-
- May 03, 2022
-
-
Filipe Marins authored
-
- Apr 20, 2022
-
-
Filipe Marins authored
* refactor: load from server all chatsubscription before open room * Fix review Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- Apr 06, 2022
-
-
Diego Sampaio authored
-
- Mar 30, 2022
-
-
Filipe Marins authored
* fix: if not find room on subscription try on chatroom * refactor: remove aditional request and aadd rid * refactor: remove unsed async * fields -> projection * fix link to new users on spotlight Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat>
-
Filipe Marins authored
* fix: if not find room on subscription try on chatroom * refactor: remove aditional request and aadd rid * refactor: remove unsed async * fields -> projection * fix link to new users on spotlight Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat>
-
- Feb 22, 2022
-
-
Pierre Lehnen authored
* [Chore] roomTypes: Stop mixing client and server code together * Moving roomTypes * client * client * livechat * imports * errors * removed commented code * Avoid typecasts * Fixed invalid reference * Removed typecast * comments * Prefer `RoomType` * Fix weird component prop * Prefer assertion * Revert "Prefer assertion" This reverts commit 08e8a58fcb3003253c3b2fb609c71c19c2f8b708. * Imply by typing that `getRoomTypeConfig(identifier: RoomType)` returns a route Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat>
-
- Feb 10, 2022
-
-
Matheus Barbosa Silva authored
* Display Join button in discussions inside channels, add user to room on 'Click To Join' * Open jitsi call on Meteor.call callback * Fixed jitsi * Removed console.log * Add user to room when clicking on the 'Call' tbb bar option * Update getMessageFunction name * Use canAccessRoomId function Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat> Co-authored-by:
Leonardo Ostjen Couto <leonardoostjen@gmail.com>
-
- Jan 18, 2022
-
-
Tasso Evangelista authored
Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- Jan 16, 2022
-
-
Douglas Fabris authored
-
- Jan 05, 2022
-
-
Tasso Evangelista authored
-
- Dec 29, 2021
-
-
Diego Sampaio authored
-
- Sep 15, 2021
-
-
Tasso Evangelista authored
-
- Aug 18, 2021
-
-
Douglas Fabris authored
* fix: race condition when creating room for the first time * fix: review
-
- May 21, 2021
-
-
Tasso Evangelista authored
-
- May 10, 2021
-
-
Rafael Ferreira authored
Co-authored-by:
Guilherme Gazzo <guilherme@gazzo.xyz>
-
- Apr 16, 2021
-
-
Guilherme Gazzo authored
-
- Apr 12, 2021
-
-
Tasso Evangelista authored
-
- Apr 08, 2021
-
-
Tasso Evangelista authored
Co-authored-by:
Guilherme Gazzo <guilherme@gazzo.xyz>
-
- Jan 29, 2021
-
-
Douglas Fabris authored
-
- Jan 20, 2021
-
-
Guilherme Gazzo authored
-
- Dec 24, 2020
-
-
Guilherme Gazzo authored
-
- Nov 21, 2020
-
-
Guilherme Gazzo authored
-
- Aug 21, 2020
-
-
Rodrigo Nascimento authored
-
- Jun 28, 2020
-
-
Diego Sampaio authored
-
- Jun 25, 2020
-
-
Guilherme Gazzo authored
Co-authored-by:
Diego Sampaio <chinello@gmail.com>
-
- Jun 21, 2020
-
-
Guilherme Gazzo authored
Co-authored-by:
Diego Sampaio <chinello@gmail.com> Co-authored-by:
gabriellsh <40830821+gabriellsh@users.noreply.github.com> Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat>
-
- Jun 11, 2020
-
-
gabriellsh authored
Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
- May 30, 2020
-
-
justinr1234 authored
[IMPROVE] Make the implementation of custom code easier by having placeholders for a custom folder (#15106)
-
- Apr 13, 2020
-
-
Tasso Evangelista authored
-
- Mar 27, 2020
-
-
Guilherme Gazzo authored
-
- Mar 26, 2020
-
-
Guilherme Gazzo authored
Co-authored-by:
gnidorah <gnidorah@users.noreply.github.com> Co-authored-by:
Dumitru Zavrotschi <11751017+zdumitru@users.noreply.github.com> Co-authored-by:
Sebastien Legare <slegare@gmail.com> Co-authored-by:
Diego Sampaio <chinello@gmail.com>
-
- Mar 18, 2020
-
-
Ashwani Yadav authored
-
- Dec 16, 2019
-
-
Rodrigo Nascimento authored
* Enable typescript lint * Move eslint-plugin-import to deve section
-
- Aug 20, 2019
-
-
Guilherme Gazzo authored
-
- May 22, 2019
-
-
Guilherme Gazzo authored
* fix e2e problems witg threads and message blinking * fix lint? * Update RoomManager.js * ops * refactor * Update rocketchat.e2e.js * fix decryptPendingMessages
-
- May 10, 2019
-
-
Diego Sampaio authored
* Fix new eslint rules * Fix eslint rules: no-unsafe-finally no-await-in-loop * More and more rules * Fix changes after lint fixes * Fix import orders * New eslint rules operator-linebreak new-parens * New eslint rule: no-useless-computed-key * New eslint rule: no-useless-constructor * Fix after develop merge * Update lint package and fix new code
-
Rodrigo Nascimento authored
* [FIX] New day separator overlapping above system message (#14362) * Improve German translations (#14351) * Use the plural for discussions-section in side panel * Formal and informal translations for 1.0 * fix german typos * [FIX] Main thread title on replies (#14372) * fix * fix test * fix setting * Update tests/pageobjects/main-content.page.js Co-Authored-By:
ggazzo <guilhermegazzo@gmail.com> * Update app/ui-utils/client/lib/RoomHistoryManager.js Co-Authored-By:
ggazzo <guilhermegazzo@gmail.com> * [FIX] Bell was too small on threads (#14394) * [FIX] Messages on threads disappearing (#14393) * fix subscription-changed updating all messages(#14391) * Fix: Message body was not being updated when user disabled nrr message (#14390) * [NEW] Allow change Discussion's properties (#14389) * [FIX] Unnecessary meteor.defer on openRoom (#14396) * [FIX] more message actions to threads context(follow, unfollow, copy, delete) (#14387) * added more message actions to threads context * more actions * change token name (#14379) * [FIX] Pressing Enter in User Search field at channel causes reload (#14388) * Prevent default on enter in User search * Prevent form submission in membersList * If using subpath make sure streams use that also for multi-instance. Fixes #13200 (#14376) * Revert "[IMPROVE] Use SessionId for credential token in SAML request (#13791)" (#14345) This reverts commit 3967a74f. * Add fallback to mongo version that doesn't require clusterMonitor role (#14403) * [FIX] Users actions in administration were returning error (#14400) * Fix actions collapse into popup in userInfo * Refactor userActions * [FIX] Error 400 on send a reply to an old thread (#14402) * fix error 400 on send a reply to an old thread * ignoring properly hidden messages * [FIX] Messages on thread panel were receiving wrong context/subscription (#14404) * [FIX] preview pdf its not working (#14419) * [FIX] renderMessageBody was caching messages in wrong scenarios #14420 * LingoHub Update
(#14426) Manual push by LingoHub User: Diego Sampaio. Project: Rocket.Chat Made with by https://lingohub.com * [FIX] Mentions message missing 'jump to message' action (#14430) * fixed context * threads context * [FIX] Escape unrecognized slash command message (#14432) * Add missing german translations (#14386) * [FIX] IE11 support (#14422) * Add symlinks to ES6 node_modules imports * Add URL polyfill for IE11 * Fix thread replies for IE11 * [IMPROVE] allow users to skip activeUsers to be ready (#14431) * allow users to skip activeUsers to be ready * Update main.js * Update app/ui-master/client/main.js Co-Authored-By:ggazzo <guilhermegazzo@gmail.com> * [IMPROVE] Don't use regex to find users (#14397) * Don't use regex to find users * Invert logic on model methods * Escape username regex * Find users in batch * Use only normalizeMessagesForUser * Don't ignore username case to get owners on graphql * Fixes on DAU and MAU aggregations (#14418) * Fixes on SAU and MAU aggregations * Report new data from DAU/MAU * Run tests agains a mongodb container in CI * Try to run CI correctly * Fix drop database * Parse desktop app User Agent correctly * Fix aggregation of past sessions * Return past month today * Fix bug * Add migration * Fixed migration * Migration improvements * Fix crowd sync by using correct logging method (#14405) * Fix room names in user info dialogs (#14415) * Fix discussion name being invalid (#14442) Closes #14378 * Fix i18n files keys sort (#14433) * Add script to normalize i18n files * Fix i18n files * Set as official script * Update package-lock.json * fix (#14443) * Update threads.css * Bump version to 1.0.3 * regen changelog
-