Skip to content
Snippets Groups Projects
  1. Jul 03, 2020
    • Christoph Wurst's avatar
      Callable parameter injection · 4a3ea04b
      Christoph Wurst authored
      
      This is like what we have to DI and classes, but for callables.
      
      The motivating factor is to get rid of *service locators* in the `boot`
      method of apps as a new pattern is about to emerge where we have lots of
      `query` calls on the app or server container in order to fetch some
      services.
      
      With this little helper it's possible to call another (public) method
      and magically have everything injected.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      4a3ea04b
  2. Jul 02, 2020
  3. Jul 01, 2020
  4. Jun 30, 2020
  5. Jun 26, 2020
  6. Jun 25, 2020
  7. Jun 24, 2020
  8. Jun 23, 2020
  9. Jun 22, 2020
  10. Jun 21, 2020
  11. Jun 19, 2020
  12. Jun 18, 2020
  13. Jun 17, 2020
  14. Jun 15, 2020
  15. Jun 12, 2020
  16. Jun 11, 2020
  17. Jun 08, 2020
  18. Jun 03, 2020
  19. May 29, 2020
    • Daniel Calviño Sánchez's avatar
      Fix disabling send password by Talk without new password in mail shares · 45de42a6
      Daniel Calviño Sánchez authored
      
      When "send password by Talk" was disabled in a mail share it was
      possible to keep the same password as before, as it does not pose any
      security issue (unlike keeping it when "send password by Talk" is
      enabled, as in that case the password was already disclosed by mail).
      
      However, if a mail share is updated but the password is not set again
      only the hashed password will be available. In that case it would not
      make sense to send the password by mail, so now the password must be
      changed when disabling "send password by Talk".
      
      Note that, even if explicitly setting the same password again along with
      the "send password by Talk" property would work, this was also prevented
      for simplicity.
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      45de42a6
  20. May 28, 2020
  21. May 26, 2020
  22. May 25, 2020
    • Morris Jobke's avatar
      Do not read certificate bundle from data dir by default · 18b0d753
      Morris Jobke authored
      
      Before the resources/config/ca-bundle.crt was only used when the list of custom
      certificates was empty and the instance was not installed. But it should also
      be used when the list is empty and the instance is installed.
      
      This is inverting the logic to stop if the instance is not installed to use the
      default bundle. And it also does this when the list is empty.
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      18b0d753
  23. May 22, 2020
  24. May 20, 2020
  25. May 15, 2020
  26. May 13, 2020
Loading