restheart icon indicating copy to clipboard operation
restheart copied to clipboard

Open Source Low-code API development framework Featuring ready-to-go Security and MongoDB API

Results 20 restheart issues
Sort by recently updated
recently updated
newest added

Options is the third parameter for the `updateMany` method, but is currently hard coded to `DO_NOT_UPSERT`. ## Expected Behavior Support of the following would be nice: ``` updateMany( { 'foo':...

feature request
contribution:welcome

I used docker-compose.yml example from https://github.com/SoftInstigate/restheart/blob/master/docker-compose.yml here is my error logs and docker-compose: *********************** 1. Error log: ``` podman-compose version: 1.0.4 ['podman', '--version', ''] using podman version: 4.0.2 podman logs...

**Describe the bug** PATCH requests allows the body to be an update operator expression or update aggregation pipeline. See https://restheart.org/docs/mongodb-rest/write-docs#mongodb-write-operations When the request with operator expression is authorized by a...

bug

**Brief overview** In ChangeStream definition, we can define filters, but can we also define projections? Ideally, need to have the possibility to pass a list of projections as parameter (like...

question

**Brief overview** We want to extend defining security policy rules programmatically by allowing both inclusive and exclusive security policies through veto and permission predicates. Currently RESTHeart allows to define a...

feature request

**Describe the bug** The mongodb rest API bulk post, i.e. does not replace the whole matching documents. Instead it just updates the passed properties of matching documents Create 2 docs...

bug

**Brief overview** Improve the validation of mappings in GraphQL app definition to improve the developer experience. Example of possibile improvements are: - Name of the GraphQL field of a mapping...

feature request

**Brief overview** the Mongo REST API allows querying collections via `GET /coll?filter={...}&sort={...}&keys&hint={...}` specifying query parameters using query parameters. Allow to pass the same parameters via headers as well. **Rationale** This...

feature request

**Brief overview** [FerretDB](https://www.ferretdb.io) is the truly Open Source MongoDB alternative, built on Postgres. We are working with the FerretDB team to make RESTHeart and FerretDB work together. **Rationale** Extend support...

feature request

**Brief overview** Allow to store the auth token in a secure cookie and allow to authenticate from it. **Rationale** 1. Using cookie authentication and JWT token effectively enable Single Sign...

feature request