1. 18 Jul, 2022 1 commit
  2. 14 Jul, 2022 2 commits
  3. 12 Jul, 2022 1 commit
  4. 08 Sep, 2020 1 commit
    • Côme Chilliet's avatar
      :sparkles: feat(core) Big refactor of dialog system · 94eaa6ba
      Côme Chilliet authored
      This replaces save_object and execute methods by 3 methods:
      readPost - Reads POST data
      update - Update object state
      render - Render HTML UI
      
      The point is to avoid reading POST and rendering HTML when this is not
       needed (when doing stuff through the webservice for instance).
      
      It’s also more consisent across FD with all classes handling some kind
       of dialog implementing the new interface FusionDirectoryDialog which
       makes sure these 3 methods are implemented.
      
      issue #6072
      94eaa6ba
  5. 11 Aug, 2020 1 commit
  6. 26 May, 2020 1 commit
  7. 10 Mar, 2020 2 commits
  8. 10 Oct, 2019 1 commit
    • Côme Chilliet's avatar
      :ambulance: fix(templates) Fix userPassword handling in templates · 99de4172
      Côme Chilliet authored
      When hash is set but not the password value (which is the default if you
       leave the template fields empty), applying the template to a user would
       result in changing its password, even if he already uses the same hash
       method.
      With this change it will leave its password alone if it already uses the
       method, and if the method changed it should complain and ask for a new
       password.
      This should avoid users erasing passwords by mistake.
      
      issue #6035
      99de4172
  9. 30 Jul, 2019 1 commit
  10. 26 Feb, 2019 1 commit
  11. 19 Feb, 2019 2 commits
  12. 07 Nov, 2018 1 commit
  13. 30 Oct, 2018 1 commit
  14. 25 Oct, 2018 1 commit
  15. 04 Oct, 2018 1 commit
  16. 01 Oct, 2018 1 commit
  17. 10 Sep, 2018 1 commit
  18. 02 Sep, 2018 1 commit
  19. 26 Jul, 2018 1 commit
  20. 11 Jul, 2018 1 commit
  21. 10 Jul, 2018 1 commit
  22. 27 Jun, 2018 1 commit
  23. 07 May, 2018 1 commit
  24. 02 May, 2018 1 commit
  25. 26 Mar, 2018 1 commit
  26. 20 Dec, 2017 2 commits
  27. 18 Sep, 2017 1 commit
  28. 13 Jun, 2017 1 commit
  29. 26 Apr, 2017 1 commit
  30. 07 Feb, 2017 1 commit
  31. 26 Jan, 2017 2 commits
  32. 25 Jan, 2017 2 commits
  33. 18 Jan, 2017 1 commit
  34. 08 Nov, 2016 1 commit