1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/js/dao
Felix Hammerl 7959be55a7 [WO-643] Refactor initialization workflow
* Move initialization pre-flight checks to app-controller
* Refresh cached public keys for user during incomplete setups
* Reorder redirect checks in login ctrl from most specific (pubkey + privkey) to most generic (no keys)
* Add overridePermission flag to KeychainDAO.refreshKeyForUserId to refresh w/o asking for user permission
2014-11-06 15:36:59 +01:00
..
admin-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
devicestorage-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
email-dao.js [WO-643] Refactor initialization workflow 2014-11-06 15:36:59 +01:00
invitation-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
keychain-dao.js [WO-643] Refactor initialization workflow 2014-11-06 15:36:59 +01:00
lawnchair-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
privatekey-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
publickey-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00
rest-dao.js Use module.exports instead of exports 2014-10-15 19:16:18 +02:00