Skip to content
Snippets Groups Projects
  1. Mar 27, 2020
  2. Feb 02, 2020
  3. Nov 23, 2019
  4. Jan 14, 2019
  5. Feb 24, 2018
  6. Apr 30, 2017
  7. Apr 23, 2017
  8. Apr 19, 2017
  9. Feb 24, 2017
    • Lukas Fleischer's avatar
      Use bcrypt to hash passwords · 29a48708
      Lukas Fleischer authored
      
      Replace the default hash function used for storing passwords by
      password_hash() which internally uses bcrypt. Legacy MD5 hashes are
      still supported and are immediately converted to the new format when a
      user logs in.
      
      Since big parts of the authentication system needed to be rewritten in
      this context, this patch also includes some simplification and
      refactoring of all code related to password checking and resetting.
      
      Fixes FS#52297.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      29a48708
  10. Jan 25, 2017
  11. Jan 20, 2017
  12. Oct 17, 2016
  13. Oct 11, 2016
  14. Jul 24, 2016
  15. Jun 08, 2016
  16. May 18, 2016
  17. Mar 15, 2016
  18. Mar 13, 2016
  19. Feb 21, 2016
  20. Feb 11, 2016
  21. Feb 07, 2016
  22. Dec 15, 2015
  23. Dec 13, 2015
  24. Dec 12, 2015
  25. Nov 12, 2015
  26. Oct 25, 2015
  27. Oct 21, 2015
    • Lukas Fleischer's avatar
      Track providers in the official repositories · 16765d55
      Lukas Fleischer authored
      
      Maintain a list of virtual provisions of packages from the official
      binary package repositories. The list can be updated using the aurblup
      script, e.g. via a cronjob.
      
      This allows for adding proper links to package dependencies: If an AUR
      package depends on a package from the official repositories (or on a
      name provided by a package from the official repositories), add a link
      to the corresponding archweb package details page. If an AUR package
      depends on another AUR package (or on a name provided by another AUR
      package), add a link to the corresponding aurweb package details page.
      Otherwise, just display the name and do not add a link at all.
      
      Fixes FS#46549.
      
      Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
      16765d55
  28. Sep 20, 2015
  29. Sep 19, 2015
  30. Sep 11, 2015
  31. Aug 30, 2015
  32. Aug 08, 2015
  33. Jun 27, 2015
Loading