Skip to content
  1. Jan 05, 2019
  2. Jan 03, 2019
  3. Jan 02, 2019
  4. Dec 31, 2018
  5. Dec 29, 2018
  6. Dec 17, 2018
  7. Sep 17, 2018
  8. Sep 16, 2018
    • Sylvie Ye's avatar
      models: add origin_account_id attribute to Recipient · cbc87a4d
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      To handle case of multispaces like cragr or ing
      It's needed to add new recipient on theses banks
      
      also adapt boobank
      cbc87a4d
    • hydrargyrum's avatar
      weboob.capabilities: replace stdlib enum with custom enums · 6cbfb7e1
      hydrargyrum authored
      Python's enums are not extensible, values can't be added and they can't
      be subclassed. This is problematic if weboob devel adds new values,
      because stable weboob will not be able to use them. They would need to
      be replaced by a default value or None, which loses information.
      
      Instead, implement custom enums that contain plain constants and support
      adding values aftewards.
      6cbfb7e1
  9. Aug 13, 2018
  10. Jul 30, 2018
  11. Jul 16, 2018
  12. Jul 12, 2018
  13. Jun 16, 2018
  14. Jun 09, 2018
  15. May 05, 2018
  16. Apr 27, 2018
  17. Apr 25, 2018
  18. Apr 21, 2018
  19. Apr 16, 2018
  20. Apr 06, 2018
  21. Mar 29, 2018
    • hydrargyrum's avatar
      boobill: download all should use the correct backend of a document · 7099cd4e
      hydrargyrum authored
      download functions used to pass all backends to methods taking
      ids/objects, which are only valid within one backend context.
      For example, if iter_subscriptions yielded an object with fullid
      foo@backend1, iter_documents(foo) should only be called on backend1.
      
      Also, split functions to improve reuse.
      7099cd4e
  22. Mar 23, 2018
  23. Mar 18, 2018
  24. Mar 02, 2018
  25. Feb 10, 2018
  26. Feb 02, 2018