Skip to content
Snippets Groups Projects
  1. Feb 20, 2023
  2. Feb 17, 2023
  3. Feb 02, 2023
  4. Jan 27, 2023
  5. Jan 20, 2023
  6. Jan 19, 2023
  7. Jan 16, 2023
  8. Jan 12, 2023
  9. Jan 11, 2023
  10. Jan 10, 2023
  11. Dec 19, 2022
  12. Dec 15, 2022
  13. Dec 13, 2022
  14. 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
  15. Dec 09, 2022
  16. Dec 07, 2022
  17. Dec 06, 2022
  18. Nov 30, 2022
  19. Nov 25, 2022
  20. 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
  21. Nov 23, 2022
  22. Nov 22, 2022
  23. Nov 21, 2022
  24. Nov 16, 2022
Loading