summaryrefslogtreecommitdiffhomepage
path: root/app/lib
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Rename paid_until to expiryLinus Färnstrand2-5/+5
2017-08-22Failed autologins no longer prompts the user with LOGIN FAILEDErik Larkö1-1/+1
2017-08-08Add ONLINE and OFFLINE actions and remove generic connection actionErik Larkö1-3/+7
2017-08-08RPC notification actionsErik Larkö1-3/+11
2017-08-08Add DISCONNECTED actionErik Larkö1-3/+1
2017-08-08Add CONNECTING actionErik Larkö1-6/+3
2017-08-08Added NEW_LOCATION actionErik Larkö1-1/+1
2017-08-08Add LOGGED_OUT actionErik Larkö1-5/+1
2017-08-07Use new actions in autologinErik Larkö1-21/+4
2017-07-28Add LOGIN_FAILED actionErik Larkö1-4/+1
2017-07-28Add LOGIN_SUCCESSFUL actionErik Larkö1-6/+1
2017-07-28Added START_LOGIN actionErik Larkö1-7/+4
2017-07-28Added NEW_PUBLIC_IP actionErik Larkö1-1/+1
2017-07-17Start the backend againErik Larkö3-1/+14
2017-07-11New backend statesErik Larkö2-12/+26
2017-07-10AutologinErik Larkö2-0/+58
2017-07-07Move geoIP from account to connectionErik Larkö1-1/+1
2017-07-07Rename loginstate connecting->logging inErik Larkö1-1/+1
2017-07-07The Backend class is no longer an EventEmitterErik Larkö4-151/+15
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