Skip to content
Snippets Groups Projects
  1. Mar 21, 2018
  2. Mar 13, 2018
  3. Feb 06, 2018
  4. Jan 18, 2018
  5. Jan 04, 2018
  6. Sep 20, 2017
  7. Sep 05, 2017
  8. Jul 25, 2017
  9. Jul 04, 2017
  10. Jan 26, 2017
  11. Jan 07, 2017
  12. Nov 07, 2016
  13. Oct 31, 2016
  14. Aug 30, 2016
  15. Aug 29, 2016
    • Helmut Hummel's avatar
      [BUGFIX] Enforce RSA encryption for re-login modal · 2ffb2e7e
      Helmut Hummel authored
      The RsaEncryption and the LoginRefresh module are loaded
      independently by requireJS, which means they are loaded
      asynchronous. This means that either one of those modules
      is initialized first.
      
      However the RsaEncryption module scans the DOM for form elements
      and the LoginRefresh inserts a form. This means if the RsaEncryption
      is initialized first, then the form created by LoginRefresh
      will not be intercepted, leading to the (heisen-)bug described.
      
      This change enforces the loading order by adding the RsaEncryption
      as dependency to LoginRefresh and registering the form manually,
      to make sure it will be intercepted and passwords
      will transmitted encrypted.
      
      Resolves: #75911
      Releases: 7.6, master
      Change-Id: Ib4aba70b3545f163a16a4eee62bed9e5a48b2fe7
      Reviewed-on: https://review.typo3.org/49478
      
      
      Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
      Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
      Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
      2ffb2e7e
  16. Jul 22, 2016
  17. Apr 30, 2016
  18. Apr 25, 2016
  19. Jan 01, 2016
  20. Nov 20, 2015
  21. Oct 31, 2015
  22. Oct 23, 2015
  23. Oct 22, 2015
  24. Oct 15, 2015
  25. Oct 12, 2015
  26. Oct 09, 2015
  27. Oct 08, 2015
  28. Oct 05, 2015
  29. Sep 29, 2015
  30. Sep 26, 2015
  31. Sep 23, 2015
  32. Sep 16, 2015
  33. Sep 14, 2015
  34. Sep 12, 2015