dsp-api icon indicating copy to clipboard operation
dsp-api copied to clipboard

DaSCH Service Platform API

Results 142 dsp-api issues
Sort by recently updated
recently updated
newest added

On startup, when `OntologyResponderV2` receives the message `LoadOntologiesRequestV2`, it loads and validates all ontologies. If an ontology is invalid, it throws `InconsistentTriplestoreDataException`. This should cause Knora to go into an...

enhancement

When the triplestore is not available after the Knora service successfully started, following should happen: - change state to `unhealthy` - answer every API request with a `503 Service Unavailable`...

enhancement

Could we enhance CKEditor integration into Salsah to manage rich text values with a custom mapping ? (more infos [here](https://github.com/LaDHUL/KnoraBulkStandoffImport) about what I try to achieve)

enhancement
clientapi

When I edit a rich text value related to a custom standoff mapping, the mapping used on save is the standard default one : ```json { "richtext_value": { "xml":"\ntest", "mapping_id":"http://rdfh.ch/standoff/mappings/StandardMapping"...

bug
clientapi

Obviously not all property entries are considered by fulltext search in Salsah (v1.3) when used with wildcard (*). Maybe it is somehow connected to #518 , but open the property...

I would like to suggest the following convention. We already do this more or less. But if it is written down somewhere, then new developers can be quickly instructed: -...

enhancement

- [ ] return a restricted image in a smaller size - [ ] deny access to image if the user does not have permission to see the image

enhancement

## Pull Request Checklist ### Task Description/Number Issue Number: DEV- ### PR Type - [ ] build/chore: maintenance tasks (no production code change) - [ ] docs: documentation changes (no...

:robot: I have created a release *beep* *boop* --- ## [30.17.2](https://github.com/dasch-swiss/dsp-api/compare/v30.17.1...v30.17.2) (2024-07-09) ### Maintenance * Add sqlite to localdev setup ([#3304](https://github.com/dasch-swiss/dsp-api/issues/3304)) ([e5650a7](https://github.com/dasch-swiss/dsp-api/commit/e5650a7fc4429dd05160b9c4f4b71d787b0a96c6)) * Major dependency updates ([#3300](https://github.com/dasch-swiss/dsp-api/issues/3300)) ([63b202d](https://github.com/dasch-swiss/dsp-api/commit/63b202db319776e02caf16c7cd93372b632ea73f)) * Migrate...

autorelease: pending

- **Add AuthenticationRouteV2 and remove Options from Authenticator methods** - **Migrate POST /v2/authenticate to tapir** - **Migrate DELETE /v2/authenticate to tapir** - **Remove unused KnoraRoute class** - **Migrate GET /v2/authentication...