Skip to content
Snippets Groups Projects
  1. Feb 02, 2024
  2. Jan 31, 2024
    • github-actions's avatar
      [skip ci] Auto-rebuild translations · 091a30a4
      github-actions authored
      091a30a4
    • Thijs Kinkhorst's avatar
      Fix atomically writing to a file · af05b488
      Thijs Kinkhorst authored
      For the trick to work, the file needs to be on the same filesystem.
      The tempdir is likely not on the same filesystem so the rename will
      not be instantaneous. This probably worked in the past when the
      tempdir was expected to be a subdir of the SimpleSAMLphp installation.
      
      Fix it by writing a file to the same directory as the target file,
      which will always be on the same FS. Also do not just use a rand()
      number but something more random as we do in other places in the code.
      af05b488
  3. Jan 30, 2024
  4. Jan 20, 2024
  5. Jan 17, 2024
  6. Jan 15, 2024
  7. Jan 12, 2024
  8. Jan 10, 2024
  9. Jan 09, 2024
  10. Jan 04, 2024
  11. Jan 01, 2024
  12. Dec 18, 2023
  13. Dec 14, 2023
  14. Dec 01, 2023
Loading