Michael Telatynski
c885c098bb
Add flatpak button for issue reporting
2024-10-22 12:19:09 +01:00
Will Hunt
7b669a8313
Support specifying the config location manually (outside of the user's profile) ( #1921 )
...
* Add support for loading the config from a given config location.
* Support using an env variable too.
* Add docs.
* Add test for configuration arguments
* remove .only
2024-10-17 13:26:35 +01:00
Michael Telatynski
7886e4c604
Pin GHA runner versions ( #1938 )
2024-10-17 10:54:00 +01:00
Florian Duros
4405f5dcf4
Merge pull request #1934 from element-hq/revert-1804-trayicons
...
Revert "Add monochrome tray icon"
2024-10-17 10:52:44 +02:00
renovate[bot]
86345cd42a
Update dependency ubuntu to v24 ( #1937 )
...
* Update dependency ubuntu to v24
* Fix nightly / release building
Unsure what would have changed here but electron doesn't seem to like
even giving its version without a setuid sandbox helper now.
* Update snapshot
Presumably some minor aliasing difference somehow
* Update snapshot
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---------
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-10-17 09:46:02 +01:00
David Langley
838cf3bd30
Merge pull request #1916 from element-hq/langleyd/fix_seshat_delete_contents
...
Improve seshat deleteContents
2024-10-16 22:12:54 +01:00
David Langley
58543536bc
Merge branch 'develop' of github.com:vector-im/element-desktop into langleyd/fix_seshat_delete_contents
2024-10-16 21:50:33 +01:00
renovate[bot]
0edde6735f
Update all non-major dependencies ( #1879 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-10-16 16:15:09 +00:00
Florian Duros
3be6d48279
Revert "Add monochrome tray icon"
2024-10-16 17:21:49 +02:00
renovate[bot]
78b00471ff
Update typescript-eslint monorepo to v8 (major) ( #1843 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2024-10-16 15:59:12 +01:00
renovate[bot]
d68d024577
Update electron-builder to v25 (major) ( #1861 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 14:01:10 +00:00
renovate[bot]
305afd5cbe
Update dependency eslint-plugin-unicorn to v56 ( #1932 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 14:47:08 +01:00
renovate[bot]
e576aec17d
Update playwright ( #1933 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 14:46:06 +01:00
renovate[bot]
fd36d70c16
Update babel monorepo ( #1929 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 13:28:30 +00:00
renovate[bot]
0963d0145e
Update dependency @types/node to v18.19.55 ( #1930 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 14:28:12 +01:00
renovate[bot]
a5bf090848
Update tj-actions/changed-files digest to c3a1bb2 ( #1928 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 14:24:57 +01:00
renovate[bot]
24665bf939
Update docker ( #1927 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 14:16:41 +01:00
Michael Telatynski
2d110cdc57
Remove React SDK version from develop build output ( #1925 )
2024-10-16 13:32:08 +01:00
RiotRobot
f506ac0b26
v1.11.82-rc.0
2024-10-15 15:07:42 +00:00
RiotRobot
2c58c2c8b3
Merge branch 'master' into develop
2024-10-15 11:59:28 +00:00
RiotRobot
ed95434513
v1.11.81
2024-10-15 11:58:59 +00:00
David Baker
ea21a144ca
Pin GHA to ubuntu 22 ( #1920 )
...
while we work out why 24 fails
2024-10-15 12:54:57 +01:00
R Midhun Suresh
6c78684e84
Merge commit from fork
...
* Check url with homeserver
* Move check to where access-token is added
* Do IPC comm sparingly
Before, the code would fetch the hs for every request.
Since this needs the whole event-handler dance, it's best we do it only
for the requests that match the media endpoints.
Also added some try..catch since we create URL objects that could
potentially throw
* Check origin instead of just hostname
2024-10-15 12:52:49 +01:00
R Midhun Suresh
2d6e087fb0
Merge commit from fork
...
* Check url with homeserver
* Move check to where access-token is added
* Do IPC comm sparingly
Before, the code would fetch the hs for every request.
Since this needs the whole event-handler dance, it's best we do it only
for the requests that match the media endpoints.
Also added some try..catch since we create URL objects that could
potentially throw
* Check origin instead of just hostname
2024-10-15 12:51:06 +01:00
David Baker
60d28ca3d8
Pin GHA to ubuntu 22 ( #1920 )
...
while we work out why 24 fails
2024-10-14 13:38:13 +01:00
Florian Duros
53f2884ce0
Merge pull request #1804 from SakiiCode/trayicons
...
Add monochrome tray icon
2024-10-14 10:44:03 +02:00
David Langley
64a1d986f9
Log errors
2024-10-11 17:24:30 +01:00
David Langley
b015d2e536
Add try catch for each unlink
2024-10-11 13:48:38 +01:00
Florian Duros
1c85ea7ddc
Merge branch 'develop' into trayicons
2024-10-10 12:20:28 +02:00
RiotRobot
e4c2890d1a
Merge branch 'master' into develop
2024-10-08 12:46:24 +00:00
RiotRobot
6d56284dbd
v1.11.80
2024-10-08 12:45:49 +00:00
David Baker
289947abcb
Revert accidental 38d35a108b
2024-10-03 14:23:00 +01:00
David Baker
38d35a108b
Force upgrade lru-cache with a resolution
...
Due to https://github.com/isaacs/node-lru-cache/issues/352 preventing us from upgrading typescript
Causes more warnings about the version being incompatible with what the deps want, unfortunately.
Attempt 2 with newer yarn, replaces https://github.com/element-hq/element-desktop/pull/1904
2024-10-03 14:21:34 +01:00
renovate[bot]
fc9798b726
Update dependency pacote to v19 ( #1901 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-03 13:28:53 +01:00
Michael Telatynski
acc5820823
Remove legacy room header ( #1896 )
2024-10-02 13:11:07 +01:00
renovate[bot]
60550be905
Update dependency chokidar to v4 ( #1883 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-02 10:00:38 +00:00
renovate[bot]
0e1a18ddbc
Update dependency @types/node to v18.19.54 ( #1900 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-02 11:00:04 +01:00
renovate[bot]
f7be65ef27
Update docker/build-push-action digest to 4f58ea7 ( #1898 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-02 10:59:24 +01:00
RiotRobot
8672bb0887
v1.11.80-rc.0
2024-10-01 15:31:41 +00:00
RiotRobot
9ad9ff49ac
Merge branch 'master' into develop
2024-10-01 12:28:01 +00:00
RiotRobot
c66eab3048
v1.11.79
2024-10-01 12:27:26 +00:00
RiotRobot
cf777ed821
Merge branch 'master' into develop
2024-09-24 12:59:27 +00:00
RiotRobot
9b59384759
v1.11.78
2024-09-24 12:58:48 +00:00
renovate[bot]
e5914ddb56
Update dependency @playwright/test to v1.47.1 ( #1881 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:15:49 +01:00
renovate[bot]
37c4cb97d6
Update dependency eslint to v8.57.1 ( #1880 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:15:27 +01:00
renovate[bot]
3fb9587e83
Update dependency @types/node to v18.19.50 ( #1862 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:15:04 +01:00
renovate[bot]
fccde47945
Update tj-actions/changed-files digest to 48d8f15 ( #1878 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:14:09 +01:00
renovate[bot]
96a195b7e6
Update docker/login-action digest to 3b8fed7 ( #1877 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20 13:13:26 +01:00
RiotRobot
5b3acbbafb
v1.11.78-rc.0
2024-09-19 12:42:42 +00:00
Florian Duros
e724b2388f
Merge pull request #1873 from fkwp/fkwp/enable_ec_on_desktop_nightly
...
enable Element Call on desktop nightly
2024-09-13 12:04:16 +02:00