Commit graph

6,046 commits

Author SHA1 Message Date
Vincent Paredes
07d544f259 fixing duplicate entry on card account 2014-10-21 10:27:17 +02:00
Romain Bignon
80fd2db3d4 fix website change (yes, the typo is still here in class name) 2014-10-21 10:24:41 +02:00
smurail
977f5a9f02 cleaner way to get rid of BOM for CsvPage 2014-10-20 17:13:01 +02:00
smurail
a6a7130b31 add ChecksumPage mixin 2014-10-20 17:13:01 +02:00
smurail
237036ce3e new api for content, encoding, and document building 2014-10-20 17:13:01 +02:00
Bezleputh
9a3afd2dc1 [explorimmo] typo 2014-10-20 15:53:47 +02:00
Bezleputh
549551a629 [monster] fix and adapt to browser2 2014-10-20 15:23:38 +02:00
Bezleputh
015626b87e [explorimo] New CapHousing module explorimmmo 2014-10-19 23:31:41 +02:00
Romain Bignon
2eb5507c3a fix warnings 2014-10-19 13:33:37 +02:00
Romain Bignon
bc4624d7e3 implement get_account_status() 2014-10-19 13:20:38 +02:00
Romain Bignon
88a899e8b3 fix StatusField to be a BaseObject 2014-10-19 13:09:25 +02:00
Florent
cf89b8cd67 Update AUTHORS 2014-10-19 11:08:16 +02:00
Laurent Bachelier
92fd11e4cf browser tests: More Pythonic names 2014-10-19 00:28:44 +02:00
Laurent Bachelier
0a3300c891 browser tests: Fixes
pyflakes/pep8, test name in setup.cfg, remove useless comments
2014-10-19 00:28:43 +02:00
juliaL03
8a6c657194 Tests method Groupe Julia Lille1
Signed-off-by: juliaL03 <julia.leven@etudiant.univ-lille1.fr>
2014-10-19 00:28:43 +02:00
Laurent Bachelier
3fcfc9a980 form: Add comments 2014-10-19 00:28:43 +02:00
Laurent Bachelier
fd3484e063 filters: Add Unicode normalization to CleanText
With a default to 'NFC'.
This is inspired by python-ftfy, which has a nice explanation of the modes:
https://github.com/LuminosoInsight/python-ftfy

I think K is too strong to be a default, however C has zero visual differences
and should be the most common way to represent Unicode characters.
2014-10-19 00:28:43 +02:00
Laurent Bachelier
95a739958f Add weboob.tools.misc to tests 2014-10-19 00:28:43 +02:00
Romain Bignon
66c27d47c5 add a profile walker to automatically send won challenges 2014-10-18 15:26:44 +02:00
Bezleputh
3e041a4b09 Add missing favicons 2014-10-18 12:21:13 +02:00
Laurent Bachelier
98fdcdd63b feedly: favicon transparency and remove JPEG artifacts 2014-10-17 17:57:42 +02:00
Florent
d6da9843db Set copyright in applications 2014-10-17 17:57:42 +02:00
Laurent Bachelier
4fe15a3213 New authors to mailmap 2014-10-17 17:57:42 +02:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Florent
f0b58c7c3c Weboob 1.0 released 2014-10-17 14:10:14 +02:00
Florent
ac1e85d505 Update android user agent 2014-10-17 11:36:18 +02:00
Florent
b2c21950b0 Update AUTHORS for 1.0 release 2014-10-17 11:35:44 +02:00
Romain Bignon
f183e5e80c fix certificate check on servers which don't allow SSLv3 2014-10-16 11:37:21 +02:00
Romain Bignon
251eaef0c7 handle investment pages even if they aren't implemented yet 2014-10-16 11:12:51 +02:00
Florent
2ab2e68cc4 Import exceptions from weboob.exceptions 2014-10-15 14:52:57 +02:00
Bezleputh
724a18873b [videoob] set non verbose mode for wget when downloading m3u8 (fix #1643) 2014-10-15 11:10:43 +02:00
Bezleputh
725adb1ed4 [seloger] fix obj filling 2014-10-14 13:39:42 +02:00
Bezleputh
532356a55f [seloger] fix pagination 2014-10-14 13:39:42 +02:00
Laurent Bachelier
d500abf336 We have so many tests we make nose crash!
We raise the recursion limit, as the recursion here is normal.
This happens with nose 1.3.4.
2014-10-14 12:25:43 +02:00
Laurent Bachelier
db1618e86f pep8: Various manual fixes 2014-10-13 23:03:51 +02:00
smurail
d9065796e9 add Emirati Dirham AEB currency 2014-10-13 22:48:55 +02:00
Vincent Paredes
a217d867ad translating accnum description 2014-10-13 22:48:30 +02:00
Vincent Paredes
b699ddc3f9 Regexp for checking password 2014-10-13 22:46:57 +02:00
Florent
80e9dbd91d Update authors 2014-10-13 22:16:11 +02:00
Oleg Plakhotniuk
5997448169 Citibank module (https://online.citibank.com). Implements #1642 2014-10-13 04:41:44 -05:00
Oleg Plakhotniuk
a5859d384d Use AmericanTransaction.decimal_amount, closest_date, decompress_pdf and ReTokenizer in WellsFargo module. Part of #1641 2014-10-13 04:24:51 -05:00
Oleg Plakhotniuk
3aaf8181a5 Use AmericanTransaction.decimal_amount in PayPal module. Part of #1641 2014-10-13 04:23:57 -05:00
Oleg Plakhotniuk
d7acf211bd American amount to decimal conversion; PDF decompression function; regexp-based tokenizer. Part of #1641 2014-10-13 04:23:05 -05:00
Laurent Bachelier
c79dcc22df Remove nbsp in comments and documentation 2014-10-12 02:30:45 +02:00
Romain Bignon
44190f3f29 monboob wants an utc date... 2014-10-12 01:42:21 +02:00
Romain Bignon
3a4d8ec8dd datetime.fromtimestamp() already converts utc timestamp to local date 2014-10-11 22:32:08 +02:00
Romain Bignon
6322500d03 fix 'module' condition in WebNip.iter_backends() 2014-10-11 20:16:40 +02:00
Romain Bignon
cf5740fbd3 fix order of messages 2014-10-11 20:04:20 +02:00
Romain Bignon
c16bfd7dc8 new playme module 2014-10-11 19:56:37 +02:00
Romain Bignon
64b2acfd34 fix auth on tinder by correctly set the User-Agent header 2014-10-11 18:01:22 +02:00