1. 25 May, 2024 1 commit
  2. 12 Mar, 2024 2 commits
  3. 13 Apr, 2023 1 commit
  4. 11 Apr, 2023 3 commits
  5. 05 Aug, 2022 2 commits
  6. 19 Jul, 2022 3 commits
  7. 18 Jul, 2022 1 commit
  8. 14 Jul, 2022 2 commits
  9. 12 Jul, 2022 1 commit
  10. 02 Sep, 2021 1 commit
  11. 23 Aug, 2021 1 commit
  12. 17 Jun, 2021 1 commit
  13. 06 May, 2021 1 commit
  14. 17 Dec, 2020 1 commit
  15. 08 Sep, 2020 2 commits
    • Côme Chilliet's avatar
      :ambulance: fix(core) Fix small PHPStan spotted issues · fff28020
      Côme Chilliet authored
      issue #6072
      fff28020
    • 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
  16. 04 Aug, 2020 1 commit
  17. 09 Jul, 2020 2 commits
  18. 28 May, 2020 1 commit
  19. 07 May, 2020 1 commit
  20. 31 Mar, 2020 1 commit
  21. 28 Nov, 2019 1 commit
  22. 27 Nov, 2019 2 commits
  23. 05 Nov, 2019 1 commit
  24. 16 Oct, 2019 1 commit
  25. 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
  26. 09 Oct, 2019 1 commit
  27. 13 Aug, 2019 1 commit
  28. 30 Jul, 2019 1 commit
  29. 19 Jun, 2019 2 commits