Ivan Subotic

Results 57 issues of Ivan Subotic

Resolves DEV-956, DEV-300 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features)...

With `2.6.x` there is now `akka-actor-typed`, which is the new default and recommended way to use Akka actors. Our implementation uses what they now call `Classic Actors`.

There is a strong possibility that we will need to host around 150 new projects each year, so our current strategy of shutting down `knora-api` (or the planned one with...

question

Does the upgrade tool check the data for consistency before running the upgrade? With the change to a `scala` based tool, now it is possible to provide the upgrade tool...

question

Currently, there are a few update routes in the Admin-API like `changeProject` which expect a JSON object in the body of a certain structure and allow to change more than...

enhancement
API/Admin

- Split all UserADM, ProjectADM, and GroupADM in `simple` and `extended` variants. The simple variant will have only IRIs pointing to other admin objects, while the extended variant will return...

enhancement

This would allow the user to specify the access level for his user profile information, e.g., should his `email` be accessible by `Anonymous` users or only viewable by `KnownUsers`.

enhancement

I've added default permissions for my project, but the BulkImport still only adds the root user as the creator. Can somebody confirm, that the BulkImporter sets the default permissions correctly?

enhancement

I've seen the following exception thrown and logged in the console: ``` [2019-03-10 13:47:12,200] ERROR - Main$(akka://webapi) - Unable to run route /v2/searchextended api | java.util.NoSuchElementException: key not found: http://www.knora.org/ontology/knora-base#standoffTagHasUUID...

bug

As I'm working on my Archiving 2019 paper describing Long-Term Preservation of our data, I have come across some missing things. (Also, writing issues is a good way to procrastinate...

enhancement