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

The Current Stable Version for typescript is version 3.6.3 so updated typescript to latest version solves #107

**Preview:** ![image](https://user-images.githubusercontent.com/32427260/69116424-60619900-0ac7-11ea-9c6c-67160e6e3df0.png)

> we're going to have to deprecate the current version and prepare change it to async in the next major https://github.com/RocketChat/Rocket.Chat.Apps-engine/pull/212

When a webhook post is done via multipart/form-data , then the content is empty . ``` {"method":"post","headers":{"host":"95.216.5.29:3008","accept":"/","content-length":"1268","expect":"100-continue","content-type":"multipart/form-data; boundary=------------------------888e5d4b2eceadad"},"query":{},"params":{},"content":{}} ```

need confirmation

Currently, it isn't possible for an app to properly hook some routine to its installation/uninstallation in a Rocket.Chat workspace. The only lifecycle _event_ that is somewhat related to the installation...

:new: enhancement

It would be good to have a log level setting for an App. For example, I'd like to create an app that accepts slashcommands from anonymous users, but with the...

:new: enhancement

The new version of alsatian brings more awesome features like [logging](https://github.com/alsatian-test/alsatian/pull/508). @graywolf336 @d-gubert Can we make plans for updating this dependency?

I'm running `rc-apps deploy` on the latest release. It seems to compile my valid typescript to some broken code. It looks like it cannot resolve the import properly. I reverted...

📖 more info needed