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
ElementRobot and GitHub
3bc59fb6ce
Merge pull request #2372 from element-hq/actions/localazy-download
...
Localazy Download
2025-06-04 01:24:09 -05:00
t3chguy and github-actions[bot]
f136c7aaad
[create-pull-request] automated change
2025-06-04 06:07:42 +00:00
5b33e2866d
Bump tar-fs from 2.1.2 to 2.1.3 ( #2369 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 16:28:15 +00:00
RiotRobot
c0ca58e930
Merge branch 'master' into develop
2025-06-03 15:14:12 +00:00
RiotRobot
77038a5a86
v1.11.102
2025-06-03 15:13:27 +00:00
ElementRobot and GitHub
b22d2480ae
Merge pull request #2367 from element-hq/actions/localazy-download
...
Localazy Download
2025-06-02 01:26:44 -05:00
t3chguy and github-actions[bot]
7142b6fe57
[create-pull-request] automated change
2025-06-02 06:07:44 +00:00
b4c2bc7165
Update dependency electron to v36.3.2 ( #2364 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 08:01:51 +00:00
4ea7b679e9
Update dependency @types/node to v18.19.105 ( #2363 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 07:58:32 +00:00
89ead2e56f
Update all non-major dependencies ( #2358 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-05-29 08:41:58 +01:00
360665cd41
Update rust:bullseye Docker digest to eb80936 ( #2355 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2025-05-28 17:41:51 +01:00
93c0b81cc4
Update typescript-eslint monorepo to v8.33.0 ( #2361 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 17:00:23 +01:00
bd194306dd
Update dependency @stylistic/eslint-plugin to v4.4.0 ( #2359 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 15:15:01 +00:00
b4a23ff505
Update dependency electron to v36.3.1 ( #2360 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 15:14:33 +00:00
8559a740f4
Update dependency @electron/asar to v4 ( #2362 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 16:11:37 +01:00
dea64f7e38
Update dependency @babel/core to v7.27.3 ( #2356 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 14:48:05 +00:00
044de246a1
Update dependency @types/node to v18.19.103 ( #2357 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 15:46:37 +01:00
RiotRobot
2465607ac5
v1.11.102-rc.0
2025-05-28 13:32:32 +00:00
ElementRobot and GitHub
d9ad2faac6
Merge pull request #2352 from element-hq/actions/localazy-download
...
Localazy Download
2025-05-26 01:23:43 -05:00
t3chguy and github-actions[bot]
0c4c950fc7
[create-pull-request] automated change
2025-05-26 06:07:53 +00:00
Michael Telatynski and GitHub
9660c4b2be
Refactor store and fix bugs with it ( #2348 )
2025-05-23 14:33:17 +01:00
ElementRobot and GitHub
73ddf2a19b
Merge pull request #2344 from element-hq/actions/localazy-download
...
Localazy Download
2025-05-23 01:21:29 -05:00
t3chguy and github-actions[bot]
cfea34766a
[create-pull-request] automated change
2025-05-23 06:07:19 +00:00
R Midhun Suresh and GitHub
77bea6db7e
Merge pull request #2343 from element-hq/midhun/move-further-top
...
Enable plain text encryption before checking if encryption is available
2025-05-22 18:40:52 +05:30
R Midhun Suresh
abd508fc0d
Enable encryption before checking if encryption is available
2025-05-22 18:22:05 +05:30
Michael Telatynski and GitHub
8e4826b4e9
Fix test for Element Nightly variant ( #2342 )
2025-05-22 12:24:11 +00:00
R Midhun Suresh and GitHub
3cd88352b6
Merge pull request #2341 from element-hq/midhun/fix-encryption-basic-text
...
Enable plain text encryption early if we actually mean to use `basic_text` as backend
2025-05-22 17:11:02 +05:30
R Midhun Suresh
1d79fa633a
Enable plain text encryption as early as possible
2025-05-22 16:56:34 +05:30
Michael Telatynski and GitHub
ec4c610158
Support build-time specified protocol scheme for oidc callback ( #2285 )
2025-05-22 11:40:28 +01:00
R Midhun Suresh and GitHub
468d2249d1
Merge pull request #2338 from element-hq/midhun/fix-store
...
Use `basic_text` as fallback when encryption not available
2025-05-22 15:58:34 +05:30
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
David Baker and GitHub
53672fadd7
Merge pull request #2336 from element-hq/dbkr/doc_debugging
...
Add docs for debugging element desktop
2025-05-21 13:34:58 +01:00
David Baker
20f28abb47
prettier
2025-05-21 13:00:45 +01:00
David Baker
a0db96d50d
Add docs for debugging element desktop
...
mostly for the magic to flip the fuses
2025-05-21 12:54:58 +01:00
RiotRobot
2bb1544064
Merge branch 'master' into develop
2025-05-20 14:02:12 +00:00
RiotRobot
827d514628
v1.11.101
2025-05-20 14:01:24 +00:00
Michael Telatynski and GitHub
28e558162a
Add branch matching ( #2329 )
2025-05-20 14:18:54 +01:00
ElementRobot and GitHub
85556ecd74
Merge pull request #2326 from element-hq/actions/localazy-download
...
Localazy Download
2025-05-19 01:22:37 -05:00
t3chguy and github-actions[bot]
46080c66d0
[create-pull-request] automated change
2025-05-19 06:07:51 +00:00
80b88583b8
Update dependency @sentry/electron to v6.6.0 ( #2324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-14 15:52:33 +01:00
2aaf42b8e8
Pin dependencies ( #2322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 12:38:54 +00:00
660ccd414a
Pin mcr.microsoft.com/playwright Docker tag to ff29461 ( #2323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 12:32:11 +00:00
32cf6b2ebf
Update typescript-eslint monorepo to v8.32.0 ( #2320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 11:57:12 +00:00
5507f2859f
Update babel monorepo ( #2319 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-13 11:55:08 +00:00