summary refs log tree commit diff
path: root/cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-09Translated using Weblate (French)Weblate1-36/+36
Currently translated at 75.0% (642 of 855 strings) Translated using Weblate (French) Currently translated at 75.0% (642 of 855 strings) Translated using Weblate (French) Currently translated at 75.0% (642 of 855 strings) Co-authored-by: GitEz-code <aandrowindows@gmail.com> Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Co-authored-by: lascapi <pascal.isman@keleo-solutions.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
2022-12-07fix squishNicolas Werner1-1/+1
2022-12-07Properly check for target room encryptionNicolas Werner1-1/+2
2022-12-06Fix downscaleq234rty1-2/+2
2022-12-06Fix people icon blurrinessq234rty1-2/+0
2022-12-05Implement MSC3664, pushrules for related eventsNicolas Werner4-4/+37
2022-12-03Translated using Weblate (Chinese (Simplified))Weblate1-1/+1
Currently translated at 90.0% (770 of 855 strings) Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
2022-11-22Fix stack overflow when filtering timelineNicolas Werner2-3/+5
2022-11-20Fix cmark warningNicolas Werner1-4/+3
2022-11-20Enable http/3 supportNicolas Werner3-9/+16
2022-11-17Translated using Weblate (German)Weblate1-6/+6
Currently translated at 92.7% (793 of 855 strings) Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
2022-11-17Translated using Weblate (Japanese)Weblate1-1/+1
Currently translated at 9.1% (78 of 855 strings) Co-authored-by: Max Harmathy <harmathy@secure.mailbox.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ja/ Translation: Nheko/nheko
2022-11-15Only play macOS notification sounds when pushrules dictate itJoseph Donofry3-8/+31
2022-11-10Change margins because people nagged meNicolas Werner1-1/+2
2022-11-09Fix crash in slash completerNicolas Werner1-2/+2
2022-11-09Implement a completer for commandsNicolas Werner8-1/+319
fixes #429
2022-11-07Add room settings in room listLoren Burkholder1-0/+5
2022-11-06Try to fix clang-tidyNicolas Werner1-1/+2
2022-11-06Store secrets (apart from the pickle key) in the databaseNicolas Werner4-58/+107
2022-11-06Prompt before deleting the databaseNicolas Werner2-1/+16
2022-11-05Bump micro versionLoren Burkholder1-1/+1
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
2022-10-13Evaluate push rules locallyNicolas Werner10-234/+180
2022-10-13Bump mtxclientNicolas Werner3-3/+22
2022-10-12Translated using Weblate (Russian)Weblate1-8/+9
Currently translated at 30.5% (261