Romain Bignon
2a97ab0074
add a regexp on password field
2012-04-25 13:46:12 +02:00
Romain Bignon
aea269e9f6
create UserError exception
...
Modules can raise this exception when they want to print errors to user
2012-04-25 13:43:52 +02:00
Romain Bignon
6deaa9ac44
use a better workaround
2012-04-23 11:32:33 +02:00
Florent
aabd8a2f2a
Fix freemobile history pages (site change)
2012-04-23 11:20:27 +02:00
Florent
ae3ccde2e8
Get more historical transactions
...
We get now all availables transactions on the website, not only
the first page
2012-04-23 11:20:20 +02:00
Florent
d095811799
Use yield to return objects an not a list
2012-04-23 11:20:17 +02:00
Romain Bignon
2d4635b3e6
don't list bourse accounts
2012-04-23 11:00:39 +02:00
sputnick
443df5360c
added missing operation.raw for pages/accounts_list.py
2012-04-22 19:21:02 +02:00
sputnick
507c9d2c80
fixes on fortuneo module
...
backend.py
iter_history() implemented
browser.py
'.*/prive/default\.jsp.*' page added to AccountsList to prevent warnings
full url on self.location() using 'https://' + self.DOMAIN_LOGIN + 'stuff'
pages/accounts_list.py
added unicode() to prevent warnings
test.py
test really implemented after site maintenance
2012-04-22 18:48:25 +02:00
Romain Bignon
f7421899da
several fixes
2012-04-21 22:38:48 +02:00
sputnick
cd5f29a0f9
fixes on fortuneo module
...
browser.py:
added condition on login page
test in home removed
pages/accounts_list.py
code refactor
BrokenPageError is thrown if the <tr> table is void
cosmetic changes
added a TODO for FrenchTransaction implementation
not needed code lines deleted
list concatenation in a smarter way
pages/login.py
BrowserUnavailable() implemented to throw an exception when the site is in maintenance
smarter list concatenation
test.py
working test (was not really implemented)
2012-04-21 22:38:48 +02:00
sputnick
d9c8e9ccdb
'ls' and 'history' boobank commands implemented for the new backend fortuneo
2012-04-21 22:38:48 +02:00
sputnick
f2b343065f
login ok, but "AccountNotFound: Account not found" error
2012-04-21 22:38:48 +02:00
sputnick
38f2f57517
added fortuneo module
2012-04-21 22:38:48 +02:00
Richard Genoud
08b33d6ffe
cragr: CA Centre website has changed (18_04_2012) - update accordingly ( closes #850 )
...
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
2012-04-21 21:59:55 +02:00
Romain Bignon
5a046f00a8
create weboob.tools.browser.BrowserPasswordExpired
2012-04-21 18:22:07 +02:00
Romain Bignon
b2b2ff7b43
fix parsing history when there are unicode chars in labels
2012-04-21 13:34:01 +02:00
Romain Bignon
1e7e17cf4a
fix when history is empty
2012-04-21 13:29:02 +02:00
Romain Bignon
0be25e5c29
always go on the history page
2012-04-18 11:16:54 +02:00
Romain Bignon
755de4c3f5
add capitals on each words in account labels
2012-04-18 10:54:03 +02:00
Romain Bignon
4e2275b225
fix url handle
2012-04-18 00:58:26 +02:00
Pierre Mazière
681f6c0bec
LCL: strip balance string
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-04-18 00:55:47 +02:00
Romain Bignon
011dcc9688
use uniq IDs for accounts
2012-04-18 00:55:23 +02:00
Romain Bignon
9e41cd9483
fix parsing history when there are extra columns
2012-04-17 23:19:37 +02:00
Romain Bignon
b97e597c6e
fix parsing accounts list when there is no history associated
2012-04-17 23:18:46 +02:00
Romain Bignon
38dfc30e2e
fix roadmap whene there is no confirm page
2012-04-17 13:50:05 +02:00
Romain Bignon
1737ed017c
ooops
2012-04-16 16:58:11 +02:00
Romain Bignon
66d68c50fb
support many kind of accounts
2012-04-16 16:54:30 +02:00
Romain Bignon
61f4e631dd
do not get coming operations, as their labels are useless
2012-04-16 16:54:06 +02:00
Romain Bignon
82a874bc73
detect if a transaction is debited or not
2012-04-16 16:53:39 +02:00
Florent
92e5ea9965
Fix multiple accounts login
2012-04-16 14:54:51 +02:00
Romain Bignon
54745e67e9
fetch the last 100 transactions (instead of 30)
2012-04-15 23:57:17 +02:00
Florent
f688786e35
First implementation of nettokom website
2012-04-15 20:31:08 +02:00
Romain Bignon
e8e9302731
fix parsing account label
2012-04-13 14:59:56 +02:00
Florent
03f68b4207
Fix livret A history (site changed)
...
The url is still valid, but the html code look
like the normal account.
2012-04-11 19:09:13 +02:00
Romain Bignon
6e430010ab
if link is not a AccountHistory, returns an empty list
2012-04-11 16:09:40 +02:00
Romain Bignon
22c2210fe7
never convert a float to Decimal
2012-04-11 13:25:58 +02:00
Romain Bignon
c902802160
fix: credit and debit where inversed
2012-04-10 10:17:36 +02:00
Romain Bignon
d1447062f9
oops, remove unused class
2012-04-09 11:27:03 +02:00
Romain Bignon
fc2380fb58
empty this unused file
2012-04-09 11:26:08 +02:00
Romain Bignon
70b1c3cd0c
update tests
2012-04-09 11:25:18 +02:00
Romain Bignon
9ef76bb8a7
fix unused imports/variables
2012-04-09 11:24:15 +02:00
Romain Bignon
10dc63e4fa
support display of history and coming transactions
2012-04-09 11:21:28 +02:00
Romain Bignon
189896de02
fix parsing video IDs
2012-04-06 16:08:02 +02:00
Noé Rubinstein
99641aee5c
mangafox: fix domain name change
2012-04-06 12:24:12 +02:00
Florent
bffe58eb9d
Use transaction parsing tools for livret A account
2012-04-04 13:39:47 +02:00
Florent
bdaebf89bc
Use transactions parsing tools for Compte Courant
2012-04-04 13:12:10 +02:00
lucien
657e2213ac
common language interface and wordreference backend
...
Conflicts:
modules/wordreference/pages.py
weboob/applications/translaboob/translaboob.py
2012-04-03 22:52:40 +02:00
lucien
9efbeff8a4
changed the googletranslate favicon in order to specify the translation service
2012-04-03 22:41:26 +02:00
Romain Bignon
f2157c4cfb
fix some conversion warnings
2012-04-03 22:40:49 +02:00