summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/app.tsx
AgeCommit message (Expand)AuthorFilesLines
2021-07-23Replace consumePromise with void operatorOskar Nyberg1-5/+4
2021-07-22Specify possible routes in enumOskar Nyberg1-6/+7
2021-07-16Prevent initial route transition when launching appOskar Nyberg1-21/+43
2021-07-13Remove locale from initialStateOskar Nyberg1-1/+1
2021-07-12Update usages of platform and node env in rendererOskar Nyberg1-2/+2
2021-07-12Retrieve platform and node env in preloadOskar Nyberg1-3/+0
2021-07-08Fetch account data when settings and account page is mountedOskar Nyberg1-0/+4
2021-07-02Update frontend according to changes in management interfaceOskar Nyberg1-1/+1
2021-07-02Rework linux split tunneling view to include Windows viewOskar Nyberg1-3/+3
2021-07-02Add Windows split tunneling ipc methods, redux actions and reducers to rendererOskar Nyberg1-3/+30
2021-07-02Add IPC and RPC methods and connect to Windows split tunneling functionsOskar Nyberg1-2/+2
2021-07-01Update app.tsx to changes in history and add transitions between base viewsOskar Nyberg1-4/+17
2021-06-28Save previous expiry date when expiry changesOskar Nyberg1-4/+7
2021-06-28Separate connect and out-of-time viewsOskar Nyberg1-1/+1
2021-06-18Update account history RPCsDavid Lönnhager1-5/+5
2021-05-03Add log message if content height is incorrectOskar Nyberg1-0/+20
2021-03-24Make problem report IPC calls transfer id instead of pathOskar Nyberg1-6/+6
2021-03-24Remove "Uncaught Error" prefix on error messagesOskar Nyberg1-1/+28
2021-03-16Fix not setting account when not connected to daemonOskar Nyberg1-30/+29
2021-03-14Require daemon-connection when navigating to connect or loginOskar Nyberg1-13/+22
2021-03-09Keep daemon connection state in main process onlyOskar Nyberg1-20/+5
2021-03-02Add error handling when split tunnel app can't be launchedOskar Nyberg1-2/+2
2021-03-02Add support for splitting .desktop filesOskar Nyberg1-2/+4
2021-03-02Add Burmese as option in language pickerOskar Nyberg1-0/+1
2021-01-26Pass env and platform from process API over IPC to rendererOskar Nyberg1-1/+4
2021-01-26Move types used in ipc to ipc-types.tsOskar Nyberg1-1/+1
2021-01-26Split ipc initialization to prevent usage of ipcMain in rendererOskar Nyberg1-2/+2
2021-01-26Pass parsed translations over IPC to rendererOskar Nyberg1-24/+28
2021-01-26Add IpcRendererEventChannel to windowOskar Nyberg1-1/+3
2021-01-26Add translations loader to preload.tsOskar Nyberg1-2/+2
2021-01-15Use new loggerOskar Nyberg1-3/+5
2020-12-21Refactor Linux desktop entry helpers into its own fileOskar Nyberg1-2/+2
2020-12-17Set zoom level limits in main process instead of rendererOskar Nyberg1-4/+0
2020-12-17Replace usage of Electron APIs in renderer process with IPC callsOskar Nyberg1-2/+20
2020-12-10Move code showing window on start when not logged in to main processOskar Nyberg1-4/+1
2020-12-10Move problem report ipc calls to ipc-event-channelOskar Nyberg1-0/+12
2020-12-09Update app to use new IPC interfaceOskar Nyberg1-2/+2
2020-11-19Add setting for making app a windowOskar Nyberg1-0/+4
2020-11-16Add IPC and RPC calls for updating dns optionsOskar Nyberg1-0/+5
2020-11-16Add custom DNS to frontend RPC and to Redux storeOskar Nyberg1-0/+1
2020-11-02Replace connected-react-router with use of withRouter()Oskar Nyberg1-15/+4
2020-10-30Use history.resetWith to navigate between launch/connect/loginOskar Nyberg1-6/+6
2020-10-30Add custom history implementationOskar Nyberg1-4/+4
2020-09-25Reload duration since key was generated every minute and when the app is openedOskar Nyberg1-0/+4
2020-08-14Add split-tunneling view on LinuxOskar Nyberg1-0/+9
2020-08-04Store the original block reason in the non-blocking error stateDavid Lönnhager1-1/+1
2020-06-25Update GUI to not show update info if the app is too newEmīls1-3/+4
2020-06-23Add Korean, Polish and Thai to language pickerOskar Nyberg1-1/+4
2020-06-05Move autoconnect to main process and check if account has expiredOskar Nyberg1-15/+4
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-1/+1