| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-05-04 | Merge branch 'update-translations-2023.3-des-102' into prepare-2023.3 | Oskar Nyberg | 39 | -154/+1739 | |
| 2023-05-03 | Add string resources | saber safavi | 1 | -0/+6 | |
| 2023-04-25 | Update content blockers informational dialog | Jonatan Rhodin | 1 | -0/+6 | |
| - Change programs to apps - Add custom dns warning - Add html-formatted text support to info dialog | |||||
| 2023-04-24 | Add login error messages to localization templates | Oskar Nyberg | 2 | -6/+31 | |
| 2023-04-20 | Add a dedicated account button on the main view and remove it from settings | Jon Petersson | 1 | -0/+3 | |
| 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 | 2 | -1/+30 | |
| 2023-04-19 | Add test for too many devices flow | Oskar Nyberg | 2 | -1/+52 | |
| 2023-04-18 | Fix clipboard permission request after electron upgrade | Oskar Nyberg | 1 | -2/+2 | |
| 2023-04-18 | Change feedback textarea's placeholder | saber safavi | 1 | -3/+0 | |
| 2023-04-17 | Add informational dialog for local network sharing | Oskar Nyberg | 2 | -14/+40 | |
| 2023-04-17 | Fix RPM package to not include build ids | Emīls | 1 | -0/+4 | |
| 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 | 2 | -14/+164 | |
| 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 | |
