1. 18 Apr, 2019 1 commit
  2. 17 Apr, 2019 9 commits
  3. 16 Apr, 2019 2 commits
  4. 15 Apr, 2019 2 commits
  5. 12 Apr, 2019 3 commits
  6. 10 Apr, 2019 1 commit
  7. 05 Apr, 2019 1 commit
  8. 04 Apr, 2019 8 commits
  9. 03 Apr, 2019 1 commit
  10. 29 Mar, 2019 1 commit
  11. 28 Mar, 2019 2 commits
  12. 26 Mar, 2019 3 commits
  13. 25 Mar, 2019 2 commits
  14. 22 Mar, 2019 1 commit
  15. 20 Mar, 2019 3 commits
    • Julien Muchembled's avatar
      qa: fix test_getServerAddress (testCMFActivity) · c335c68f
      Julien Muchembled authored
      With recent changes in CMFActivity, getServerAddress is now used
      when setting up the site, before the ZServer is started, which means:
      - getServerAddress memoized a wrong return value;
      - the test didn't fail with --load.
      c335c68f
    • Aurélien Vermylen's avatar
      Clarify "Subscribe/Unsubscribe from Timer Service". · b89e433f
      Aurélien Vermylen authored
      The button "Subscribe/Unsubscribe from Timer Service" does not clearly 
      explain the fact that it determines whether or not Alarms are enabled in
      ERP5. It is very counter-intuitive to see Alarms on "enabled" in the 
      "Configure Alarms" screen and yet not have them being run because the
      Alarm Node is not subscribed to the Timer Service.
      
      /reviewed-on nexedi/erp5!539
      b89e433f
    • Jérome Perrin's avatar
      Fix AccessToken login with ERP5 Login · 601e46e9
      Jérome Perrin authored
      Since the introduction of ERP5 Login, authentication by Access Token is broken, and it is only working if `erp5_login.getReference() == person.getUserId()`
      
      The scriptable part of access token changed, now scripts must return a user object - on which the plugin will call `getUserId` (it was not clear what they should return before, maybe login, but they should return a user id, not a login, as the token plays the same role as a login). To make it clear and to intentionally break compatibility as this is now something different, these scripts have been renamed to be `getUserValue` type based methods.
      
      /reviewed-on nexedi/erp5!838
      601e46e9