kuchtiak-ufal

Results 18 issues of kuchtiak-ufal

This change catches the PaginationException in ClarinLicense search requests. In case the PaginationException occurs, the empty response is responded with links. Also unit test **searchWithIncorrectPageParamete**r was added for the following...

Examples: `GET https://dspace-dev.ufal.mff.cuni.cz/repository/server/api/submission/workspaceitems/search/shareToken?shareToken=invalid_token` or: `POST https://dspace-dev.ufal.mff.cuni.cz/repository/server/api/core/clarinusermetadata/manage?bitstreamUUID=7cc8d2a8-d81b-484d-8b81-e03afeaa0ff8` (with empty payload, when the email is required) This happens in all cases, when the BadRequestException is thrown in dspace-server-webapp. This is because **javax.ws.rs.BadRequestException**...

v7

There are some issues related to handle management UI: 1. When admin opens the **Manage Handles UI**, the Search Option needs to be selected. The Search button is not working...

UI
dq: in progress

Fixing the incorrect **dim** metadata output containing the strange **"restricted"** text in dim metadata output: ``` ... Bohumír Lifka (librarian) clip ... Nolinguistic content 241650171 2 video restricted ``` The...

As a submitter I've setup an Embargo for my item file (bitstream) until some date. I am not able to download this file before that date, which is OK. But,...

UI

Error 500 is visible in Network monitor on: `GET http://localhost:8080/repository/server/api/discover/browses/author/items?scope=c23166ee-8807-43f0-acbe-ea2fc68f5ebd&sort=dc.title,ASC&page=0&size=20&embed=thumbnail` or `GET http://localhost:8080/repository/server/api/discover/browses/subject/items?scope=c23166ee-8807-43f0-acbe-ea2fc68f5ebd&sort=dc.title,ASC&page=0&size=20&embed=thumbnail` or `GET http://localhost:8080/repository/server/api/discover/browses/language/items?scope=c23166ee-8807-43f0-acbe-ea2fc68f5ebd&sort=dc.title,ASC&page=0&size=20&embed=thumbnail` Error log: [err.txt](https://github.com/user-attachments/files/19954788/err.txt) Error is also described in https://github.com/ufal/clarin-dspace/issues/1178

bug
upstream issue

Implement ePIC REST API to allow admin user to: - create ePIC handle - update ePIC handle - retrieve ePIC handles by URL pattern - get ePIC handle - remove...

When the Clarin license is edited, end the **license name is changed**, the item's that are related to this license show still the old name in the Item's View: License...

UI

The following exception is thrown when anonymous user is trying to download file ``` com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input at [Source: (org.apache.catalina.connector.CoyoteInputStream); line: 1, column: 0] at...

1. Take out the "**The user will receive an email with download instructions.**" option from the "**Additional required user info**" options list, and create a separate checkbox: [ ] **The...

UI