1. 07 Jul, 2020 29 commits
  2. 06 Jul, 2020 8 commits
  3. 03 Jul, 2020 3 commits
    • Jérome Perrin's avatar
      base: don't allow selecting draft currencies by default · 3c0c9da6
      Jérome Perrin authored
      The initial intention was to "disallow invalidated", without forcing users to
      validate everything, but it was probably a mistake, if users don't need to
      validate then validation workflow would be a bit meaningless.
      
      This is made after an incident where a user mistakenly cloned a validated
      currency and the cloned currency was available everywhere in the system.
      
      Change to not return draft currencies by default and also change so that all
      items are tuple, for consistency. That should have no impact and is a bit
      easier for the test.
      
      Also adjust accounting_ui_test, we need to validate currencies for the tests
      and clear cache if we validated some (but we don't need to clear cache if we
      validate accounts, because account caches is more clever and does not need to
      clear all cache)
      3c0c9da6
    • Jérome Perrin's avatar
      414bb6f5
    • Jérome Perrin's avatar
      configurator_standard: remove reference to tiolive · 4b8ff5e1
      Jérome Perrin authored
      also, we don't send passwords by email
      4b8ff5e1