Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-28 | Turn metasync and sync back on for the database to account for bad filesystems | Nicolas Werner | 1 | -1/+4 | |
2022-10-27 | Fix PLAT being wrong for m1 builds | Joseph Donofry | 1 | -2/+2 | |
2022-10-27 | Fix conditional checks | Joseph Donofry | 2 | -2/+2 | |
2022-10-27 | Add support for Apple Silicon builds via Cirrus CI | Joe Donofry | 6 | -84/+119 | |
2022-10-27 | fix blurry thumbnails | Nicolas Werner | 1 | -2/+2 | |
2022-10-26 | Disable Wconversion again | Nicolas Werner | 1 | -1/+0 | |
2022-10-26 | lint | Nicolas Werner | 3 | -3/+3 | |
2022-10-26 | Enable -Wconversion | Nicolas Werner | 23 | -78/+102 | |
2022-10-24 | Translated using Weblate (Estonian) | Weblate | 1 | -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-25 | Fix UploadBox thumbnail size | foxb612 | 1 | -2/+3 | |
2022-10-24 | Fix windows build... | Nicolas Werner | 2 | -2/+2 | |
2022-10-22 | Fix previews getting sorted above normal rooms | Nicolas Werner | 1 | -3/+3 | |
2022-10-20 | Fix excessive summary calls | Nicolas Werner | 1 | -0/+1 | |
2022-10-17 | bump mtxclient to fix notification bug | Nicolas Werner | 2 | -2/+2 | |
2022-10-14 | VoIP v1 implementation (#1161) | Rohit Sutradhar | 19 | -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-13 | Add toggle to disable decrypting notifications | Nicolas Werner | 5 | -6/+44 | |