Florian M

Results 195 issues of Florian M

It is not always obvious which measures are in multiples of the dataset unit (e.g. nm, µm), and which are in voxels. Should be shown, possibly in a tooltip or...

enhancement
frontend

When requesting the segment area for large segments, the request is very slow. Also we apparently got integer overflows on the server. Tested on l4dense_motta_et_al_demo The requests for volume and...

bug
enhancement
backend
frontend
performance

Quoting @normanrz from #5097: > could we list the uploader also in the dataset list? maybe morph the creation date column to a creation column with time and uploader. The...

enhancement
backend
frontend
discussion

follow up to https://github.com/scalableminds/webknossos/issues/3707

frontend
testing

When superuser create datasets (via upload or publish), storage quota checks should be skipped.

enhancement
backend
discussion

A number of worker jobs create new datasetes. Those ultimately fail if the organization’s storage quota is exceeded. In case the quota is *already* exceeded, we could already prevent starting...

enhancement
backend
frontend

Requests to finishUpload are slow. The server unzips the uploaded dataset, performs a number of checks, and, if enabled, creates a copy, forwards to S3. Users might run into browser...

enhancement
backend
discussion
performance

Some file operations are wrapped with this.synchronized, for example in the upload service. We should make sure which of those are actually needed and what exactly they are supposed to...

backend
refactoring
low-pri

Folders have no creation date in the db. It would be nice to offer this, to also see it in the dashboard, this would make sorting more convenient. We’d need...

enhancement
backend
frontend

Currently, if I log out in one webKnossos tab, and have the dashboard open in another, I get a `{"success":false,"message":"Authentication required"}` toast. Would be nice to show not json but...

enhancement
frontend