- Apr 01, 2022
-
-
dependabot[bot] authored
Bumps [@rocket.chat/string-helpers](https://github.com/RocketChat/Rocket.Chat.Fuselage/tree/HEAD/packages/string-helpers) from 0.31.4 to 0.31.9. - [Release notes](https://github.com/RocketChat/Rocket.Chat.Fuselage/releases) - [Changelog](https://github.com/RocketChat/Rocket.Chat.Fuselage/blob/develop/CHANGELOG.md) - [Commits](https://github.com/RocketChat/Rocket.Chat.Fuselage/commits/v0.31.9/packages/string-helpers ) --- updated-dependencies: - dependency-name: "@rocket.chat/string-helpers" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Diego Sampaio authored
-
Diego Sampaio authored
-
Douglas Fabris authored
* chore: bump version * Bump to 0.31.9 * Workaround misuse of `Box`'s `withRichContent` prop Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat>
-
- Mar 31, 2022
-
-
Pierre Lehnen authored
* Regression: Custom roles displaying ID instead of name on admin screens * fix: missing NewRolePage role name validation * Update client/views/admin/users/AddUser.js Co-authored-by:
Douglas Fabris <devfabris@gmail.com> * filter * prettier Co-authored-by:
dougfabris <devfabris@gmail.com>
-
gabriellsh authored
* Add Upgrade tab on sidebar * chore: add new icons * [NEW] UpgradeTab Page Error (#24851) * new: upgradeTab error * remove route Co-authored-by:
gabriellsh <gabriel.henriques@rocket.chat> * [NEW] UpgradeTab Iframe (#24881) * WIP * chore: code org * Iframe navigation * WIP tabtype endpoint * chore: revert endpoint name * new: connect UpgradePageError to iframe page * WIP tabtype 2 * Update links to redirect * Wip had trial before * update cloud.getUpgradeTabParams endpoint * Add tests * Remove logs Co-authored-by:
gabriellsh <gabriel.henriques@rocket.chat> * fix: missing hasRole function * fix: upgradeTab routing * chore: missing import * fix: setting value * fix: update setting value on sync * fix: missing isLoading in route * Small screen, language and review * Avoid unnecessary query * chore: review * Retype `useUpgradeTabParams` * Rename `UpgradeTabVariants` as `UpgradeTabVariant` * Remove placeholder data; fix route redirection * Replace history instead of pushing it * fix: gold license & trialEnd date * wip * Rework `useUpgradeTabParams` * fix: valid licenses * fix: query loading * fix: license type Co-authored-by:
dougfabris <devfabris@gmail.com> Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat>
-
https://app.clickup.com/t/29gujj8amolghode1981 authored
Description : In ACDQueue.ts, When there is no queue available on asterisk, onQueueSummary never gets executed. It directly calls onQueueSummaryComplete Because result.queueSummary never got initialised, result is undefined. This causes getQueueDetails fails as it assumes that there will be a valid queue summary. To fix this, set result.queueSummary to empty array if it does not already exist in onQueueSummaryComplete of ACDQueue.ts
-
- Mar 30, 2022
-
-
Diego Sampaio authored
Release 4.5.5
-
Diego Sampaio authored
-
Tiago Evangelista Pinto authored
* fix infinite loop * fix Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
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>
-
Martin Schoeler authored
-
Tiago Evangelista Pinto authored
* fix infinite loop * fix Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
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>
-
Tasso Evangelista authored
* Upgrade Storybook * Replace `ts-loader` with `babel-loader` * Rearrange some stories * Rearrange some stories * Move `NotAuthorizedPage` * Rearrange some stories * Rearrange some stories * Rearrange some stories * Rearrange some stories * Rearrange some stories * Squashed commit of the following: commit f0cda61e Author: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat> Date: Fri Mar 25 15:45:59 2022 -0300 fix review commit 4113ffb9 Author: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat> Date: Thu Mar 24 17:34:48 2022 -0300 fix commit 82e14b6c Author: Tiago Evangelista Pinto <tiago.evangelista@rocket.chat> Date: Thu Mar 24 17:18:57 2022 -0300 fix * Rearrange some stories * Rearrange some stories * Improve `ServerProviderMock` with parameters * Expand story mocking capabilities * Move mocks * Fix lint issues
-
- Mar 29, 2022
-
-
Martin Schoeler authored
-
Diego Sampaio authored
This reverts commit f79e7eb5.
-
Matheus Barbosa Silva authored
-
Gerzon Z authored
-
- Mar 28, 2022
-
-
lingohub[bot] authored
Project Name: Rocket.Chat Project Link: https://translate.lingohub.com/rocketchat/dashboard/rocket-dot-chat User: Robot LingoHub Easy language translations with LingoHub
Co-authored-by:Robot LingoHub <robot@lingohub.com>
-
Yash Rajpal authored
* render Login Form on correct hash * remove log
-
- Mar 25, 2022
-
-
Diego Sampaio authored
-
- Mar 24, 2022
-
-
Allan RIbeiro authored
Release 4.5.4
-
Allan Ribeiro authored
-
Aaron Ogle authored
* Force name and email to string If its ever anything but a string. Like an array for example It borks the user list because of the aggregations done to bring in users * Removed force to string for email Downstream user creation logic handles this so its safe to let go as is * Log number of values received per attribute * Allow multiple emails Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat>
-
Matheus Barbosa Silva authored
[FIX] LDAP avatars being rotated according to metadata even if the setting to rotate uploads is off (#24320) Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat>
-
Aaron Ogle authored
* Force name and email to string If its ever anything but a string. Like an array for example It borks the user list because of the aggregations done to bring in users * Removed force to string for email Downstream user creation logic handles this so its safe to let go as is * Log number of values received per attribute * Allow multiple emails Co-authored-by:
Pierre Lehnen <pierre.lehnen@rocket.chat>
-
- Mar 23, 2022
-
-
Martin Schoeler authored
-
eduardofcabrera authored
* White label stats * lint fix * Invites * Models Methods * Teams stats and 2fa stats * Users Created Stats * Import Fix * Import Fix 2 * team fix * moved to statistics.ts Co-authored-by:
Leonardo Ostjen Couto <leonardoostjen@gmail.com>
-
Diego Sampaio authored
-
Himanshu Malviya authored
-
Thomas Kurz authored
-
- Mar 22, 2022
-
-
Pierre Lehnen authored
* [FIX] `roles.delete` not properly checking if subscription based roles are being used * Improved typings * Added error message in development if a role scope is passed to a method that expects a scope value * Fix prettier rules * Replace role name by id in findUsersInRole * Fix Users In Role page * Fix role not available error * Fix Users in Role screen for users' custom roles * Check if role exists before adding to user * Fix Remove user from role * Fix roles _id field * Partial commit of changes * some changes * merge fixes * Replaces some names with ids * parseCSV util * ts * Changes from yesterday * api * Removed more roleNames * typo * roles.getUsersInRole * findUsersInRole * fixed import path * removeUserFromRoles * Removed comments * removed comment * migration * Imports * types * createOrUpdateProtectedRole * Removed DetailedError * tests * await server fresh install * Update server/lib/roles/updateRole.ts Co-authored-by:
Matheus Barbosa Silva <36537004+matheusbsilva137@users.noreply.github.com> * MeteorErrors * Display role name in UserInfo when description is not available * Migrate roleNames * syntax * syntax * Review fixes Co-authored-by:
Matheus Barbosa Silva <36537004+matheusbsilva137@users.noreply.github.com> Co-authored-by:
matheusbsilva137 <matheus_barbosa137@hotmail.com>
-
eduardofcabrera authored
* stats events api and engagement dashboard * Engagement Dashboard stats * Message Auditing * Jitsi Stats * otr stats * improvements * rewrite telemetry events * improved types and queries * telemetry events generics * otr stats update * auth required in telemetry endpoint * Update app/otr/client/rocketchat.otr.room.js Co-authored-by:
Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com> * fixed api calls * removed console.log() * lint * fixed more broken API calls * fixed types * incrementValueByID + moved OTR telemtry call from end() to acknoledge() * IStats update Co-authored-by:
Leonardo Ostjen Couto <leonardoostjen@gmail.com> Co-authored-by:
Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>
-
Cauê Felchar authored
Co-authored-by:
Kevin Aleman <kaleman960@gmail.com>
-
Diego Sampaio authored
-
gabriellsh authored
-
Diego Sampaio authored
-
Diego Sampaio authored
-
Diego Sampaio authored
-