1. 25 Feb, 2025 1 commit
  2. 24 Feb, 2025 2 commits
  3. 06 Jan, 2025 1 commit
  4. 12 Mar, 2024 2 commits
  5. 10 Apr, 2023 1 commit
  6. 09 Feb, 2021 1 commit
  7. 10 Dec, 2020 1 commit
  8. 15 Oct, 2020 1 commit
  9. 13 Oct, 2020 1 commit
  10. 08 Oct, 2020 2 commits
  11. 08 Sep, 2020 2 commits
    • Côme Chilliet's avatar
      :ambulance: fix(management) Avoid calling update on NULL · 35edefe7
      Côme Chilliet authored
      Management dialogs tend to close themselves from readPost method, so
       after calling readPost we need to check the dialog is still there before
       calling update.
      
      issue #6072
      35edefe7
    • 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
  12. 03 Sep, 2020 1 commit
  13. 09 Jul, 2020 1 commit
  14. 18 Feb, 2020 1 commit
  15. 22 Oct, 2019 3 commits
  16. 16 Oct, 2019 1 commit
  17. 08 Oct, 2019 1 commit
  18. 23 Jul, 2019 1 commit
  19. 22 Jul, 2019 1 commit
  20. 17 Jul, 2019 2 commits
  21. 18 Jun, 2019 1 commit
  22. 17 Jun, 2019 1 commit
    • Côme Chilliet's avatar
      :sparkles: feat(management) Refactor filter elements handling · afdded58
      Côme Chilliet authored
      This allows ObjectsAttribute and its child classes to specify filter
       elements to the constructor that will be added in the selection dialog.
      This allows to add fixed filters like MailsAttribute is doing without
       having to create a new class each time.
      Will be used at least in netgroups.
      
      issue #5999
      afdded58
  23. 05 Jun, 2019 1 commit
  24. 11 Apr, 2019 1 commit
  25. 10 Apr, 2019 1 commit
  26. 03 Apr, 2019 1 commit
  27. 01 Apr, 2019 1 commit
  28. 27 Mar, 2019 1 commit
  29. 26 Mar, 2019 1 commit
  30. 26 Feb, 2019 1 commit
  31. 19 Feb, 2019 3 commits