summaryrefslogtreecommitdiffhomepage
path: root/app/components/Connect.js
AgeCommit message (Expand)AuthorFilesLines
2018-06-05Add formatted source codeAndrej Mihajlov1-113/+127
2018-04-23Fix out-of-time screen status icon positionJanito Vaqueiro Ferreira Filho1-4/+4
2018-04-16JS fixes for react-nativeanderklander1-4/+4
2018-04-11Lint stuffanderklander1-1/+1
2018-04-11New AppButton differentiation and blur fixanderklander1-3/+3
2018-04-11Fix blocking message and spinner positionanderklander1-8/+10
2018-04-11Use Accordion in Connectanderklander1-26/+5
2018-04-11Connect in reactxpanderklander1-101/+99
2018-02-20Fix flow annotations to work on flow v0.66Andrej Mihajlov1-6/+5
2018-01-29Remove unnecessary clean up in componentWillUnmountAndrej Mihajlov1-5/+0
2018-01-29Calculate map offset dynamically and refine the Connect.stateAndrej Mihajlov1-67/+55
2018-01-26Wire up new MapAndrej Mihajlov1-23/+45
2018-01-15Show Country and IP when disconnectedAndrej Mihajlov1-28/+12
2018-01-15Adapt frontend to removed ip call and changed location structLinus Färnstrand1-1/+1
2018-01-15Remove react-ifanderklander1-68/+60
2018-01-04Make the header green when connectingErik Larkö1-1/+1
2018-01-04Add blocking internet indicator when the firewall is on but the tunnel isn't ...Erik Larkö1-0/+15
2017-12-19Integrate RelayList into ReduxAndrej Mihajlov1-1/+1
2017-12-19Update select location button on main screenAndrej Mihajlov1-9/+6
2017-12-19Drop hardcoded servers in favor of relay locationsAndrej Mihajlov1-29/+27
2017-12-06Remove noop ternary opAndrej Mihajlov1-5/+1
2017-12-06Use RelayLocation to obtain server informationAndrej Mihajlov1-9/+32
2017-12-06Populate city/country in UI from redux storeAndrej Mihajlov1-18/+19
2017-12-06Add relay settings fetchAndrej Mihajlov1-19/+8
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand1-3/+3
2017-11-10Update the hard coded server listErik Larkö1-6/+6
2017-11-09Redid the settings state and inlined a few componentsErik Larkö1-2/+1
2017-11-08tcp and portErik Larkö1-14/+24
2017-10-16Show the real server IP when connected, and none when not.Linus Färnstrand1-2/+2
2017-10-03Show the country when securing the connectionErik Larkö1-6/+11
2017-10-02Remove fastest and nearest serversErik Larkö1-38/+1
2017-10-02More realistic mock IPsErik Larkö1-1/+4
2017-09-27Show different locations if the user is connected or notErik Larkö1-1/+3
2017-09-25Read the city and coutry from the temporary config until we implement it in t...Erik Larkö1-1/+1
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö1-2/+8
2017-09-06Remove map from the first beta. MAKE SURE TO INCLUDE IT IN LATER RELEASESErik Larkö1-6/+10
2017-08-24Replace paidUntil with expiryLinus Färnstrand1-3/+3
2017-08-23Refactor Connect props and first disconnected testErik Larkö1-7/+5
2017-07-13export default in Map.jsErik Larkö1-1/+1
2017-07-11Extract the map into a separate componentErik Larkö1-75/+11
2017-07-07Move geoIP from account to connectionErik Larkö1-2/+2
2017-07-07Rename loginstate connecting->logging inErik Larkö1-0/+1
2017-07-06Upgrade to react-mapbox-gl v2.1.0Andrej Mihajlov1-4/+8
2017-07-06Don't crash on the map on LinuxErik Larkö1-23/+26
2017-07-03Moved the redux stuff into separate folder and renamed user->account and conn...Erik Larkö1-19/+19
2017-06-30Upgrade ESLint and adjust code to new linting requirementsAndrej Mihajlov1-12/+12
2017-06-30Export Connect propsAndrej Mihajlov1-14/+14
2017-06-26Reset state and clear timer when unmountingAndrej Mihajlov1-1/+9
2017-06-26Add Flow annotations for Connect componentAndrej Mihajlov1-86/+99
2017-06-23Migrate to React 15.6Andrej Mihajlov1-1/+2