Re: [dspace-tech] yarn merge-i18n doesn't merge *deletions* from en.json5 file?

2023-07-13 Thread Amy Ball Wicklund
Oh yes, that's a great idea for a future improvement that doesn't obliterate the default stock text. Similar to config file precedence. In the meantime, I'll edit by hand and also be sure to keep my own backups of the stock text. Thanks Mark! ~Amy On Wednesday, July 12, 2023 at 5:36:20 AM

[dspace-tech] Re: Display IP-restricted community names to anonymous users

2023-07-13 Thread Amy Ball Wicklund
That makes sense and answers my question, thank you Tim. We'll use permissions to make it work. ~Amy On Thursday, July 13, 2023 at 1:20:13 PM UTC-7 Tim Donohue wrote: > Hi Amy, > > I can verify this is correct behavior in DSpace 7 because the backend > (REST API) needs to apply access

[dspace-tech] Re: About dowloads.

2023-07-13 Thread DSpace Technical Support
It is unclear what you are asking for help on. A user's browser often decides where/how a file will be downloaded. Some file formats may automatically open in your browser if it recognizes the format. If you want to force the browser to always download a specific format, you might be able to

[dspace-tech] Re: Rest contract - openapi

2023-07-13 Thread DSpace Technical Support
Hi Jason, The design of our REST API is defined in the contract at https://github.com/DSpace/RestContract/#rest-design-principles We align with Spring best practices and support HATEOAS and the HAL data format. This allows us to use the Spring HAL Browser as a way to easily see available

[dspace-tech] Re: Request for share Dspace community and collection api

2023-07-13 Thread DSpace Technical Support
All our API docs can be found in our REST Contract at: https://github.com/DSpace/RestContract/#readme Here's the docs on creating a community: https://github.com/DSpace/RestContract/blob/main/communities.md#creating-communities And the docs on creating a collection:

[dspace-tech] Re: Dspace 7.5 performace

2023-07-13 Thread DSpace Technical Support
I'd also recommend that anyone using DSpace 7.5 consider enabling the new "caching of server-side rendered pages" feature for anonymous users: https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace#PerformanceTuningDSpace-Turnon(orincrease)cachingofServer-SideRenderedpages Simply

[dspace-tech] Re: Display IP-restricted community names to anonymous users

2023-07-13 Thread 'Tim Donohue' via DSpace Technical Support
Hi Amy, I can verify this is correct behavior in DSpace 7 because the backend (REST API) needs to apply access restrictions in a consistent manner. Simply put, in DSpace 7, you must have READ permissions in order to "see" any object (including metadata about that object) from the REST API (and

Re: [dspace-tech] Need urgent support for DSpace 7.3 - High criticality

2023-07-13 Thread Thierry RUGWIZANGOGA
Dear Tim, I am glad to have a response from you, as I was expecting to share some insight into a technical aspect point of view! In fact, as you said we are investigating on the other side (Domain GPO, Firewall, Antivirus, Proxy settings, any security software, and DNS Configuration) because the

[dspace-tech] Help Regarding Hyperlink DOI

2023-07-13 Thread Salony Permanand
Hello editors, I am using dspace-cris latest version I am trying yo hyperlink DOI from dc. identifier.doi metadata but not found any code there Can u help Thanks and Regards -- Salony Permanand *Mob: 7275838206* -- All messages to this mailing list should adhere to the Code of Conduct:

Re: [dspace-tech] Need urgent support for DSpace 7.3 - High criticality

2023-07-13 Thread DSpace Technical Support
Hi, I'm having trouble understanding the behavior you are mentioning. On my end, the https://demo7.dspace.org demo site works perfectly OK. I'm not seeing any issues. Maybe there some sort of firewall or proxy on your end that is blocking your ability to download the Javascript app (The

[dspace-tech] Re: NEW 7.6 index-discovery error

2023-07-13 Thread DSpace Technical Support
Hi, This is an odd error because there was no change to the "edit" field in Solr between DSpace 7.5 and 7.6. However, I can verify that the "edit" field was first **added** in DSpace 7.5: https://github.com/DSpace/DSpace/blob/main/dspace/solr/search/conf/schema.xml#L268 It almost sounds

[dspace-tech] DSpace 7.5 - status:401 exception: Access is denied

2023-07-13 Thread Karol
Hi, editors report incidental problems to me: 1) when depositing items sometimes there is a problem with automatic "saving changes" or manual 2) sometimes "loading dots" appear on the screen when moving to the next step or editing, and so on until you refresh the page, go to the home page

[dspace-tech] Rest contract - openapi

2023-07-13 Thread 'Qing Zou' via DSpace Technical Support
Hi all, I am new to DSpace 7. I am reading the rest contract. Do we have something similar to OpenAPI for defining the restful apis? Thanks All the best, Jason -- All messages to this mailing list should adhere to the Code of Conduct: