Skip to content
  1. Sep 11, 2019
  2. Sep 10, 2019
  3. Aug 28, 2019
  4. Aug 25, 2019
    • hydrargyrum's avatar
      weboob.applications.boobank: declare utf-8 in OFX formatter · 11a0b615
      hydrargyrum authored
      USASCII was plain wrong since we used Unicode codepoints without
      restricting them to ASCII set.
      
      UTF-8 might not be always right, because at this stage we're
      manipulating strings, not bytes, and we don't really know what low-level
      encoding is set for (for example) stdout.
      
      UTF-8 is the most likely encoding though, and can't be worse than
      USASCII.
      
      Closes: #294
      11a0b615
  5. 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
  6. Jul 18, 2019
    • Quentin Defenouillere's avatar
      [weboob/browser/elements] Implement the empty_xpath attribute · 5b4cdf13
      Quentin Defenouillere authored and hydrargyrum's avatar hydrargyrum committed
      The empty_xpath attribute is used to fetch an explicit message on a page
      when there is no account, no transaction or no investment for example.
      The goal of this attribute is to avoid silent bugs when an item page has
      completely changed and the item_xpath does not match any element
      anymore: in these cases we don't scrape any element but we don't crash
      either ; whereas if empty_xpath is defined at least we will have a
      warning that the page may have changed.
      5b4cdf13
  7. Jul 05, 2019
  8. Jun 17, 2019