Commit graph

  • ee4e2cf802 add logo for backend INA Christophe Benz 2010-07-30 16:13:33 +02:00
  • d0ccc88201 s/weboobcfg/weboob-config Christophe Benz 2010-07-29 19:25:17 +02:00
  • f95aab9096 display all of the profile Romain Bignon 2010-07-29 13:08:16 +02:00
  • c4d8f7de2e fix encoding in sent messages (closes #308) Romain Bignon 2010-07-29 11:04:51 +02:00
  • b76a2184bb fixes Romain Bignon 2010-07-28 16:52:38 +02:00
  • 92d4bd2e73 don't send messages too short (refs #307) Romain Bignon 2010-07-28 12:29:17 +02:00
  • d3feefbe1f display the error message in status when the login/password is wrong Romain Bignon 2010-07-27 13:28:04 +02:00
  • 45ac367554 fix do() when the 'backends' attribute is an empty string or an unknown type Romain Bignon 2010-07-27 10:55:49 +02:00
  • fd846da3f7 fix giving a string as backend Romain Bignon 2010-07-25 22:48:21 +02:00
  • b56616f7dd asynchroneous fetches of photos and profile Romain Bignon 2010-07-24 12:10:01 +02:00
  • d0bc9abc7d method fill_contact() and fixes on get_contact() Romain Bignon 2010-07-24 12:09:37 +02:00
  • d026b0c2d5 correctly check when a field needs to be completed (and introduce the __iscomplete__ method) Romain Bignon 2010-07-24 12:09:15 +02:00
  • d7e2a02733 new class ContactPhoto which contains url and data for fullsize and thumbnail Romain Bignon 2010-07-24 12:07:31 +02:00
  • 00543a3668 two more Christophe Benz 2010-07-20 22:59:56 +02:00
  • 20e0e6de5f import with statement Christophe Benz 2010-07-20 22:58:27 +02:00
  • 792d2f3705 oops Romain Bignon 2010-07-20 23:19:11 +02:00
  • 07a9450d58 fix commit of cbenz: please, test you changes before pushing! Romain Bignon 2010-07-20 20:52:01 +02:00
  • cd56abe724 Merge branch 'fillobj' Romain Bignon 2010-07-20 20:39:13 +02:00
  • 1398c0f7d1 improvement of the fillobj Romain Bignon 2010-07-20 20:37:37 +02:00
  • 92a4a02d53 Remove useless non-breaking space Laurent Bachelier 2010-07-20 17:03:27 +02:00
  • f92d44fb88 missing import Romain Bignon 2010-07-20 16:51:44 +02:00
  • 70d618862a add android user agent Christophe Benz 2010-07-20 16:47:41 +02:00
  • d067808416 rename exception Christophe Benz 2010-07-20 16:47:30 +02:00
  • ef27837042 fetching mails works for sluts too Romain Bignon 2010-07-19 22:00:57 +02:00
  • b1f688e6d5 wip (I commit everythings because my computer will die coming soon) Romain Bignon 2010-07-18 19:31:17 +02:00
  • 084d7ebd94 allow to specify order in --select option Christophe Benz 2010-07-19 18:02:21 +02:00
  • 1b42d2dc3a display backend repr when NotSupportedObject Christophe Benz 2010-07-19 17:09:51 +02:00
  • cb32d30e4e return set() instead of None Christophe Benz 2010-07-19 17:08:10 +02:00
  • 8fe2facd9f fix do() with caps Romain Bignon 2010-07-18 01:22:02 +02:00
  • edc83df3a1 new API for the fillobj feature and severaaal fixes Romain Bignon 2010-07-18 00:35:07 +02:00
  • fc4badf88e merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps') Romain Bignon 2010-07-17 13:33:27 +02:00
  • 5d33778986 don't iterate on strings Romain Bignon 2010-07-17 13:13:44 +02:00
  • 08700f4a31 new exception BrowserHTTPError, retry only when this one is raised Romain Bignon 2010-07-15 23:46:39 +02:00
  • aea2cf0780 add the 'register' backend parameter Romain Bignon 2010-07-15 23:37:54 +02:00
  • d383e0fadc update website changes Romain Bignon 2010-07-15 23:37:41 +02:00
  • 7df272cf7a decoding captcha Romain Bignon 2010-07-15 22:08:41 +02:00
  • d64842a95f missing enumeration Romain Bignon 2010-07-15 22:08:25 +02:00
  • dcdc84dced do not need history anymore Romain Bignon 2010-07-15 22:02:52 +02:00
  • 59169cd281 BaseBrowser.openurl uses the open_novisit() method Romain Bignon 2010-07-15 22:02:23 +02:00
  • 0733e35cd5 add --count option to console applications Christophe Benz 2010-07-15 01:30:33 +02:00
  • 239d19ec89 add missing import Christophe Benz 2010-07-15 01:21:55 +02:00
  • 3175883351 implement fillobj() browser method Christophe Benz 2010-07-15 01:21:49 +02:00
  • 90756cddc9 use to_unicode since ENCODING is None Christophe Benz 2010-07-14 02:30:54 +02:00
  • 08d2920e03 set ENCODING to None to autodetect charset Christophe Benz 2010-07-14 02:29:09 +02:00
  • 8e37f7227e add r in front of regexps Christophe Benz 2010-07-14 02:28:33 +02:00
  • b4c672fa46 new select() helper Christophe Benz 2010-07-14 02:27:40 +02:00
  • eb026b7c3c remove unnecessary constants Christophe Benz 2010-07-14 02:26:34 +02:00
  • f55cdbc38b openurl param must be encoded Christophe Benz 2010-07-14 01:05:57 +02:00
  • db810365c2 use timedelta for duration Christophe Benz 2010-07-14 00:57:17 +02:00
  • 12234bfb52 fix other properties setters in bank Christophe Benz 2010-07-14 00:56:20 +02:00
  • 94aadf7ccd oops Christophe Benz 2010-07-14 00:56:09 +02:00
  • 83d5af3572 fix returned values for iterators Christophe Benz 2010-07-14 00:56:06 +02:00
  • 51239167d3 use snake case for to_unicode Christophe Benz 2010-07-14 00:55:31 +02:00
  • 22cb3e1cbd return instead of yield set() Christophe Benz 2010-07-13 14:43:09 +02:00
  • 86aadbd1fa update fields Christophe Benz 2010-07-13 01:22:21 +02:00
  • ba8d0921bb use mutex to lock scheduler Romain Bignon 2010-07-14 17:11:19 +02:00
  • 41317e5029 fix QtScheduler and use it instead of QTimer Romain Bignon 2010-07-13 23:44:22 +02:00
  • 9d4f02840b order contacts list by status Romain Bignon 2010-07-13 19:52:47 +02:00
  • ca7d37e3cb renames Romain Bignon 2010-07-13 18:47:31 +02:00
  • d319625288 display a notice in the status when the account is waiting Romain Bignon 2010-07-13 18:41:22 +02:00
  • a315ee4dc1 ^C will now work correctly in prompts! Romain Bignon 2010-07-13 15:10:03 +02:00
  • 8f7e1e6872 pop timer from dict when it expires Romain Bignon 2010-07-13 15:09:50 +02:00
  • 893bd3e70b fix boobank Romain Bignon 2010-07-13 14:49:01 +02:00
  • e2f9bdb054 s/weboob.backends/weboob.backend_instances/ Romain Bignon 2010-07-13 01:10:23 +02:00
  • b11f22e71a correctly use 'dating.storage' as storage file Romain Bignon 2010-07-13 00:43:33 +02:00
  • fdd90a5f11 missing import Romain Bignon 2010-07-13 00:37:35 +02:00
  • cfffade6a5 fix unicode issues (python2.6 is crappy) Romain Bignon 2010-07-13 00:30:15 +02:00
  • e1939b7e4a fix when backtrace contains some unicode chars (and because python sucks) Romain Bignon 2010-07-13 00:10:13 +02:00
  • 6ccc3c0dff last message on top (and send box on top too) Romain Bignon 2010-07-12 23:55:22 +02:00
  • 2377824691 strings are unmutable objects Romain Bignon 2010-07-10 14:37:23 +02:00
  • 0435cd7411 comments Romain Bignon 2010-07-10 14:34:28 +02:00
  • 69a342b5c2 soft dependencie to qboobmsg Romain Bignon 2010-07-10 13:47:39 +02:00
  • cd5085f564 moved firefox_cookies into weboob.tools.browser Romain Bignon 2010-07-10 13:39:13 +02:00
  • 0deef319f0 pyflakes fixes Romain Bignon 2010-07-10 13:36:27 +02:00
  • 358a06367d use QtDo to fetch the accounts status Romain Bignon 2010-07-10 13:36:15 +02:00
  • 6edfcfd574 correctly delete the QtDo process when finished Romain Bignon 2010-07-10 13:30:31 +02:00
  • c20ee8f99f forgot rename Christophe Benz 2010-07-12 23:36:14 +02:00
  • ce8c424f12 do not check for backend names, it can be instance names Christophe Benz 2010-07-12 23:36:08 +02:00
  • 60fdb86eef add backward compatibility for _type Christophe Benz 2010-07-12 19:38:02 +02:00
  • ddd0e22d6b check there are selected fields Christophe Benz 2010-07-12 14:02:34 +02:00
  • 14f8e8e816 more precise vocabulary, s/_type/backend/ Christophe Benz 2010-07-12 13:58:48 +02:00
  • fd2f534be9 move import to right file Christophe Benz 2010-07-12 13:57:58 +02:00
  • bf5072b73c fix debug notice to display repr of returned object (fix crash when result is a binary string) Romain Bignon 2010-07-12 09:19:57 +02:00
  • c7d9ef413f do not fail if default formatter is unloadable Christophe Benz 2010-07-12 03:24:54 +02:00
  • a854d72209 use ExpectedElementNotFound and pages group_dict Christophe Benz 2010-07-12 03:20:44 +02:00
  • a116fbebb4 fix import Christophe Benz 2010-07-12 03:15:19 +02:00
  • 9b1ce2a65c fix selector Christophe Benz 2010-07-12 03:15:14 +02:00
  • c11b11b803 store duration as timedelta Christophe Benz 2010-07-12 03:15:02 +02:00
  • b460b81ba8 use regexp groups with pages Christophe Benz 2010-07-12 03:14:26 +02:00
  • 351622debc no more display data when Page is not found Christophe Benz 2010-07-12 03:14:17 +02:00
  • 91cf1fa6a0 explicit user_id in debug Christophe Benz 2010-07-12 03:13:51 +02:00
  • d427f0a899 nsfw is handled in video subclasses Christophe Benz 2010-07-12 03:13:30 +02:00
  • c999c68459 add id2url Christophe Benz 2010-07-12 03:13:03 +02:00
  • 7ccf4a01eb handle required fields Christophe Benz 2010-07-12 03:12:53 +02:00
  • 62fc2a87c7 handle required fields and forbidden videos Christophe Benz 2010-07-12 03:11:54 +02:00
  • 13137111e4 enhance formatters Christophe Benz 2010-07-12 03:11:32 +02:00
  • 4698a6c391 change vocabulary Christophe Benz 2010-07-12 03:11:10 +02:00
  • 0028e48b61 backend move to tools Christophe Benz 2010-07-12 03:10:49 +02:00
  • 1847ea5f34 code clean Christophe Benz 2010-07-12 03:09:24 +02:00
  • 5c2ab81e16 change vocabulary s/module/backend s/backend/configured_backend s/frontend/application Christophe Benz 2010-07-12 03:07:10 +02:00