summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
AgeCommit message (Collapse)AuthorFilesLines
2024-04-16Add daita label to filters in location selectorOskar Nyberg1-0/+1
2024-04-16Add daita toggleOskar Nyberg2-0/+8
2024-04-11Add view for editing custom bridgeOskar Nyberg1-0/+1
2024-04-11Remove bridge settings builderOskar Nyberg2-69/+0
2024-04-11Display custom bridge correctly in ConnectionPanelOskar Nyberg1-10/+0
2024-04-11Improve custom proxy daemon rpc code and typesOskar Nyberg1-51/+18
2024-03-20Return unsubscribe function when registering IPC listener in rendererOskar Nyberg1-2/+4
2024-03-20Add IPC call to notify renderer of scale factor changeOskar Nyberg1-0/+1
2024-02-15Add IP override viewsOskar Nyberg1-0/+1
2024-02-15Add rpc and ipc calls for IP override along with redux additionsOskar Nyberg2-0/+10
2024-02-15Add utility ipc-call to get path basenameOskar Nyberg1-0/+1
2024-01-31Fix text strings that were incorrectOskar Nyberg1-4/+4
2024-01-31Add VMWare error message and troubleshooting instructionsOskar Nyberg1-2/+22
2024-01-31Adapt Electron frontend to new access method settings formatMarkus Pettersson1-1/+5
2024-01-31Update disconnected from daemon system notificationOskar Nyberg2-0/+23
2024-01-31Handle create tunnel device variant in frontendDavid Lönnhager2-0/+15
2024-01-30Add setting to toggle mapsOskar Nyberg2-0/+4
2024-01-30Integrate webgl maps into appOskar Nyberg1-0/+4
2024-01-29Add API access methods viewOskar Nyberg1-0/+1
2024-01-29Add API access methods to Electron IPCOskar Nyberg1-0/+11
2024-01-29Add api acces methods to daemon-rpcOskar Nyberg2-1/+59
2024-01-03Allow app to use custom socks5 and shadwosocks proxiesJonathan2-6/+20
This PR has a couple of different purposes - Allow users to use socks5 local proxies with the CLI without having to be root nor use split-tunneling. This only works for OpenVPN. - Unify the types used by different proxy parts of the codebase, such as the Access Methods as well as some already existing OpenVPN proxy code. This PR changes the firewall on all desktop platforms as well as changes the routing table slightly on MacOS and Windows. On Linux the firewall code is modified to apply the appropriate firewall marks to all packages that go to a remote endpoint corresponding to the remote part of a local socks5 proxy. The firewall marks will allow the routing to be done without having to modify the routing table. On MacOS and Windows the routing table is modified to allow packages to go to that same endpoint to pass outside the VPN tunnel, it will additionally punch a hole in the firewall. The PR also migrates the settings file from version 7 to version 8 in order to properly and neatly unify Proxy related types. Finally it provides some slight extensions to the gRPC interface in order to allow for control over the custom proxy settings.
2023-12-21Remove location fetch in Electron appOskar Nyberg2-6/+2
2023-11-17Remove debug code that was mistakenly left inOskar Nyberg1-1/+0
2023-10-31Rename updateRelaySettings to setRelaySettingsOskar Nyberg1-1/+1
2023-10-31Remove RelaySettingsUpdate from gui/David Lönnhager3-204/+10
2023-10-20Add console.log error handlingOskar Nyberg1-27/+39
2023-10-09Add custom lists to settings, ipc and rpc callsOskar Nyberg3-18/+80
2023-09-29Add social media blocking serverDavid Lönnhager1-0/+1
2023-09-28Add platform to download urlsOskar Nyberg3-6/+28
2023-09-05Remove forwarded ports messages from GUI frontendLinus Färnstrand2-2/+0
2023-06-28Refactor time left calculationsOskar Nyberg3-64/+49
2023-06-14Add new device in-app notificationOskar Nyberg2-0/+36
2023-06-12Replace thrown error in account data fetch with typed valuesOskar Nyberg2-1/+10
2023-04-17Update troubleshoot instructionsOskar Nyberg1-4/+1
2023-03-27Fix many typosAlexander Seiler1-2/+2
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-02-22Add quantum resistant property to daemon rpc and internal structuresOskar Nyberg2-0/+2
2023-02-21Add troubleshoot dialogOskar Nyberg2-27/+37
2023-02-21Add in app notification dialog specificationOskar Nyberg3-2/+73
2023-02-21Clarify some notification messagesOskar Nyberg1-3/+3
2023-02-09Close notifications when they are no longer relevantOskar Nyberg4-4/+5
2023-02-09Only show one notification from each category and throttle updatesOskar Nyberg12-10/+18
2023-02-09Add notification categoriesOskar Nyberg7-0/+24
2023-02-09Add severity to SystemNotificationOskar Nyberg12-21/+69
2023-02-01Add 'Go to System Settings' button to launch viewDavid Lönnhager1-0/+3
2023-01-04Change please contact supportOskar Nyberg1-7/+7
2022-11-30Update logic to work with new ErrorState structuresOskar Nyberg2-126/+59
2022-11-30Add enum for error state cause and update to new values from daemonOskar Nyberg1-27/+57
2022-11-28Update history calls to accomodate transition in stateOskar Nyberg1-0/+3
2022-11-24Move relay filtering to filter-relays.tsOskar Nyberg1-10/+3