Skip to content
  1. Mar 01, 2021
  2. Jan 09, 2021
  3. Nov 17, 2020
  4. Jun 17, 2020
  5. Apr 08, 2020
  6. Jan 08, 2020
  7. Dec 18, 2019
  8. Dec 05, 2019
  9. Nov 09, 2019
  10. Jul 27, 2019
    • Sylvie Ye's avatar
      [cap/bank] transfer to others beneficiaries than recipient · 85257986
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Can do transfer on iban or phone with some banks,
      add some transfer attributes to handle theses cases.
      
      beneficiary_type: type of creditor like 'recipient' for beneficiary in recipient list, 'iban' or 'phone_number'
      beneficiary_number: transfer creditor identifiant like 'FRXXXXXXXXXXXXXXXXXXXX' or '06XXXXXX'
      beneficiary_label: creditor name for transfer to iban or other
      accepted_beneficiary_types: all transfer beneficiary types implemented by the module, default is 'recipient'
      85257986
  11. Jul 05, 2019
  12. Jun 17, 2019
  13. May 25, 2019
  14. May 19, 2019
  15. Mar 31, 2019
  16. Feb 24, 2019
  17. Jan 23, 2019
  18. Dec 02, 2018
    • Etienne Lachere's avatar
      [oAuth2] new BrowserRedirect exception · cc0fc417
      Etienne Lachere authored and Romain Bignon's avatar Romain Bignon committed
      meant to work with oAuth2 compliant modules. The module constructs the
      authorization_uri with every params it needs (at least client_id and redirect_uri),
      then raise BrowserRedirect with this uri.
      cc0fc417
  19. Mar 31, 2018
  20. Nov 18, 2017
  21. Sep 21, 2017
  22. Jul 09, 2017
  23. Mar 11, 2017
  24. Nov 18, 2016
  25. Oct 25, 2016
  26. Sep 08, 2016
  27. Aug 28, 2016
  28. Feb 11, 2016
  29. Mar 08, 2015
  30. Oct 06, 2014
    • Romain Bignon's avatar
      rename things related to browsers · d61e15cf
      Romain Bignon authored
      weboob.tools.browser -> weboob.deprecated.browser
      weboob.tools.parsers -> weboob.deprecated.browser.parsers
      weboob.tools.mech -> weboob.deprecated.mech
      weboob.browser2 -> weboob.browser
      weboob.core.exceptions -> weboob.exceptions
      
      Also, the new tree for browser2 is:
      
      weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
      weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
      weboob.browser.url: the URL class
      weboob.browser.profiles: all Profile classes
      weboob.browser.sessions: WeboobSession and FuturesSession
      weboob.browser.cookies: that's a cookies thing
      weboob.browser.pages: all Page and derivated classes, and Form class
      weboob.browser.exceptions: specific browser exceptions
      weboob.browser.elements: AbstractElement classes, and 'method' decorator
      weboob.browser.filters.*: all filters
      d61e15cf
  31. Oct 02, 2014
  32. Jul 09, 2014
  33. Jul 08, 2014
  34. May 17, 2014