Cédric Pigeon
a231a28cdf
[IMP] improve ACL management on keychain
6 years ago
Cédric Pigeon
da2e1bd3f5
[IMP] change password from char to text to be able to store ssh keys
6 years ago
oca-travis
154c3b9f98
[UPD] Update keychain.pot
6 years ago
hparfr
0091bd0c6d
Update tests
Use self.fail instead of self.assertTrue(false)
7 years ago
hparfr
e6d0fc897a
Add default validation logic
The goal was to force developers to write validation logic.
Now it's becoming useless with keychain.backend
And it adds boilerplate code.
In this commit, we set a permissive default validation logic.
It will reduce code in consumers module and still allow fine grained validation.
7 years ago
Alexis de Lattre
4b28387685
[FIX] keychain: Avoid crash upon warning ( #1225 )
7 years ago
Laurent Mignon (ACSONE)
a57347b55d
[IMP] keychain: get_password must not be accessible from outside
7 years ago
OCA Transbot
110d313a54
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
4b1cd222f7
OCA Transbot updated translations from Transifex
7 years ago
Raph
b1417c494d
Fix readme about generating keys
7 years ago
Mourad Elhadj Mimoune
7ae3f0b5c4
[FIX] OCA reviews
7 years ago
Mourad Elhadj Mimoune
bd8d4f42e7
[FIX] split keychain backend model and test into 2 files
7 years ago
Mourad Elhadj Mimoune
658428138f
[FIX] add name to keychain.backend & add test
7 years ago
Sébastien BEAU
5392c93d51
[IMP] add a keychain backend abstract model, the aim is to simplify the integration of keychain when you already have /need the concept of backend
8 years ago
OCA Transbot
31c5543be4
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
db575829f0
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
60ca425ded
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
573c010465
OCA Transbot updated translations from Transifex
8 years ago
MonsieurB
09368cbc3a
remove old file
8 years ago
MonsieurB
56132340a5
set test
8 years ago
MonsieurB
00d89cc153
Mig V10
8 years ago
OCA Transbot
e3870a2228
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
4e0e3e81a5
OCA Transbot updated translations from Transifex
8 years ago
Hpar
3f372efbf5
Update __openerp__.py
Remove explicit dependency to base.
8 years ago
Raph
10bb96f3bc
Improve readme and fix dep
Readme: (in example) prefix function with _
Dep: add a depency to base_setup in order to use xml id "base.menu_config"
8 years ago
Hpar
2157b6110c
Keychain: account manager for external systems ( #644 )
* Add keychain module
8 years ago