rocket
Here are 376 public repositories matching this topic...
Write docs
Hello,
When you attempt to add an email to blocklist and it already exists in blocklist, you see not found page. But you should see error "an email you're adding already exists in blocklist". Or, just ignoring error and showing blocklist page might be ok.
How to reproduce:
- Add an email(say, `invalid@
- Your Rocket.Chat app version: 3.5.1 (259)
- Your Rocket.Chat server version: 2.2.0
- Device (or Simulator) you're running with: iPhone X iOS 13.2
After viewing a picture in full screen, the message field to enter a new message disappears. This happens to almost all of our iOS users and almost every time.
If the users go back to and select another room, the message box reappears. If using t
This project is auto-generated from generator-ngx-rocket.
If you have any issues, please submit them to generator-ngx-rocket instead of here. Same for PR.
Thanks!
- Your Rocket.Chat app version: 3.5.1
- Your Rocket.Chat server version: 2.2.0
- Device (or Simulator) you're running with: Android 8.1
While the website version allows to paste passwords, the app under ios or android does not. Paste button is disabled. We need to paste an OTP token into the password field which is read via NFC.
-
Updated
Dec 23, 2019 - Dockerfile
-
Updated
May 1, 2020 - Jupyter Notebook
-
Updated
Mar 4, 2020 - C#
I have looked through the code and found that it is using a hard coded salt for the password hash loginsalt.
https://github.com/svenstaro/rust-web-boilerplate/blob/master/src/models/user.rs#L42
https://github.com/svenstaro/rust-web-boilerplate/blob/master/src/models/user.rs#L47
You should consider to use a random value here and also save it alongside your password hash inside the database.
-
Updated
Oct 15, 2018 - Rust
-
Updated
Dec 20, 2019 - JavaScript
When users "share message" and add a comment, the RTM includes an "attachment" field on the message. The web client displays the text of this message, and the user sometimes adds a comment about it. This currently displays in IRC as a context-free comment since the attachment is dropped.
Not sure how this should be rendered. Maybe just insert a new message, as if sent by the sharing user, with th
In Edit > Preferences > Units, I don't find the ability to change Diameter to mm ( most hobby motors are denoted this way ).
-
Updated
May 8, 2020 - Swift
By the next's document, this causes all pages to be executed on the server -- disabling Automatic Static Optimization.
-
Updated
Jun 2, 2020 - C#
-
Updated
May 4, 2020 - C++
-
Updated
Sep 1, 2019 - Rust
Improve this page
Add a description, image, and links to the rocket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rocket topic, visit your repo's landing page and select "manage topics."
I tried to find this in the documentation and examples, but there's no example of a manual request being made, only
<form action="/login" method="post">I tried: