[dspace-tech] OAI Nav bar items "Identify Sets Records Identifiers Metadata Formats" still point to localhost

2023-06-30 Thread Katy Earl
Hello, This is my first foray into installing DSpace (7.5). My REST API (HAL) works fine, but the OAI side seems to have some issues with nav bar and various links still pointing to localhost:8080. Here are some things that work and don't work (note that I have copied my webapps from

Re: [dspace-tech] Re: Shibboleth on DSpace 7.2 won't work for unknown reasons

2023-06-30 Thread Matthias Letsch
Hello Mark, thank You, I know, I just twisted it here. Still, now it works without it but it won't if I have it inserted. Thank you again for your help and have a great weekend! Matthias Am Fr., 30. Juni 2023 um 18:39 Uhr schrieb Mark H. Wood < mwoodiu...@gmail.com>: > On Fri, Jun 30, 2023 at

Re: [dspace-tech] Re: Shibboleth on DSpace 7.2 won't work for unknown reasons

2023-06-30 Thread Mark H. Wood
On Fri, Jun 30, 2023 at 01:11:28AM -0700, Matthias Letsch wrote: > Thank you for your reply. > > I have the OIDs delivered by the IDP which are the following: > > urn:oid:1.3.6.1.4.1.5923.1.1.1.6 > urn:oid:2.5.4.42 > urn:oid:2.5.4.4 > urn:oid:0.9.2342.19200300.100.1.3 >

Re: [dspace-tech] Re: Shibboleth on DSpace 7.2 won't work for unknown reasons

2023-06-30 Thread Matthias Letsch
Hi together, I solved it. I still had to adjust the apache2/sites-enabled/default-ssl.conf exactly according to the template on the documentation: https://wiki.lyrasis.org/display/DSDOC7x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication Now it works. Matthias Letsch

[dspace-tech] Submission forms: groupLength value for checkbox and radio group lists

2023-06-30 Thread Mirko Scherf
Hi all, In our submission process we display a rather lengthy list of DDC subject terms. I wanted to alter the layout to display more items per group but could only find places in the code where the groupLength value is set to 5 if it isn't set before (dynamic-list-checkbox-group.model.ts and

[dspace-tech] Submission forms: regex and input-type qualdrop-value

2023-06-30 Thread Mirko Scherf
Hi all, we want to add a relation form field that uses a qualdrop_value to define the type of relation and the free text field for the related item via DOI. When I add the element to check for a valid DOI, it checks both fields and complains since the qualdrop_values doesn't contain a DOI. Is

[dspace-tech] Re: Quick help with the statistics api on Dspace 7.5

2023-06-30 Thread Sovello
I am going to add here though this is an old issue but am facing a similar issue. So, after upgrading from 6.x to 7.5 something strange shows up. All the _links {} point to 127.0.0.1 and the handle in "dc.identifier.uri": [{ "value": "}] point to the remote IP Address. This is both when load

Re: [dspace-tech] Dspace 7 angular on production

2023-06-30 Thread Adrien Quentin
After some testing, I'm able to run gui using simple nginx, by fill handly config.json. Features seems to work except the page reload that request nodeserver/reload, misfortune. Is there any plan to have the gui running on simple http server ? Thank you Kind Regards Le mercredi 28 juin 2023 à

Re: [dspace-tech] Re: Shibboleth on DSpace 7.2 won't work for unknown reasons

2023-06-30 Thread Matthias Letsch
Thank you for your reply. I have the OIDs delivered by the IDP which are the following: urn:oid:1.3.6.1.4.1.5923.1.1.1.6 urn:oid:2.5.4.42 urn:oid:2.5.4.4 urn:oid:0.9.2342.19200300.100.1.3 urn:oid:2.16.840.1.113730.3.1.241 So this is what I put into attribute-map.xml: And this is on