rainny.git
14 months agoBump actions/setup-node from 4.0.3 to 4.0.4 (#1969)
dependabot[bot] [Thu, 3 Oct 2024 07:03:33 +0000 (17:03 +1000)]
Bump actions/setup-node from 4.0.3 to 4.0.4 (#1969)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 months agoBump actions/checkout from 4.1.7 to 4.2.0 (#1985)
dependabot[bot] [Thu, 3 Oct 2024 07:00:32 +0000 (17:00 +1000)]
Bump actions/checkout from 4.1.7 to 4.2.0 (#1985)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 months agoBump docker/build-push-action from 6.7.0 to 6.9.0 (#1986)
dependabot[bot] [Thu, 3 Oct 2024 06:59:55 +0000 (16:59 +1000)]
Bump docker/build-push-action from 6.7.0 to 6.9.0 (#1986)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.9.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 months agoBump cla-assistant/github-action from 2.5.1 to 2.6.1 (#1987)
dependabot[bot] [Thu, 3 Oct 2024 06:59:12 +0000 (16:59 +1000)]
Bump cla-assistant/github-action from 2.5.1 to 2.6.1 (#1987)

Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.5.1...v2.6.1)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 months agofix font-weight in dark theme with unsupported fonts (#1964)
Ajay Bura [Sun, 22 Sep 2024 12:31:32 +0000 (22:31 +1000)]
fix font-weight in dark theme with unsupported fonts (#1964)

14 months agoFix matrix.to links opening in webview in cinny desktop (#1963)
Krishan [Sun, 22 Sep 2024 04:38:55 +0000 (14:38 +1000)]
Fix matrix.to links opening in webview in cinny desktop (#1963)

15 months agoRelease v4.2.1 (#1953) v4.2.1
Krishan [Sat, 14 Sep 2024 13:24:34 +0000 (23:24 +1000)]
Release v4.2.1 (#1953)

15 months agoFix auth media check for dendrite (#1952)
Krishan [Sat, 14 Sep 2024 13:24:06 +0000 (23:24 +1000)]
Fix auth media check for dendrite (#1952)

15 months agoRelease v4.2.0 (#1949) v4.2.0
Krishan [Wed, 11 Sep 2024 13:56:08 +0000 (23:56 +1000)]
Release v4.2.0 (#1949)

15 months agoUpdate dependency matrix-js-sdk to v34.5.0 (#1945)
renovate[bot] [Wed, 11 Sep 2024 07:08:38 +0000 (17:08 +1000)]
Update dependency matrix-js-sdk to v34.5.0 (#1945)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 months agoFix authenticated media download (#1947)
Ajay Bura [Wed, 11 Sep 2024 07:07:02 +0000 (17:07 +1000)]
Fix authenticated media download (#1947)

* remove dead function

* fix media download in room timeline

* authenticate remaining media endpoints

15 months agofix: Fix video and audio loading with authenicated media (#1946)
夜坂雅 [Wed, 11 Sep 2024 05:13:15 +0000 (13:13 +0800)]
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.

15 months agorender matrix room and event link content (#1938)
Ajay Bura [Mon, 9 Sep 2024 10:51:52 +0000 (20:51 +1000)]
render matrix room and event link content (#1938)

15 months agoImprove-auth-media (#1933)
Ajay Bura [Mon, 9 Sep 2024 08:45:20 +0000 (18:45 +1000)]
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

15 months agofix mention url is encoded wrong (#1936)
Ajay Bura [Sun, 8 Sep 2024 12:53:59 +0000 (22:53 +1000)]
fix mention url is encoded wrong (#1936)

15 months agofix escape to mark as read (#1935)
Ajay Bura [Sun, 8 Sep 2024 12:53:17 +0000 (22:53 +1000)]
fix escape to mark as read (#1935)

15 months agofix sso login without identity providers (#1934)
Ajay Bura [Sun, 8 Sep 2024 12:51:43 +0000 (22:51 +1000)]
fix sso login without identity providers (#1934)

15 months agoAdd authenticated media support (#1930)
夜坂雅 [Sat, 7 Sep 2024 13:45:55 +0000 (21:45 +0800)]
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

15 months agopressing up to edit should take you to end of line (#1928)
Dylan Hackworth [Sat, 7 Sep 2024 13:08:16 +0000 (08:08 -0500)]
pressing up to edit should take you to end of line (#1928)

15 months agoFix IPv6 support for the Docker container (#1884)
utf [Fri, 23 Aug 2024 10:56:03 +0000 (12:56 +0200)]
Fix IPv6 support for the Docker container  (#1884)

* Fix `docker-nginx.conf` indentation

* Listen on IPv4 and IPv6 inside Docker

15 months agoCreate Code of Conduct (#1908)
Krishan [Wed, 21 Aug 2024 10:13:40 +0000 (20:13 +1000)]
Create Code of Conduct (#1908)

15 months agoBump cla-assistant/github-action from 2.4.0 to 2.5.1 (#1905)
dependabot[bot] [Tue, 20 Aug 2024 14:22:26 +0000 (00:22 +1000)]
Bump cla-assistant/github-action from 2.4.0 to 2.5.1 (#1905)

Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.4.0...v2.5.1)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 months agoBump docker/build-push-action from 6.6.1 to 6.7.0 (#1906)
dependabot[bot] [Tue, 20 Aug 2024 14:21:25 +0000 (00:21 +1000)]
Bump docker/build-push-action from 6.6.1 to 6.7.0 (#1906)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.6.1 to 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoAdd basic `m.thread` support (#1349)
greentore [Thu, 15 Aug 2024 14:52:32 +0000 (16:52 +0200)]
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>
16 months agoBump actions/upload-artifact from 4.3.4 to 4.3.6 (#1890)
dependabot[bot] [Wed, 14 Aug 2024 13:38:35 +0000 (23:38 +1000)]
Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#1890)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoAdd translation support using i18next (#1576)
aceArt-GmbH [Wed, 14 Aug 2024 13:29:34 +0000 (15:29 +0200)]
Add translation support using i18next (#1576)

Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
16 months agoBump docker/build-push-action from 6.5.0 to 6.6.1 (#1891)
dependabot[bot] [Wed, 14 Aug 2024 13:21:11 +0000 (23:21 +1000)]
Bump docker/build-push-action from 6.5.0 to 6.6.1 (#1891)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoRelease v4.1.0 (#1867) v4.1.0
Krishan [Sun, 4 Aug 2024 10:15:10 +0000 (20:15 +1000)]
Release v4.1.0 (#1867)

16 months agofix type to focus not working after room switch (#1866)
Ajay Bura [Sun, 4 Aug 2024 06:04:11 +0000 (11:34 +0530)]
fix type to focus not working after room switch (#1866)

16 months agoBump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#1850)
dependabot[bot] [Sun, 4 Aug 2024 05:38:47 +0000 (15:38 +1000)]
Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#1850)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agofix crash when decoding malformed urls (#1865)
Ajay Bura [Sun, 4 Aug 2024 05:38:20 +0000 (11:08 +0530)]
fix crash when decoding malformed urls (#1865)

16 months agofix notification not working for selected room (#1864)
Ajay Bura [Sun, 4 Aug 2024 05:37:28 +0000 (11:07 +0530)]
fix notification not working for selected room (#1864)

16 months agofix page up/down button not working (#1863)
Ajay Bura [Sun, 4 Aug 2024 05:36:42 +0000 (11:06 +0530)]
fix page up/down button not working (#1863)

16 months agoshow unverified tab indicator on sidebar (#1862)
Ajay Bura [Sun, 4 Aug 2024 04:19:37 +0000 (09:49 +0530)]
show unverified tab indicator on sidebar (#1862)

16 months agoadd back btn for mobile view (#1861)
Ajay Bura [Sat, 3 Aug 2024 13:47:53 +0000 (19:17 +0530)]
add back btn for mobile view (#1861)

16 months agoFix typo in readme
Krishan [Thu, 1 Aug 2024 13:45:22 +0000 (23:45 +1000)]
Fix typo in readme

16 months agoupdate self deploy instructions after react router (#1859)
Krishan [Thu, 1 Aug 2024 13:42:45 +0000 (23:42 +1000)]
update self deploy instructions after react router (#1859)

* update self deploy instructions after react router

* List the alternative

* docs to deploy on subdir

16 months agofix tombstone replacement room open previous room (#1856)
Ajay Bura [Tue, 30 Jul 2024 12:19:51 +0000 (17:49 +0530)]
fix tombstone replacement room open previous room (#1856)

16 months agosupport matrix.to links (#1849)
Ajay Bura [Tue, 30 Jul 2024 12:18:59 +0000 (17:48 +0530)]
support matrix.to links (#1849)

* support room via server params and eventId

* change copy link to matrix.to links

* display matrix.to links in messages as pill and stop generating url previews for them

* improve editor mention to include viaServers and eventId

* fix mention custom attributes

* always try to open room in current space

* jump to latest remove target eventId from url

* add create direct search options to open/create dm with url

16 months agofix room opens at home after leave rejoin (#1848)
Ajay Bura [Sun, 28 Jul 2024 13:40:21 +0000 (19:10 +0530)]
fix room opens at home after leave rejoin (#1848)

16 months agoRelease v4.0.3 (#1840) v4.0.3
Krishan [Thu, 25 Jul 2024 05:54:58 +0000 (15:54 +1000)]
Release v4.0.3 (#1840)

16 months agoUpdate gpg public key after renew (#1839)
Krishan [Thu, 25 Jul 2024 05:28:14 +0000 (15:28 +1000)]
Update gpg public key after renew (#1839)

16 months agoRelease v4.0.0 (#1836) v4.0.0
Krishan [Wed, 24 Jul 2024 13:00:49 +0000 (23:00 +1000)]
Release v4.0.0 (#1836)

* Release v4.0.0

* add more rooms in featured

16 months agoadd ngnix conf file for docker build (#1837)
Ajay Bura [Wed, 24 Jul 2024 12:51:03 +0000 (18:21 +0530)]
add ngnix conf file for docker build (#1837)

16 months agoAdd setting for page zoom (#1835)
Ajay Bura [Tue, 23 Jul 2024 13:52:53 +0000 (19:22 +0530)]
Add setting for page zoom (#1835)

* add setting for page zoom

* parse integer in zoom change listener

* fix zoom input width

* fix null gets saved as page zoom

16 months agoBump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#1830)
dependabot[bot] [Tue, 23 Jul 2024 05:17:12 +0000 (15:17 +1000)]
Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#1830)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoBump docker/login-action from 3.2.0 to 3.3.0 (#1831)
dependabot[bot] [Tue, 23 Jul 2024 05:16:56 +0000 (15:16 +1000)]
Bump docker/login-action from 3.2.0 to 3.3.0 (#1831)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoBump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#1832)
dependabot[bot] [Tue, 23 Jul 2024 05:16:38 +0000 (15:16 +1000)]
Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#1832)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoBump softprops/action-gh-release from 2.0.6 to 2.0.8 (#1833)
dependabot[bot] [Tue, 23 Jul 2024 05:16:16 +0000 (15:16 +1000)]
Bump softprops/action-gh-release from 2.0.6 to 2.0.8 (#1833)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/a74c6b72af54cfa997e81df42d94703d6313a2d0...c062e08bd532815e2082a85e87e3ef29c3e6d191)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoBump docker/build-push-action from 6.4.0 to 6.5.0 (#1834)
dependabot[bot] [Tue, 23 Jul 2024 05:15:51 +0000 (15:15 +1000)]
Bump docker/build-push-action from 6.4.0 to 6.5.0 (#1834)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.5.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoLoad room member even when member drawer is closed (#1825)
Ajay Bura [Tue, 23 Jul 2024 05:15:17 +0000 (10:45 +0530)]
Load room member even when member drawer is closed (#1825)

16 months agoFix unread reset and notification settings (#1824)
Ajay Bura [Tue, 23 Jul 2024 05:14:32 +0000 (10:44 +0530)]
Fix unread reset and notification settings (#1824)

* reset unread with client sync state change

* fix notification toggle setting not working

* revert formatOnSave vscode setting

16 months agohandle error in loading screen (#1823)
Ajay Bura [Mon, 22 Jul 2024 10:47:19 +0000 (16:17 +0530)]
handle error in loading screen (#1823)

* handle client boot error in loading screen

* use sync state hook in client root

* add loading screen options

* removed extra condition in loading finish

* add sync connection status bar

16 months agoBump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#1814)
dependabot[bot] [Sun, 21 Jul 2024 05:44:43 +0000 (15:44 +1000)]
Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#1814)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoBump docker/build-push-action from 6.3.0 to 6.4.0 (#1815)
dependabot[bot] [Sun, 21 Jul 2024 05:44:27 +0000 (15:44 +1000)]
Bump docker/build-push-action from 6.3.0 to 6.4.0 (#1815)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoBump actions/setup-node from 4.0.2 to 4.0.3 (#1816)
dependabot[bot] [Sun, 21 Jul 2024 05:43:58 +0000 (15:43 +1000)]
Bump actions/setup-node from 4.0.2 to 4.0.3 (#1816)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 months agoUpdate color theme to match with new design (#1821)
Ajay Bura [Sun, 21 Jul 2024 05:43:33 +0000 (11:13 +0530)]
Update color theme to match with new design (#1821)

* update silver theme

* update unread badge style to look more slim

* update nav item style to look less sharp

* fix type focus message input typo

* decrease navigation drawer width to bring main chat layout to little more center

* increase sidebar width to make it less congested

* fix sidebar item style

* decrease dark theme contrast

* improve dark theme

* revert sidebar width change

* add join with address option in home context menu

* match legacy theme with latest themes

16 months agoFix selecting tombstone room opens replacement room (#1820)
Ajay Bura [Thu, 18 Jul 2024 13:20:51 +0000 (18:50 +0530)]
Fix selecting tombstone room opens replacement room (#1820)

16 months agoMake hotkeys work again (#1819)
Ajay Bura [Thu, 18 Jul 2024 13:20:20 +0000 (18:50 +0530)]
Make hotkeys work again (#1819)

17 months agofix crash when adding existing room to space (#1806)
Ajay Bura [Sun, 14 Jul 2024 14:21:19 +0000 (19:51 +0530)]
fix crash when adding existing room to space (#1806)

17 months agofix space lobby button shrink
Ajay Bura [Wed, 10 Jul 2024 13:14:28 +0000 (18:44 +0530)]
fix space lobby button shrink

17 months agoBump formik from 2.2.9 to 2.4.6 (#1715)
dependabot[bot] [Tue, 9 Jul 2024 13:49:06 +0000 (23:49 +1000)]
Bump formik from 2.2.9 to 2.4.6 (#1715)

Bumps [formik](https://github.com/jaredpalmer/formik) from 2.2.9 to 2.4.6.
- [Release notes](https://github.com/jaredpalmer/formik/releases)
- [Commits](https://github.com/jaredpalmer/formik/compare/formik@2.2.9...formik@2.4.6)

---
updated-dependencies:
- dependency-name: formik
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump linkify-react from 4.1.1 to 4.1.3 (#1742)
dependabot[bot] [Tue, 9 Jul 2024 13:43:53 +0000 (23:43 +1000)]
Bump linkify-react from 4.1.1 to 4.1.3 (#1742)

updated-dependencies:
- dependency-name: linkify-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump linkifyjs from 4.0.2 to 4.1.3 (#1672)
dependabot[bot] [Tue, 9 Jul 2024 13:40:46 +0000 (23:40 +1000)]
Bump linkifyjs from 4.0.2 to 4.1.3 (#1672)

Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) from 4.0.2 to 4.1.3.
- [Release notes](https://github.com/Hypercontext/linkifyjs/releases)
- [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.3/packages/linkifyjs)

---
updated-dependencies:
- dependency-name: linkifyjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump react-error-boundary from 4.0.10 to 4.0.13 (#1664)
dependabot[bot] [Tue, 9 Jul 2024 13:36:45 +0000 (23:36 +1000)]
Bump react-error-boundary from 4.0.10 to 4.0.13 (#1664)

Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.10 to 4.0.13.
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases)
- [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.10...4.0.13)

---
updated-dependencies:
- dependency-name: react-error-boundary
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump docker/build-push-action from 6.0.0 to 6.3.0 (#1799)
dependabot[bot] [Tue, 9 Jul 2024 13:25:38 +0000 (23:25 +1000)]
Bump docker/build-push-action from 6.0.0 to 6.3.0 (#1799)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.0...v6.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#1798)
dependabot[bot] [Tue, 9 Jul 2024 13:24:56 +0000 (23:24 +1000)]
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#1798)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump actions/upload-artifact from 4.3.3 to 4.3.4 (#1797)
dependabot[bot] [Tue, 9 Jul 2024 13:23:56 +0000 (23:23 +1000)]
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#1797)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump softprops/action-gh-release from 2.0.5 to 2.0.6 (#1785)
dependabot[bot] [Tue, 9 Jul 2024 13:23:18 +0000 (23:23 +1000)]
Bump softprops/action-gh-release from 2.0.5 to 2.0.6 (#1785)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/69320dbe05506a9a39fc8ae11030b214ec2d1f87...a74c6b72af54cfa997e81df42d94703d6313a2d0)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agofix notification, favicon and sound (#1802)
Ajay Bura [Tue, 9 Jul 2024 12:50:33 +0000 (18:20 +0530)]
fix notification, favicon and sound (#1802)

17 months ago(chore) remove outdated code (#1765)
Ajay Bura [Mon, 8 Jul 2024 11:27:10 +0000 (16:57 +0530)]
(chore) remove outdated code (#1765)

* optimize room typing members hook

* remove unused code - WIP

* remove old code from initMatrix

* remove twemojify function

* remove old sanitize util

* delete old markdown util

* delete Math atom component

* uninstall unused dependencies

* remove old notification system

* decrypt message in inbox notification center and fix refresh in background

* improve notification

---------

Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
17 months agoBump actions/checkout from 4.1.6 to 4.1.7 (#1775)
dependabot[bot] [Wed, 19 Jun 2024 04:02:12 +0000 (14:02 +1000)]
Bump actions/checkout from 4.1.6 to 4.1.7 (#1775)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump docker/build-push-action from 5.4.0 to 6.0.0 (#1777)
dependabot[bot] [Wed, 19 Jun 2024 04:00:11 +0000 (14:00 +1000)]
Bump docker/build-push-action from 5.4.0 to 6.0.0 (#1777)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoBump dawidd6/action-download-artifact from 3.1.4 to 6 (#1776)
dependabot[bot] [Wed, 19 Jun 2024 03:55:34 +0000 (13:55 +1000)]
Bump dawidd6/action-download-artifact from 3.1.4 to 6 (#1776)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/09f2f74827fd3a8607589e5ad7f9398816f540fe...bf251b5aa9c2f7eeb574a96ee720e24f801b7c11)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agoBump docker/build-push-action from 5.3.0 to 5.4.0 (#1766)
dependabot[bot] [Sat, 15 Jun 2024 13:28:03 +0000 (23:28 +1000)]
Bump docker/build-push-action from 5.3.0 to 5.4.0 (#1766)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agoPrevent Safari iOS from auto zooming (#1756)
Kimiblock Moe [Wed, 5 Jun 2024 12:43:19 +0000 (20:43 +0800)]
Prevent Safari iOS from auto zooming (#1756)

Thanks @pixlxip:beeper.com

18 months agoBump docker/login-action from 3.1.0 to 3.2.0 (#1758)
dependabot[bot] [Tue, 4 Jun 2024 04:26:21 +0000 (14:26 +1000)]
Bump docker/login-action from 3.1.0 to 3.2.0 (#1758)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agoBump nginx from 1.26.0-alpine to 1.27.0-alpine (#1759)
dependabot[bot] [Tue, 4 Jun 2024 04:25:07 +0000 (14:25 +1000)]
Bump nginx from 1.26.0-alpine to 1.27.0-alpine (#1759)

Bumps nginx from 1.26.0-alpine to 1.27.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 months agoURL navigation in interface and other improvements (#1633)
Ajay Bura [Fri, 31 May 2024 14:19:46 +0000 (19:49 +0530)]
URL navigation in interface and other improvements (#1633)

* load room on url change

* add direct room list

* render space room list

* fix css syntax error

* update scroll virtualizer

* render subspaces room list

* improve sidebar notification badge perf

* add nav category components

* add space recursive direct component

* use nav category component in home, direct and space room list

* add empty home and direct list layout

* fix unread room menu ref

* add more navigation items in room, direct and space tab

* add more navigation

* fix unread room menu to links

* fix space lobby and search link

* add explore navigation section

* add notifications navigation menu

* redirect to initial path after login

* include unsupported room in rooms

* move router hooks in hooks/router folder

* add featured explore - WIP

* load featured room with room summary

* fix room card topic line clamp

* add react query

* load room summary using react query

* add join button in room card

* add content component

* use content component in featured community content

* fix content width

* add responsive room card grid

* fix async callback error status

* add room card error button

* fix client drawer shrink

* add room topic viewer

* open room card topic in viewer

* fix room topic close btn

* add get orphan parent util

* add room card error dialog

* add view featured room or space btn

* refactor orphanParent to orphanParents

* WIP - explore server

* show space hint in room card

* add room type filters

* add per page item limit popout

* reset scroll on public rooms load

* refactor explore ui

* refactor public rooms component

* reset search on server change

* fix typo

* add empty featured section info

* display user server on top

* make server room card view btn clickable

* add user server as default redirect for explore path

* make home empty btn clickable

* add thirdparty instance filter in server explore

* remove since param on instance change

* add server button in explore menu

* rename notifications path to inbox

* update react-virtual

* Add notification messages inbox - WIP

* add scroll top container component

* add useInterval hook

* add visibility change callback prop to scroll top container component

* auto refresh notifications every 10 seconds

* make message related component reusable

* refactor matrix event renderer hoook

* render notification message content

* refactor matrix event renderer hook

* update sequence card styles

* move room navigate hook in global hooks

* add open message button in notifications

* add mark room as read button in notification group

* show error in notification messages

* add more featured spaces

* render reply in notification messages

* make notification message reply clickable

* add outline prop for attachments

* make old settings dialog viewable

* add open featured communities as default config option

* add invite count notification badge in sidebar and inbox menu

* add element size observer hook

* improve element size observer hook props

* improve screen size hook

* fix room avatar util function

* allow Text props in Time component

* fix dm room util function

* add invitations

* add no invites and notification cards

* fix inbox tab unread badge visible without invite count

* update folds and change inbox icon

* memo search param construction

* add message search in home

* fix default message search order

* fix display edited message new content

* highlight search text in search messages

* fix message search loading

* disable log in production

* add use space context

* add useRoom context

* fix space room list

* fix inbox tab active state

* add hook to get space child room recursive

* add search for space

* add virtual tile component

* virtualize home and directs room list

* update nav category component

* use virtual tile component in more places

* fix message highlight when click on reply twice

* virtualize space room list

* fix space room list lag issue

* update folds

* add room nav item component in space room list

* use room nav item in home and direct room list

* make space categories closable and save it in local storage

* show unread room when category is collapsed

* make home and direct room list category closable

* rename room nav item show avatar prop

* fix explore server category text alignment

* rename closedRoomCategories to closedNavCategories

* add nav category handler hook

* save and restore last navigation path on space select

* filter space rooms category by activity when it is closed

* save and restore home and direct nav path state

* save and restore inbox active path on open

* save and restore explore tab active path

* remove notification badge unread menu

* add join room or space before navigate screen

* move room component to features folder and add new room header

* update folds

* add room header menu

* fix home room list activity sorting

* do not hide selected room item on category closed in home and direct tab

* replace old select room/tab call with navigate hook

* improve state event hooks

* show room card summary for joined rooms

* prevent room from opening in wrong tab

* only show message sender id on hover in modern layout

* revert state event hooks changes

* add key prop to room provider components

* add welcome page

* prevent excessive redirects

* fix sidebar style with no spaces

* move room settings in popup window

* remove invite option from room settings

* fix open room list search

* add leave room prompt

* standardize room and user avatar

* fix avatar text size

* add new reply layout

* rename space hierarchy hook

* add room topic hook

* add room name hook

* add room avatar hook and add direct room avatar util

* space lobby - WIP

* hide invalid space child event from space hierarchy in lobby

* move lobby to features

* fix element size observer hook width and height

* add lobby header and hero section

* add hierarchy room item error and loading state

* add first and last child prop in sequence card

* redirect to lobby from index path

* memo and retry hierarchy room summary error

* fix hierarchy room item styles

* rename lobby hierarchy item card to room item card

* show direct room avatar in space lobby

* add hierarchy space item

* add space item unknown room join button

* fix space hierarchy hook refresh after new space join

* change user avatar color and fallback render to user icon

* change room avatar fallback to room icon

* rename room/user avatar renderInitial prop to renderFallback

* add room join and view button in space lobby

* make power level api more reusable

* fix space hierarchy not updating on child update

* add menu to suggest or remove space children

* show reply arrow in place of reply bend in message

* fix typeerror in search because of wrong js-sdk t.ds

* do not refetch hierarchy room summary on window focus

* make room/user avatar un-draggable

* change welcome page support button copy

* drag-and-drop ordering of lobby spaces/rooms - WIP

* add ASCIILexicalTable algorithms

* fix wrong power level check in lobby items options

* fix lobby can drop checks

* fix join button error crash

* fix reply spacing

* fix m direct updated with other account data

* add option to open room/space settings from lobby

* add option in lobby to add new or existing room/spaces

* fix room nav item selected styles

* add space children reorder mechanism

* fix space child reorder bug

* fix hierarchy item sort function

* Apply reorder of lobby into room list

* add and improve space lobby menu items

* add existing spaces menu in lobby

* change restricted room allow params when dragging outside space

* move featured servers config from homeserver list

* removed unused features from space settings

* add canonical alias as name fallback in lobby item

* fix unreliable unread count update bug

* fix after login redirect

* fix room card topic hover style

* Add dnd and folders in sidebar spaces

* fix orphan space not visible in sidebar

* fix sso login has mix of icon and button

* fix space children not  visible in home upon leaving space

* recalculate notification on updating any space child

* fix user color saturation/lightness

* add user color to user avatar

* add background colors to room avatar

* show 2 length initial in sidebar space avatar

* improve link color

* add nav button component

* open legacy create room and create direct

* improve page route structure

* handle hash router in path utils

* mobile friendly router and navigation

* make room header member drawer icon mobile friendly

* setup index redirect for inbox and explore server route

* add leave space prompt

* improve member drawer filter menu

* add space context menu

* add context menu in home

* add leave button in lobby items

* render user tab avatar on sidebar

* force overwrite netlify - test

* netlify test

* fix reset-password path without server redirected to login

* add message link copy button in message menu

* reset unread on sync prepared

* fix stuck typing notifications

* show typing indication in room nav item

* refactor closedNavCategories atom to use userId in store key

* refactor closedLobbyCategoriesAtom to include userId in store key

* refactor navToActivePathAtom to use userId in storage key

* remove unused file

* refactor openedSidebarFolderAtom to include userId in storage key

* add context menu for sidebar space tab

* fix eslint not working

* add option to pin/unpin child spaces

* add context menu for directs tab

* add context menu for direct and home tab

* show lock icon for non-public space in header

* increase matrix max listener count

* wrap lobby add space room in callback hook

18 months agoIgnroe webstorm idea folder (#1638)
Majan Paul [Wed, 22 May 2024 11:56:44 +0000 (04:56 -0700)]
Ignroe webstorm idea folder (#1638)

18 months ago--- (#1741)
dependabot[bot] [Wed, 22 May 2024 11:54:48 +0000 (21:54 +1000)]
--- (#1741)

updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump nginx from 1.25.5-alpine to 1.26.0-alpine (#1718)
dependabot[bot] [Tue, 14 May 2024 04:18:40 +0000 (14:18 +1000)]
Bump nginx from 1.25.5-alpine to 1.26.0-alpine (#1718)

Bumps nginx from 1.25.5-alpine to 1.26.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump vite-plugin-static-copy from 0.13.0 to 1.0.4 (#1722)
dependabot[bot] [Tue, 14 May 2024 04:01:45 +0000 (14:01 +1000)]
Bump vite-plugin-static-copy from 0.13.0 to 1.0.4 (#1722)

* Bump vite-plugin-static-copy from 0.13.0 to 1.0.4

Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 0.13.0 to 1.0.4.
- [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases)
- [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/v0.13.0...vite-plugin-static-copy@1.0.4)

---
updated-dependencies:
- dependency-name: vite-plugin-static-copy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* Change type to module

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
19 months agoScroll tab target into view (#1580)
aceArt-GmbH [Tue, 14 May 2024 03:49:04 +0000 (05:49 +0200)]
Scroll tab target into view (#1580)

19 months agoBump softprops/action-gh-release from 2.0.4 to 2.0.5 (#1734)
dependabot[bot] [Tue, 14 May 2024 03:34:57 +0000 (13:34 +1000)]
Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#1734)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/9d7c94cfd0a1f3ed45544c887983e9fa900f0564...69320dbe05506a9a39fc8ae11030b214ec2d1f87)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump cla-assistant/github-action from 2.3.2 to 2.4.0 (#1735)
dependabot[bot] [Tue, 14 May 2024 03:33:58 +0000 (13:33 +1000)]
Bump cla-assistant/github-action from 2.3.2 to 2.4.0 (#1735)

Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.3.2...v2.4.0)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoFix pdf opening (#1732)
Krishan [Sun, 12 May 2024 06:14:34 +0000 (16:14 +1000)]
Fix pdf opening (#1732)

19 months agoBump actions/checkout from 4.1.4 to 4.1.5 (#1721)
dependabot[bot] [Sun, 12 May 2024 04:39:43 +0000 (14:39 +1000)]
Bump actions/checkout from 4.1.4 to 4.1.5 (#1721)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoFix crash when img without src tag (#1731)
Krishan [Sun, 12 May 2024 04:36:35 +0000 (14:36 +1000)]
Fix crash when img without src tag (#1731)

19 months agoUpdate dependency eslint-plugin-import to v2.29.1 (#1730)
renovate[bot] [Sun, 12 May 2024 04:27:02 +0000 (14:27 +1000)]
Update dependency eslint-plugin-import to v2.29.1 (#1730)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 months agoUpdate dependency sanitize-html to v2.12.1 [SECURITY] (#1729)
renovate[bot] [Sun, 12 May 2024 04:25:07 +0000 (14:25 +1000)]
Update dependency sanitize-html to v2.12.1 [SECURITY] (#1729)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 months agoRemove svg loader as available in Vite by default (#1728)
Krishan [Sun, 12 May 2024 04:17:41 +0000 (14:17 +1000)]
Remove svg loader as available in Vite by default (#1728)

19 months agoBump pdfjs-dist from 3.10.111 to 4.2.67 (#1717)
dependabot[bot] [Sun, 12 May 2024 04:06:53 +0000 (14:06 +1000)]
Bump pdfjs-dist from 3.10.111 to 4.2.67 (#1717)

* Bump pdfjs-dist from 3.10.111 to 4.2.67

Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) from 3.10.111 to 4.2.67.
- [Commits](https://github.com/mozilla/pdfjs-dist/commits)

---
updated-dependencies:
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
* Fix pdfjs top level await

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
19 months agoBump docker/setup-buildx-action from 2.7.0 to 3.3.0 (#1710)
dependabot[bot] [Thu, 25 Apr 2024 13:07:32 +0000 (23:07 +1000)]
Bump docker/setup-buildx-action from 2.7.0 to 3.3.0 (#1710)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.7.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.7.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump actions/checkout from 4.1.3 to 4.1.4 (#1709)
dependabot[bot] [Thu, 25 Apr 2024 13:07:12 +0000 (23:07 +1000)]
Bump actions/checkout from 4.1.3 to 4.1.4 (#1709)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump thollander/actions-comment-pull-request from 2.4.3 to 2.5.0 (#1711)
dependabot[bot] [Thu, 25 Apr 2024 13:06:48 +0000 (23:06 +1000)]
Bump thollander/actions-comment-pull-request from 2.4.3 to 2.5.0 (#1711)

Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](https://github.com/thollander/actions-comment-pull-request/compare/1d3973dc4b8e1399c0620d3f2b1aa5e795465308...fabd468d3a1a0b97feee5f6b9e499eab0dd903f6)

---
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump nwtgck/actions-netlify from 2.1.0 to 3.0.0 (#1708)
dependabot[bot] [Thu, 25 Apr 2024 13:06:24 +0000 (23:06 +1000)]
Bump nwtgck/actions-netlify from 2.1.0 to 3.0.0 (#1708)

Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/nwtgck/actions-netlify/releases)
- [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/nwtgck/actions-netlify/compare/7a92f00dde8c92a5a9e8385ec2919775f7647352...4cbaf4c08f1a7bfa537d6113472ef4424e4eb654)

---
updated-dependencies:
- dependency-name: nwtgck/actions-netlify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump softprops/action-gh-release from 1 to 2 (#1703)
dependabot[bot] [Thu, 25 Apr 2024 13:00:52 +0000 (23:00 +1000)]
Bump softprops/action-gh-release from 1 to 2 (#1703)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/de2c0eb89ae2a093876385947365aca7b0e5f844...9d7c94cfd0a1f3ed45544c887983e9fa900f0564)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump docker/build-push-action from 4.1.1 to 5.3.0 (#1704)
dependabot[bot] [Thu, 25 Apr 2024 12:58:56 +0000 (22:58 +1000)]
Bump docker/build-push-action from 4.1.1 to 5.3.0 (#1704)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump cla-assistant/github-action from 2.3.0 to 2.3.2 (#1705)
dependabot[bot] [Thu, 25 Apr 2024 12:57:30 +0000 (22:57 +1000)]
Bump cla-assistant/github-action from 2.3.0 to 2.3.2 (#1705)

Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.3.0...v2.3.2)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>