status-react/src/status_im/transport
Eric Dvorsak bb339dc39b
refactor login flow
simplified flow:

- event `:ui/login` is dispatched
- node is initialized with user config or default config
- `node.started` signal is received, applying `:login` fx
- `:callback/login` event is dispatched, account is changed
in datastore, web-data is cleared
- `:init/initialize-account` event is dispatched

replace event dispatches by function composition

fix bug in universal links where url to be processed after login
was never removed

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-08-28 14:46:33 +02:00
..
impl [fixes #4745] Don't query mailserver on restored account 2018-07-03 17:21:59 +02:00
message refactor :initialize-account into single event 2018-08-28 14:44:55 +02:00
core.cljs [fix] support offline contact request, confirmation and update 2018-05-31 17:43:37 +02:00
db.cljs [fix] support offline contact request, confirmation and update 2018-05-31 17:43:37 +02:00
filters.cljs Dont run receive-whisper-messages if the user is logged out 2018-06-07 14:16:35 +02:00
handlers.cljs refactor events and fns to dedicated namespaces 2018-08-28 14:44:55 +02:00
inbox.cljs refactor login flow 2018-08-28 14:46:33 +02:00
shh.cljs Correct :shh/post accumulation 2018-05-23 19:55:27 +02:00
utils.cljs First stage of realm transactions 2018-05-10 17:21:23 +02:00