| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-17 | Move changelog tests out of setup directory | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-17 | Move unit test setup script out of setup directory | Oskar Nyberg | 2 | -1/+1 | |
| 2023-04-17 | Fix notification evaluation logic error | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-17 | Improve problem report instructions | Oskar Nyberg | 2 | -5/+8 | |
| 2023-04-17 | Update troubleshoot instructions | Oskar Nyberg | 2 | -6/+3 | |
| 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-13 | Make misc error messages more helpful | Albin | 1 | -24/+3 | |
| 2023-04-13 | Rephrase "no matching relay" error message | Albin | 1 | -6/+0 | |
| 2023-04-13 | Clarify upgrade available notification | Albin | 1 | -3/+0 | |
| 2023-04-13 | Clarify device offline push notification | Albin | 1 | -0/+3 | |
| 2023-04-13 | Clarify blocking network message | Albin | 1 | -3/+0 | |
| 2023-04-12 | Clarify MTU placeholder | Albin | 1 | -1/+1 | |
| 2023-04-05 | Add missing await when emptying login field in test | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-05 | Remove expects for intermediate states during login | Oskar Nyberg | 1 | -8/+0 | |
| These are better suited in a test with a mocked daemon/main process. | |||||
| 2023-04-05 | Make playwright stop after first failure | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-05 | Make playwright call async | Oskar Nyberg | 1 | -26/+25 | |
| 2023-04-05 | Add playwright config for installed tests | Oskar Nyberg | 2 | -1/+12 | |
| 2023-04-05 | Move paths into functions to prevent using them in wrong situations | Oskar Nyberg | 1 | -7/+8 | |
| 2023-04-05 | Catch rm-error in standalone tests | Oskar Nyberg | 1 | -1/+6 | |
| 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 | Add changelog | Andrej Mihajlov | 1 | -1/+0 | |
| 2023-03-27 | Update gui/locales/messages.pot | Alexander Seiler | 1 | -1/+1 | |
| Co-authored-by: MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> | |||||
| 2023-03-27 | Fix many typos | Alexander Seiler | 17 | -22/+22 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-27 | Add test that logs in to provided account | Oskar Nyberg | 1 | -4/+35 | |
| 2023-03-27 | Add logout test | Oskar Nyberg | 2 | -3/+32 | |
| 2023-03-27 | Add login tests | Oskar Nyberg | 5 | -42/+105 | |
| 2023-03-27 | Fix logout from welcome view | Oskar Nyberg | 1 | -0/+1 | |
| 2023-03-24 | Update playwright | Oskar Nyberg | 2 | -26/+53 | |
| 2023-03-24 | Update node and npm version | Oskar Nyberg | 1 | -2/+2 | |
| 2023-03-24 | Update Electron to 23.2.0 | Oskar Nyberg | 2 | -410/+343 | |
| 2023-03-24 | Upgrade TypeScript | Oskar Nyberg | 2 | -550/+796 | |
| 2023-03-23 | Remove port 443 from available WireGuard over TCP ports | Linus Färnstrand | 1 | -1/+1 | |
| 2023-03-20 | Update messages.pot | saber safavi | 1 | -0/+21 | |
| 2023-03-16 | Sync localization | Albin | 1 | -0/+9 | |
| 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 | |
| 2023-02-27 | Fix back action collision | Oskar Nyberg | 1 | -8/+25 | |
| 2023-02-27 | Make routes importable without react router | Oskar Nyberg | 6 | -26/+31 | |
| 2023-02-23 | Remove unnecessary wait during electron launch in tests | Oskar Nyberg | 1 | -12/+1 | |
| 2023-02-22 | Remove dependency on libnsl | David Lönnhager | 1 | -1/+1 | |
| 2023-02-22 | Update translations | Oskar Nyberg | 1 | -0/+17 | |
| 2023-02-22 | Add translator context to quantum secure connection | Oskar Nyberg | 1 | -0/+2 | |
| 2023-02-22 | Add ui setting for quantum resistance setting | Oskar Nyberg | 1 | -0/+65 | |
| 2023-02-22 | Add quantum resistant property to daemon rpc and internal structures | Oskar Nyberg | 8 | -0/+75 | |
| 2023-02-21 | Update translations | Oskar Nyberg | 1 | -3/+50 | |
