root
20abfc0342
fix: PTT iframe focus, folds-native PTT badge styling
2026-05-14 19:37:19 -04:00
root
94722c8a97
fix: PTT blur/unmute, EC button hiding robustness, PTT status indicator
2026-05-14 19:29:45 -04:00
root
69091bc055
fix: re-apply desired device state after EC joins, support mid-call PTT
2026-05-14 19:14:29 -04:00
root
c37220eb21
fix: pass audio/video URL params to EC for correct initial device state
...
- Camera no longer starts enabled when user disables it in prescreen
- When PTT mode is enabled, call starts muted so PTT works immediately
without requiring a manual mute first
- CallControlState also updated to match the forced-off audio for PTT
EC 0.16.x ignores io.element.device_mute for initial state at startup,
so audio= and video= URL params are the only reliable way to set the
initial device state before the call begins.
2026-05-14 18:54:09 -04:00
root
f3c2babd4b
fix(call): show mic-denied error before joining instead of crashing
...
Check navigator.permissions for microphone state before the call starts.
If the user has blocked microphone access, disable the Join button and
show an inline message explaining how to fix it in browser settings.
Subscribes to permission change events so the UI updates if they grant
access without refreshing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 11:56:38 -04:00
root
7b5fbb7e3b
fix: set config.json to matrix.lotusguild.org by default
...
Remove upstream Cinny homeserver list and set Lotus Guild homeserver
as the only default. Prevents deploying with wrong homeserver on fresh builds.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 11:47:22 -04:00
root
109eac91f9
docs: replace upstream README with Lotus Chat changes diff
...
Lists all differences from upstream Cinny: branding, TDS dark/light themes,
chat backgrounds, call improvements (PTT/deafen/screenshare confirm/noise
suppression/camera default), new settings section, and technical changes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 11:27:05 -04:00
root
a23851d4a6
feat(call): PTT, deafen label, camera default off, screenshare confirm, noise suppression setting
...
- Push to Talk: keydown/keyup binds mic to configurable key (default Space)
with visual PTT indicator and key-binding UI in Settings > General > Calls
- Camera always defaults OFF on join; cameraOnJoin setting for explicit opt-in
- Deafen button tooltip corrected to Deafen/Undeafen instead of Turn Off/On Sound
- Screenshare confirmation dialog before broadcasting to call participants
- Noise suppression toggle wired from settings through CallEmbed URL params
- CallControl.setMicrophone() public method for programmatic mic control
- Calls settings section added to General settings page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-14 11:14:04 -04:00
root
2dfdda5d8c
Add TDS light mode: LotusTerminalLightTheme, light CSS vars, no CRT effects
2026-05-14 09:25:39 -04:00
Krishan
0b99d85244
docs: Update featured communities in Explore ( #2936 )
...
* fix: Update featured communities in Explore
* Add new spaces and rooms to config.json
* Remove #pcapdroid room from configuration
* Update rooms list in config.json
Replaced '#archlinux:archlinux.org' with '#tuwunel:grin.hu' in rooms list.
* Update channel list in config.json
2026-05-14 21:04:30 +10:00
LeaPhant
21bbf4bee0
fix: support audio with ogg filetype ( #2924 )
...
fix: ogg audio workaround
2026-05-14 15:16:54 +05:30
Ajay Bura
e5e0b96861
feat: Add option to start video call in DM ( #2745 )
...
* add option to start video all in DM
* show speaker icon for dm's in call status name
* show call view if call is active in room
* add Atria call ringtone
* update element call and widget api
* add option to start voice/video call in dms
* only show call button if user have permission
* allow call widget to send call notification event
* show incoming call dialog and play sound
* fix call permission checks
* allow option to start call in all rooms
* send notification when starting call in non-voice rooms
* hide header call button from voice rooms
* prevent call join if call not supported and started by other party
* update call menu style
* show call not supported message on incoming call notification
* improve the incoming call layout
* video call with right click without opening menu
* allow call widget to fetch media url
* add webRTC missing error
* improve call permission label
---------
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com >
2026-05-14 19:41:12 +10:00
Ajay Bura
02d1001583
feat: allow codeblock plaintext inside codeblock and nested lists markdown ( #2930 )
...
* fix crash when editing message with empty trailing heading
* remove unused imports
* allow codeblock plaintext inside codeblock by extending fence count
* allow nested list in markdown
2026-05-14 15:02:54 +10:00
root
cfe52d623a
Audit fixes: Lotus URLs, branding, editor toolbar setting, dynamic version
2026-05-13 23:03:14 -04:00
Krishan
64468dfb1b
Merge commit from fork
...
Updated the validation for PR number extraction to ensure it contains only numeric content, and changed the secret used for Netlify authentication.
2026-05-14 13:01:54 +10:00
root
01781554a2
Fix welcome logo, real hex grid, Matrix boot messages, deeper TDS coverage
...
- WelcomePage: use official Lotus.png instead of generated SVG
- Hex Grid background: proper pointy-top hexagons via SVG data URI (was
just triangles from linear-gradient trick)
- Boot sequence: Matrix-specific messages (TLS cert, E2EE Olm/Megolm,
cross-signing, media proxy, /help hint)
- Terminal mode CSS: nav right border, header bottom glow, kbd TDS key
style, abbr cyan underline, time amber color, img hover cyan outline,
explicit body color anchor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-13 22:52:33 -04:00
root
c6b1a9d75f
Deepen TDS integration: full terminal CSS coverage + 3 new backgrounds
...
Terminal Mode:
- Text selection: orange highlight rgba(255,107,0,0.28)
- Links: cyan (#00D4FF) with orange hover glow (#FF6B00)
- Code/pre: TDS green (#00FF88) on terminal bg, left green border
- Strong/b → orange, em/i → cyan, mark → amber, del → red
- Blockquote: orange left border (matches chat reply quotes)
- HR: cyan border with dim glow
- Input/textarea/[contenteditable] focus: orange glow ring
- Tables: TDS headers (orange+uppercase), cyan borders, hover rows
- List markers: cyan ▸ for ul, orange for ol
- Boot box-drawing alignment fixed (51→52 ═)
- data-theme=\"dark\" set on html element when terminal active
- Updated description: correct TDS palette names
- ▶ Boot replay button in settings (visible when terminal on)
Chat backgrounds (+3):
- Tactical: LotusGuild TDS exact cyan dot-grid (28px)
- Circuit: green grid + node dots on dark terminal bg
- Hex Grid: isometric cyan hexagonal outlines
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-13 22:44:34 -04:00
root
9ebce5b00c
Implement LotusGuild TDS v1.2 terminal mode
...
- Rewrite lotus-terminal.css.ts: TDS-exact dot-grid bg, scanlines, vignette,
glitch keyframes, orange caret, cyan scrollbars, all --lt-* CSS vars
- Fix lotusTerminalTheme in colors.css.ts: full TDS color palette
(Orange primary, Cyan secondary, Green success, Amber warning, Red critical)
- Add lotus-boot.ts: matrix boot sequence at 65ms intervals, green phosphor glow
- Update ThemeManager.tsx: call runLotusBootSequence on terminal mode activate,
UnAuthRouteThemeManager now supports lotusTerminal setting
- Update index.html: add JetBrains Mono + VT323 from Google Fonts
2026-05-13 22:36:48 -04:00
root
185eb160e7
Add Lotus Terminal Mode + fix all remaining Cinny branding
...
- New: Lotus Terminal Mode toggle in Appearance settings
- Red phosphor color scheme (bg #0a0000, primary #ff3300, accent #00dd66)
- Monospace font override (JetBrains Mono / Fira Code / Cascadia Code)
- Retro CRT scanline overlay via CSS pseudo-element
- Wired into ThemeManager with dedicated lotusTerminalBodyClass
- Branding: replace all user-visible Cinny references with Lotus Chat
- WelcomePage, AuthLayout, SplashScreen, index.html meta tags
- Device display names in login/register/token flows
- System notification brand field
- (Preserved internal Matrix protocol CinnySpaces event type)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-13 22:22:06 -04:00
root
2e12c742fb
Add chevron, polka, triangles, plaid backgrounds
2026-05-13 22:01:16 -04:00
root
f2bcd65a9b
Backgrounds: theme-aware patterns and visual preview grid
2026-05-13 21:51:19 -04:00
root
77f0c0d4ca
Redesign chat backgrounds: blueprint, carbon, stars, topographic, herringbone, crosshatch
2026-05-13 21:42:12 -04:00
root
13df48c658
Phase 2+3: Chat backgrounds and per-message profiles settings
2026-05-13 21:17:59 -04:00
root
9b68b4ae53
Replace generated SVG icons with official Lotus.png variants
2026-05-13 19:58:52 -04:00
root
f914b59c07
Use official Lotus.png logo in About and Auth pages
2026-05-13 19:53:29 -04:00
root
1d086dda77
Phase 1: Lotus Chat branding — title, favicon, logo, meta tags, SVG icons, all icon sizes
2026-05-13 17:56:39 -04:00
dependabot[bot]
2864a5e4b8
chore(deps): bump dawidd6/action-download-artifact from 20 to 21 ( #2925 )
...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 20 to 21.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/8305c0f1062bb0d184d09ef4493ecb9288447732...b6e2e70617bc3265edd6dab6c906732b2f1ae151 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '21'
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>
2026-05-12 15:34:41 +10:00
Ajay Bura
735bc15011
fix: empty heading crash on edit msg ( #2929 )
...
* fix crash when editing message with empty trailing heading
* remove unused imports
2026-05-11 22:59:43 +10:00
Shea
341fedd932
fix: edit lists crashing and list rendering issue in Firefox ( #2920 )
...
* one liner fix editor
* fix firefox rendering lists
* moved fixes
* moved fixes per ajbura
2026-05-03 22:15:08 +10:00
dependabot[bot]
d186d31399
chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 ( #2906 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.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>
2026-04-21 10:12:30 +10:00
James
098684973e
fix: do not attempt to join call on doubleclick if missing permissions ( #2798 )
...
* fix: do not attempt to join call on doubleclick if missing permissions
* update comment
* export getPowersLevelFromMatrixEvent for usage elsewhere
* only read vc permissions when actually needed instead of reactively
2026-04-16 22:25:53 +10:00
Krishan
b107109453
chore: remove package group definitions from renovate config ( #2898 )
...
Removed group definitions for Slatejs and Call.
2026-04-16 22:00:39 +10:00
dependabot[bot]
a33e8db9a3
chore(deps): bump dawidd6/action-download-artifact from 16 to 20 ( #2880 )
...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 16 to 20.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/2536c51d3d126276eb39f74d6bc9c72ac6ef30d3...8305c0f1062bb0d184d09ef4493ecb9288447732 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
dependency-version: '20'
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>
2026-04-14 14:36:52 +10:00
dependabot[bot]
fb76e3ecb4
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 ( #2893 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
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>
2026-04-14 14:33:37 +10:00
dependabot[bot]
3d79293167
chore(deps): bump softprops/action-gh-release from 2.3.3 to 3.0.0 ( #2892 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.3.3 to 3.0.0.
- [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/6cbd405e2c4e67a21c47fa9e383d020e4e28b836...b4309332981a82ec1c5618f44dd2e27cc8bfbfda )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: 3.0.0
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>
2026-04-14 14:33:01 +10:00
dependabot[bot]
74745edcda
chore(deps): bump nginx from 1.29.5-alpine to 1.29.8-alpine ( #2894 )
...
Bumps nginx from 1.29.5-alpine to 1.29.8-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-version: 1.29.8-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>
2026-04-14 14:31:53 +10:00
dependabot[bot]
0812131a97
chore(deps): bump docker/build-push-action from 6.19.2 to 7.1.0 ( #2895 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.19.2 to 7.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/10e90e3645eae34f1e60eeb005ba3a3d33f178e8...bcafcacb16a39f128d818304e6c9c0c18556b85f )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 7.1.0
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>
2026-04-14 14:27:58 +10:00
dependabot[bot]
1068bba5c7
chore(deps): bump docker/login-action from 3.7.0 to 4.1.0 ( #2879 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.7.0 to 4.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/c94ce9fb468520275223c153574b00df6fe4bcc9...4907a6ddec9925e35a0a9e82d7399ccc52663121 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.1.0
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>
2026-04-14 14:26:52 +10:00
DJ Chase
1b5e58a3b4
chore: add matrixrooms.info to directory list ( #2844 )
...
* chore: add matrixrooms.info to directory list
matrixrooms.info is a directory of all public Matrix rooms it can find,
regardless of homeserver. It is much larger than the morg directory,
so is more useful as a general search
2026-03-28 17:35:53 +11:00
Krishan
acae043f31
chore: make error more useful and understandable ( #2859 )
...
* chore: make error more useful and understandable
* chore: use similar wording
2026-03-27 21:22:46 +11:00
ranidspace
b4299f8f37
feat: add YYYY-MM-DD (ISO 8601) date format to presets ( #2712 )
...
* Add YYYY-MM-DD (ISO 8601) date format to presets
* Fix formatting due to added date format
2026-03-27 21:20:10 +11:00
Krishan
b6adac6714
chore: add notice about SDK replacement ( #2778 )
2026-03-25 12:10:15 +11:00
DJ Chase
1c8f203164
chore: add 'Stickers and Emojis' as featured space ( #2842 )
...
* Mention CLA in CONTRIBUTING.md
Closes : #2146
* add: 'Stickers and Emojis' to config.json
Add #stickers-and-emojis:tastytea.de (space) to config.json
2026-03-25 12:09:16 +11:00
Krishan
0c30ece281
fix: remove typo in no rooms UI ( #2834 )
2026-03-23 16:57:52 +11:00
Krishan
4e559e56d4
chore: group related package update together ( #2833 )
2026-03-23 16:49:22 +11:00
Krishan
19f28b40ac
chore: use private vulnerability disclosure ( #2827 )
2026-03-22 18:29:09 +11:00
Krishan
bcaf43a540
chore: fix link in issue triage template ( #2826 )
...
* chore: fix link in issue triage template
* chore: delete .github/PULL_REQUEST_TEMPLATE.md
2026-03-22 18:20:33 +11:00
Krishan
9c7b635e7e
chore: add new issue triage discussion template ( #2825 )
...
* chore: add new issue triage discussion template
* chore: ask for desktop app version as well
* chore: create preapproved.md
2026-03-22 17:55:53 +11:00
Krishan
65c87dff3a
chore: add git author to the sem release ( #2815 )
2026-03-21 12:07:52 +11:00
Krishan
132a76df27
chore: add semantic release ( #2759 )
...
* chore: install deps related to semantic release
* chore: add husky config
* ci: add a script to update version number on new release
* ci: update ci/cd to include semantic release changes
* chore: merge dev to semantic-release
2026-03-19 16:26:25 +11:00