1. 25 Dec, 2023 37 commits
  2. 20 Dec, 2023 1 commit
    • Titouan Soulard's avatar
      software/rapid-cdn: avoid RegExp to validate hostnames · 11336190
      Titouan Soulard authored
      Using RegExp to validate hostnames is a bad practice, and has a lot of reasons to be wrong.
      On top of that, the JSON Schema specification allows, since draft 7, to validate hostnames
      against an IDN hostname, by using the `idn-hostname` format.
      
      With these changes, IDN are now supported (.рф and .中國 for instance), and long TLD
      should not be a problem anymore.
      11336190
  3. 19 Dec, 2023 1 commit
  4. 18 Dec, 2023 1 commit
    • Jérome Perrin's avatar
      software/nextcloud/test: adjust test · 48b35672
      Jérome Perrin authored
      In 9636d79c (Nextcloud Upgrade fixes, 2023-12-13) parameter changed:
       - instance.trusted-domain-* parameters are replaced by instance.trusted-domain-list
       - the frontend is part of trusted domain, so with "bypassed" frontends
      from slapos proxy the backend appears twice (because the backend URL is
      returned as frontend URL)
      48b35672