Bram Luyten
Bram Luyten
@picheli20 Apologies if this is an inappropriate place to ask, but would be great if you could clarify the following. Let's say that I use the pipe: `{{ 'Home' |...
Couldn't immediately find the link to the github repo for the fork, so for others reading the thread above, it might be interesting to know as well that the fork...
Sorry, after trying this out, it seems to be a stupid idea. This relies on orientation attributes being present in the file, but if they are not there, auto orient...
@alanorth As far as I cansee, as long as the wild card isn't trailing, it shouldn't be ignored. The change in this ticket came up in an email dialogue with...
Very similar/likely the same issue as https://github.com/DSpace/DSpace/issues/9333 TL;DR I think the problem is that the DSpace code uses the property where the member API link is expected(`orcid.api-url`), to make calls...
@tdonohue the crux here is that the initial POST to the /csrf endpoint will result in a 403 response, by design. That 403 response includes the Set-Cookie header for the...
We would really welcome review here and hope to get this merged.
Not 100% sure if it's the same issue or cause, but we experienced that if a cron job triggers at the same time as when the logrotate is scheduled, there...
@pnbecker what are your thoughts here on Kevin's question, cfr: _I don't know what the best way to fix it would be, do we call on the setArchived(true) BEFORE we...
This is still an issue today. The default that dc.identifier.uri is used, is pretty hard coded into the code here: https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/java/org/dspace/identifier/DOIIdentifierProvider.java#L71-L73 At the very least, this should be pulled up...