Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
The Rocket.Chat Apps engine and definitions.
# What? :boat: It will use a different `timeout` (3600 * 1000 ms instead of 1000 ms) when you start a RocketChat instance with `meteor npm run debug` instead of...
Hi, I would like to use the "subscriptions.get" API, but I need to be able to sort & limit results (I proposed to make this dev here: https://github.com/RocketChat/feature-requests/issues/404). If this...
I've been toying around with the Rocket Chat apps engine to explore its capabilities. I really like the game center/ external components feature. However, I'm having a hard time figuring...
Hi, I would like to write an app where a username and a password is required. Is there any (undocumented) option to create a masked text box in the settings...
Hi, Is there any way to get a masked textbox for the settings using the `IConfigurationExtend` interface? A type like: `type: SettingType.PASSWORD` Thanks!
# What? :boat: Add the Contributing guide. It's the one from the main repo. # Why? :thinking: We didn't have one # Links :earth_americas: # PS :eyes:
trying to access user's webcam and see but didn't find any API for the same.
Auto prune logs for Apps after an extended amount of time.
I'm writing an application that lets users import their private mesage history into IM rooms, which is a much asked for feature that would significantly ease the pain for many...
I implemented `app.getLogger()` in my app but nothing shows up when I check the logs using the `View Logs` button of the app. I tried using all `app.getLogger().error()`, `app.getLogger().log()`, and...