d98762625

Results 11 issues of d98762625

We found that we needed to be able to set capabilities on the terminus struct, otherwise we couldn't share queues. This PR adds a getter and setter for capabilities on...

enhancement

This allows us to use the dynamic node properties of the terminus.

The mappings from C types to Go types are incorrect in the latest generated wrapper for proton. This PR fixes that issue. I made this change on version 0.27.0 because...

This PR allows the Node API's `bake` function to accept recipes in the chef-format used in deeplink urls by cyberchef. This is now a valid call: ``` chef.bake("some input", "ROT13(true,false,14)MD5()To_Hex('Space',0)")...

This is one change in a larger, ongoing piece of work. The overall aim of this block of work is to simplify the Recipe API for use with the web...

Closes #956 Operations imported from chef UI where the operations contain characters other than letters, numbers or spaces are not found. This PR adds `.`,`/` and `-` to the sanitise...

**Is your feature request related to a problem? Please describe.** Currently when you POST to `/bake` it returns a type and a value. If someone wanted to write the converted...

`outputType` is an optional parameter that can be specified when POSTing to `/bake`. When `outputType` is set as `"file"` or `7`, the application should return a file. **Describe the solution...

**Motivation: allow users to send files as part of multipart forms to cyberchef-server.** Features: - send input as "input" field in form: ``` curl -F "input= make it good" -...

With this addition, you will be able to cpopy/paste deeplinks from the cyberchef UI (everything after the #) and paste it in as a query to `/bake` and it will...