summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2018-01-15Clipboard from reactxpanderklander1-2/+2
Not able to start backend, so a little help with testing this would be good! Also good to test on specific platform i guess.
2018-01-15Merge branch 'Remove-React-if'Linus Färnstrand4-82/+65
2018-01-15Remove react-ifanderklander4-82/+65
2018-01-15Merge branch 'select-location-design-review-fixes'Andrej Mihajlov2-3/+8
2018-01-13Update SelectLocation testsAndrej Mihajlov1-1/+6
Now since we hide the list of cities when there is only one we need to add one more city to the list to be able to test the callback
2018-01-12Fix location list logicAndrej Mihajlov1-2/+2
- Show the list of cities even if there are no active relays - Hide the list of cities when there is only one available within the country
2018-01-12Merge branch 'only-build-stable-on-mac-on-travis'Linus Färnstrand1-25/+9
2018-01-11Remove beta and nightly builds from macOS on Travis CILinus Färnstrand1-25/+9
2018-01-10Merge branch 'upgrade-deps-strip-symbols'Linus Färnstrand3-233/+241
2018-01-10Upgrade dependenciesLinus Färnstrand1-232/+235
2018-01-10Fix typo in changelogLinus Färnstrand1-1/+1
2018-01-10Make the release build script strip debugging symbols from the binariesLinus Färnstrand1-0/+5
2018-01-09Merge branch 'metadata-in-problemreport'Linus Färnstrand5-25/+43
2018-01-09Add IPv6 redact bugfix to changelogLinus Färnstrand1-0/+3
2018-01-09Remove crate version from version stringsLinus Färnstrand3-8/+6
2018-01-09Add metadata in problem report RPC callLinus Färnstrand2-13/+23
2018-01-09Fix invalid redact of IPv6, plus add testLinus Färnstrand1-4/+11
2018-01-09Merge branch 'quit-button-position'Erik Larkö4-104/+114
2018-01-09Fix advanced settings testErik Larkö1-1/+1
2018-01-09review thingsErik Larkö1-2/+0
2018-01-09Fix layout issuesAndrej Mihajlov5-23/+27
2018-01-09Make the time left label work on react nativeErik Larkö2-3/+2
2018-01-09Anchor the quit button to the bottom of the settings pageErik Larkö3-80/+89
2018-01-09Merge branch 'read-state-on-start'Erik Larkö2-11/+24
2018-01-09Read the backend security state when starting to talk to the backendErik Larkö2-11/+24
2018-01-09Merge branch 'beta8-release', formerly known as 'changelog-beta8'2018.1-beta8Erik Larkö3-98/+271
2018-01-09Update changelog, bump version and update relay listErik Larkö3-98/+271
2018-01-09Merge branch 'default-to-se'Erik Larkö2-3/+4
2018-01-09Default to servers in SwedenErik Larkö2-3/+4
2018-01-09Merge branch 'update-readme'Linus Färnstrand3-55/+84
2018-01-08Remove FE diagram from READMELinus Färnstrand3-6/+0
2018-01-08Remove frontend view layout description from READMELinus Färnstrand1-14/+0
2018-01-08Update readme with more backend instructionsLinus Färnstrand1-37/+86
2018-01-08Merge branch 'travis-maintenance'Erik Larkö2-12/+1
2018-01-08Don't test the frontend in node 6Erik Larkö1-7/+0
2018-01-08Fix lint error in styled byttonErik Larkö1-5/+1
2018-01-08Merge branch 'refine-headerbar'Andrej Mihajlov2-69/+60
2018-01-08Use createXXXStyles helpersAndrej Mihajlov1-65/+58
2018-01-08Refine HeaderBar stylesAndrej Mihajlov2-10/+8
2018-01-04Merge branch 'dont-keep-pf-state-for-lan-rules'Linus Färnstrand1-1/+0
2018-01-04Don't keep PF state for LAN firewall rulesLinus Färnstrand1-1/+0
2018-01-04Merge branch 'blocking-indicator'Linus Färnstrand6-7/+84
2018-01-04Add blocking indication changes to the changelogErik Larkö1-0/+6
2018-01-04Add a green lock with red dot to the tray icon imagesErik Larkö3-6/+10
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ö2-0/+67
up yet
2018-01-03Merge branch 'add-lan-sharing'Andrej Mihajlov18-54/+404
2018-01-03Extract separator view outside of the buttonAndrej Mihajlov1-1/+4
2018-01-03Add test for PreferencesAndrej Mihajlov1-0/+29
2018-01-03Convert preferences to ReactXPAndrej Mihajlov5-125/+145