Commit graph

780 commits

Author SHA1 Message Date
Romain Bignon
b76a2184bb fixes 2010-07-28 16:52:38 +02:00
Romain Bignon
92d4bd2e73 don't send messages too short (refs #307) 2010-07-28 12:29:17 +02:00
Romain Bignon
d3feefbe1f display the error message in status when the login/password is wrong 2010-07-27 13:28:04 +02:00
Romain Bignon
45ac367554 fix do() when the 'backends' attribute is an empty string or an unknown type 2010-07-27 10:55:49 +02:00
Romain Bignon
fd846da3f7 fix giving a string as backend 2010-07-25 22:48:21 +02:00
Romain Bignon
b56616f7dd asynchroneous fetches of photos and profile 2010-07-24 12:10:01 +02:00
Romain Bignon
d0bc9abc7d method fill_contact() and fixes on get_contact() 2010-07-24 12:09:37 +02:00
Romain Bignon
d026b0c2d5 correctly check when a field needs to be completed (and introduce the __iscomplete__ method) 2010-07-24 12:09:15 +02:00
Romain Bignon
d7e2a02733 new class ContactPhoto which contains url and data for fullsize and thumbnail 2010-07-24 12:07:31 +02:00
Christophe Benz
00543a3668 two more 2010-07-21 11:49:50 +02:00
Christophe Benz
20e0e6de5f import with statement 2010-07-21 11:49:50 +02:00
Romain Bignon
792d2f3705 oops 2010-07-20 23:19:11 +02:00
Romain Bignon
07a9450d58 fix commit of cbenz: please, test you changes before pushing! 2010-07-20 20:52:01 +02:00
Romain Bignon
cd56abe724 Merge branch 'fillobj'
Conflicts:
	weboob/backends/youjizz/backend.py
	weboob/backends/youporn/backend.py
	weboob/tools/application/console.py
2010-07-20 20:39:48 +02:00
Romain Bignon
1398c0f7d1 improvement of the fillobj 2010-07-20 20:37:37 +02:00
Laurent Bachelier
92a4a02d53 Remove useless non-breaking space 2010-07-20 17:04:10 +02:00
Romain Bignon
f92d44fb88 missing import 2010-07-20 16:51:44 +02:00
Christophe Benz
70d618862a add android user agent 2010-07-20 16:47:41 +02:00
Christophe Benz
d067808416 rename exception 2010-07-20 16:47:30 +02:00
Romain Bignon
ef27837042 fetching mails works for sluts too 2010-07-19 22:03:29 +02:00
Romain Bignon
b1f688e6d5 wip (I commit everythings because my computer will die coming soon) 2010-07-19 22:03:24 +02:00
Christophe Benz
084d7ebd94 allow to specify order in --select option 2010-07-19 18:02:21 +02:00
Christophe Benz
1b42d2dc3a display backend repr when NotSupportedObject 2010-07-19 17:09:51 +02:00
Christophe Benz
cb32d30e4e return set() instead of None 2010-07-19 17:08:10 +02:00
Romain Bignon
8fe2facd9f fix do() with caps 2010-07-18 01:22:02 +02:00
Romain Bignon
edc83df3a1 new API for the fillobj feature and severaaal fixes 2010-07-18 00:35:07 +02:00
Romain Bignon
fc4badf88e merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps') 2010-07-17 13:48:32 +02:00
Romain Bignon
5d33778986 don't iterate on strings 2010-07-17 13:13:44 +02:00
Romain Bignon
08700f4a31 new exception BrowserHTTPError, retry only when this one is raised
For example, on aum, the exception AdopteWait is derived from
BrowserUnavailable, which is normal. But when AdopteWait is raised, we
don't care about retry.

So only HTTP errors attempt to retry.
2010-07-15 23:47:01 +02:00
Romain Bignon
aea2cf0780 add the 'register' backend parameter 2010-07-15 23:37:54 +02:00
Romain Bignon
d383e0fadc update website changes 2010-07-15 23:37:41 +02:00
Romain Bignon
7df272cf7a decoding captcha 2010-07-15 22:08:41 +02:00
Romain Bignon
d64842a95f missing enumeration 2010-07-15 22:08:25 +02:00
Romain Bignon
dcdc84dced do not need history anymore 2010-07-15 22:02:52 +02:00
Romain Bignon
59169cd281 BaseBrowser.openurl uses the open_novisit() method 2010-07-15 22:02:23 +02:00
Christophe Benz
0733e35cd5 add --count option to console applications 2010-07-15 01:30:33 +02:00
Christophe Benz
239d19ec89 add missing import 2010-07-15 01:21:55 +02:00
Christophe Benz
3175883351 implement fillobj() browser method 2010-07-15 01:21:49 +02:00
Christophe Benz
90756cddc9 use to_unicode since ENCODING is None 2010-07-14 17:14:53 +02:00
Christophe Benz
08d2920e03 set ENCODING to None to autodetect charset 2010-07-14 17:14:53 +02:00
Christophe Benz
8e37f7227e add r in front of regexps 2010-07-14 17:14:53 +02:00
Christophe Benz
b4c672fa46 new select() helper 2010-07-14 17:14:53 +02:00
Christophe Benz
eb026b7c3c remove unnecessary constants 2010-07-14 17:14:53 +02:00
Christophe Benz
f55cdbc38b openurl param must be encoded 2010-07-14 17:14:53 +02:00
Christophe Benz
db810365c2 use timedelta for duration 2010-07-14 17:14:53 +02:00
Christophe Benz
12234bfb52 fix other properties setters in bank 2010-07-14 17:14:52 +02:00
Christophe Benz
94aadf7ccd oops 2010-07-14 17:14:52 +02:00
Christophe Benz
83d5af3572 fix returned values for iterators 2010-07-14 17:14:52 +02:00
Christophe Benz
51239167d3 use snake case for to_unicode 2010-07-14 17:14:52 +02:00
Christophe Benz
22cb3e1cbd return instead of yield set() 2010-07-14 17:14:52 +02:00