Commit graph

1,899 commits

Author SHA1 Message Date
Romain Bignon
47d8d5f7bc secret isn't optional anymore 2014-04-29 22:00:12 +02:00
Romain Bignon
237cfb9252 do not override rdate with operation date 2014-04-29 17:19:24 +02:00
Romain Bignon
2256dc841b fix labels parsing 2014-04-29 17:14:22 +02:00
Romain Bignon
f4e5317a0f remove useless method 2014-04-28 18:54:27 +02:00
Romain Bignon
2c81d337eb fix login 2014-04-28 18:46:29 +02:00
Romain Bignon
188220e0c1 get more history on cards 2014-04-26 23:08:44 +02:00
Romain Bignon
3857eec659 fix parsing cards history 2014-04-26 23:03:40 +02:00
Romain Bignon
459b9b9378 set card balance to Account.balance instead of Account.coming 2014-04-26 12:07:23 +02:00
Romain Bignon
8f11fd40bc pyflakes fix 2014-04-26 12:07:22 +02:00
Romain Bignon
73cb61fec7 fix carrefourbanque to use new website (and rewrite it with browser2) 2014-04-26 12:07:22 +02:00
Florent
d6d5d4cebd Set obj_id to None before to return it to the browser 2014-04-24 19:45:28 +02:00
Florent
37f0445f44 Add ignore_duplicate to senscritiques 2014-04-24 16:17:13 +02:00
Bezleputh
14fa171503 [groupamaes] add favicon 2014-04-23 12:12:46 +02:00
Bezleputh
2540c9290c [senscritique] fix parsing error when page result body's is empty 2014-04-23 12:12:39 +02:00
Florent
a73daa18f4 Catch ValueError if a gauge is down 2014-04-21 11:53:20 +02:00
Vincent Texier
7a72b94b37 Fix bug dailymotion not playing video with "Server returned 403: Forbidden"
Dailymotion video url send cookies then use a 302 redirect to the real video url
The real video url check the cookies sent in the request.

Some mediaplayer (mplayer) can not handle this.

So we use pure python urllib2 to handle this and load the video.
The video bytes are piped to the mediaplayer.

Others modules might need this.
They just have to set the "_play_proxy" boolean attribute to the video object.

Signed-off-by: Vincent Texier <vit@free.fr>
2014-04-21 09:33:31 +02:00
Florent
8d975aa1d2 BASEURL is now working 2014-04-18 09:55:54 +02:00
Vincent Texier
ea574adcdb fix bug dailymotion search returns nothing
Signed-off-by: Vincent Texier <vit@free.fr>
2014-04-18 09:53:41 +02:00
Bezleputh
98a70783a7 [groupamaes] use find_object in get_account 2014-04-17 12:00:04 +02:00
Bezleputh
61b174af9b [groupamaes] update module description 2014-04-17 11:45:49 +02:00
Florent
aba70863d8 Remove unused import 2014-04-17 11:38:17 +02:00
Bezleputh
3d693bba51 [groupamaes] new module groupamaes 2014-04-16 21:19:06 +02:00
Romain Bignon
df16d21279 bred changed certificate 2014-04-16 10:58:33 +02:00
Romain Bignon
7915b0588f certificate changed 2014-04-15 15:29:30 +02:00
Florent
cf71e6bf6a Fix pagination on iter_bills 2014-04-15 10:38:53 +02:00
Florent
21fe640453 Use @pagination 2014-04-15 10:32:37 +02:00
Florent
c488a0c7ae Use @pagination 2014-04-15 10:26:25 +02:00
Romain Bignon
558b94e9b9 fix coding style and login errors handling 2014-04-14 16:42:39 +02:00
Vincent Paredes
2766983a33 hsbc to browser2! 2014-04-14 16:42:39 +02:00
Bezleputh
b9260c7bc0 [indeed] adapt to browser2 2014-04-14 16:01:52 +02:00
Bezleputh
cb04fc79b4 [hybride] fix bug on date test 2014-04-14 13:55:13 +02:00
Romain Bignon
519fa1757f hostname has changed 2014-04-14 09:00:11 +02:00
Romain Bignon
c31d72e630 fix when there are decimal quantities 2014-04-13 12:32:50 +02:00
Romain Bignon
5f59c130b3 add decorator pagination 2014-04-12 12:48:14 +02:00
Vincent Paredes
9a3258419d fixing account without amount 2014-04-10 16:12:01 +02:00
Vincent Paredes
f3f19f450f adding support for sub account 2014-04-10 16:11:49 +02:00
Bezleputh
bd38a16d76 [cci] adapt to browser2 2014-04-10 10:08:12 +02:00
Florent
831d3c3038 Fix email 2014-04-08 11:11:02 +02:00
Florent
3e9c168158 Pep8 cleaning 2014-04-08 10:55:42 +02:00
Florent
7a2ddf671c Remove unused imports 2014-04-08 10:49:46 +02:00
Florent
ec75c1be25 Fix currency 2014-04-08 10:48:52 +02:00
Vicnet
914c5b5d69 change copyright
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:57 +02:00
Vicnet
1110d7e5e8 ajout Add favicon
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:57 +02:00
Vicnet
7f708e60bc Add tests
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:57 +02:00
Vicnet
da0d25ae38 Add AnnoncePage in __all__
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:57 +02:00
Vicnet
71ecf62e6f Add fill_object
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:57 +02:00
Vicnet
8f09828ebf Better id and some improvment
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:57 +02:00
Vicnet
4584384db7 Bump to 0.i
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:56 +02:00
Vicnet
77984bf5fe Fix pagination
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:56 +02:00
Vicnet
39ada3289f Support pagination
Signed-off-by: Vicnet <vo.publique@gmail.com>
2014-04-08 10:43:56 +02:00