Alan Orth

Results 201 comments of Alan Orth

I reworked this class to use `o.d.util.MultiFormatDateParser.parse()` so it supports the same date formats we use elsewhere, and I made it return an ISO instant instead of the literal date...

This was replaced by a different approach that re-uses existing DSpace date parsing from `o.d.util.MultiFormatDateParser` and supports more date formats. See #10874

Thanks @saschaszott. If I understand correctly this PR is _adding_ the `admin` field to the Solr `search` schema. Does the title need to be updated or am I misunderstanding?

Thanks @saschaszott. I understand now. It's a good sign that tests in CI are working. What would be a good way to manually test this? DSpace objects with UUIDs being...

The argument to switch back to `npm` is for simplifying the project. I agree with the comment above stating that any issues with `npm` that we don't have with `yarn`...

Good catch, @bram-atmire! I see it on our DSpace 7.6.1 instance too, though in Firefox at least each of the second requests are cached and take 0ms. ![2024-06-20T09:09:33,018418137+03:00-fs8](https://github.com/DSpace/dspace-angular/assets/191754/6e79f069-0fcd-4686-ad8e-f1d6ebf21c8e)

Would a service like [Weblate](https://weblate.org/en/) help this? I see many software projects using it. I think there are others that are free.

Moving this to DSpace/dspace-angluar since it is related to the frontend i18n assets.

A good resource for Apache, nginx, and others that has been updated with best practices regarding TLS for years: [mozilla SSL Configuration Generator](https://ssl-config.mozilla.org/). There are some recommendations for security-related HTTP...