summary refs log tree commit diff
path: root/src/UsersModel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-05Add status message to D-Bus APILoren Burkholder4-0/+20
2022-11-04Move invert enter key settingLordMZTE2-38/+38
2022-11-04Add invert enter key settingLordMZTE3-5/+49
2022-11-04Add ability to respond to notifications on macOSJoe Donofry11-96/+304
2022-11-03Continue fetching past messages when searchingNicolas Werner6-54/+94
2022-11-03Make the higlight ring a bit less in your faceNicolas Werner1-1/+1
2022-11-02Fix content rules matching everythingNicolas Werner2-2/+2
fixes #1218
2022-11-01Highlight higlight tweaks in the timelineNicolas Werner5-0/+40
fixes #400 fixes #1136
2022-11-01The hybris of committing a line without lintingNicolas Werner1-2/+2
2022-11-01Optimize fetching olm session from the dbNicolas Werner1-25/+28
2022-11-01Speedup sending encrypted messages after metasync was reenabledNicolas Werner3-69/+105
Calling fsync everytime we save to the db is slow, which is actually fairly noticeable in some larger E2EE rooms. Speed that up slightly by batching the olm session persisting.
2022-11-01Fix search rooms buttonNicolas Werner1-2/+2
2022-10-29Translated using Weblate (Russian)Weblate1-25/+26
Currently translated at 33.0% (283 of 855 strings) Translated using Weblate (Russian) Currently translated at 33.0% (283 of 855 strings) Translated using Weblate (Russian) Currently translated at 33.0% (283 of 855 strings) Co-authored-by: Carmina16 <mistresssilvara@hotmail.com> Co-authored-by: Evgeny <mister.lameni@yandex.ru> Co-authored-by: SOT-TECH <sblazhko@sot-te.ch> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
2022-10-28Fix reactions matching displayname condition by accidentNicolas Werner2-2/+2
2022-10-28Make sure we use qt5 macdeployqtJoseph Donofry1-1/+1
2022-10-28Turn metasync and sync back on for the database to account for bad filesystemsNicolas Werner1-1/+4
2022-10-27Fix PLAT being wrong for m1 buildsJoseph Donofry1-2/+2
2022-10-27Fix conditional checksJoseph Donofry2-2/+2
2022-10-27Add support for Apple Silicon builds via Cirrus CIJoe Donofry6-84/+119
2022-10-27fix blurry thumbnailsNicolas Werner1-2/+2
2022-10-26Disable Wconversion againNicolas Werner1-1/+0
2022-10-26lintNicolas Werner3-3/+3
2022-10-26Enable -WconversionNicolas Werner23-78/+102
2022-10-24Translated using Weblate (Estonian)Weblate1-1/+1
Currently translated at 92.0% (787 of 855 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
2022-10-25Fix UploadBox thumbnail sizefoxb6121-2/+3
2022-10-24Fix windows build...Nicolas Werner2-2/+2
2022-10-22Fix previews getting sorted above normal roomsNicolas Werner1-3/+3
2022-10-20Fix excessive summary callsNicolas Werner1-0/+1
2022-10-17bump mtxclient to fix notification bugNicolas Werner2-2/+2
2022-10-14VoIP v1 implementation (#1161)Rohit Sutradhar19-79/+583
* Initial commit for VoIP v1 implementation * Added draft of event handlers for voip methods * Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility * Added call events to the general message pipeline. Modified Call Reject mechanism * Added message delegates for new events. Modified hidden events. Updated handle events. * Updated implementation to keep track of calls on other devices * Fixed linting * Fixed code warnings * Fixed minor bugs * fixed ci * Added acceptNegotiation method definition when missing gstreamer * Fixed warnings * Fixed linting
2022-10-13Add toggle to disable decrypting notificationsNicolas Werner5-6/+44