summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-07-18Merge branch 'fix-relay-list-download'Emīls Piņķis2-11/+16
2018-07-18Remove relay list instructions from READMEEmīls Piņķis1-9/+0
2018-07-18Parse JSONRPC response for relay list in build.shEmīls Piņķis1-2/+16
2018-07-18Merge branch 'better-relay-cache-errors'Linus Färnstrand1-13/+12
2018-07-18Don't chain cache and resource reading errors on each otherLinus Färnstrand1-13/+12
2018-07-18Merge branch 'connect-tunnel-on-startup'Andrej Mihajlov1-0/+11
2018-07-18Revert the tunnel auto-connect on startupAndrej Mihajlov1-0/+11
2018-07-17Merge branch 'improve-auto-connect-message'Linus Färnstrand1-1/+1
2018-07-17Refer to auto-connect as "computer start" rather than loginLinus Färnstrand1-1/+1
2018-07-17Merge branch 'fix-macos-sed-compatibility'Linus Färnstrand1-3/+2
2018-07-17Make sed usage in build.sh macOS compatibleLinus Färnstrand1-3/+2
2018-07-17Merge branch 'simplify-running-instance-checking'Linus Färnstrand2-15/+10
2018-07-17Simplify is_another_instance_runningLinus Färnstrand2-15/+10
2018-07-17Merge branch 'notify-scm-on-init-error'Andrej Mihajlov2-11/+16
2018-07-17Update CHANGELOGAndrej Mihajlov1-0/+2
2018-07-17Properly stop the service, announcing errors to the system, in the event of i...Andrej Mihajlov1-11/+14
2018-07-17Merge branch 'replace-list-relays-with-curl'Emīls Piņķis3-38/+12
2018-07-17Replace references to list-relays in README.mdEmīls Piņķis1-2/+6
2018-07-17Remove list-relays.rsEmīls Piņķis1-34/+0
2018-07-17Replace list-relay call with curl in build.shEmīls Piņķis1-2/+6
2018-07-16Merge branch 'add-eslint-promises'Andrej Mihajlov10-83/+79
2018-07-16Remove comma-dangle and no-trailing-spaces rules covered by prettierAndrej Mihajlov1-2/+0
2018-07-16Move postbuild clean up on mac to a separate scriptAndrej Mihajlov1-1/+2
2018-07-16Add chai-as-promised to improve promise based testsAndrej Mihajlov4-64/+44
2018-07-16Fix eslint promise issuesAndrej Mihajlov5-6/+13
2018-07-16Add eslint plugin for promisesAndrej Mihajlov3-8/+17
2018-07-16Add private:format helper for prettierAndrej Mihajlov1-3/+4
2018-07-16Merge branch 'add-env-bat'Andrej Mihajlov1-0/+4
2018-07-16Create env.batAndrei Mihailov1-0/+4
2018-07-16Merge branch 'replace-home-dir-call'Linus Färnstrand3-6/+19
2018-07-16Use dirs crate to find user home path. Canonicalize problem report pathsLinus Färnstrand3-6/+19
2018-07-16Merge branch 'improve-exit-logging'Linus Färnstrand2-3/+5
2018-07-16Always log process exit codeLinus Färnstrand2-3/+5
2018-07-16Merge branch 'visual-adjustments'Andrej Mihajlov7-61/+48
2018-07-16Correct the colors in AdvancedSettingsAndrej Mihajlov1-12/+13
2018-07-16Fix the use of ObjMap<T, F> in styles.jsAndrej Mihajlov1-6/+7
2018-07-16Align margins across the appAndrej Mihajlov3-12/+12
2018-07-16Remove unused stylesAndrej Mihajlov1-12/+0
2018-07-16Fix invalid colors in CellButtonAndrej Mihajlov1-6/+3
2018-07-16Use spread instead of Object.assignAndrej Mihajlov1-4/+4
2018-07-16Switch color configuration from HEX to RGBAndrej Mihajlov1-8/+8
2018-07-16Fix header padding in SettingsAndrej Mihajlov1-1/+1
2018-07-16Merge branch 'auto-connect-settings'Andrej Mihajlov13-123/+185
2018-07-16Update CHANGELOGAndrej Mihajlov1-0/+1
2018-07-16Add auto-start and auto-connect fields to PreferencesAndrej Mihajlov5-12/+56
2018-07-16Add helper to check/add app to auto startAndrej Mihajlov2-2/+41
2018-07-16Remove dead codeAndrej Mihajlov1-103/+0
2018-07-16Add app logic to fetch and set autoConnectAndrej Mihajlov1-0/+13
2018-07-16Add actions and reducers for autoConnectAndrej Mihajlov2-3/+27
2018-07-16Add RPC methods to get/set autoConnectAndrej Mihajlov1-0/+15