Commit Graph

476 Commits

Author SHA1 Message Date
t3chguy 73f5aa0ffb [create-pull-request] automated change 2025-08-01 06:09:20 +00:00
t3chguy 05321d2e94 [create-pull-request] automated change 2025-07-30 06:09:08 +00:00
t3chguy 1d09bb0016 [create-pull-request] automated change 2025-07-28 06:09:15 +00:00
t3chguy 00475e4bfa [create-pull-request] automated change 2025-07-25 06:08:27 +00:00
t3chguy d1a0196d44 [create-pull-request] automated change 2025-07-21 06:08:39 +00:00
Will Hunt 229e52d809 Merge pull request #2443 from element-hq/hs/add-support-for-windows-badges
Add support for overlaying notification badges on the Windows Taskbar icon.
2025-07-18 08:39:21 +01:00
Will Hunt 0c16caf519 copyrights 2025-07-18 08:22:58 +01:00
t3chguy 2cb99596d2 [create-pull-request] automated change 2025-07-18 06:07:51 +00:00
Half-Shot 812dd20b39 fix i18n 2025-07-17 11:30:39 +01:00
Half-Shot db78dbec09 Restore tray icon updates for Windows. 2025-07-17 10:05:47 +01:00
Half-Shot 31be440d37 Split out badge 2025-07-17 10:05:08 +01:00
Half-Shot b13f3ba1bd Update with a proper comment 2025-07-17 09:55:53 +01:00
Florian Duros dd45096808 fix: reduce macos titlebar height with the new room list and expand the existing border 2025-07-16 14:14:29 +02:00
t3chguy 205d1609cd [create-pull-request] automated change 2025-07-16 06:08:06 +00:00
Will Hunt 92a7da38ea lint 2025-07-15 15:35:08 +01:00
Will Hunt 7c19e5f0a8 Move code; drop favicon updating for win32 2025-07-15 13:55:04 +01:00
Half-Shot 2d21835588 Document why we do this. 2025-07-14 14:32:01 +01:00
Half-Shot 79b9ac896a lint 2025-07-14 13:11:57 +01:00
Half-Shot 7d488cc06d Announce support for badge overlays 2025-07-14 13:11:16 +01:00
Half-Shot ad8287112b invoke setOverlayIcon for Windows platforms 2025-07-14 13:10:58 +01:00
t3chguy e02e0b86e5 [create-pull-request] automated change 2025-07-09 06:08:15 +00:00
David Baker 5149911e38 Prettier 2025-06-25 11:13:25 +01:00
David Baker c9a53ba25d Fix types 2025-06-25 11:11:57 +01:00
t3chguy 8e5761be2d [create-pull-request] automated change 2025-06-20 06:07:33 +00:00
Michael Telatynski 0d04e3d2ac Fix element-desktop-ssoid profile deeplinking for OIDC (#2396) 2025-06-13 14:57:41 +01:00
t3chguy db153374f0 [create-pull-request] automated change 2025-06-13 06:07:46 +00:00
Michael Telatynski 0d4f02cde6 Add support for migrating to kwallet6 (#2390) 2025-06-11 14:06:25 +01:00
t3chguy 51d2f6a29e [create-pull-request] automated change 2025-06-11 06:07:47 +00:00
Michael Telatynski c43e8d684f Wire up setContentProtectionEnable for Windows & macOS (#2379) 2025-06-10 08:55:51 +01:00
t3chguy 2401c1f7ef [create-pull-request] automated change 2025-06-09 06:07:53 +00:00
t3chguy cb5f5bc94a [create-pull-request] automated change 2025-06-06 06:07:50 +00:00
David Baker 39f460b636 Actually assign the promise 2025-06-04 18:26:56 +01:00
David Baker 86f6136257 Prettier 2025-06-04 16:23:59 +01:00
David Baker 2e039f4bab Add log message while I'm here 2025-06-04 16:15:08 +01:00
David Baker 8f24f45090 Need to return false here too 2025-06-04 16:12:43 +01:00
David Baker 6901bff548 Fix clear storage not working
It failed because it went looking for the focused / first window to
clear the storage on, but we called it before we had a window. Just
rewrite it without electron-clear-storage which doesn't really seem
necessary as a dependency, and also relaunched the app when clearing
stprage (you-had-one-job.gif). Pass the session in explicitly so it's
clear it needs it.
2025-06-04 16:01:03 +01:00
David Baker cf88e520a0 Fix restart loop in safeStorage
if we started using a backend but it's now unusable, we need to prompt
the user that we can't migrate: if the override flag is already set then
we'll just restart in a loop.
2025-06-04 14:01:14 +01:00
t3chguy f136c7aaad [create-pull-request] automated change 2025-06-04 06:07:42 +00:00
t3chguy 7142b6fe57 [create-pull-request] automated change 2025-06-02 06:07:44 +00:00
t3chguy 0c4c950fc7 [create-pull-request] automated change 2025-05-26 06:07:53 +00:00
Michael Telatynski 9660c4b2be Refactor store and fix bugs with it (#2348) 2025-05-23 14:33:17 +01:00
t3chguy cfea34766a [create-pull-request] automated change 2025-05-23 06:07:19 +00:00
R Midhun Suresh abd508fc0d Enable encryption before checking if encryption is available 2025-05-22 18:22:05 +05:30
R Midhun Suresh 1d79fa633a Enable plain text encryption as early as possible 2025-05-22 16:56:34 +05:30
Michael Telatynski ec4c610158 Support build-time specified protocol scheme for oidc callback (#2285) 2025-05-22 11:40:28 +01:00
R Midhun Suresh 63e1e0d894 Move store creation into migration methods 2025-05-22 14:33:48 +05:30
R Midhun Suresh e326246669 Use basic_text as fallback when encryption not available
Show the user a dialog and fallback to using basic_text temporarily when
a valid backend is available but encryption support is not.
2025-05-22 11:57:51 +05:30
t3chguy 46080c66d0 [create-pull-request] automated change 2025-05-19 06:07:51 +00:00
t3chguy bb2435b529 [create-pull-request] automated change 2025-05-12 06:07:37 +00:00
t3chguy 3c9b229664 [create-pull-request] automated change 2025-05-07 14:58:23 +00:00