Alan Orth
Alan Orth
Thanks @pastr. I verified there are no imports of `material-ui` anywhere in our Angular code and building the application still works with them removed. P.S. I think you also need...
Thank you. I think this helps move DSpace in the right direction in terms of semantics. I agree it would be nice to be configurable like @tdonohue suggested. Please accept...
For reference, here's what it looks like: I wish it was not a solid icon, but there is no alternative on Font Awesome Free. An empty funnel usually implies no...
I was also surprised to find this when I upgraded from DSpace 7.6.1 to 7.6.2. Due to the massive re-work of the header and navbar there was a considerable change...
I'm not sure about linking directly to a page with a specific language, but this could be addressed in many cases if we used the language the user's browser sends...
> Thanks for the suggestion, Alan--I'm not a programmer, but isn't DSpace already be doing this?: https://github.com/DSpace/dspace-angular/blob/e623b68d9184ad40c09902a295b2bf507766efb6/src/app/core/locale/server-locale.service.ts Good question! My browser is set to English so I didn't notice whether...
I've just made [a pull request to upgrade express-rate-limit to the latest version](https://github.com/DSpace/dspace-angular/pull/4620), which brings some new features that might be interesting for us.
> Overall, they found [Cloudflare Turnstile](https://developers.cloudflare.com/turnstile/) (a "smart CAPTCHA alternative") to work the best for them. There is a [free plan for Cloudflare Turnstile](https://developers.cloudflare.com/turnstile/plans/) available, but it has limits. This...
Thanks for the comments @mwoodiupui and @tdonohue. > My only other thought here is whether we should add [ipv6Subnet](https://express-rate-limit.mintlify.app/reference/configuration#ipv6subnet) as a configurable setting in DSpace? Good idea, I will add...
Cypress tests are now failing in CI due to rate limits. :facepalm: ``` The response we received from your web server was: > 429: Too Many Requests This was considered...