1. 04 Apr, 2023 1 commit
  2. 06 Mar, 2023 1 commit
  3. 10 Jan, 2023 1 commit
  4. 05 Aug, 2022 3 commits
  5. 23 Aug, 2021 1 commit
  6. 29 Jul, 2021 1 commit
  7. 17 Jun, 2021 1 commit
  8. 15 Feb, 2021 1 commit
  9. 02 Nov, 2020 1 commit
  10. 20 Oct, 2020 1 commit
  11. 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
  12. 09 Jul, 2020 1 commit
  13. 18 Feb, 2020 1 commit
  14. 03 Dec, 2019 1 commit
  15. 21 Nov, 2019 1 commit
  16. 05 Nov, 2019 1 commit
  17. 09 Oct, 2019 1 commit
  18. 28 Aug, 2019 1 commit
  19. 16 Jul, 2019 1 commit
  20. 13 Jun, 2019 1 commit
  21. 03 Jun, 2019 1 commit
  22. 26 Feb, 2019 1 commit
  23. 25 Feb, 2019 1 commit
  24. 19 Feb, 2019 2 commits
  25. 24 Jan, 2019 1 commit
  26. 23 Jan, 2019 1 commit
  27. 12 Jun, 2018 2 commits
  28. 24 May, 2018 1 commit
  29. 24 Apr, 2018 3 commits
  30. 19 Apr, 2018 1 commit
    • Côme Chilliet's avatar
      :sparkles: feat(core) Add config option to follow wildcard foreign keys · 49d6b681
      Côme Chilliet authored
      When moving a node with subnodes, like a departement, this will use a
       filter like member=* to get references, meaning it will open all groups
       and roles and other objects which may reference DNs to make sure the
       foreign key is applied and the new DN is stored.
      This will be slow if there are a lot of those objects.
      Impacted fields are member, manager, roleOccupant and owner.
      This is needed because they do not allow SUBSTR searches by schema
       definition.
      
      issue #5799
      49d6b681
  31. 07 Feb, 2018 1 commit
  32. 10 Oct, 2017 1 commit
    • Côme Chilliet's avatar
      :ambulance: fix(config): Allow SASL method as default hash · 559aa156
      Côme Chilliet authored
      This allows to use SASL as default hash before filling SASL settings.
      This means it can be selected from setup as well.
      The admin won’t be able to save if he selects SASL as default hash but
       does not fill SASL settings.
      
      closes #5589
      559aa156
  33. 07 Jun, 2017 1 commit
  34. 30 May, 2017 1 commit