landreev
landreev
Starting v5.7, it’s possible to define metadataLanguage for a dataset. This value also gets exported in dataverse_json. When it’s not defined, `"metadataLanguage":"undefined"` is exported. However, it appears that this “undefined”...
**What this PR does / why we need it**: Big technical debt PR; eliminates the custom jars of the old lyncode XOAI library; replaces them with dependencies for the new...
When the total dataset storage size exceeds the ZipDownloadLimit, we don't offer the "download all" option on the dataset page. Showing the message "The dataset is too large to download....
This is a followup issue for IQSS/dataverse#8372 (PR IQSS/dataverse#8753). Once that is merged we can proceed cleaning up and refactoring the remaining old OAI code. Some of that code predates...
Our datasetfieldtype setup relies on the fields being unique *across all the metadatablocks* installed. That's how the API knows if it's a new field, or a field that needs to...
A followup issue for #8372 (PR #8753). The existing restassured tests are fairly primitive. We need tests covering all the OAI functionality we provide.
`TL;DR:` We rely on the `Shib-Identity-Provider:` (for ex., `https://fed.huit.harvard.edu/idp/shibboleth`) and `eppn:` (`[email protected]`), as supplied by the provider, to identify shib accounts. If an institution decides to change either of the...
This is a narrow case of the overall "rate limiting" umbrella issue. This would not attempt to throttle the overall traffic to the site, or to regulate the rate of...
[the paragraph that follows need to be edited some more, as it still contains some inaccuracies; will do once I have a sec. but, to emphasize, this is a fairly...
(we may come up with a better title for the issue; also, we may move it to a different repo - since most of this will need to be developed...