Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

The Rocket.Chat Apps engine and definitions.

Results 169 Rocket.Chat.Apps-engine issues
Sort by recently updated
recently updated
newest added

I am trying to get inputs from user in UIKit Contexual Block and then post message on same channel after clicking Submit button of contexual bar. But unable to reproduce...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

# What? :boat: Remove deprecated methods and behaviors for version 2.0 ### Methods that will be removed: - `App.getAppUsername()` - Developers should use `IRead.getUserReader().getAppUser()` instead - `ILivechatRead.getLivechatVisitors(query)` - There are...

# Why? :thinking: [Fix]: Typo under IApi under RocketChat Apps TypeScript Definition

# Changes - Fix Typo under RocketChat apps Typescript Defination [Docs](https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/api_iapi.iapi.html), under description of endpoints property in IApi interface. find it over [here](https://github.com/RocketChat/Rocket.Chat.Apps-engine/blob/alpha/src/definition/api/IApi.ts#L16). # Further Comments - [x] Reason and...

For use cases where apps need to take input from users via a modal that refers to an RC (Rocket.Chat) user or an RC channel, then it would be awesome...

Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

I would very much like to see support for the [openid-client](https://github.com/panva/node-openid-client) package. Without this, I'll have to implement a secondary auth mechanism for this Rocket Chat App. Currently, I see:...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

It would be really handy if [IUserUpdater](https://rocketchat.github.io/Rocket.Chat.Apps-engine/interfaces/accessors_iuserupdater.iuserupdater.html) would be able to update user's roles. I know there may be concerns about security, but this is my own app, and right...