Commit graph

2,302 commits

Author SHA1 Message Date
Romain Bignon
f6e1dd92d5 fix when URL contains spaces 2011-12-03 13:44:04 +01:00
Romain Bignon
3110a1cd5a this is the end of the 'oh my fucking god' error message 2011-12-03 13:30:27 +01:00
Romain Bignon
80a8fcf218 remove useless and dangerous debug message 2011-12-03 12:58:41 +01:00
Romain Bignon
dd9f980cc1 support when description is missing 2011-12-03 12:58:20 +01:00
Florent
7a2b21f1b6 Add the nologin option to "submit"
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-29 17:14:41 +01:00
Romain Bignon
c5d53d3a39 update AUTHORS 2011-11-28 18:37:37 +01:00
Gabriel Kerneis
edcdd77e50 Boursorama: load three months of history 2011-11-28 17:26:00 +01:00
Gabriel Kerneis
5c3df70c50 First draft of a Boursorama backend 2011-11-28 17:26:00 +01:00
Romain Bignon
f80d3839b8 display at least one photo url in profile even if there isn't any visible 2011-11-28 11:10:56 +01:00
Romain Bignon
685d389fd9 ability to select values in profile (closes #731) 2011-11-27 22:22:49 +01:00
leto
d7c4933d87 antispam update
Signed-off-by: leto <leto@weboob.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-27 16:42:51 +01:00
Noe Rubinstein
301c827837 batoto: change .com to .net 2011-11-27 02:09:58 +01:00
leto
342cb75cba add a 'shape' field and antispam update
Signed-off-by: leto <leto@weboob.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-19 22:40:47 +01:00
Pierre Mazière
45934da38f LCL: make color a LCLVirtKeyboard property
and simplify LCLVirtKeyboard constructor arguments

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:14:36 +01:00
Pierre Mazière
e19a51e23c BNPorc: make color a BNPVirtKeyboard property
and simplify BNPVirtKeyboard constructor arguments

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:14:09 +01:00
Pierre Mazière
9bcb448b99 LCL: prefer MappedVirtKeyboard to VirtKeyboard
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:13:38 +01:00
Pierre Mazière
48ef2a5969 BNPorc: prefer MappedVirtKeyboard to VirtKeyboard
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:12:57 +01:00
Pierre Mazière
a5453326e0 Add MappedVirtKeyboard class
This is useful for virtual keyboard based on the usemap
attribute of an IMG tag

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:11:32 +01:00
Pierre Mazière
2fdb2fe36a VirtKeyboard: add check_symbols method
This method allows one to verify, before any decoding attempt,
if all the symbols given as arguments can be found in the
virtual keyboard.

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:10:23 +01:00
Pierre Mazière
d9b51c406d VirtKeyboard: symbol detection improvement
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:09:47 +01:00
Pierre Mazière
b14079a31e VirtKeyboard: make color argument mandatory
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:08:33 +01:00
Pierre Mazière
165d264ecb VirtKeyboard: move to weboob/tools/captcha/
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2011-11-04 10:07:09 +01:00
Pierre Mazière
45c9eba40f LCL: fix pyflakes whining
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-02 09:19:17 +01:00
Pierre Mazière
b0141a304b BNPorc: switch to the new virtual keyboard tool
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-02 09:19:14 +01:00
Pierre Mazière
4f7fe4f843 LCL: fit the new authentification scheme
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-02 09:19:11 +01:00
Pierre Mazière
07d7233685 Add virtual keyboard tool
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-11-02 09:19:08 +01:00
Romain Bignon
d325e410dc oops 2011-10-27 08:56:01 +02:00
Romain Bignon
e4bbca3c33 add a 'phone' field 2011-10-27 08:50:48 +02:00
Romain Bignon
0bf2317f42 support IDs as an url 2011-10-27 08:50:23 +02:00
Romain Bignon
07e4e0126a add an error message for error code 4.0.1 2011-10-27 08:49:41 +02:00
Romain Bignon
a24a535d1c remove a rule which matches false positives 2011-10-27 08:47:38 +02:00
Romain Bignon
6444ee9146 fix broken backend 2011-10-25 14:24:08 +02:00
Romain Bignon
68bb3cb274 control 'url' backends parameter with a regexp (closes #712) 2011-10-25 13:33:03 +02:00
Romain Bignon
06eb33ec59 handle general errors when website is unavailable 2011-10-25 13:29:52 +02:00
Romain Bignon
59dfe3083a delete 'remove_html_tags' global function, and create IParser.tocleanstring and IParser.strip abstract methods. 2011-10-25 13:28:43 +02:00
Romain Bignon
5a96b425da add 'Sent with my iPhone' in mail signatures when needed 2011-10-24 12:43:49 +02:00
Romain Bignon
4766e0507e display status message of contacts in events list 2011-10-20 12:24:00 +02:00
Romain Bignon
2dab4878e6 add city in status message 2011-10-20 11:54:46 +02:00
Clément Schreiner
ee70a1a066 Small language improvement 2011-10-20 10:56:05 +02:00
Romain Bignon
14028b13d9 add a button 'Profile' 2011-10-19 18:58:47 +02:00
Romain Bignon
cde5bff35a new 'Events' tab 2011-10-19 18:58:44 +02:00
Romain Bignon
05a5ca0fe1 iter events (baskets, charms and visits) 2011-10-19 18:55:24 +02:00
Romain Bignon
e55361d473 new Event object 2011-10-19 18:55:08 +02:00
Romain Bignon
0fb2951b57 fix getting contacts list 2011-10-16 21:16:42 +02:00
Romain Bignon
8da336d3dd when thread is a discussion, display messages linearly 2011-10-16 21:16:35 +02:00
Pierre Mazière
22509971ca LCL: add support for various types of accounts
In addition to the exisiting Compte Courant, the following account
types are now supported:
Compte de dépôts
Compte d'Epargne

Reported-by: Luc Didry <luc@didry.org>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Tested-by: Luc Didry <luc@didry.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-10-15 12:37:22 +02:00
Pierre Mazière
4a1b559c5f LCL: remove extra space character
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-10-15 12:37:19 +02:00
Romain Bignon
5680a9cfb0 display the 'title' field in contact profile 2011-10-12 17:26:57 +02:00
Romain Bignon
44ad8b5f63 fix compatibility with python2.5 2011-10-12 16:40:49 +02:00
Romain Bignon
ce52d2967e fix crash when there is no thumbnail on a video (closes #708) 2011-10-11 19:27:34 +02:00