| Commit message (Expand) | Author | Files | Lines |
2023-11-02 | Use sha256 to encode the database name instead of just hex encoding it | Nicolas Werner | 1 | -14/+39 |
2023-11-02 | Fix gstreamer element names | Nicolas Werner | 2 | -5/+5 |
2023-11-01 | Fix pending reply sizing | Nicolas Werner | 4 | -6/+23 |
2023-11-01 | Spaces are now bold | Nicolas Werner | 5 | -0/+8 |
2023-11-01 | Possibly fix pagination in search | Nicolas Werner | 1 | -3/+1 |
2023-11-01 | Possibly fix crash when room is cleared on event delegate | Nicolas Werner | 1 | -49/+60 |
2023-11-01 | Fix trailing whitespace | Nicolas Werner | 1 | -1/+0 |
2023-11-01 | Remove unused function | Nicolas Werner | 1 | -29/+0 |
2023-11-01 | Throttle sync processing if the window is unfocused for a while | Nicolas Werner | 2 | -3/+26 |
2023-11-01 | Save profile when explicitly specified | Nicolas Werner | 1 | -2/+4 |
2023-11-01 | Downgrade self verification status logging to debug | Nicolas Werner | 1 | -1/+1 |
2023-11-01 | Fix decrypt notification settings persistent under the wrong key | Nicolas Werner | 1 | -135/+118 |
2023-11-01 | Fix hidden event types empty string means unsupported | Nicolas Werner | 2 | -2/+2 |
2023-10-31 | Fix schannel support on Windows | Nicolas Werner | 2 | -7/+37 |
2023-10-31 | Update nlohmann/json in flatpak | Nicolas Werner | 1 | -2/+2 |
2023-10-31 | Cleanup headers a bit more | Nicolas Werner | 20 | -269/+226 |
2023-10-31 | Fix version code having too many segments | Nicolas Werner | 1 | -2/+1 |
2023-10-31 | A few more small speedups | Nicolas Werner | 8 | -120/+103 |
2023-10-31 | Save appveyor cache on failure | Nicolas Werner | 1 | -2/+1 |
2023-10-31 | Try to fix notification in packaged app | Nicolas Werner | 1 | -1/+2 |
2023-10-31 | Speed up compilation a bit | Nicolas Werner | 42 | -257/+320 |
2023-10-31 | Set version in msix | Nicolas Werner | 1 | -2/+4 |
2023-10-31 | Update German Translation | Nicolas Werner | 2 | -152/+156 |
2023-10-31 | Fix hunter curl version string | Nicolas Werner | 1 | -2/+2 |
2023-10-31 | Fix a few conversions | Nicolas Werner | 4 | -8/+10 |
2023-10-31 | Update dependencies | Nicolas Werner | 2 | -20/+5 |
2023-10-31 | Add basic unsigned msix | Nicolas Werner | 2 | -1/+49 |
2023-10-31 | Change appid to im.nheko.Nheko | Miika Tuominen | 1 | -1/+1 |
2023-10-30 | Translated using Weblate (Estonian) | Weblate | 1 | -129/+133 |
2023-10-30 | Translated using Weblate (Indonesian) | Weblate | 1 | -129/+133 |
2023-10-30 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -133/+137 |
2023-10-28 | Update translations | Nicolas Werner | 31 | -9245/+15452 |
2023-10-28 | fix room name calculation with 3 members | Nicolas Werner | 1 | -2/+17 |
2023-10-28 | Translated using Weblate (Finnish) | Weblate | 1 | -52/+54 |
2023-10-28 | Translated using Weblate (French) | Weblate | 1 | -2/+2 |
2023-10-27 | Bring back double tap and drag to reply | Nicolas Werner | 2 | -0/+42 |
2023-10-26 | Enable even more qml linter warnings | Nicolas Werner | 13 | -36/+30 |
2023-10-26 | Add basic qml linter config | Nicolas Werner | 3 | -1/+77 |
2023-10-26 | More qml cleanups | Nicolas Werner | 39 | -284/+198 |
2023-10-25 | Add report message functionality | Loren Burkholder | 6 | -2/+114 |
2023-10-26 | Fix some qml warnings | Nicolas Werner | 25 | -122/+107 |
2023-10-26 | Fix macos not supporting emplace of aggregates yet | Nicolas Werner | 1 | -1/+1 |
2023-10-26 | Add missing include | Nicolas Werner | 1 | -0/+1 |
2023-10-25 | Switch to X icon and add close button | NepNep21 | 1 | -1/+14 |
2023-10-26 | Update to Qt6.6 in the flatpak | Nicolas Werner | 1 | -3/+3 |
2023-10-25 | Allow setting presence state again | Nicolas Werner | 5 | -26/+58 |
2023-10-25 | Fix linting | Nicolas Werner | 1 | -5/+6 |
2023-10-25 | Properly close cursors before commit and db deletion | Nicolas Werner | 1 | -0/+2 |
2023-10-25 | Fix double free on commit database migration | mips64-el | 1 | -1/+3 |
2023-10-24 | Move dialog to settings page and add avatar image to delegate | NepNep21 | 5 | -31/+38 |
2023-10-24 | Cleanup ignore user functionality slightly | Nicolas Werner | 7 | -46/+102 |
2023-10-23 | prevent overscroll in roomlist and communities list | Nicolas Werner | 2 | -10/+12 |
2023-10-23 | Fix scroll position jumping when replying or resizing the window | Nicolas Werner | 1 | -0/+7 |
2023-10-23 | Migrate olm sessions to be stored in one database instead of thousands | Nicolas Werner | 3 | -27/+91 |
2023-10-22 | hr tags are self closing | Nicolas Werner | 1 | -1/+1 |
2023-10-21 | Add a way to compact the database | Nicolas Werner | 5 | -10/+110 |
2023-10-20 | Possibly fix a crash in the EventDelegateChooser | Nicolas Werner | 2 | -8/+18< |