summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Handle wireguard keygen events and fetch public key in main GUI processEmīls Piņķis1-3/+45
2019-07-05Add notifications about failed key generationEmīls Piņķis1-0/+10
2019-07-05Add daemon RPCs to gui to generate and verify keysEmīls Piņķis1-6/+43
2019-07-05Remove duplication in help textLinus Färnstrand2-2/+2
2019-07-05More idiomatic pythonLinus Färnstrand1-1/+1
2019-07-05Update messages.potLinus Färnstrand1-1/+5
2019-07-05Remove translations for cities.po and countries.po zh-TWAndrej Mihajlov2-4461/+0
2019-07-05Add cities/countries zh-CNAndrej Mihajlov2-0/+4461
2019-07-05Update relay-locations.poAndrej Mihajlov13-12/+438
2019-07-05Update message catalogueAndrej Mihajlov13-12/+645
2019-07-05Add stricter language mappingAndrej Mihajlov1-29/+26
2019-07-05Fix formattingLinus Färnstrand1-5/+5
2019-07-05Separate conditional message as separate footerLinus Färnstrand1-8/+10
2019-07-05Improve help text shown around "Block when disconnected"Linus Färnstrand1-1/+9
2019-07-01Make relay location broadcast optionalJanito Vaqueiro Ferreira Filho3-3/+3
2019-07-01Fix a bug in the notifications configuration loadingAndrej Mihajlov1-1/+1
2019-06-28Use broadcasted location in GUIJanito Vaqueiro Ferreira Filho1-9/+17
2019-06-28Rename `StateTransition` event into `TunnelState`Janito Vaqueiro Ferreira Filho2-2/+2
2019-06-28Include location in `TunnelState`Janito Vaqueiro Ferreira Filho2-0/+2
2019-06-28Change how tunnel endpoint is broadcastedJanito Vaqueiro Ferreira Filho6-27/+41
2019-06-28Rename `TunnelState` in GUIJanito Vaqueiro Ferreira Filho9-40/+32
2019-06-28Remove unused `TunnelState` type in GUIJanito Vaqueiro Ferreira Filho1-2/+0
2019-06-27Add notification settingsAndrej Mihajlov9-15/+75
2019-06-27Refactor connection panel into containerAndrej Mihajlov8-192/+137
2019-06-26Support new key events in GUIEmīls Piņķis3-1/+20
2019-06-26Reference 'winutil.dll' in electron-builderOdd Stranne1-1/+3
2019-06-19Add missing localizations and refine UI textAndrej Mihajlov3-31/+86
2019-06-17Updating version in package filesLinus Färnstrand2-2/+2
2019-06-17Update relay-locations.pot with new locationsAndrej Mihajlov1-0/+8
2019-06-17Update translationsAndrej Mihajlov25-131/+1282
2019-06-14Updating version in package filesLinus Färnstrand2-8/+8
2019-06-14Add linux specific message about firewall errors in GUIEmīls Piņķis2-2/+10
2019-06-10Update browser-sync to fix the vulnerability found in axiosAndrej Mihajlov2-33/+50
https://npmjs.com/advisories/880
2019-06-10Update bridge state controls when new settings are pushedEmīls Piņķis1-0/+1
2019-06-10Rename 'Shadowsocks bridge' advanced setting to 'Bridge mode' in GUIEmīls Piņķis1-1/+1
2019-06-10Change name of custom bridges from 'Custom' to 'custom bridge'Emīls Piņķis1-1/+1
2019-06-10Patch frontend to not collect the paths for its own logsAndrej Mihajlov1-12/+5
2019-06-06Show bridge info in GUIEmīls Piņķis5-16/+69
2019-06-06Implement pretty printing for TunnelType and ProxyTypeEmīls Piņķis1-0/+20
2019-06-06Fix ITunnelEndpoint and IProxyEndpointEmīls Piņķis2-3/+3
2019-06-06Add bridge_hostname to GeoIpLocationEmīls Piņķis2-0/+2
2019-06-05Add BridgeEndpoint to TunnelEndpoint in GUIEmīls Piņķis2-0/+16
2019-06-05Fix import orderLinus Färnstrand1-1/+1
2019-06-05Log deserialization errorAndrej Mihajlov1-1/+10
2019-06-04Update package-lock.jsonLinus Färnstrand1-6/+6
2019-05-31Fix gray line issueAndrej Mihajlov3-63/+294
2019-05-31Patch CVE-2019-10742 in axios via browser-syncAndrej Mihajlov2-832/+267
2019-05-31Refactor SelectorItem in advanced settingsEmīls Piņķis2-46/+58
2019-05-29Add shadowsocks bridge selectorAndrej Mihajlov5-3/+77
2019-05-29Call daemon RPC to set bridge state in GUIEmīls Piņķis2-0/+9