summaryrefslogtreecommitdiffhomepage
path: root/app/lib/backend.js
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-22- Add cancellation logicAndrej Mihajlov1-2/+36
2017-02-22Switch states when connecting to serverAndrej Mihajlov1-1/+1
2017-02-22- Transition header when connectingAndrej Mihajlov1-0/+3
2017-02-21- Handle app flow in app.jsAndrej Mihajlov1-56/+31
2017-02-21State management via Backend eventsAndrej Mihajlov1-37/+64
2017-02-13Fix linting issuesAndrej Mihajlov1-2/+2
2017-02-13Add logoutAndrej Mihajlov1-0/+11
2017-02-13Simulate loginAndrej Mihajlov1-1/+5
2017-02-10Add backend mockup and wire it up with all componentsAndrej Mihajlov1-0/+61