Commit graph

80 commits

Author SHA1 Message Date
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Vincent Paredes
5fac4ffa53 adding new certificat hash 2014-07-11 15:24:24 +02:00
Laurent Bachelier
0f90d6e9dd Some English fixes
"informations" is incorrect; try to use a better word, or the invariant "information".
2014-07-09 12:50:32 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
afd5bba8a1 fix ignore of "total" lines 2014-05-08 10:20:12 +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
7502310d7e fix crash when the card history is empty 2014-03-01 19:23:06 +01:00
Raphaël Rigo
9d211201c7 card history parser
Signed-off-by: Raphaël Rigo <devel-git@syscall.eu>
Signed-off-by: Romain Bignon <romain@symlink.me>
2014-03-01 19:19:27 +01:00
Raphaël Rigo
31af964696 Handle card history
Signed-off-by: Raphaël Rigo <devel-git@syscall.eu>
Signed-off-by: Romain Bignon <romain@symlink.me>
2014-03-01 19:19:27 +01:00
Romain Bignon
f5869b8262 fix crash when there isn't no ID on transaction 2014-01-14 23:32:29 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Romain Bignon
c1f8c08196 better description and field labels for french banks 2013-12-14 18:22:31 +01:00
Romain Bignon
f688125ca7 remove unused import 2013-10-08 18:26:26 +02:00
Florent
e6d60492f3 Remove dead code
Old code, the url gives now a 404 error
2013-09-30 10:41:15 +02:00
Romain Bignon
f0310dc576 fix crash when there is no link on an opening account 2013-09-29 18:34:08 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Romain Bignon
f9f6049019 fix parsing on special cases 2013-07-25 15:27:36 +02:00
Romain Bignon
11a161c1b1 boursorama: support website changes 2013-07-25 11:51:42 +02:00
Romain Bignon
8b8a8a0d82 boursorama certificate changed 2013-07-23 14:59:15 +02:00
Juliette Stehlé
06167275c3 Add PEL history support
PEL accounts do not have an ID column.
2013-07-06 19:16:05 +02:00
Juliette Stehlé
ea52ac00a8 Introduces a line for the account history of savings. 2013-07-06 18:16:04 +02:00
Florent
1928f2a500 Fix paging on new website 2013-07-03 12:07:45 +02:00
Romain Bignon
d30382efea fix auth on boursorama 2013-06-11 19:40:57 +02:00
Romain Bignon
e877e1b552 use auth of the mobile website 2013-05-24 09:36:40 +02:00
Romain Bignon
53503a98a2 fix auth (upstream changed grid images) 2013-05-24 09:36:40 +02:00
Romain Bignon
9f9f8edc01 cleanup 2013-04-01 15:17:04 +02:00
Gabriel
ee4f3793a1 Add two factor authentication for boursorama module 2013-04-01 15:05:26 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
e0542c2e4a Fix comparisons to None
Diff checked manually.

autopep8 -a -ir -j2 --select=E711 .

This required the "agressive" option because it can change code
behavior.
2013-03-16 00:57:30 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Laurent Bachelier
c21d1f7925 Code clarity fixes
autopep8 -ir -j2 --select=E303,E125
Diff checked manually.
2013-03-16 00:52:43 +01:00
Florent
8c66ca83c8 Remove unused imports 2013-03-02 10:31:34 +01:00
Florent
f7d7240c09 Remove mkdtemp in modules 2013-03-01 13:58:50 +01:00
Romain Bignon
3acbba30d9 do not crash for special accounts 2013-02-25 13:50:43 +01:00
Romain Bignon
4df089ee1b get maximum history 2013-02-23 13:15:05 +01:00
Romain Bignon
cc31e73f23 on page to update user information, raise BrowserIncorrectPassword 2013-02-10 17:17:06 +01:00
Florent
2ddf8f66b9 Take the operation id of the bank 2013-01-26 13:55:29 +01:00