| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-08 | Add logging of account expiry when running tests | Oskar Nyberg | 1 | -0/+4 | |
| 2023-09-05 | Fix login tests | Oskar Nyberg | 1 | -1/+3 | |
| 2023-09-05 | Remove forwarded ports messages from GUI frontend | Linus Färnstrand | 10 | -216/+10 | |
| 2023-08-30 | Remove unused link from config.json | Oskar Nyberg | 1 | -1/+0 | |
| 2023-08-28 | Replace out of time view when adding time | Oskar Nyberg | 7 | -94/+117 | |
| 2023-07-11 | Update login test to click correct account button | David Lönnhager | 1 | -0/+1 | |
| 2023-07-07 | Update Electron to 25.2.0 | Oskar Nyberg | 1 | -4/+4 | |
| 2023-07-07 | Update account expiry fetch logic | Oskar Nyberg | 3 | -13/+8 | |
| 2023-07-04 | Fix tunnel state tests | Oskar Nyberg | 1 | -1/+1 | |
| 2023-06-29 | Cleanup review comments, CI issues and android support | Jonathan | 1 | -11/+9 | |
| Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests. | |||||
| 2023-06-29 | Update changelog, sync naming in .proto update gui | Jonathan | 1 | -11/+21 | |
| Updates the changelog, syncs naming to be consistent inside the .proto file with rust in regards to newly added message types for custom lists. Update the gui so that it does not break when using a custom list daemon. However does not let gui actually use custom lists, only has CLI support. | |||||
| 2023-06-28 | Add account info to headerbar | Oskar Nyberg | 1 | -4/+72 | |
| 2023-06-28 | Refactor time left calculations | Oskar Nyberg | 5 | -66/+56 | |
| 2023-06-28 | Move account button to headerbar in main view | Oskar Nyberg | 5 | -41/+35 | |
| 2023-06-14 | Add new device in-app notification | Oskar Nyberg | 6 | -28/+102 | |
| 2023-06-14 | Add device name to new account view | Oskar Nyberg | 3 | -1/+28 | |
| 2023-06-14 | Add info button to account view device row | Oskar Nyberg | 4 | -2/+72 | |
| 2023-06-14 | Add creation date to device list | Oskar Nyberg | 1 | -3/+32 | |
| 2023-06-12 | Replace thrown error in account data fetch with typed values | Oskar Nyberg | 10 | -109/+94 | |
| 2023-06-12 | Add tunnel state GUI tests | Oskar Nyberg | 2 | -5/+5 | |
| 2023-05-30 | Change dialog type to caution for bridge mode and multihop warnings | Oskar Nyberg | 2 | -2/+2 | |
| 2023-05-30 | Make close icon smaller in too many devices view | Oskar Nyberg | 1 | -0/+2 | |
| 2023-04-24 | Add login error messages to localization templates | Oskar Nyberg | 1 | -3/+17 | |
| 2023-04-19 | Enable pointer events on the new view when transitioning | Oskar Nyberg | 1 | -10/+6 | |
| 2023-04-19 | Add command line version option | Oskar Nyberg | 3 | -2/+8 | |
| 2023-04-19 | Add command line help option | Oskar Nyberg | 2 | -14/+43 | |
| 2023-04-19 | Refactor command line option handling | Oskar Nyberg | 3 | -21/+51 | |
| 2023-04-19 | Add GUI test for device revoked view | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-19 | Add test for too many devices flow | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-18 | Fix clipboard permission request after electron upgrade | Oskar Nyberg | 1 | -2/+2 | |
| 2023-04-17 | Add informational dialog for local network sharing | Oskar Nyberg | 1 | -10/+29 | |
| 2023-04-17 | Don't read app name when running tests | Oskar Nyberg | 1 | -1/+2 | |
| 2023-04-17 | Add tests for notification evaluation | Oskar Nyberg | 1 | -14/+22 | |
| 2023-04-17 | Fix notification evaluation logic error | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-17 | Improve problem report instructions | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-17 | Update troubleshoot instructions | Oskar Nyberg | 1 | -4/+1 | |
| 2023-04-17 | Remove daemon connection observer when disconnecting during suspend | Oskar Nyberg | 2 | -28/+23 | |
| 2023-04-17 | Prevent close handler when closing notifications in category | Oskar Nyberg | 1 | -1/+3 | |
| 2023-04-04 | Reset expiry notifications on logout | Oskar Nyberg | 1 | -0/+1 | |
| 2023-03-28 | Search in translated location names | Oskar Nyberg | 1 | -2/+5 | |
| 2023-03-28 | Ensure main tray window can properly join full screen spaces on macOS | Claudio Cambra | 1 | -1/+1 | |
| The tray window works great across different spaces, but it tends to have buggy behaviour on full screen spaces, especially after opening the tray window in one full screen space and switching to another. The tray window will try to switch back but disappear anyway as it loses focus. By ensuring NSWindowCollectionBehaviorFullScreenAuxiliary is correctly set on the window (through win.setVisibleOnAllWorkspaces(true { visibleOnFullScreen: true } ) this should be fixed | |||||
| 2023-03-28 | Hide the main window in macOS mission control | Claudio Cambra | 1 | -0/+1 | |
| When opening mission control with the tray window open, it appears in mission control, but clicking on it makes it immediately disappear when the animation is over. So let's just not show it in mission control | |||||
| 2023-03-27 | Fix many typos | Alexander Seiler | 11 | -14/+14 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-27 | Add logout test | Oskar Nyberg | 1 | -2/+6 | |
| 2023-03-27 | Add login tests | Oskar Nyberg | 3 | -10/+11 | |
| 2023-03-27 | Fix logout from welcome view | Oskar Nyberg | 1 | -0/+1 | |
| 2023-03-23 | Remove port 443 from available WireGuard over TCP ports | Linus Färnstrand | 1 | -1/+1 | |
| 2023-03-10 | Make transition queue smarter to avoid unnecessary transitions | Oskar Nyberg | 3 | -44/+90 | |
| 2023-03-10 | Replace transition queue with only one queued item | Oskar Nyberg | 1 | -28/+20 | |
| 2023-03-10 | Disconnect daemon during suspend | Oskar Nyberg | 2 | -1/+37 | |
