Skip to content
Snippets Groups Projects
  1. Nov 02, 2020
    • Morris Jobke's avatar
      Improve CertificateManager to not be user context dependent · dc479aae
      Morris Jobke authored
      
      * removes the ability for users to import their own certificates (for external storage)
      * reliably returns the same certificate bundles system wide (and not depending on the user context and available sessions)
      
      The user specific certificates were broken in some cases anyways, as they are only loaded if the specific user is logged in and thus causing unexpected behavior for background jobs and other non-user triggered code paths.
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      Unverified
      dc479aae
  2. Oct 16, 2020
  3. Oct 08, 2020
  4. Oct 05, 2020
  5. Sep 16, 2020
  6. Sep 10, 2020
  7. Aug 24, 2020
  8. Aug 19, 2020
  9. Aug 10, 2020
  10. May 25, 2020
  11. May 11, 2020
  12. May 01, 2020
  13. Apr 30, 2020
    • MichaIng's avatar
      Fix Argon2 options checks · ad606196
      MichaIng authored
      
      The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
      Options are now applied the following way:
      - If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
      - If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
      - If config.php does not contain the setting or with no integer value, the PHP default is applied.
      
      Signed-off-by: default avatarMichaIng <micha@dietpi.com>
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      Unverified
      ad606196
  14. Apr 29, 2020
  15. Apr 15, 2020
  16. Apr 10, 2020
  17. Apr 09, 2020
  18. Mar 31, 2020
  19. Mar 26, 2020
  20. Mar 19, 2020
  21. Mar 14, 2020
  22. Feb 07, 2020
  23. Feb 03, 2020
  24. Jan 22, 2020
  25. Jan 21, 2020
Loading