dependabot[bot] [Thu, 27 Nov 2025 05:30:39 +0000 (16:30 +1100)]
Bump docker/login-action from 3.5.0 to 3.6.0 (#2496)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.6.0
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>
dependabot[bot] [Thu, 27 Nov 2025 05:16:20 +0000 (16:16 +1100)]
Bump nginx from 1.29.1-alpine to 1.29.3-alpine (#2525)
Bumps nginx from 1.29.1-alpine to 1.29.3-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-version: 1.29.3-alpine
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>
willow [Thu, 27 Nov 2025 05:01:40 +0000 (16:01 +1100)]
Fix typo: change "Advance Options" to "Advanced Options" (#2537)
Krishan [Wed, 5 Nov 2025 06:49:56 +0000 (17:49 +1100)]
Release v4.10.2 (#2528)
Ajay Bura [Wed, 15 Oct 2025 06:30:03 +0000 (17:30 +1100)]
Update folds to fix broken scrollbar color (#2505)
Ajay Bura [Wed, 15 Oct 2025 06:27:11 +0000 (17:27 +1100)]
Fix member are not sorted correctly after last js-sdk update (#2504)
Krishan [Mon, 29 Sep 2025 04:34:38 +0000 (14:34 +1000)]
Release v4.10.1 (#2495)
renovate[bot] [Sat, 27 Sep 2025 04:30:04 +0000 (10:00 +0530)]
fix(deps): update dependency matrix-js-sdk to v38 [security] (#2493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 26 Sep 2025 12:24:59 +0000 (22:24 +1000)]
Bump softprops/action-gh-release from 2.3.2 to 2.3.3 (#2478)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.3.3.
- [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/
72f2c25fcb47643c292f7107632f7a47c1df5cd8...
6cbd405e2c4e67a21c47fa9e383d020e4e28b836)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.3
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>
dependabot[bot] [Fri, 26 Sep 2025 12:21:32 +0000 (22:21 +1000)]
Bump nginx from 1.29.0-alpine to 1.29.1-alpine (#2450)
Bumps nginx from 1.29.0-alpine to 1.29.1-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-version: 1.29.1-alpine
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>
dependabot[bot] [Fri, 26 Sep 2025 12:19:28 +0000 (22:19 +1000)]
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#2373)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
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>
Ginger [Thu, 25 Sep 2025 03:41:35 +0000 (23:41 -0400)]
Add support to mark videos as spoilers (#2255)
* Add support for MSC4193: Spoilers on Media
* Clarify variable names and wording
* Restore list atom
* Improve spoilered image UX with autoload off
* Use `aria-pressed` to indicate attachment spoiler state
* Improve spoiler button tooltip wording, keep reveal button from conflicting with load errors
* Make it possible to mark videos as spoilers
* Allow videos to be marked as spoilers when uploaded
* Apply requested changes
* Show a loading spinner on spoiled media when unblurred
---------
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Mari [Thu, 25 Sep 2025 03:35:42 +0000 (23:35 -0400)]
fix: Prevent IME-exiting Enter press from sending message on Safari (#2175)
On most browsers, pressing Enter to end IME composition produces this
sequence of events:
* keydown (keycode 229, key Processing/Unidentified, isComposing true)
* compositionend
* keyup (keycode 13, key Enter, isComposing false)
On Safari, the sequence is different:
* compositionend
* keydown (keycode 229, key Enter, isComposing false)
* keyup (keycode 13, key Enter, isComposing false)
This causes Safari users to mistakenly send their messages when they
press Enter to confirm their choice in an IME.
The workaround is to treat the next keydown with keycode 229 as if it
were part of the IME composition period if it occurs within a short time
of the compositionend event.
Fixes #2103, but needs confirmation from a Safari user.
Ajay Bura [Fri, 19 Sep 2025 11:06:05 +0000 (16:36 +0530)]
Add arrow to message bubbles and improve spacing (#2474)
* Add arrow to message bubbles and improve spacing
* make bubble message avatar smaller
* add bubble layout for event content
* adjust bubble arrow
* fix missing return statement for event content
* hide bubble for event content
* add new arrow to bubble message
* fix avatar username relative alignment
* fix types
* fix code block header background
* revert avatar size and make arrow less sharp
* show event messages timestamp to right when bubble is hidden
* fix avatar base css
* move message header outside bubble
* fix event time appears on left in hidden bubles
Ajay Bura [Thu, 18 Sep 2025 01:14:08 +0000 (06:44 +0530)]
Make emojiboard lightweight on low end devices (#2484)
* extract emoji search component
* extract emoji board tabs component
* extract sidebar component
* extract no stickers component
* create emoji/sticker preview atom
* extract component from emoji/sticker item and sidebar buttons
* fix image group icon not loading
* separate emojis and sticker groups logic
* extract layout and emoji group components
* add virtualization in emoji board groups
* fix scroll to alignment
Ajay Bura [Fri, 12 Sep 2025 11:52:51 +0000 (17:22 +0530)]
fix ctrl + k hotkey not working for browser with some extensions (#2481)
Ajay Bura [Fri, 12 Sep 2025 11:51:13 +0000 (17:21 +0530)]
fix room address checkbox prop (#2480)
Krishan [Sun, 31 Aug 2025 11:05:38 +0000 (21:05 +1000)]
Release v4.10.0 (#2472)
* Release v4.10.0
* update version number in about
Ajay Bura [Fri, 29 Aug 2025 19:30:01 +0000 (01:00 +0530)]
Fix long space name shrinks three dot menu button (#2471)
Ajay Bura [Fri, 29 Aug 2025 09:34:52 +0000 (15:04 +0530)]
Remove unused javascript (#2470)
Ajay Bura [Wed, 27 Aug 2025 12:25:49 +0000 (17:55 +0530)]
Add new `ctrl/cmd - k` search modal (#2467)
* add new search modal
* remove search modal from searchTab
* fix member avatar load for space with 2 member
* use media authentication when rendering avatar
* fix hotkey for macos
* add @ in username
* replace subspace minus separator with em dash
Ajay Bura [Mon, 25 Aug 2025 13:19:14 +0000 (18:49 +0530)]
Add option for monochrome mode (#2464)
Ajay Bura [Mon, 25 Aug 2025 13:18:08 +0000 (18:48 +0530)]
Update userId placeholder (#2465)
* update userId placeholder
* update sample names from login username input
Ajay Bura [Sun, 24 Aug 2025 12:40:44 +0000 (18:10 +0530)]
New create chat screen (#2463)
* fix dm invite appears in home
* use migrated function for convert to dm/room commands
* add new create chat screen
Ajay Bura [Sun, 24 Aug 2025 12:36:45 +0000 (18:06 +0530)]
Add option to view user avatar (#2462)
Ajay Bura [Sun, 24 Aug 2025 12:35:16 +0000 (18:05 +0530)]
Hide message button from own profile (#2461)
Ajay Bura [Sun, 24 Aug 2025 12:34:21 +0000 (18:04 +0530)]
New invite user to room dialog (#2460)
* fix 0 displayed in invite with no timestamp
* support displaying invite reason for receiver
* show invite reason as compact message
* remove unused import
* revert: show invite reason as compact message
* remove unused import
* add new invite prompt
Ajay Bura [Sun, 24 Aug 2025 12:33:20 +0000 (18:03 +0530)]
Fix image overlap with “Mark as read” and typing indicator (#2457)
Ajay Bura [Tue, 19 Aug 2025 12:39:31 +0000 (18:09 +0530)]
New add existing room/space modal (#2451)
Ajay Bura [Tue, 19 Aug 2025 12:38:46 +0000 (18:08 +0530)]
Fix message button opens left dm room (#2453)
Ajay Bura [Tue, 19 Aug 2025 12:36:57 +0000 (18:06 +0530)]
Fix incorrectly parsed mxid (#2452)
Krishan [Sun, 17 Aug 2025 11:08:35 +0000 (21:08 +1000)]
Release v4.9.1 (#2446)
Krishan [Sun, 17 Aug 2025 10:50:17 +0000 (20:50 +1000)]
Rename the PL 150 to Manager (#2443)
Manager seem more appropriate than Co-Founder. As Co-founder essentially have same power to Founder.
Ajay Bura [Sat, 16 Aug 2025 11:40:39 +0000 (17:10 +0530)]
Add new join with address prompt (#2442)
Ajay Bura [Sat, 16 Aug 2025 11:35:34 +0000 (17:05 +0530)]
Fix type error when accessing FileList (#2441)
Ajay Bura [Sat, 16 Aug 2025 11:34:46 +0000 (17:04 +0530)]
Open user profile at around mouse anchor (#2440)
Ajay Bura [Sat, 16 Aug 2025 11:32:09 +0000 (17:02 +0530)]
Hide block user button for own profile (#2439)
Ajay Bura [Sat, 16 Aug 2025 11:30:52 +0000 (17:00 +0530)]
Fix room v12 mention pills (#2438)
Ajay Bura [Sat, 16 Aug 2025 11:30:02 +0000 (17:00 +0530)]
Fix missing creators support using via (#2431)
* add additional_creators in IRoomCreateContent type
* use creators in getViaServers
* consider creators in guessing perfect parent
Ajay Bura [Sat, 16 Aug 2025 11:27:37 +0000 (16:57 +0530)]
Open tombstone space as space (#2428)
Krishan [Wed, 13 Aug 2025 02:08:19 +0000 (12:08 +1000)]
Release v4.9.0 (#2421)
Ajay Bura [Tue, 12 Aug 2025 14:12:30 +0000 (19:42 +0530)]
Support room version 12 (#2399)
* WIP - support room version 12
* add room creators hook
* revert changes from powerlevels
* improve use room creators hook
* add hook to get dm users
* add options to add creators in create room/space
* add member item component in member drawer
* remove unused import
* extract member drawer header component
* get room creators as set only if room version support them
* add room permissions hook
* support room v12 creators power
* make predecessor event id optional
* add info about founders in permissions
* allow to create infinite powers to room creators
* allow everyone with permission to create infinite power
* handle additional creators in room upgrade
* add option to follow space tombstone
Ajay Bura [Sat, 9 Aug 2025 12:16:10 +0000 (17:46 +0530)]
Redesign user profile view (#2396)
* WIP - new profile view
* render common rooms in user profile
* add presence component
* WIP - room user profile
* temp hide profile button
* show mutual rooms in spaces, rooms and direct messages categories
* add message button
* add option to change user powers in profile
* improve ban info and option to unban
* add share user button in user profile
* add option to block user in user profile
* improve blocked user alert body
* add moderation tool in user profile
* open profile view on left side in member drawer
* open new user profile in all places
Gimle Larpes [Tue, 5 Aug 2025 13:29:04 +0000 (16:29 +0300)]
Minor usability improvements (#2405)
* usability improvements
* revert change
* requested change
Krishan [Tue, 5 Aug 2025 13:16:49 +0000 (23:16 +1000)]
Revert "Update dependency linkifyjs to v4.3.2 [SECURITY] (#2407)" (#2414)
This reverts commit
fe4fb4b4f744d4e796597a060c8c385051276dcc.
Gimle Larpes [Tue, 5 Aug 2025 13:10:42 +0000 (16:10 +0300)]
Prevent publishing rooms with incompatible joinrules to directory (#2406)
* prevent listing "private" rooms on directory
* clean up boolean expression
* add knock_restricted
dependabot[bot] [Tue, 5 Aug 2025 13:10:19 +0000 (23:10 +1000)]
Bump docker/metadata-action from 5.7.0 to 5.8.0 (#2413)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0)
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: 5.8.0
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>
dependabot[bot] [Tue, 5 Aug 2025 13:09:54 +0000 (23:09 +1000)]
Bump docker/login-action from 3.4.0 to 3.5.0 (#2412)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.4.0...v3.5.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.5.0
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>
renovate[bot] [Tue, 5 Aug 2025 13:09:22 +0000 (23:09 +1000)]
Update dependency linkifyjs to v4.3.2 [SECURITY] (#2407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Ajay Bura [Tue, 5 Aug 2025 13:07:07 +0000 (18:37 +0530)]
Redesign space/room creation panel (#2408)
* add new create room
* rename create room modal file
* default restrict access for space children in room create modal
* move create room kind selector to components
* add radii variant to sequence card component
* more more reusable create room logic to components
* add create space
* update address input description
* add new space modal
* fix add room button visible on left room in space lobby
Ajay Bura [Tue, 5 Aug 2025 13:05:18 +0000 (18:35 +0530)]
Show file size exceeds error on upload (#2411)
* Show file size exceeds error on upload
* fix missing import and make size bold
Jaggar [Tue, 5 Aug 2025 13:04:21 +0000 (13:04 +0000)]
Fix room input for virtual keyboard on webkit (#2346)
* Slate style has certain behavior elements that iOS expects
* Swap to using that implementation
Ajay Bura [Mon, 4 Aug 2025 15:04:01 +0000 (20:34 +0530)]
Improve thread reply layout (#2410)
Ajay Bura [Mon, 4 Aug 2025 14:59:12 +0000 (20:29 +0530)]
Revert "Fix menus congestion and improve thread reply layout (#2402)" (#2409)
This reverts commit
d8d4714370fbe6c6ea6f6889ba4a5aae505220b8.
Ajay Bura [Sun, 27 Jul 2025 12:21:09 +0000 (17:51 +0530)]
Add code block language header and improve styles (#2403)
* add code block language header and improve styles
* improve codeblock fallback text
* move floating expand button to code block header
* reduce code font size
Ajay Bura [Sun, 27 Jul 2025 12:20:23 +0000 (17:50 +0530)]
Fix menus congestion and improve thread reply layout (#2402)
* make menus more spacious
* improve threaded reply layout
* fix search filter button spacing
Gimle Larpes [Sun, 27 Jul 2025 12:13:00 +0000 (15:13 +0300)]
Add settings to enable 24-hour time format and customizable date format (#2347)
* Add setting to enable 24-hour time format
* added hour24Clock to TimeProps
* Add incomplete dateFormatString setting
* Move 24-hour toggle to Appearance
* Add "Date & Time" subheading, cleanup after merge
* Add setting for date formatting
* Fix minor formatting and naming issues
* Document functions
* adress most comments
* add hint for date formatting
* add support for 24hr time to TimePicker
* prevent overflow on small displays
Ajay Bura [Wed, 23 Jul 2025 15:30:02 +0000 (21:00 +0530)]
Render room avatar as fallback for dm group chat (#2398)
* render room avatar for dm group chat
* remove extra conditions
Ajay Bura [Wed, 23 Jul 2025 15:29:32 +0000 (20:59 +0530)]
Fix small height image half clickable view button (#2397)
Filipe Medeiros [Wed, 23 Jul 2025 15:17:17 +0000 (16:17 +0100)]
Add button to start thread on reply (#2320)
* add simple button to start a thread on reply
* force build
* remove useless actions
* add actions back
* change icon to ThreadPlus
* add button to context menu
* fix capital T
---------
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Gimle Larpes [Wed, 23 Jul 2025 15:10:56 +0000 (18:10 +0300)]
Add code block copy and collapse functionality (#2361)
* add buttons to codeblocks
* add functionality
* Document functions
* Improve accessibility
* Remove pointless DefaultReset
* implement some requested changes
* fix content shift when expanding or collapsing
---------
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Ajay Bura [Wed, 16 Jul 2025 10:49:13 +0000 (16:19 +0530)]
Support oidc action param for login and register page (#2389)
Ajay Bura [Tue, 15 Jul 2025 12:41:33 +0000 (18:11 +0530)]
Jump to time option in room timeline (#2377)
* add time and date picker components
* add time utils
* add jump to time in room timeline
* fix typo causing crash in safari
Ajay Bura [Tue, 15 Jul 2025 12:40:16 +0000 (18:10 +0530)]
Link device account management with OIDC (#2390)
* load auth metadata configs on startup
* deep-link cross-signing reset button with oidc
* deep-link manage devices and delete device with oidc
* fix import typo
Ajay Bura [Tue, 15 Jul 2025 12:33:45 +0000 (18:03 +0530)]
Stop parsing servername from roomId (#2391)
Ajay Bura [Fri, 11 Jul 2025 11:03:55 +0000 (16:33 +0530)]
improve parent selection when opening a room (#2388)
when a room has more than one orphan parent, we will select parent which has highest number of special users who have special powers in selected room.
Ajay Bura [Fri, 11 Jul 2025 11:00:30 +0000 (16:30 +0530)]
fix room not opening when two rooms has same alias (#2387)
renovate[bot] [Sat, 5 Jul 2025 11:52:35 +0000 (21:52 +1000)]
Update dependency vite to v5.4.19 [SECURITY] (#2326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot[bot] [Sat, 5 Jul 2025 11:51:29 +0000 (21:51 +1000)]
Bump softprops/action-gh-release from 2.2.1 to 2.3.2 (#2363)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.3.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/
c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda...
72f2c25fcb47643c292f7107632f7a47c1df5cd8)
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 2.3.2
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>
dependabot[bot] [Sat, 5 Jul 2025 11:49:14 +0000 (21:49 +1000)]
Bump dawidd6/action-download-artifact from 9 to 11 (#2364)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 9 to 11.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/
07ab29fd4a977ae4d2b275087cf67563dfdf0295...
ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5)
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '11'
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>
dependabot[bot] [Sat, 5 Jul 2025 11:38:01 +0000 (21:38 +1000)]
Bump nginx from 1.27.4-alpine to 1.29.0-alpine (#2382)
Bumps nginx from 1.27.4-alpine to 1.29.0-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-version: 1.29.0-alpine
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>
Ajay Bura [Sat, 5 Jul 2025 11:31:15 +0000 (17:01 +0530)]
Fix new direct message showing with room (#2386)
as we were mutating the content of m.direct the sdk was comparing old value with new one and preventing update if found equal
RGBCube [Sun, 29 Jun 2025 10:43:47 +0000 (10:43 +0000)]
Add support for more code highlight (#2355)
Gimle Larpes [Sat, 28 Jun 2025 14:45:21 +0000 (16:45 +0200)]
Fix focus behaviour when opening single-purpose features (#2349)
* Improve focus behaviour on search boxes and chats
* Implemented MR #2317
* Fix crash if canMessage is false
* Prepare for PR #2335
* disable autofocus on message field
Gimle Larpes [Sat, 28 Jun 2025 10:35:59 +0000 (12:35 +0200)]
Make "View Source" a developer tool (#2368)
Priyansh [Fri, 27 Jun 2025 16:20:28 +0000 (21:50 +0530)]
Fix auto focus in "Join with Address" text input (#2317)
dependabot[bot] [Wed, 18 Jun 2025 22:52:03 +0000 (08:52 +1000)]
Bump docker/build-push-action from 6.15.0 to 6.18.0 (#2351)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.18.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
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>
dependabot[bot] [Wed, 18 Jun 2025 22:29:55 +0000 (08:29 +1000)]
Bump actions/setup-node from 4.3.0 to 4.4.0 (#2307)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.3.0...v4.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 4.4.0
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>
Ajay Bura [Tue, 10 Jun 2025 13:48:55 +0000 (19:18 +0530)]
Release v4.8.1 (#2360)
Ajay Bura [Tue, 10 Jun 2025 13:47:46 +0000 (19:17 +0530)]
Add allow from currently selected space if no m.space.parent found (#2359)
Ajay Bura [Tue, 10 Jun 2025 04:44:17 +0000 (10:14 +0530)]
Fix space navigation & view space timeline dev-option (#2358)
* fix inaccessible space on alias change
* fix new room in space open in home
* allow opening space timeline
* hide event timeline feature behind dev tool
* add navToActivePath to clear cache function
Ajay Bura [Tue, 27 May 2025 08:40:27 +0000 (14:10 +0530)]
Update folds to v2.2.0 (#2341)
Ajay Bura [Mon, 26 May 2025 08:51:27 +0000 (14:21 +0530)]
Fix rate limit when reordering in space lobby (#2254)
* move can drop lobby item logic to hook
* add comment
* resolve rate limit when reordering space children
Krishan [Sun, 25 May 2025 10:21:19 +0000 (15:51 +0530)]
Fix additional spam string matching (#2339)
Ajay Bura [Sat, 24 May 2025 15:52:39 +0000 (21:22 +0530)]
Release v4.8.0 (#2337)
Ajay Bura [Sat, 24 May 2025 15:49:35 +0000 (21:19 +0530)]
hide decline all public invite button when no invite
Ajay Bura [Sat, 24 May 2025 14:37:56 +0000 (20:07 +0530)]
Better invites management (#2336)
* move block users to account settings
* filter invites and add more options
* add better rate limit recovery in rateLimitedActions util function
Ajay Bura [Wed, 21 May 2025 11:58:38 +0000 (17:28 +0530)]
Release v4.7.1 (#2332)
Ajay Bura [Wed, 21 May 2025 11:58:13 +0000 (17:28 +0530)]
Fix crash on malformed blurhash (#2331)
Ajay Bura [Sun, 18 May 2025 06:15:12 +0000 (11:45 +0530)]
Release v4.7.0 (#2328)
Ajay Bura [Sun, 18 May 2025 05:23:56 +0000 (10:53 +0530)]
upgrade to matrix-js-sdk v37.5.0 (#2327)
* upgrade to js-sdk 37
* fix server crypto wasm locally
Ajay Bura [Tue, 13 May 2025 11:28:43 +0000 (16:58 +0530)]
update kick command example
Ajay Bura [Tue, 13 May 2025 10:46:22 +0000 (16:16 +0530)]
Update commands (#2325)
* kick-ban all members by servername
* Add command for deleting multiple messages
* remove console logs and improve ban command description
* improve commands description
* add server acl command
* fix code highlight not working after editing in dev tools
Ajay Bura [Tue, 13 May 2025 08:48:52 +0000 (14:18 +0530)]
fix room setting crash in knock_restricted join rule (#2323)
* fix room setting crash in knock_restricted join rule
* only show knock & space member join rule for space children
* fix knock restricted icon and label
Krishan [Mon, 31 Mar 2025 12:19:00 +0000 (23:19 +1100)]
Release v4.6.0 (#2301)
Ajay Bura [Mon, 31 Mar 2025 08:10:24 +0000 (19:10 +1100)]
remove libolm related code (#2300)
sophie [Fri, 28 Mar 2025 09:19:34 +0000 (09:19 +0000)]
Update example caddyfile (#2285)
dependabot[bot] [Fri, 28 Mar 2025 09:18:37 +0000 (20:18 +1100)]
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#2289)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2)
---
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>
renovate[bot] [Fri, 28 Mar 2025 09:17:17 +0000 (20:17 +1100)]
Update dependency vite to v5.4.15 [SECURITY] (#2292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Ajay Bura [Fri, 28 Mar 2025 09:16:01 +0000 (20:16 +1100)]
Remove old settings components (#2296)