summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Collapse)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ö2-3/+49
for it though
2017-07-06Improve error output in RpcServerErik Larkö2-4/+15
2017-07-06Allow to wait for the websocket even if the instance isnt created yetErik Larkö1-1/+1
2017-07-06Timeout even if the websocket isnt up yetErik Larkö1-30/+28
2017-07-06Don't create a jsonrpc-ws-thing with invalid locationErik Larkö1-3/+5
Conflicts: app/lib/backend.js
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ö2-2/+2
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö1-12/+17
connect->connection
2017-06-26Add Flow annotations for Connect componentAndrej Mihajlov1-5/+15
2017-06-26Replace Keyframe range with tupleAndrej Mihajlov1-3/+4
2017-06-22Drop unused Enum classAndrej Mihajlov1-82/+0
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov3-232/+65
- Export Backend and BackendError separately
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov1-7/+6
2017-06-21Replace TransitionRule.transitionDescriptor in favor of TransitionMatchAndrej Mihajlov1-50/+23
2017-06-21Add flow annotation for formatters.jsAndrej Mihajlov1-11/+3
2017-06-19Clean up code commentsAndrej Mihajlov1-207/+24
2017-06-09Use `validated/object` to validate the IPC responsesErik Larkö1-1/+1
2017-06-09Allow unused args starting with _Erik Larkö2-3/+3
2017-06-09Remove all "any" typesErik Larkö2-16/+34
2017-06-08Add type annotations for TrayIconManagerAndrej Mihajlov1-58/+30
2017-06-08Add flow annotations for KeyframeAnimation and relevant Electron typesAndrej Mihajlov2-72/+121
2017-06-07Validate the IPC API responsesErik Larkö2-8/+35
2017-06-05Add transitionsAndrej Mihajlov1-0/+74
2017-05-28Very slightly improve notification handlingErik Larkö1-2/+2
2017-05-28Allow to set the ipc timeoutErik Larkö1-1/+7
2017-05-28JSONRPC communication testsErik Larkö1-2/+9
2017-05-28Send on connect testErik Larkö1-1/+1
2017-05-28Prepare for tests: Allow Ipc to accept a WebSocketFactoryErik Larkö3-4/+6
2017-05-28Flow ipc.jsErik Larkö1-10/+57
2017-05-28IPC facadeErik Larkö3-26/+89
2017-05-30Fix bug when calling stop() during onFrame wouldn't have any effectAndrej Mihajlov1-5/+15
2017-05-27Add timeout to all IPC callsErik Larkö1-1/+23
2017-05-27Flow in backend.jsErik Larkö1-8/+21
2017-05-24Add backoff to the reconnection logicErik Larkö1-2/+31
2017-05-23Fixes logout bugErik Larkö1-1/+1
2017-05-23Reasons to all assertsErik Larkö3-6/+6
2017-05-23Uncomment Ipc listener because the backend is emitting one event per secondErik Larkö1-2/+2
2017-05-23Add support for JsonRpc subscriptionsErik Larkö1-6/+39
2017-05-23Refactor animationsAndrej Mihajlov1-39/+9
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-05-19Use a websocket as the IPC channelErik Larkö3-25/+73
2017-04-18Use electron-log instead of console.logErik Larkö2-14/+16
2017-04-12Updated jsonrpc methods after changes in the backendErik Larkö1-2/+2