summaryrefslogtreecommitdiffhomepage
path: root/app/lib/backend.js
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Rely on the notifications for connection state changesErik Larkö1-14/+2
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ...Erik Larkö1-3/+23
2017-07-06Don't create a jsonrpc-ws-thing with invalid locationErik Larkö1-3/+5
2017-07-05Logout testsErik Larkö1-3/+12
2017-07-04Connection failed testErik Larkö1-0/+3
2017-07-04Connect testsErik Larkö1-0/+11
2017-07-04Rest of login testsErik Larkö1-1/+6
2017-07-03Add first login workflow testErik Larkö1-6/+33
2017-07-03Rename account.account -> account.accountNumberErik Larkö1-1/+1
2017-06-26Add Flow annotations for Connect componentAndrej Mihajlov1-5/+15
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov1-218/+53
2017-05-28Prepare for tests: Allow Ipc to accept a WebSocketFactoryErik Larkö1-1/+1
2017-05-28IPC facadeErik Larkö1-26/+18
2017-05-27Flow in backend.jsErik Larkö1-8/+21
2017-05-23Uncomment Ipc listener because the backend is emitting one event per secondErik Larkö1-2/+2
2017-05-19Login and connectErik Larkö1-33/+24
2017-05-19Logout and disconnectErik Larkö1-8/+2
2017-05-19Get IPErik Larkö1-4/+4
2017-04-18Use electron-log instead of console.logErik Larkö1-13/+14
2017-04-12Updated jsonrpc methods after changes in the backendErik Larkö1-2/+2
2017-04-07Rust backendErik Larkö1-24/+24
2017-04-03Read connection stringErik Larkö1-0/+7
2017-04-03Mock backendErik Larkö1-203/+94
2017-03-27Some more whitespace fixesErik Larkö1-14/+14
2017-03-23Document Backend._startReachabilityAndrej Mihajlov1-0/+8
2017-03-21- Remove .failed connection enumAndrej Mihajlov1-32/+15
2017-03-21Display user out of time errorAndrej Mihajlov1-6/+1
2017-03-21Add reachability and display offline screen automatically based on itAndrej Mihajlov1-9/+41
2017-03-21Add Backend.hasCreditsAndrej Mihajlov1-0/+13
2017-03-20Add noteAndrej Mihajlov1-0/+1
2017-03-20Add backend errors and polish error viewsAndrej Mihajlov1-2/+52
2017-03-16Add tray animatorAndrej Mihajlov1-1/+1
2017-03-10Update docsAndrej Mihajlov1-1/+1
2017-03-10Update documentationAndrej Mihajlov1-27/+221
2017-03-06Remove console.logAndrej Mihajlov1-1/+0
2017-03-06Fetch user location from freegeoip.netAndrej Mihajlov1-1/+24
2017-03-06Add 15 days instead of 1 month due to blurry boundaries between "a month" and...Andrej Mihajlov1-1/+1
2017-03-06Add paidUntilAndrej Mihajlov1-3/+21
2017-03-01Split constants on enums and config.jsonAndrej Mihajlov1-1/+2
2017-03-01syncWithReduxStore: restore server address and user accountAndrej Mihajlov1-2/+12
2017-02-28Move backend patch for redux into Backend objectAndrej Mihajlov1-1/+26
2017-02-28Swedish servers will fail to connect...Andrej Mihajlov1-3/+5
2017-02-28Propagate null (instead of undefined) for consistencyAndrej Mihajlov1-3/+3
2017-02-28Backend: Automatically disconnect() on logout()Andrej Mihajlov1-0/+3
2017-02-28- Modularize code and reuse it in testsAndrej Mihajlov1-1/+12
2017-02-24Auto-connect on loginAndrej Mihajlov1-2/+0
2017-02-24- Move serverInfo configuration to backendAndrej Mihajlov1-0/+31
2017-02-23Drop Leaflet in favor or ReactMapboxGLAndrej Mihajlov1-3/+3
2017-02-22- Switch tray icon when connectedAndrej Mihajlov1-1/+1
2017-02-22Avoid 0 when generating IPAndrej Mihajlov1-1/+1