summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
10 daysMerge pull request #1734 from Integral-Tech/confirm-passwdDeepBlueV7.X
Add dialog for repeating password when exporting keys
10 daysSkip users we don't share a room with in invite dialogNicolas Werner
Fixes #1757
10 daysAllow setting a scale factor on WindowsNicolas Werner
Fixes #1756
10 daysFix tray icon badge count not getting updated since ↵Nicolas Werner
838b091acd07b681fc52f6f705b2bee8ce8519d5
10 daysFix QT_CONFIG check for wayland is only available since Qt6.7Nicolas Werner
10 daysFix compilation on systems without specific platform interfacesNicolas Werner
fixes #1749
10 daysFix crash on empty mxid in ignore commandsNicolas Werner
fixes #1753
13 daysPlace repeatedPassword after first check & remove unnecessary empty checkIntegral
2024-06-14Generate event links only using room idsNicolas Werner
2024-06-14Fix avatar change renderingNicolas Werner
2024-06-13Fix disabling a room pingNicolas Werner
2024-06-10Update changelogNicolas Werner
2024-06-09lintNicolas Werner
2024-06-09Properly restore room mentions state after editNicolas Werner
2024-06-06Support authenticated mediaNicolas Werner
2024-06-04Fix marking newly created rooms as DM automaticallyNicolas Werner
fixes #1718
2024-06-04Prevent opening empty profilesNicolas Werner
Should fix 1707
2024-05-31fix mentions with markdown and in editsNicolas Werner
2024-05-27Disable image loaded workaround for Qt 6.7 and upNicolas Werner
(since it is fixed there)
2024-05-27Fix an empty profile name allowing you to open a profile twiceNicolas Werner
2024-05-26Update src/UserSettingsPage.cppIntegral
Co-authored-by: Urszula <u.wnuk@proton.me>
2024-05-24Merge pull request #1727 from checkraisefold/test_linux_fixDeepBlueV7.X
Fix OpenGL video sinkchain crash
2024-05-19Add dialog for repeating password when exporting keysIntegral
2024-05-17Fix OpenGL video sinkchain crashcheckraisefold
2024-05-16Merge pull request #1731 from q234rty/masterDeepBlueV7.X
Use `XDG_ACTIVATION_TOKEN` from environment variables by default
2024-05-16Don't show spoilers in sidebar or notifications if possibleNicolas Werner
fixes #1247
2024-05-16Use XDG_ACTIVATION_TOKEN from environment variables by defaultq234rty
2024-05-10Windows screenshare/video call support, general call improvements (#1725)checkraisefold
* Initial support for d3d11 qml video item * Windows screenshare support, D3D11 * misc fixes * further window visibility checks * preview updates * fix qml preview * fix compositor * add libnice plugin dep * re-run formatter * final formatter fix [skip ci] * fix tumbleweed build --------- Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com>
2024-05-09Implement MSC4142, mention via repliesNicolas Werner
2024-05-09Merge pull request #1720 from TheDrawingCoder-Gamer/emoji-shortcodes-2DeepBlueV7.X
Update emoji shortcodes, rework how codegen works
2024-05-08fix naming issues with emoji, edit how codegen worksTheDrawingCoding-Gamer
2024-05-07Fix room mentions warning being displayed even without permissionsNicolas Werner
2024-05-07Fix possible pagination issue when a sync returns an empty limited timelineNicolas Werner
2024-04-26refactor: replace QString constructors with QStringLiteralIntegral
2024-04-23LintNepNep21
2024-04-09Fix image copying on windowsNepNep21
2024-04-05Fix lintNicolas Werner
2024-04-05Color conversion seems to be redundant before the sink (upload too, but ↵Nicolas Werner
removing that breaks stuff)
2024-04-05Add some voip debugging hoopsNicolas Werner
2024-03-20Remove attributes on del tagsNicolas Werner
There is no use case for those afaik and they do break our replacement in the frontend. Let's instead strip them out in the sanitization step, since there are no valid attributes defined for the del tag currenlty. In theory we could also strip out all attributes here, but that seems excessive for now. Fixes https://github.com/Nheko-Reborn/nheko/issues/1693
2024-03-19Fix presence not being per profileNicolas Werner
fixes #1699
2024-03-16Make a few headers forward declarationsNicolas Werner
2024-03-16Include moc files for a tiny speedup on incremental buildsNicolas Werner
2024-03-08Bump supported matrix versions to 1.9Nicolas Werner
2024-03-08Add support for intentional mentionsNicolas Werner
This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though.
2024-03-05Fix animated images rendering offscreen for the first frameNicolas Werner
2024-03-04Fix too many characters are emojis nowNicolas Werner
2024-03-03Force emoji font on a few more charactersNicolas Werner
Looks a bit better and works around some height weirdness on my systems.
2024-03-01Fix ordering of switch statementfixswitchLoren Burkholder
2024-02-27Add a command to gradually glitch text in a messageLoren Burkholder