SHA256
1
0
forked from pool/element-web
Commit Graph

36 Commits

Author SHA256 Message Date
b6d580855e - Version 1.11.15
##  Features
 * Make clear notifications work with threads ([\#9575](https://github.com/matrix-org/matrix-react-sdk/pull/9575)). Fixes #23751.
 * Change "None" to "Off" in notification options ([\#9539](https://github.com/matrix-org/matrix-react-sdk/pull/9539)). Contributed by @Arnei.
 * Advanced audio processing settings ([\#8759](https://github.com/matrix-org/matrix-react-sdk/pull/8759)). Fixes #6278. Contributed by @MrAnno.
 * Add way to create a user notice via config.json ([\#9559](https://github.com/matrix-org/matrix-react-sdk/pull/9559)).
 * Improve design of the rich text editor ([\#9533](https://github.com/matrix-org/matrix-react-sdk/pull/9533)). Contributed by @florianduros.
 * Enable user to zoom beyond image size ([\#5949](https://github.com/matrix-org/matrix-react-sdk/pull/5949)). Contributed by @jaiwanth-v.
 * Fix: Move "Leave Space" option to the bottom of space context menu ([\#9535](https://github.com/matrix-org/matrix-react-sdk/pull/9535)). Contributed by @hanadi92.
## 🐛 Bug Fixes
 * Make build scripts work on NixOS ([\#23740](https://github.com/vector-im/element-web/pull/23740)).
 * Fix integration manager `get_open_id_token` action and add E2E tests ([\#9520](https://github.com/matrix-org/matrix-react-sdk/pull/9520)).
 * Fix links being mangled by markdown processing ([\#9570](https://github.com/matrix-org/matrix-react-sdk/pull/9570)). Fixes #23743.
 * Fix: inline links selecting radio button ([\#9543](https://github.com/matrix-org/matrix-react-sdk/pull/9543)). Contributed by @hanadi92.
 * Fix wrong error message in registration when phone number threepid is in use. ([\#9571](https://github.com/matrix-org/matrix-react-sdk/pull/9571)). Contributed by @bagvand.
 * Fix missing avatar for show current profiles ([\#9563](https://github.com/matrix-org/matrix-react-sdk/pull/9563)). Fixes #23733.
 * Fix read receipts trickling down correctly ([\#9567](https://github.com/matrix-org/matrix-react-sdk/pull/9567)). Fixes #23746.
 * Resilience fix for homeserver without thread notification support ([\#9565](https://github.com/matrix-org/matrix-react-sdk/pull/9565)).
 * Don't switch to the home page needlessly after leaving a room ([\#9477](https://github.com/matrix-org/matrix-react-sdk/pull/9477)).
 * Differentiate download and decryption errors when showing images ([\#9562](https://github.com/matrix-org/matrix-react-sdk/pull/9562)). Fixes #3892.
 * Close context menu when a modal is opened to prevent user getting stuck ([\#9560](https://github.com/matrix-org/matrix-react-sdk/pull/9560)). Fixes #15610 and #10781.
 * Fix TimelineReset handling when no room associated ([\#9553](https://github.com/matrix-org/matrix-react-sdk/pull/9553)).
 * Always use current profile on thread events ([\#9524](https://github.com/matrix-org/matrix-react-sdk/pull/9524)). Fixes #23648.
 * Fix `ThreadView` tests not using thread flag ([\#9547](https://github.com/matrix-org/matrix-react-sdk/pull/9547)). Contributed by @MadLittleMods.
 * Handle deletion of `m.call` events ([\#9540](https://github.com/matrix-org/matrix-react-sdk/pull/9540)). Fixes #23663.
 * Fix incorrect notification count after leaving a room with notifications ([\#9518](https://github.com/matrix-org/matrix-react-sdk/pull/9518)). Contributed by @Arnei.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=28
2022-12-02 12:18:05 +00:00
5c5600cce5 - Add sentry-cli for s390x and ppc64(le)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=27
2022-11-02 16:51:14 +00:00
1909bb6f4a Add sentry-cli mock for ppc64
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=26
2022-11-02 15:55:22 +00:00
875b06ad17 Use nodejs18
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=25
2022-11-02 15:49:21 +00:00
61f2d36a97 - Version 1.11.13
## 🐛 Bug Fixes
 * Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni.
 * Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634.
 * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=24
2022-11-02 15:29:16 +00:00
5a533187e2 Accepting request 1030038 from home:Andreas_Schwab:Factory
- Add sentry-cli for riscv64

OBS-URL: https://build.opensuse.org/request/show/1030038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=23
2022-10-21 13:42:35 +00:00
e95eaab1e9 - Version 1.11.10
## 🐛 Bug Fixes
 * Use correct default for notification silencing ([\#9388](https://github.com/matrix-org/matrix-react-sdk/pull/9388)). Fixes vector-im/element-web#23456.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=22
2022-10-11 19:25:42 +00:00
61a7ada373 - Version 1.11.9
##   Deprecations
 * Legacy Piwik config.json option `piwik.policy_url` is deprecated in favour of `privacy_policy_url`. Support will be removed in the next release.
##  Features
 * Device manager - select all devices ([\#9330](https://github.com/matrix-org/matrix-react-sdk/pull/9330)). Contributed by @kerryarchibald.
 * New group call experience: Call tiles ([\#9332](https://github.com/matrix-org/matrix-react-sdk/pull/9332)).
 * Add Shift key to FormatQuote keyboard shortcut ([\#9298](https://github.com/matrix-org/matrix-react-sdk/pull/9298)). Contributed by @owi92.
 * Device manager - sign out of multiple sessions ([\#9325](https://github.com/matrix-org/matrix-react-sdk/pull/9325)). Contributed by @kerryarchibald.
 * Display push toggle for web sessions (MSC3890) ([\#9327](https://github.com/matrix-org/matrix-react-sdk/pull/9327)).
 * Add device notifications enabled switch ([\#9324](https://github.com/matrix-org/matrix-react-sdk/pull/9324)).
 * Implement push notification toggle in device detail ([\#9308](https://github.com/matrix-org/matrix-react-sdk/pull/9308)).
 * New group call experience: Starting and ending calls ([\#9318](https://github.com/matrix-org/matrix-react-sdk/pull/9318)).
 * New group call experience: Room header call buttons ([\#9311](https://github.com/matrix-org/matrix-react-sdk/pull/9311)).
 * Make device ID copyable in device list ([\#9297](https://github.com/matrix-org/matrix-react-sdk/pull/9297)). Contributed by @duxovni.
 * Use display name instead of user ID when rendering power events ([\#9295](https://github.com/matrix-org/matrix-react-sdk/pull/9295)).
 * Read receipts for threads ([\#9239](https://github.com/matrix-org/matrix-react-sdk/pull/9239)). Fixes #23191.
## 🐛 Bug Fixes
 * Use the correct sender key when checking shared secret ([\#2730](https://github.com/matrix-org/matrix-js-sdk/pull/2730)). Fixes vector-im/element-web#23374.
 * Fix device selection in pre-join screen for Element Call video rooms ([\#9321](https://github.com/matrix-org/matrix-react-sdk/pull/9321)). Fixes #23331.
 * Don't render a 1px high room topic if the room topic is empty ([\#9317](https://github.com/matrix-org/matrix-react-sdk/pull/9317)). Contributed by @Arnei.
 * Don't show feedback prompts when that UIFeature is disabled ([\#9305](https://github.com/matrix-org/matrix-react-sdk/pull/9305)). Fixes #23327.
 * Fix soft crash around unknown room pills ([\#9301](https://github.com/matrix-org/matrix-react-sdk/pull/9301)). Fixes matrix-org/element-web-rageshakes#15465.
 * Fix spaces feedback prompt wrongly showing when feedback is disabled ([\#9302](https://github.com/matrix-org/matrix-react-sdk/pull/9302)). Fixes #23314.
 * Fix tile soft crash in ReplyInThreadButton ([\#9300](https://github.com/matrix-org/matrix-react-sdk/pull/9300)). Fixes matrix-org/element-web-rageshakes#15493.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=21
2022-10-11 13:51:47 +00:00
a000edc7de - Fix webpack oom: fix-webpack-oom.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=20
2022-10-05 13:44:30 +00:00
62a1ea4bd8 Accepting request 1007296 from home:dziobian:gulgul-ultron:19
- Remove spurious BuildRequire on electron.

OBS-URL: https://build.opensuse.org/request/show/1007296
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=19
2022-10-05 12:36:07 +00:00
0669eca14f - Version 1.11.8
## 🐛 Bug Fixes
 * Bump IDB crypto store version ([\#2705](https://github.com/matrix-org/matrix-js-sdk/pull/2705)).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=18
2022-09-28 16:18:55 +00:00
085a1f6684 - Version 1.11.7
## 🔒 Security
* Fix for [CVE-2022-39249](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39249)
* Fix for [CVE-2022-39250](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39250)
* Fix for [CVE-2022-39251](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39251)
* Fix for [CVE-2022-39236](https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE%2D2022%2D39236)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=17
2022-09-28 13:58:15 +00:00
37ef9cf712 - Security fix for:
* CVE-2022-39249
  * CVE-2022-39250
  * CVE-2022-39251
  * CVE-2022-39236

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=16
2022-09-28 13:01:04 +00:00
ddd8723888 - Version 1.11.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=15
2022-09-27 21:28:47 +00:00
3425e56508 - Version 1.11.5
* Features
	 * Device manager - hide unverified security recommendation when only current session is unverified ([\#9228](https://github.com/matrix-org/matrix-react-sdk/pull/9228)). Contributed by @kerryarchibald.
	 * Device manager - scroll to filtered list from security recommendations ([\#9227](https://github.com/matrix-org/matrix-react-sdk/pull/9227)). Contributed by @kerryarchibald.
	 * Device manager - updated dropdown style in filtered device list ([\#9226](https://github.com/matrix-org/matrix-react-sdk/pull/9226)). Contributed by @kerryarchibald.
	 * Device manager - device type and verification icons on device tile ([\#9197](https://github.com/matrix-org/matrix-react-sdk/pull/9197)). Contributed by @kerryarchibald.
 * Bug Fixes
	 * Description of DM room with more than two other people is now being displayed correctly ([\#9231](https://github.com/matrix-org/matrix-react-sdk/pull/9231)). Fixes #23094.
	 * Fix voice messages with multiple composers ([\#9208](https://github.com/matrix-org/matrix-react-sdk/pull/9208)). Fixes #23023. Contributed by @grimhilt.
	 * Fix suggested rooms going missing ([\#9236](https://github.com/matrix-org/matrix-react-sdk/pull/9236)). Fixes #23190.
	 * Fix tooltip infinitely recursing ([\#9235](https://github.com/matrix-org/matrix-react-sdk/pull/9235)). Fixes matrix-org/element-web-rageshakes#15107, matrix-org/element-web-rageshakes#15093 matrix-org/element-web-rageshakes#15092 and matrix-org/element-web-rageshakes#15077.
	 * Fix plain text export saving ([\#9230](https://github.com/matrix-org/matrix-react-sdk/pull/9230)). Contributed by @jryans.
	 * Add missing space in SecurityRoomSettingsTab ([\#9222](https://github.com/matrix-org/matrix-react-sdk/pull/9222)). Contributed by @gefgu.
	 * Make use of js-sdk roomNameGenerator to handle i18n for generated room names ([\#9209](https://github.com/matrix-org/matrix-react-sdk/pull/9209)). Fixes #21369.
	 * Fix progress bar regression throughout the app ([\#9219](https://github.com/matrix-org/matrix-react-sdk/pull/9219)). Fixes #23121.
	 * Reuse empty string & space string logic for event types in devtools ([\#9218](https://github.com/matrix-org/matrix-react-sdk/pull/9218)). Fixes #23115.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=14
2022-09-14 09:13:19 +00:00
f6d4fa407b - Version 1.11.4
- Fixes for CVE-2022-36059 and CVE-2022-36060

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=13
2022-09-01 09:04:13 +00:00
09d13dcb1f - Version 1.11.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=12
2022-08-03 14:45:21 +00:00
f3c83ce23f - Don't download sentry-cli
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=11
2022-07-20 09:16:14 +00:00
a474747343 Fix that annoying matrix-analytics-events
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=10
2022-07-07 13:09:21 +00:00
1c09f49368 - Version 1.11.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=9
2022-07-07 12:27:33 +00:00
1a89bd3f64 - Version 1.10.15
* Fix missing element desktop preferences

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=8
2022-06-15 07:49:48 +00:00
8b5eb0efa0 - Version 1.10.14
* Live location sharing
  * Allow disabling hw acceleration

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=7
2022-06-14 11:16:37 +00:00
dab65a48ff - Version 1.10.13
* UI Improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=6
2022-05-25 09:50:34 +00:00
17448a1c04 - Version 1.10.12
* Improved threading support
  * Implement new Read Receipt design

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=5
2022-05-16 07:58:38 +00:00
43a6e389d3 Be agnostic of matrix-analytics-events git hash
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=4
2022-04-13 10:18:00 +00:00
996a4848ce - Version 1.10.9
* Threading support
  * APNG support
  * Live location sharing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=3
2022-04-12 11:25:45 +00:00
Dominique Leuenberger
06045e986e Accepting request 967333 from devel:languages:nodejs
- Sync ExcludeArch with nodejs-electron.

OBS-URL: https://build.opensuse.org/request/show/967333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=10
2022-04-06 19:52:11 +00:00
Dominique Leuenberger
b9bd2f5d22 Accepting request 961663 from devel:languages:javascript
- Version 1.10.4
  * Improve build process: Perform actual "build" on OBS

OBS-URL: https://build.opensuse.org/request/show/961663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=9
2022-03-14 18:35:39 +00:00
Dominique Leuenberger
4cbc6555cb Accepting request 950243 from devel:languages:javascript
- Version 1.9.9
  * Hardening for CVE-2022-23597

OBS-URL: https://build.opensuse.org/request/show/950243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=8
2022-01-31 21:57:28 +00:00
Dominique Leuenberger
ffc310600b Accepting request 943183 from devel:languages:javascript
- Version 1.9.8
  * Mostly small bugfixes and minor improvements
  * Fix WebGL
  * See https://github.com/vector-im/element-web/releases/tag/v1.9.8

OBS-URL: https://build.opensuse.org/request/show/943183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=7
2021-12-30 14:55:39 +00:00
Dominique Leuenberger
25221c512e Accepting request 940304 from devel:languages:javascript
- Version 1.9.7
  * Security fix: buffer overflow in libolm and matrix-js-sdk
    https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk

OBS-URL: https://build.opensuse.org/request/show/940304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=6
2021-12-13 19:45:21 +00:00
Dominique Leuenberger
64978c9133 Accepting request 939080 from devel:languages:javascript
- Version 1.9.6
  * UI fixes and improvements
  * implement more meta-spaces
  * Fix possible infinite loop on widget start

OBS-URL: https://build.opensuse.org/request/show/939080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=5
2021-12-10 20:52:42 +00:00
Dominique Leuenberger
94924868b2 Accepting request 925983 from devel:languages:javascript
- Version 1.9.2
  * UI Fixes
  * Upgrade to matrix-js-sdk#14.0.1

OBS-URL: https://build.opensuse.org/request/show/925983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=4
2021-10-18 19:59:45 +00:00
Dominique Leuenberger
bcb2359f42 Accepting request 918731 from devel:languages:javascript
- Version 1.8.4
  * Fix a security issue with message key sharing

OBS-URL: https://build.opensuse.org/request/show/918731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=3
2021-09-14 19:14:16 +00:00
Richard Brown
f86bc87abc Accepting request 912843 from devel:languages:javascript
- Version 1.7.33
  * Translation update
  * New Labs feature: feature_report_to_moderators
  * Dependency updates
  * Add libera.chat to default room directory

OBS-URL: https://build.opensuse.org/request/show/912843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=2
2021-08-19 08:00:55 +00:00
Dominique Leuenberger
23c779dcb5 Accepting request 902767 from devel:languages:javascript
dependency of element-desktop matrix client.
please use same ADI as https://build.opensuse.org/request/show/902766

OBS-URL: https://build.opensuse.org/request/show/902767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=1
2021-06-29 20:42:57 +00:00