- Oct 13, 2020
-
-
Tasso Evangelista authored
-
- Sep 29, 2020
-
-
Diego Sampaio authored
-
Diego Sampaio authored
-
Douglas Gubert authored
-
Shiqi Mei authored
* [FIX] [Apps] Fix app user doesn't has permission to upload files * Fix errorClass [Error]: Forbidden [forbidden] In `app/file-upload/lib/FileUploadBase.js`, we configured `UploadFS.config.defaultStorePermissions`, which validates `insert(userId, doc)` etc. But the parameter userId cann't be always obtained by this validation method correctly (sometimes it's undefined). Meteor use the Meteor.userId() as its fallback option. So we can wrap the original call with `Meteor.runAsUser` to solve issue. * Add a new validator into canAccessRoom canAccessRoom (`app/authorization/server/functions/canAccessRoom.js`) is an essential validator for Rocket.Chat to check whether some user has permissions to access some room. In this PR, we added a new validator that allows app users to access any room on a Rocket.Chat server even if it is not a member of the room. * An attempt to fix Meteor code must always run within a Fiber Error Original Error: "Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment." * Add support for uploading files by a livecaht visitor * Support upload files with livechat visitors * Reduce an unnecessary DB query - Users.findOneById * Move the "bypass" out of canAccessRoom Adding a bypass inside canAccessRoom can potentially allow apps to do stuff we're not prepared (yet) * Update Apps-Engine version * Some refactoring * Fix a rateada Co-authored-by:
Douglas Gubert <douglas.gubert@gmail.com>
-
- Sep 28, 2020
-
-
Shiqi Mei authored
* Allow specify the encoding of the response data * Update Apps-Engine version Co-authored-by:
Douglas Gubert <douglas.gubert@gmail.com> Co-authored-by:
Douglas Gubert <d-gubert@users.noreply.github.com>
-
- Sep 25, 2020
-
-
Diego Sampaio authored
-
- Sep 23, 2020
-
- Sep 22, 2020
-
-
Rodrigo Nascimento authored
Co-authored-by:
Diego Sampaio <chinello@gmail.com>
-
Shiqi Mei authored
Co-authored-by:
Douglas Gubert <douglas.gubert@gmail.com>
- Sep 21, 2020
-
-
Diego Sampaio authored
-
Guilherme Gazzo authored
-
dependabot[bot] authored
Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v0.7.0 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Thassio Victor authored
* Add support for new livechat's guest and room events * Update trigger calls * Update Apps-Engine version Co-authored-by:
Douglas Gubert <douglas.gubert@gmail.com>
-
- Sep 17, 2020
-
-
Diego Sampaio authored
-
- Sep 11, 2020
-
-
Diego Sampaio authored
-
Guilherme Gazzo authored
-
- Sep 09, 2020
-
-
Guilherme Gazzo authored
-
- Sep 01, 2020
-
-
Tasso Evangelista authored
-
- Aug 31, 2020
-
-
Diego Sampaio authored
-
- Aug 29, 2020
-
-
Diego Sampaio authored
-
Douglas Gubert authored
* Accept visitors for uikit interactions * Change visitor auth strategy for ui interaction endpoint * Update Apps-Engine version * Update livechat version * Update Apps-Engine version Co-authored-by:
Diego Sampaio <chinello@gmail.com>
-
- Aug 27, 2020
-
- Aug 25, 2020
-
- Aug 24, 2020
-
-
Diego Sampaio authored
-
- Aug 22, 2020
-
-
Guilherme Gazzo authored
-
gabriellsh authored
Co-authored-by:
Martin Schoeler <martin.schoeler@rocket.chat> Co-authored-by:
Tasso Evangelista <tasso.evangelista@rocket.chat> Co-authored-by:
Guilherme Gazzo <guilhermegazzo@gmail.com>
-
Douglas Gubert authored
-
Diego Sampaio authored
- Aug 21, 2020
-
-
Douglas Gubert authored
* Implement new IPostLivechatRoomTransferred event * Move event trigger to correct place * Update Apps-Engine version
-
Rodrigo Nascimento authored
-
- Aug 20, 2020
-
-
dependabot[bot] authored
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.7 to 5.0.0. - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v3.0.7...v5.0.0 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 19, 2020
-
-
Diego Sampaio authored
-
Guilherme Gazzo authored
-