Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-24 | fix lint | Nicolas Werner | 1 | -1/+0 | |
2021-11-24 | Fix crash in SingleApplication when other end exits immediately | Nicolas Werner | 1 | -2/+2 | |
In those cases the emit might cause the server to remove the connection and we are working with a dangling pointer. We can't call putChar on that, so acknowledge the message immediately and then emit the message. | |||||
2021-11-24 | Initialize client lazily | Nicolas Werner | 1 | -4/+2 | |
This prevents a use after free in the coeurl logging, if we exit immediately. | |||||
2021-11-24 | Fix loading on Gnome when in flatpak | Nicolas Werner | 2 | -5/+7 | |
See https://gitlab.gnome.org/GNOME/libsecret/-/issues/49 fixes #816 | |||||
2021-11-24 | Fix colors of sidebar in replies | Nicolas Werner | 1 | -1/+1 | |
2021-11-24 | Use a more random hash to generate user colors | Nicolas Werner | 1 | -7/+7 | |
Fixes an issue where most uses just had their color determined by their username length and distributes the colors a bit more evenly. | |||||
2021-11-22 | Fix one more wrong background color | Nicolas Werner | 1 | -1/+1 | |
2021-11-22 | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 22 | -114/+116 | |
I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up. | |||||
2021-11-21 | Try to tame Windows headers | Nicolas Werner | 1 | -1/+1 | |
See also: https://stackoverflow.com/questions/1394910/how-to-tame-the-windows-headers-useful-defines | |||||
2021-11-21 | Return nullopt for state events in rooms we are not in | Nicolas Werner | 1 | -27/+27 | |
2021-11-21 | Only mark as direct, if invite was direct | Nicolas Werner | 3 | -5/+20 | |
2021-11-21 | Mark rooms as direct chats | Nicolas Werner | 5 | -2/+79 | |
Either by accepting an invite or manually using /converttodm and revert with /converttoroom. | |||||
2021-11-21 | Pretty error printing | Nicolas Werner | 4 | -13/+121 | |
2021-11-20 | Add a filter for direct chats | Nicolas Werner | 10 | -40/+192 | |
fixes #317 | |||||
2021-11-20 | Translated using Weblate (French) | Weblate | 1 | -73/+73 | |
Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2021-11-20 | Pass correct background color to username separator | Nicolas Werner | 1 | -1/+1 | |
2021-11-19 | Make user colors a bit more vibrant | Nicolas Werner | 1 | -5/+3 | |
2021-11-19 | Update macOS icon package to macOS-y style. Thanks quinn | Joseph Donofry | 2 | -0/+2 | |
2021-11-19 | Preliminary gstreamer 1.20 compatibility | Nicolas Werner | 1 | -1/+2 | |
The transceiver was made private in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2241 The direction property was added here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/28b0be4036ac59d6e6068586ab7bc55e8ac51166 | |||||
2021-11-19 | Fix jdenticon plugin not loading | Nicolas Werner | 1 | -2/+2 | |
2021-11-19 | Release 0.9.0 | Nicolas Werner | 4 | -13/+14 | |
2021-11-19 | Small changelog fixes | Nicolas Werner | 1 | -2/+2 | |
2021-11-19 | Add some build notes and update the E2EE note | Nicolas Werner | 1 | -5/+3 | |
2021-11-19 | Fix mouse cursor on top bar | Nicolas Werner | 1 | -0/+5 | |
2021-11-18 | Jdenticon update | Joseph Donofry | 2 | -3/+3 | |
2021-11-18 | Make VOIP and screenshare explicit options | Nicolas Werner | 4 | -43/+18 | |
2021-11-18 | Fix colors and alignment in dialogs | Nicolas Werner | 5 | -27/+15 | |
2021-11-18 | Fix video call filename and qtjdenticon for windows | Joseph Donofry | 2 | -2/+2 | |
2021-11-18 | Try to fix lmdbxx download | Nicolas Werner | 1 | -2/+3 | |
2021-11-18 | Try to fix lmdbxx download | Nicolas Werner | 2 | -4/+4 | |
2021-11-18 | Fix hunter messing with pkg-config | Nicolas Werner | 1 | -8/+56 | |
2021-11-18 | Update bundled deps | Nicolas Werner | 3 | -37/+44 | |
2021-11-18 | Fix qml warnings and missing icons | Nicolas Werner | 2 | -4/+4 | |
2021-11-18 | Translated using Weblate (Dutch) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2021-11-18 | Fix linebreaks in README | Nicolas Werner | 1 | -2/+2 | |
2021-11-18 | Fix resolution of failed image | Nicolas Werner | 1 | -1/+1 | |
2021-11-18 | Mention fluent icons in readme | Nicolas Werner | 1 | -0/+1 | |
2021-11-18 | Fix video call filename and qtjdenticon for windows | Joseph Donofry | 2 | -2/+2 | |
2021-11-18 | Try to fix lmdbxx download | Nicolas Werner | 1 | -2/+3 | |
2021-11-18 | Try to fix lmdbxx download | Nicolas Werner | 2 | -4/+4 | |
2021-11-18 | Fix hunter messing with pkg-config | Nicolas Werner | 1 | -8/+56 | |
2021-11-18 | Update bundled deps | Nicolas Werner | 3 | -37/+44 | |
2021-11-17 | Fix qml warnings and missing icons | Nicolas Werner | 2 | -4/+4 | |
2021-11-16 | Translated using Weblate (Dutch) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2021-11-16 | Quality-of-life improvements to InputDialog | Loren Burkholder | 1 | -0/+9 | |
2021-11-16 | Don't add arbitrary padding | Loren Burkholder | 1 | -2/+1 | |
This breaks the vertical-centeredness on the close button. | |||||
2021-11-16 | Simplify code for padding delegates | Loren Burkholder | 2 | -4/+8 | |
2021-11-17 | Fix linebreaks in README | Nicolas Werner | 1 | -2/+2 | |
2021-11-17 | Fix resolution of failed image | Nicolas Werner | 1 | -1/+1 | |
2021-11-16 | Remove duplicate property | Loren Burkholder | 1 | -4/+0 | |
2021-11-16 | Don't add a user twice | Loren Burkholder | 1 | -0/+4 | |
2021-11-16 | Allow removing users from the invite dialog | Loren Burkholder | 3 | -3/+29 | |
2021-11-16 | Nicer padding | Loren Burkholder | 3 | -6/+9 | |
2021-11-16 | Add pointing hand cursor shape | Loren Burkholder | 1 | -0/+5 | |
2021-11-16 | Port invite dialog to use ItemDelegate | Loren Burkholder | 1 | -23/+39 | |
2021-11-16 | Add highlight on hover | Loren Burkholder | 2 | -2/+8 | |
2021-11-16 | Switch member dialog to using ItemDelegate | Loren Burkholder | 1 | -46/+63 | |
2021-11-17 | Mention fluent icons in readme | Nicolas Werner | 1 | -0/+1 | |
2021-11-17 | Use filled shields everywhere and distinguish different states more | Nicolas Werner | 11 | -26/+38 | |
2021-11-17 | Switch icon theme to Fluent icons | Loren Burkholder | 167 | -209/+364 | |
2021-11-16 | Translated using Weblate (Polish) | Weblate | 1 | -5/+5 | |
Currently translated at 83.4% (506 of 606 strings) Translated using Weblate (Polish) Currently translated at 83.4% (506 of 606 strings) Co-authored-by: AXD <dexkingcrazy@gmail.com> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko | |||||
2021-11-16 | Translated using Weblate (Portuguese (Portugal)) | Weblate | 1 | -103/+105 | |
Currently translated at 95.8% (581 of 606 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | |||||
2021-11-16 | Translated using Weblate (Esperanto) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2021-11-16 | Fix rpath not being set while uninstalled | Nicolas Werner | 1 | -1/+1 | |
2021-11-15 | Try to fix notarization issues | Joseph Donofry | 1 | -4/+15 | |
2021-11-15 | Try to add jdenticon plugin to Windows build | Nicolas Werner | 1 | -0/+7 | |
2021-11-15 | Support exif rotation on received videos | Nicolas Werner | 3 | -16/+40 | |
fixes #674 | |||||
2021-11-15 | Try to add jdenticon plugin to macos build | Nicolas Werner | 1 | -0/+1 | |
2021-11-15 | Add qt-jdention to flatpak | Nicolas Werner | 1 | -0/+10 | |
2021-11-15 | Cleanup qt-jdenticon loading | Nicolas Werner | 1 | -13/+9 | |
2021-11-14 | Translated using Weblate (Indonesian) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2021-11-14 | Translated using Weblate (Portuguese (Portugal)) | Weblate | 1 | -74/+79 | |
Currently translated at 79.2% (480 of 606 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | |||||
2021-11-14 | Update changelog | Nicolas Werner | 1 | -0/+4 | |
2021-11-14 | Fix being dropped into an empty room after a join | Nicolas Werner | 1 | -8/+0 | |
2021-11-14 | Reenable still image viewer for WebP until we qmlify the image viewer | Nicolas Werner | 1 | -9/+10 | |
2021-11-14 | Disallow displaynames with only spaces or control characters | Nicolas Werner | 1 | -5/+12 | |
2021-11-13 | Prevent edits from removing quotes at the beginning of a message | Nicolas Werner | 1 | -5/+8 | |
2021-11-13 | Fix some colors switched to yellow by accident | Nicolas Werner | 2 | -2/+4 | |
2021-11-12 | Translated using Weblate (Esperanto) | Weblate | 1 | -14/+14 | |
Currently translated at 99.5% (603 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2021-11-11 | Fix secrets status not shown after startup | Nicolas Werner | 1 | -0/+4 | |
2021-11-11 | Format qml | Nicolas Werner | 5 | -100/+103 | |
2021-11-11 | Make yellow darker | Nicolas Werner | 2 | -4/+4 | |
Fixes readability issues in the userprofile. fixes #440 | |||||
2021-11-11 | Make pill text color match the separator color | Nicolas Werner | 1 | -1/+1 | |
2021-11-11 | Fix SSO login showing password prompt | Nicolas Werner | 1 | -0/+2 | |
2021-11-11 | Make it possible to unhide the controls on mobile | Nicolas Werner | 2 | -19/+21 | |
2021-11-11 | Cleanup positioning of player elements | Nicolas Werner | 5 | -261/+174 | |
2021-11-11 | More refactoring and layout updates | Joseph Donofry | 6 | -75/+191 | |
2021-11-11 | Swap encryption and edit indicator | Nicolas Werner | 1 | -9/+9 | |
2021-11-11 | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 3 | -16/+39 | |
2021-11-11 | Fix no replies being rendered for edits sent from Element in encrypted rooms | Nicolas Werner | 1 | -5/+4 | |
2021-11-10 | Translated using Weblate (Estonian) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (606 of 606 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko | |||||
2021-11-10 | Translated using Weblate (Esperanto) | Weblate | 1 | -31/+33 | |
Currently translated at 97.1% (589 of 606 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2021-11-10 | Translated using Weblate (Finnish) | Weblate | 1 | -17/+17 | |
Currently translated at 93.7% (568 of 606 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2021-11-09 | More player fixes | Joseph Donofry | 2 | -123/+25 | |
2021-11-09 | Fix audio player and use same controls for video and audio | Joseph Donofry | 1 | -80/+77 | |
2021-11-09 | Move rest of controls to separate file | Joseph Donofry | 5 | -237/+311 | |
2021-11-09 | Initial Refactoring into separate controls | Joseph Donofry | 4 | -88/+115 | |
2021-11-09 | Fix parsing some exotic image packs | Nicolas Werner | 3 | -4/+9 | |
2021-11-08 | Incorporate nico's suggestions, fix volume slider | Joseph Donofry | 1 | -272/+272 | |
2021-11-08 | Fix clicking on avatar | Loren Burkholder | 1 | -0/+1 | |
2021-11-09 | Explicitly namespace platform module | Nicolas Werner | 1 | -3/+3 | |
2021-11-09 | Add preliminary changelog | Nicolas Werner | 1 | -0/+178 | |
2021-11-08 | Minor fixes for undefined qml behavior | Joseph Donofry | 1 | -7/+4 | |
2021-11-08 | Remove appimage | Nicolas Werner | 3 | -222/+0 | |
2021-11-08 | Update translations | Nicolas Werner | 23 | -507/+760 | |
2021-11-08 | Fix redaction of edited messages | Nicolas Werner | 4 | -5/+38 | |
2021-11-08 | Fix bootstrap after registration | Nicolas Werner | 2 | -2/+2 | |
2021-11-08 | Improve fetching of device keys after login | Nicolas Werner | 4 | -6/+23 | |
2021-11-08 | Translated using Weblate (French) | Weblate | 1 | -104/+106 | |
Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2021-11-08 | Translated using Weblate (Dutch) | Weblate | 1 | -2/+2 | |
Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2021-11-08 | Translated using Weblate (Esperanto) | Weblate | 1 | -9/+9 | |
Currently translated at 93.0% (562 of 604 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2021-11-07 | Fix self verification status never updating | Nicolas Werner | 2 | -1/+3 | |
2021-11-07 | Don't try to load verification status before db is ready | Nicolas Werner | 1 | -1/+0 | |
2021-11-07 | Move away from using an event loop to access secrets | Nicolas Werner | 11 | -208/+267 | |
Fixes messages in room flickering and being stuck fixes #760 relates to #770 relates to #789 | |||||
2021-11-06 | Use ItemDelegate for read receipts | Loren Burkholder | 1 | -42/+39 | |
2021-11-06 | Translated using Weblate (Estonian) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (604 of 604 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 | |||||
2021-11-06 | Fix crash when clearing empty timeline | Nicolas Werner | 1 | -3/+5 | |
2021-11-05 | Fix leave room dialog | Nicolas Werner | 1 | -3/+3 | |
2021-11-05 | Translated using Weblate (Indonesian) | Weblate | 1 | -51/+53 | |
Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2021-11-04 | Fix crash in debug code for matrix uri handler | Nicolas Werner | 1 | -3/+4 | |
fixes #776 fixes #590 | |||||
2021-11-04 | Update translation files | Weblate | 1 | -5/+0 | |
Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko | |||||
2021-11-04 | Update translations | Nicolas Werner | 1 | -2/+2 | |
2021-11-04 | Update German translation | Nicolas Werner | 23 | -209/+216 | |
2021-11-04 | Translated using Weblate (Estonian) | Weblate | 1 | -51/+53 | |
Currently translated at 100.0% (604 of 604 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 | |||||
2021-11-03 | Fix syntax issue | Joseph Donofry | 1 | -1/+1 | |
2021-11-03 | PlayableMediaMessage fixes on macOS | Joseph Donofry | 1 | -2/+31 | |
2021-11-04 | Translate some german texts | Nicolas Werner | 1 | -22/+22 | |
2021-11-04 | Fix translation nits | Nicolas Werner | 2 | -2/+2 | |
2021-11-03 | Translated using Weblate (Dutch) | Weblate | 1 | -52/+54 | |
Currently translated at 100.0% (604 of 604 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2021-11-03 | Update translations | Nicolas Werner | 24 | -5595/+10059 | |
2021-11-03 | Use ItemDelegate for CommunitiesList | Nicolas Werner | 1 | -23/+22 | |
2021-11-03 | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 9 | -482/+1879 | |
fixes #683 relates to #571 | |||||
2021-11-03 | Fix unjoinable invites on mobile as well as unclickable previews | Nicolas Werner | 4 | -6/+27 | |
2021-11-03 | Fix copyright order | Nicolas Werner | 1 | -1/+1 | |
2021-11-03 | Fix registration on matrix.org | Nicolas Werner | 9 | -124/+587 | |
This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670 | |||||
2021-11-03 | Fix macOS m.image notif crash | Joe Donofry | 1 | -7/+34 | |
2021-11-01 | Update macOS notifications to use UserNotifications framework | Joseph Donofry | 4 | -23/+60 | |
2021-11-02 | Clear @room warning after sending message | Nicolas Werner | 1 | -0/+1 | |
fixes #751 | |||||
2021-11-02 | Fix loading spinner when switching to a fully loaded room | Nicolas Werner | 1 | -1/+3 | |
fixes #754 | |||||
2021-11-02 | Fix hidden spaces hiding themselves | Nicolas Werner | 1 | -1/+1 | |
fixes #745 | |||||
2021-11-01 | Fix crash on logout | Nicolas Werner | 1 | -23/+25 | |
2021-11-01 | Prompt user when there are unverified devices | Nicolas Werner | 9 | -10/+120 | |
2021-10-30 | Some people consider Nheko not an AAAAA title | Nicolas Werner | 1 | -1/+0 | |
2021-10-30 | Add self verification after login | Nicolas Werner | 9 | -75/+288 | |
2021-10-28 | Auto-focus search bar in room directory | Loren Burkholder | 1 | -0/+1 | |
2021-10-26 | Translated using Weblate (Indonesian) | Weblate | 1 | -5/+5 | |
Currently translated at 100.0% (569 of 569 strings) Co-authored-by: Linerly <linerly@protonmail.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2021-10-26 | Update translation files | Weblate | 1 | -5/+0 | |
Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko | |||||
2021-10-20 | Allow changing device names, display last seen time and IP | Thulinma | 3 | -19/+105 | |
2021-10-20 | speed up blurhash decode a bit | Nicolas Werner | 2 | -18/+17 | |
2021-10-20 | Fix calculating hidden space children | Nicolas Werner | 1 | -1/+14 | |
2021-10-20 | Translated using Weblate (Portuguese (Portugal)) | Weblate | 1 | -9/+15 | |
Currently translated at 74.8% (426 of 569 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | |||||
2021-10-19 | Translated using Weblate (Dutch) | Weblate | 1 | -0/+5 | |
Currently translated at 100.0% (569 of 569 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2021-10-19 | Translated using Weblate (Portuguese (Portugal)) | Weblate | 1 | -2/+3 | |
Currently translated at 73.2% (417 of 569 strings) Co-authored-by: Tnpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | |||||
2021-10-19 | Translated using Weblate (French) | Weblate | 1 | -10/+10 | |
Currently translated at 100.0% (569 of 569 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2021-10-19 | Fix incorrect pluralization of "rooms" | Eldred Habert | 1 | -1/+1 | |
2021-10-19 | Translated using Weblate (French) | Weblate | 1 | -57/+57 | |
Currently translated at 98.2% (559 of 569 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2021-10-17 | lint using clang11 | Nicolas Werner | 3 | -16/+6 | |
2021-10-17 | lint | Nicolas Werner | 5 | -9/+18 | |
2021-10-17 | Use allow list for URI schemes | Nicolas Werner | 1 | -1/+11 | |
2021-10-17 | WIP | Nicolas Werner | 3 | -19/+63 | |
2021-10-17 | move device verification management to its own file | Nicolas Werner | 9 | -150/+221 | |
2021-10-17 | Move voip and encryption stuff into their own directories | Nicolas Werner | 25 | -30/+31 | |
2021-10-17 | Add support for listing devices that do not support encryption, add support ↵ | Thulinma | 5 | -3/+92 | |
for logging out devices. Ticks off another box in #23! | |||||
2021-10-15 | Use correct Monopoly quote | Eldred Habert | 1 | -1/+1 | |
Hi if you're reading this commit message wondering "what the fuck?" | |||||
2021-10-15 | Update translation files | Weblate | 1 | -5/+0 | |
Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko | |||||
2021-10-15 | Allow JPEG in image picker for stickers and emotes. | tastytea | 24 | -35/+35 | |
The file ending list is translated, so all the translations are updated too. | |||||
2021-10-11 | Use the same leave room dialog everywhere | Loren Burkholder | 12 | -116/+47 | |
This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs. | |||||
2021-10-11 | Remove unimplemented function declaration | Loren Burkholder | 1 | -1/+0 | |
2021-10-09 | Use better close-on-Enter logic | Loren Burkholder | 1 | -8/+4 | |
2021-10-09 | Auto-focus the input | Loren Burkholder | 1 | -0/+1 | |
2021-10-09 | Add handy keyboard shortcuts | Loren Burkholder | 1 | -0/+15 | |
2021-10-09 | QML the join room dialog | Loren Burkholder | 10 | -144/+92 | |
2021-10-09 | make lint | Loren Burkholder | 1 | -1/+1 | |
2021-10-09 | Support bootstrapping crosssigning | Nicolas Werner | 20 | -68/+834 | |
Showing the bootstrap state and showing there are unverified devices is still missing. | |||||
2021-10-07 | Simplify device list refresh logic | DeepBlueV7.X | 2 | -4/+2 | |
2021-10-07 | Remove duplicated verification status calculation | Nicolas Werner | 2 | -48/+50 | |
2021-10-06 | Added support for refreshing the device list, marking current device with a ↵ | Thulinma | 8 | -8/+72 | |
checkmark instead of a lock | |||||
2021-10-05 | QML the logout dialog | Loren Burkholder | 7 | -23/+42 | |
2021-10-04 | Fix appimage builder url | Nicolas Werner | 1 | -1/+1 | |
2021-10-04 | Add additional check for invalid megolm sessions | Nicolas Werner | 3 | -2/+6 | |