Krishan
225df0786e
Release v4.2.3 ( #2052 )
2024-11-12 20:45:34 +11:00
Krishan
a142630ff9
Release v4.2.3 ( #2052 )
2024-11-12 20:45:34 +11:00
Krishan
80dd4e0aac
Release v4.2.2 ( #2012 )
2024-10-16 21:29:30 +11:00
Krishan
c110e64341
Release v4.2.2 ( #2012 )
2024-10-16 21:29:30 +11:00
夜坂雅
1c8412bd5c
fix: register service worker immediately and cache media requests ( #1977 )
...
* Allow service worker to immediately claim pages
* Allow media requests to be cached by browser
2024-10-16 21:26:03 +11:00
夜坂雅
0e51e19cab
fix: register service worker immediately and cache media requests ( #1977 )
...
* Allow service worker to immediately claim pages
* Allow media requests to be cached by browser
2024-10-16 21:26:03 +11:00
Ajay Bura
aa94195184
fix font-weight in dark theme with unsupported fonts ( #1964 )
2024-09-22 22:31:32 +10:00
Ajay Bura
5824d7c716
fix font-weight in dark theme with unsupported fonts ( #1964 )
2024-09-22 22:31:32 +10:00
Krishan
16f2a06186
Fix matrix.to links opening in webview in cinny desktop ( #1963 )
2024-09-22 10:08:55 +05:30
Krishan
6e191d3c79
Fix matrix.to links opening in webview in cinny desktop ( #1963 )
2024-09-22 10:08:55 +05:30
Krishan
4f2a018ca9
Release v4.2.1 ( #1953 )
2024-09-14 23:24:34 +10:00
Krishan
21164a9b61
Release v4.2.1 ( #1953 )
2024-09-14 23:24:34 +10:00
Krishan
96380d0662
Fix auth media check for dendrite ( #1952 )
2024-09-14 18:54:06 +05:30
Krishan
4923b17ad6
Fix auth media check for dendrite ( #1952 )
2024-09-14 18:54:06 +05:30
Krishan
b2008340dd
Release v4.2.0 ( #1949 )
2024-09-11 19:26:08 +05:30
Krishan
c75e903619
Release v4.2.0 ( #1949 )
2024-09-11 19:26:08 +05:30
Ajay Bura
62d6b8e582
Fix authenticated media download ( #1947 )
...
* remove dead function
* fix media download in room timeline
* authenticate remaining media endpoints
2024-09-11 17:07:02 +10:00
Ajay Bura
03cc25eec0
Fix authenticated media download ( #1947 )
...
* remove dead function
* fix media download in room timeline
* authenticate remaining media endpoints
2024-09-11 17:07:02 +10:00
夜坂雅
b8d80da7e0
fix: Fix video and audio loading with authenicated media ( #1946 )
...
Appeareantly Firefox (and maybe Chrome) won't let service workers take over requests from <video> and <audio> tags, so we just fetch the URL ourselves.
2024-09-11 10:43:15 +05:30
夜坂雅
f2c31d29a2
fix: Fix video and audio loading with authenicated media ( #1946 )
...
Appeareantly Firefox (and maybe Chrome) won't let service workers take over requests from <video> and <audio> tags, so we just fetch the URL ourselves.
2024-09-11 10:43:15 +05:30
Ajay Bura
e2f1089766
render matrix room and event link content ( #1938 )
2024-09-09 20:51:52 +10:00
Ajay Bura
5482f8e72e
render matrix room and event link content ( #1938 )
2024-09-09 20:51:52 +10:00
Ajay Bura
e1c2430db9
Improve-auth-media ( #1933 )
...
* fix set power level broken after sdk update
* add media authentication hook
* fix service worker types
* fix service worker not working in dev mode
* fix env mode check when registering sw
2024-09-09 14:15:20 +05:30
Ajay Bura
96df140153
Improve-auth-media ( #1933 )
...
* fix set power level broken after sdk update
* add media authentication hook
* fix service worker types
* fix service worker not working in dev mode
* fix env mode check when registering sw
2024-09-09 14:15:20 +05:30
Ajay Bura
49e038e23b
fix mention url is encoded wrong ( #1936 )
2024-09-08 22:53:59 +10:00
Ajay Bura
4dfce32730
fix mention url is encoded wrong ( #1936 )
2024-09-08 22:53:59 +10:00
Ajay Bura
c60ea57f3b
fix escape to mark as read ( #1935 )
2024-09-08 22:53:17 +10:00
Ajay Bura
388f606ad2
fix escape to mark as read ( #1935 )
2024-09-08 22:53:17 +10:00
Ajay Bura
cc9a7b1620
fix sso login without identity providers ( #1934 )
2024-09-08 22:51:43 +10:00
Ajay Bura
09444f9e08
fix sso login without identity providers ( #1934 )
2024-09-08 22:51:43 +10:00
夜坂雅
8799ae5246
Add authenticated media support ( #1930 )
...
* chore: Bump matrix-js-sdk to 34.4.0
* feat: Authenticated media support
* chore: Use Vite PWA for service worker support
* fix: Fix Vite PWA SW entry point
Forget this. :P
* fix: Also add Nginx rewrite for sw.js
* fix: Correct Nginx rewrite
* fix: Add Netlify redirect for sw.js
Otherwise the generic SPA rewrite to index.html would take effect, breaking Service Worker.
* fix: Account for subpath when regisering service worker
* chore: Correct types
2024-09-07 19:15:55 +05:30
夜坂雅
c6a8fb1117
Add authenticated media support ( #1930 )
...
* chore: Bump matrix-js-sdk to 34.4.0
* feat: Authenticated media support
* chore: Use Vite PWA for service worker support
* fix: Fix Vite PWA SW entry point
Forget this. :P
* fix: Also add Nginx rewrite for sw.js
* fix: Correct Nginx rewrite
* fix: Add Netlify redirect for sw.js
Otherwise the generic SPA rewrite to index.html would take effect, breaking Service Worker.
* fix: Account for subpath when regisering service worker
* chore: Correct types
2024-09-07 19:15:55 +05:30
Dylan Hackworth
df5cca4e9a
pressing up to edit should take you to end of line ( #1928 )
2024-09-07 18:38:16 +05:30
Dylan Hackworth
043012e809
pressing up to edit should take you to end of line ( #1928 )
2024-09-07 18:38:16 +05:30
greentore
4300896c72
Add basic m.thread support ( #1349 )
...
* Add basic `m.thread` support
* Fix types
* Update to v4
* Fix auto formatting mess
* Add threaded reply indicators
* Fix reply overflow
* Fix replying to edited threaded replies
* Add thread indicator to room input
* Fix editing encrypted events
* Use `toRem` function for converting units
---------
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com >
2024-08-15 20:22:32 +05:30
greentore
830d05e217
Add basic m.thread support ( #1349 )
...
* Add basic `m.thread` support
* Fix types
* Update to v4
* Fix auto formatting mess
* Add threaded reply indicators
* Fix reply overflow
* Fix replying to edited threaded replies
* Add thread indicator to room input
* Fix editing encrypted events
* Use `toRem` function for converting units
---------
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com >
2024-08-15 20:22:32 +05:30
aceArt-GmbH
4555538d7c
Add translation support using i18next ( #1576 )
...
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com >
2024-08-14 18:59:34 +05:30
aceArt-GmbH
ac1797344c
Add translation support using i18next ( #1576 )
...
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com >
2024-08-14 18:59:34 +05:30
Krishan
1191ca6a1b
Release v4.1.0 ( #1867 )
2024-08-04 20:15:10 +10:00
Krishan
e68c56b334
Release v4.1.0 ( #1867 )
2024-08-04 20:15:10 +10:00
Ajay Bura
71bde10887
fix type to focus not working after room switch ( #1866 )
2024-08-04 16:04:11 +10:00
Ajay Bura
cabfdd47b5
fix type to focus not working after room switch ( #1866 )
2024-08-04 16:04:11 +10:00
Ajay Bura
4ad15af141
fix crash when decoding malformed urls ( #1865 )
2024-08-04 15:38:20 +10:00
Ajay Bura
581211f13e
fix crash when decoding malformed urls ( #1865 )
2024-08-04 15:38:20 +10:00
Ajay Bura
e7d7160f6f
fix notification not working for selected room ( #1864 )
2024-08-04 15:37:28 +10:00
Ajay Bura
8ed78d48fb
fix notification not working for selected room ( #1864 )
2024-08-04 15:37:28 +10:00
Ajay Bura
72dadb0a07
fix page up/down button not working ( #1863 )
2024-08-04 15:36:42 +10:00
Ajay Bura
96222de5bc
fix page up/down button not working ( #1863 )
2024-08-04 15:36:42 +10:00
Ajay Bura
a0ea330c07
show unverified tab indicator on sidebar ( #1862 )
2024-08-04 14:19:37 +10:00
Ajay Bura
681287c46a
show unverified tab indicator on sidebar ( #1862 )
2024-08-04 14:19:37 +10:00