Skip to content
Snippets Groups Projects
  1. Feb 23, 2023
  2. Feb 21, 2023
  3. Feb 20, 2023
  4. Feb 17, 2023
  5. Feb 02, 2023
  6. Jan 27, 2023
  7. Jan 20, 2023
  8. Jan 19, 2023
  9. Jan 16, 2023
  10. Jan 12, 2023
  11. Jan 11, 2023
  12. Jan 10, 2023
  13. Dec 19, 2022
  14. Dec 15, 2022
  15. Dec 13, 2022
  16. Dec 12, 2022
    • Antoine Lambert's avatar
      utils: Fix unquoted SWHID URLs generated by get_swhids_info · 473583b6
      Antoine Lambert authored
      As a SWHID with qualifiers might have some percent encoded characters (like ;
      which is used as separator between qualifiers) and HTTP servers will unquote
      received URL arguments, a SWHID must also be percent encoded when used as an
      URL argument.
      
      This prevent HTTP errors when trying to browse such SWHIDs as previously the
      unquoting performed by HTTP servers would remove percent encoding of qualifiers
      and thus break escaping of ; used ad separation character.
      473583b6
  17. Dec 09, 2022
  18. Dec 07, 2022
  19. Dec 06, 2022
  20. Nov 30, 2022
  21. Nov 25, 2022
  22. Nov 24, 2022
    • Antoine Lambert's avatar
      vault/assets: Fix cooking task creation when there is a pending one · c32edb66
      Antoine Lambert authored
      When requesting a vault cooking creation but there is already a pending one
      for the same SWHID, ensure task creation modal is displayed as previously an
      error was erroneoulsy reported in the Web UI.
      
      Under the hood, no new cooking task will be created but the pending one will
      be displayed in the vault UI. Nevertheless the email possibly submitted by the
      user in the modal will be added to the list of emails to notify by the vault
      backend.
      
      Related to T4698
      c32edb66
  23. Nov 23, 2022
  24. Nov 22, 2022
Loading