| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2023-02-27 | Fix back action collision | Oskar Nyberg | 1 | -8/+25 | |
| 2023-02-27 | Make routes importable without react router | Oskar Nyberg | 5 | -26/+30 | |
| 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 | Make BackItem figure out icon based on history length | Oskar Nyberg | 4 | -34/+22 | |
| 2023-02-21 | Add troubleshoot dialog | Oskar Nyberg | 4 | -42/+156 | |
| 2023-02-21 | Add in app notification dialog specification | Oskar Nyberg | 3 | -2/+73 | |
| 2023-02-21 | Clarify some notification messages | Oskar Nyberg | 1 | -3/+3 | |
| 2023-02-21 | Fix window not closing when unpinning window | Oskar Nyberg | 1 | -4/+8 | |
| 2023-02-21 | Fix timeout duration not fitting into 32-bit signed integer | Oskar Nyberg | 1 | -2/+3 | |
| 2023-02-10 | Add scheduler for first notification | Oskar Nyberg | 1 | -5/+18 | |
| 2023-02-09 | Prevent race condition when setting tray icon | Oskar Nyberg | 2 | -26/+57 | |
| 2023-02-09 | Add support for showing notification dot in tray icon | Oskar Nyberg | 4 | -44/+118 | |
| 2023-02-09 | Load icons when theme change instead of all at launch | Oskar Nyberg | 1 | -40/+18 | |
| 2023-02-09 | Remove closedNotifications list | Oskar Nyberg | 1 | -7/+1 | |
| 2023-02-09 | Close notifications when they are no longer relevant | Oskar Nyberg | 8 | -18/+43 | |
| 2023-02-09 | Add dispose method on notification controller | Oskar Nyberg | 2 | -0/+8 | |
| 2023-02-09 | Only show one notification from each category and throttle updates | Oskar Nyberg | 15 | -85/+91 | |
| 2023-02-09 | Add notification categories | Oskar Nyberg | 8 | -16/+34 | |
| 2023-02-09 | Add severity to SystemNotification | Oskar Nyberg | 13 | -28/+80 | |
