Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-11 | Don't show inaccessible private rooms in spaces | LcsTen | 1 | -0/+9 | |
2023-03-10 | Update cirrus build to work around brew bundle issue | Joseph Donofry | 1 | -0/+3 | |
2023-03-10 | Set macos deployment target in cmake list | Nicolas Werner | 2 | -1/+2 | |
relates to #1401 | |||||
2023-03-09 | Update src/Utils.cpp | Loren Burkholder | 1 | -4/+2 | |
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
2023-03-09 | Fix avatar change being rendered as a join | Nicolas Werner | 1 | -5/+16 | |
2023-03-09 | Only enlarge emoji if the setting is on | Loren Burkholder | 1 | -1/+5 | |
2023-03-09 | Cleanup table rendering | Nicolas Werner | 1 | -3/+3 | |
fixes #1406 | |||||
2023-03-07 | Handle incomplete commands better | Loren Burkholder | 4 | -15/+34 | |
2023-03-05 | Add reference to nheko-git development package | LcsTen | 1 | -0/+6 | |
2023-03-05 | Update Arch Linux installation instructions | LcsTen | 1 | -15/+1 | |
nheko Arch Linux package is now available in community repository, AUR isn't needed anymore to install it. | |||||
2023-03-03 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (942 of 942 strings) Co-authored-by: Chen Shaoju <oshirisu.red@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2023-03-02 | Scroll farther on PgUp/PgDn | Loren Burkholder | 1 | -2/+2 | |
2023-03-02 | Add leave button to space preview | Loren Burkholder | 1 | -0/+7 | |
2023-03-01 | make lint | Loren Burkholder | 1 | -36/+36 | |
2023-03-01 | Use QSet<QString> instead of QStringList | Loren Burkholder | 1 | -1/+1 | |
2023-03-01 | Fix some nitpicks | Loren Burkholder | 2 | -53/+58 | |
2023-03-01 | Don't double-show encryption dialog | Loren Burkholder | 1 | -1/+2 | |
2023-03-01 | Make switches respect accent color | Loren Burkholder | 1 | -1/+1 | |
2023-02-28 | Make emoji larger in the timeline by default | Loren Burkholder | 1 | -1/+1 | |
2023-02-28 | make lint | Loren Burkholder | 2 | -3/+3 | |
2023-02-28 | Always open the invite dialog properly from the member list | Loren Burkholder | 5 | -9/+12 | |
2023-02-28 | Change members button color when hovered | Loren Burkholder | 2 | -20/+22 | |
2023-02-28 | Elide nicks and userids in read reciepts dialog | Loren Burkholder | 1 | -6/+9 | |
2023-02-28 | Prevent long nicks/userids from breaking roomlist layout | Loren Burkholder | 1 | -4/+3 | |
Fixes #1297 | |||||
2023-02-28 | Use the nheko spinner everywhere | Loren Burkholder | 3 | -72/+4 | |
2023-02-28 | Don't show timeline behind warnings | Loren Burkholder | 2 | -7/+7 | |
2023-02-28 | Simplify code a bit | Loren Burkholder | 3 | -5/+1 | |
2023-02-28 | Move command calculation logic into InputBar | Loren Burkholder | 5 | -95/+91 | |
2023-02-28 | Show warning when invalid command is entered | Loren Burkholder | 8 | -5/+97 | |
Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command. | |||||
2023-02-28 | Enhance appearance of room ping warning | Loren Burkholder | 1 | -7/+9 | |
2023-02-28 | Translated using Weblate (Ukrainian) | Weblate | 1 | -51/+51 | |
Currently translated at 47.8% (451 of 942 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-02-28 | Remove test configurations | Joseph Donofry | 1 | -4/+4 | |
2023-02-28 | Fix macOS artifact names and fix jq quotes issue | Joseph Donofry | 3 | -4/+4 | |
2023-02-28 | Fix typo in flatpak name for amd64 | Joseph Donofry | 1 | -1/+1 | |
2023-02-28 | Fix dependencies | Joseph Donofry | 1 | -2/+4 | |
2023-02-28 | Put releasable artifacts into artifacts dir | Joseph Donofry | 2 | -5/+11 | |
2023-02-28 | Fix upload_url json key | Joseph Donofry | 1 | -2/+3 | |
2023-02-28 | Release notes are already quoted | Joseph Donofry | 1 | -2/+3 | |
2023-02-28 | Add more logging to CI script | Joseph Donofry | 1 | -2/+10 | |
2023-02-27 | Maybe fix key naming issue | Joseph Donofry | 1 | -1/+1 | |
2023-02-27 | Add perl | Joseph Donofry | 1 | -1/+1 | |
2023-02-27 | Install curl from apk | Joseph Donofry | 1 | -1/+1 | |
2023-02-27 | Fix ci rule | Joseph Donofry | 1 | -1/+1 | |
2023-02-27 | Make github script executable | Joseph Donofry | 2 | -1/+1 | |
2023-02-27 | Test pattern for validation of functionality | Joseph Donofry | 1 | -1/+1 | |
2023-02-25 | Fix bug that prevented storing member events in the same database as the rest | Nicolas Werner | 1 | -14/+22 | |
2023-02-25 | README.md: fix link of stable download badge | Aminda Suomalainen | 1 | -1/+1 | |
2023-02-25 | Disable qml diskcache by default | Nicolas Werner | 2 | -0/+12 | |
Since this causes crashes on some qml module updates. Fixes #1383 Fixes #1132 | |||||
2023-02-23 | Delete some unneeded stuff | Loren Burkholder | 1 | -3/+0 | |
2023-02-24 | add missing license header | Nicolas Werner | 1 | -0/+4 | |
2023-02-24 | Show rooms you share with someone | Nicolas Werner | 8 | -130/+311 | |
2023-02-23 | Reenable the nosync options for the database | Nicolas Werner | 1 | -1/+6 | |
fixes #1355 So far we haven't seen any reduction in issues about database corruption, so presumably this is unrelated and the lag is annoying. | |||||
2023-02-23 | Honour Qt scaling factor on OpenBSD | Klemens Nanni | 1 | -1/+1 | |
Instead of completing the list of Linux, Windows and the BSDs (NetBSD and DragonFly would still be missing), simply flip it to not-macOS to simplify and fix the two other aforementioned BSDs at once. | |||||
2023-02-23 | Recognise OpenBSD on login page | Klemens Nanni | 1 | -0/+2 | |
2023-02-23 | fix build/clear notifications on exit on OpenBSD | Klemens Nanni | 2 | -2/+2 | |
CMake builds ManagerLinux.cpp on `!MAC && !WIN`, that is BSD and Linux. Fix the Linux-only assumption in the shared header. Qt's `Q_OS_UNIX` is defined on Linux, BSDs and macOS alike. | |||||
2023-02-22 | Fade in images when fully recieved | Loren Burkholder | 2 | -27/+8 | |
2023-02-23 | Hotfix redundant null terminator inserted by emoji completer | Nicolas Werner | 7 | -11513/+11817 | |
2023-02-22 | print errors on failed dialog creation | Marcus Hoffmann | 3 | -101/+195 | |
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2023-02-22 | Translated using Weblate (Esperanto) | Weblate | 1 | -3/+3 | |
Currently translated at 99.6% (939 of 942 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2023-02-22 | Update contributing notes | Nicolas Werner | 1 | -0/+13 | |
2023-02-22 | Dedup reactions | Nicolas Werner | 1 | -6/+4 | |
2023-02-21 | Get rid of year in license headers | Nicolas Werner | 255 | -754/+255 | |
See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | |||||
2023-02-21 | Fix newlines in status messages | Nicolas Werner | 1 | -3/+3 | |
2023-02-21 | Simplify status message in profile a bit | Nicolas Werner | 1 | -7/+4 | |
2023-02-21 | UserProfile: add padding to device list | Marcus Hoffmann | 1 | -0/+2 | |
Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2023-02-21 | UserProfile: fix status message overflowing | Marcus Hoffmann | 1 | -3/+10 | |
Also style the "Status:" prefix bold. | |||||
2023-02-21 | UserProfile: reduce spacing by a bit | Marcus Hoffmann | 1 | -1/+1 | |
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2023-02-21 | UserProfile: display status message | Marcus Hoffmann | 1 | -0/+15 | |
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2023-02-21 | MessageView: Add ToolTip to status message | Marcus Hoffmann | 1 | -2/+9 | |
Show the user that this is a status text on hover. We need to change the status text label width to be it's implicitWidth (or the maximum width as specified before), otherwise the tooltip is wildly off-centered. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2023-02-21 | MessageView: improve styling of presence status | Marcus Hoffmann | 1 | -0/+3 | |
Significantly reduce the font size as to visually indicate this is additional information and not part of the username or message text. Align the text with the username field besides it. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
2023-02-21 | Switch to upstream olm error code | Nicolas Werner | 3 | -4/+4 | |
2023-02-20 | Properly handle images without blurhashes | Loren Burkholder | 2 | -36/+99 | |
2023-02-20 | Use a single, reversible privacy screen transition | Loren Burkholder | 2 | -34/+4 | |
2023-02-20 | Generate release notes from CHANGELOG.md | Joseph Donofry | 2 | -2/+3 | |
2023-02-20 | Use regex to match vX.Y.Z | Joseph Donofry | 1 | -1/+1 | |
2023-02-20 | Create github release from tags and upload artifacts as assets | Joseph Donofry | 3 | -6/+74 | |
2023-02-20 | Animate transition to blurhash | Loren Burkholder | 1 | -0/+44 | |
2023-02-20 | Blurhash images when the privacy screen is active | Loren Burkholder | 5 | -17/+24 | |
2023-02-20 | Cirrus updates | Joe Donofry | 1 | -8/+2 | |
2023-02-20 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -4/+4 | |
Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (942 of 942 strings) Co-authored-by: Estela ad Astra <i@estela.cn> Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2023-02-20 | Translated using Weblate (Ukrainian) | Weblate | 1 | -26/+26 | |
Currently translated at 42.5% (401 of 942 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-02-20 | Translated using Weblate (Indonesian) | Weblate | 1 | -4/+4 | |
Currently translated at 100.0% (942 of 942 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2023-02-20 | Fix typo in tag | Nicolas Werner | 1 | -1/+1 | |
2023-02-20 | Amend changelog | Nicolas Werner | 1 | -0/+5 | |
2023-02-20 | Bump version | Nicolas Werner | 4 | -10/+11 | |
2023-02-20 | Update README | Nicolas Werner | 2 | -2/+72 | |
2023-02-20 | Mention qt5 image formats in FAQ | Nicolas Werner | 1 | -0/+9 | |
fixes #1213 | |||||
2023-02-20 | Fix forwarding stickers | Nicolas Werner | 1 | -3/+4 | |
fixes #1182 | |||||
2023-02-20 | More template bloat reduction | Nicolas Werner | 4 | -107/+115 | |
2023-02-19 | Remove a few more unused symbols | Nicolas Werner | 8 | -45/+37 | |
2023-02-19 | Fix flatpak bundle upload | Nicolas Werner | 1 | -2/+2 | |
2023-02-19 | Fix gcc10 again. Remove this once we stop supporting gcc10 | Nicolas Werner | 1 | -14834/+14873 | |
2023-02-19 | Fix gcc10 compat | Nicolas Werner | 2 | -2/+2 | |
2023-02-19 | Reduce code bloat a bit | Nicolas Werner | 8 | -11335/+11378 | |
Especially the emoji array shrinks a lot with this, but adds a few extra relocations on startup. But it removes a lot of exception handling code at runtime, which is nice and possibly this is still faster. | |||||
2023-02-18 | Automatically fetch keys for undecrypted messages after verification | Nicolas Werner | 8 | -15/+80 | |
Also fix rerendering edited messages after keys are received. fixes #1375 fixes #770 fixes #888 | |||||
2023-02-18 | Fix edits in other clients jumping out of threads | Nicolas Werner | 1 | -5/+9 | |
fixes #1373 | |||||
2023-02-16 | Added ability to build with packaged version of blurhash. | Vitaly Zaitsev | 1 | -6/+15 | |
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
2023-02-16 | Explicitly set parent for scrollbars to prevent them from showing on some ↵ | Nicolas Werner | 2 | -6/+6 | |
platforms | |||||
2023-02-15 | Fix build on macOS | Nicolas Werner | 1 | -1/+7 | |
2023-02-15 | Translated using Weblate (Estonian) | Weblate | 1 | -5/+5 | |
Currently translated at 100.0% (942 of 942 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 | |||||
2023-02-15 | Added ability to build with packaged version of cpp-httplib. | Vitaly Zaitsev | 1 | -2/+10 | |
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
2023-02-14 | Fix linting | Nicolas Werner | 1 | -1/+1 | |
2023-02-14 | Make scrollbars optional and disabled by default | Nicolas Werner | 32 | -315/+637 | |
Also add them to the communities sidebar | |||||
2023-02-14 | Room list: add scrollbar when not collapsed | Alexander Bantyev | 1 | -1/+7 | |
2023-02-14 | Translated using Weblate (German) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (940 of 940 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
2023-02-14 | Update translations | Nicolas Werner | 28 | -200/+424 | |
2023-02-14 | Focus text input when quick switcher is closed | Loren Burkholder | 1 | -0/+1 | |
Fixes #1065 | |||||
2023-02-14 | Update resources/qml/delegates/EncryptionEnabled.qml | Loren Burkholder | 1 | -1/+1 | |
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
2023-02-14 | Translated using Weblate (Ukrainian) | Weblate | 1 | -77/+77 | |
Currently translated at 40.4% (380 of 939 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-02-14 | Add a generic video icon when there is no thumbnail | Loren Burkholder | 1 | -1/+1 | |
2023-02-14 | Pause video when switching rooms | Loren Burkholder | 1 | -0/+7 | |
Fixes #809 | |||||
2023-02-13 | Limit max width of blurb | Loren Burkholder | 1 | -1/+2 | |
2023-02-13 | Update message | Loren Burkholder | 1 | -3/+1 | |
2023-02-13 | Add a fancy delegate when encryption is enabled | Loren Burkholder | 3 | -3/+64 | |
2023-02-13 | Translated using Weblate (Indonesian) | Weblate | 1 | -4/+4 | |
Currently translated at 100.0% (939 of 939 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2023-02-12 | Translated using Weblate (Estonian) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (939 of 939 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 | |||||
2023-02-12 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -17/+17 | |
Currently translated at 100.0% (939 of 939 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2023-02-12 | Translated using Weblate (Esperanto) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (939 of 939 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2023-02-11 | Remove some commands from the translations | Nicolas Werner | 29 | -1248/+128 | |
2023-02-11 | Translated using Weblate (Finnish) | Weblate | 1 | -2/+2 | |
Currently translated at 95.6% (906 of 947 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2023-02-11 | Translated using Weblate (French) | Weblate | 1 | -3/+3 | |
Currently translated at 69.3% (657 of 947 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2023-02-11 | Translated using Weblate (French) | Weblate | 1 | -10/+10 | |
Currently translated at 69.1% (655 of 947 strings) Translated using Weblate (French) Currently translated at 69.1% (655 of 947 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2023-02-11 | Translated using Weblate (French) | Weblate | 1 | -3/+3 | |
Currently translated at 68.2% (646 of 947 strings) Translated using Weblate (French) Currently translated at 68.2% (646 of 947 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2023-02-11 | Translated using Weblate (French) | Weblate | 1 | -35/+35 | |
Currently translated at 68.0% (644 of 947 strings) Translated using Weblate (French) Currently translated at 68.0% (644 of 947 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: Glandos <bugs-github@antipoul.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2023-02-11 | Update translations | Nicolas Werner | 28 | -721/+721 | |
2023-02-11 | Standardise command format messages | phyto | 13 | -283/+283 | |
2023-02-10 | Make ImageOverlay set appropriate windowRole again | Thulinma | 3 | -0/+10 | |
2023-02-10 | Translated using Weblate (Estonian) | Weblate | 1 | -9/+9 | |
Currently translated at 100.0% (947 of 947 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 | |||||
2023-02-10 | Translated using Weblate (Dutch) | Weblate | 1 | -9/+9 | |
Currently translated at 100.0% (947 of 947 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko | |||||
2023-02-10 | Translated using Weblate (Esperanto) | Weblate | 1 | -9/+9 | |
Currently translated at 100.0% (947 of 947 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2023-02-10 | Translated using Weblate (Italian) | Weblate | 1 | -8/+8 | |
Currently translated at 20.0% (188 of 940 strings) Translated using Weblate (Italian) Currently translated at 20.0% (188 of 940 strings) Translated using Weblate (Italian) Currently translated at 20.0% (188 of 940 strings) Translated using Weblate (Italian) Currently translated at 20.0% (188 of 940 strings) Co-authored-by: DynamoFox <magnacacuti@gmail.com> Co-authored-by: Elia Tomasi <elia.tomasi@pm.me> Co-authored-by: Joseph Curto <joe@joe.vr.it> Co-authored-by: Quanterxotur <ganno.lexis.ag@mailbox.org> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko | |||||
2023-02-10 | Translated using Weblate (Indonesian) | Weblate | 1 | -8/+8 | |
Currently translated at 99.8% (946 of 947 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2023-02-08 | Update translations | Nicolas Werner | 29 | -1360/+2347 | |
2023-02-08 | Fix build without voip | Nicolas Werner | 1 | -1/+1 | |
2023-02-08 | Fix empty list freeze in Completer | Joseph Donofry | 1 | -0/+3 | |
2023-02-08 | Fix required plugin check on gstreamer 1.22 | Nicolas Werner | 3 | -52/+80 | |
GStreamer 1.22 merged the videoscale plugin into the videoconvertscale plugin. So we should check if the Element is still loadable instead of checking the plugin name. fixes #1352 | |||||
2023-02-06 | Use more modern flatpak build features | Nicolas Werner | 2 | -11/+6 | |
2023-02-06 | Add a reduced motion option | Nicolas Werner | 5 | -4/+132 | |
fixes #1350 | |||||
2023-02-02 | lint and avoid copy | Nicolas Werner | 3 | -43/+44 | |
2023-02-02 | lint | Nicolas Werner | 1 | -34/+40 | |
2023-02-01 | Allow nested ()/[] brackets in URLs (fixes #1346) | Lukas Mai | 1 | -5/+45 | |
2023-02-01 | Make notifications show the window again | Nicolas Werner | 2 | -1/+13 | |
fixes #1329 | |||||
2023-02-01 | chore: Adjust about function closeAllNotification | ShootingStarDragons | 4 | -13/+4 | |
Log: maek closeAllNotification on all platform, move closeAllNotification action to aboutToQuit | |||||
2023-01-31 | spoiler -> +warning | Nicolas Werner | 1 | -3/+4 | |
2023-01-31 | document /cmark and Markdown extensions in man page (#1344) | tastytea | 1 | -0/+18 | |
* document /cmark in man page * document Markdown extension in man page * fix spoiler wording Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> --------- Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
2023-01-31 | Optimize user model construction by 2.5x | Nicolas Werner | 3 | -10/+20 | |
2023-02-01 | Fix some leftover menus from #1319 | q234rty | 2 | -0/+9 | |
2023-01-31 | Make single newlines cause a <br> by default | Nicolas Werner | 8 | -15/+48 | |
This should match what people expect from a chat application much better. The biggest reason not to do this, is because some people might paste markdown documents. For those people there is now a /cmark command, which disables most of our extensions to cmark, including the newline behaviour. There is a long discussion on the Fediverse and on Github linked below. Mastodon https://fosstodon.org/@deepbluev7/109771668066978726 fixes #757 | |||||
2023-01-31 | Uncoditionally request keyframes | Nicolas Werner | 1 | -4/+3 | |
2023-01-31 | add user search to invite dialog (#1253) | Malte E | 12 | -100/+438 | |
2023-01-29 | feat: clean all notifications if exit on linux | ShootingStarDragons | 5 | -1/+33 | |
2023-01-28 | Make newline behave consistently in markdown mode | Nicolas Werner | 1 | -1/+5 | |
by always sending as formatted when a newline is in the body | |||||
2023-01-28 | Support strikethrough via ~~ | Nicolas Werner | 1 | -0/+118 | |
2023-01-28 | chore: remove button check | ShootingStarDragons | 1 | -3/+1 | |
2023-01-28 | Get rid of shadowing even if the shadowing there is probably the safer solution | Nicolas Werner | 1 | -3/+5 | |
2023-01-28 | Support simplified spoiler input using || tags | Nicolas Werner | 1 | -68/+211 | |
relates to #1231 | |||||
2023-01-27 | Translated using Weblate (Ukrainian) | Weblate | 1 | -57/+61 | |
Currently translated at 33.6% (316 of 940 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-01-27 | Translated using Weblate (Ukrainian) | Weblate | 1 | -1/+1 | |
Currently translated at 28.1% (265 of 940 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-01-27 | Translated using Weblate (Ukrainian) | Weblate | 1 | -8/+8 | |
Currently translated at 28.0% (264 of 940 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-01-27 | Translated using Weblate (Ukrainian) | Weblate | 1 | -16/+16 | |
Currently translated at 27.2% (256 of 940 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko | |||||
2023-01-27 | Translated using Weblate (Estonian) | Weblate | 1 | -21/+27 | |
Currently translated at 100.0% (940 of 940 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 | |||||
2023-01-27 | Fix br tags | Nicolas Werner | 1 | -1/+3 | |
2023-01-26 | chore: limit it to linux wayland | ShootingStarDragons | 1 | -2/+6 | |
2023-01-24 | Translated using Weblate (French) | Weblate | 1 | -35/+35 | |
Currently translated at 68.5% (644 of 940 strings) Translated using Weblate (French) Currently translated at 68.5% (644 of 940 strings) Co-authored-by: CB <chb0@lavache.com> Co-authored-by: Rick M. G <rick@gnous.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2023-01-23 | Fix free-ing invalid pointer in call devices. From Jason Volk <jason@zemos.net> | Joseph Donofry | 1 | -1/+1 | |
2023-01-23 | remove unneeded font tags | enigma9o7 | 1 | -2/+2 | |
2023-01-23 | feat: hide all popup menus when press leftbutton on somewhere else | ShootingStarDragons | 5 | -0/+39 | |
Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972, The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday | |||||
2023-01-22 | update Zsh completion | tastytea | 1 | -14/+9 | |
- add new command line switches - prevent duplication in argument descriptions - load helper function before using it (fixes error with Zsh 5.9) | |||||
2023-01-22 | Make code tags preserve whitespace | Nicolas Werner | 1 | -2/+3 | |
2023-01-22 | Warn when no secret can be requested | Nicolas Werner | 1 | -1/+3 | |
2023-01-22 | Skip empty requests for cross-signing keys when user only has one device. | Jason Volk | 1 | -0/+3 | |
Cause: Request button pressed in user settings. Result: Request body is jsNull; sendToDevice requires jsObject. | |||||
2023-01-22 | Fix a few minor leaks (or just memory showing up as not freed in tools) | Nicolas Werner | 4 | -5/+28 | |
2023-01-21 | Fix creating DMs from pasting an mxid | Nicolas Werner | 1 | -2/+3 | |
2023-01-21 | Work around multiple destructor calls after consteval construction in full ↵ | Nicolas Werner | 1 | -5/+5 | |
expression I have no idea, if this is our fault or not, but Jason traced it back to the consteval on the {fmt} format string constructor. Specifically when a consteval constructor call happens in the statement, the destructor call is moved to the end of the block. Inside the switch statement that means, the destructor is called multiple times, which corrupts the use count and crashes Nheko because of a double free. I am assuming this is a bug in clang, but this will need to be investigated more. fixes #1292 | |||||
2023-01-20 | chore: when save file, hide ImageOverlay window | ShootingStarDragons | 1 | -0/+1 | |
Log: on wm like sway, it will cover the whole screen, and I cannot get the file save dialog, then the program will stay there, I must kill it, so I think hide it is better, because after, it will be closed | |||||
2023-01-20 | Translated using Weblate (Russian) | Weblate | 1 | -3/+3 | |
Currently translated at 32.9% (310 of 940 strings) Translated using Weblate (Russian) Currently translated at 32.9% (310 of 940 strings) Co-authored-by: Evgeny <mister.lameni@yandex.ru> Co-authored-by: SOT-TECH <sblazhko@sot-te.ch> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko | |||||
2023-01-20 | Translated using Weblate (Finnish) | Weblate | 1 | -21/+21 | |
Currently translated at 96.4% (907 of 940 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2023-01-20 | Translated using Weblate (Estonian) | Weblate | 1 | -80/+83 | |
Currently translated at 97.7% (919 of 940 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 | |||||
2023-01-19 | Make it more obvious that the add reaction button is not an emoji | Nicolas Werner | 3 | -1/+3 | |
fixes #1301 | |||||
2023-01-18 | Fix html in sidebar again | Nicolas Werner | 1 | -1/+1 | |
2023-01-18 | Try building only the qml gstreamer plugin in flatpak package | Nicolas Werner | 2 | -1/+36 | |
2023-01-17 | Merge Debian/Ubuntu Dependencies | enigma9o7 | 1 | -37/+21 | |
Debian 10 too old for QT5. Ubuntu dependencies tested and work fine on Debian. Increase header size of distro title & moved Gentoo into alphabetical order | |||||
2023-01-16 | Errata | Joseph Donofry | 1 | -1/+1 | |
2023-01-15 | update Ubuntu dependency list for building from source (#1294) | tastytea | 1 | -5/+12 | |
tested in a fresh 22.04 VM today | |||||
2023-01-15 | v0.11.1 | Joseph Donofry | 4 | -6/+14 | |
2023-01-15 | Update README.md (#1287) | squid-f | 1 | -0/+5 | |
Add instruction to install on Mageia, as Nheko is now part of the official repo of the distribution. | |||||
2023-01-14 | Translated using Weblate (Finnish) | Weblate | 1 | -1/+1 | |
Currently translated at 94.2% (886 of 940 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2023-01-14 | Translated using Weblate (Portuguese (Portugal)) | Weblate | 1 | -21/+21 | |
Currently translated at 48.9% (460 of 940 strings) Co-authored-by: Tmpod <tmpod@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_PT/ Translation: Nheko/nheko | |||||
2023-01-14 | Pause ParticleEmitter when not in use (#1284) | Joseph Donofry | 3 | -21/+45 | |
* Pause ParticleEmitter when not in use * Use timer instead to pause particle system | |||||
2023-01-13 | Translated using Weblate (Japanese) | Weblate | 1 | -8/+8 | |
Currently translated at 9.3% (88 of 940 strings) Translated using Weblate (Japanese) Currently translated at 9.3% (88 of 940 strings) Co-authored-by: kyoberry <kyo@tilde.pink> Co-authored-by: srr24x7 <sven.r.richter@protonmail.ch> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ja/ Translation: Nheko/nheko | |||||
2023-01-13 | Translated using Weblate (German) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (940 of 940 strings) Co-authored-by: 123 <fof300f@posteo.net> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
2023-01-13 | Translated using Weblate (Finnish) | Weblate | 1 | -22/+22 | |
Currently translated at 94.1% (885 of 940 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2023-01-13 | Add missing translations to README | Nicolas Werner | 1 | -0/+1 | |
2023-01-12 | Remove dead code | Nicolas Werner | 3 | -74/+0 | |
2023-01-12 | There was always supposed to be a failed state for events | Nicolas Werner | 2 | -4/+11 | |
2023-01-12 | v0.11.0 | Nicolas Werner | 5 | -16/+17 | |
2023-01-12 | Fix white bar above sticker picker | Nicolas Werner | 2 | -35/+17 | |
2023-01-12 | Translated using Weblate (Esperanto) | Weblate | 1 | -5/+5 | |
Currently translated at 100.0% (940 of 940 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | |||||
2023-01-12 | Fix weirdly big spinner | Nicolas Werner | 1 | -2/+2 | |
2023-01-12 | Fix white bar above emoji picker | Nicolas Werner | 1 | -35/+19 | |
2023-01-12 | Update changelog | Nicolas Werner | 1 | -2/+2 | |
2023-01-12 | Try to fix binding loop in emoji picker | Nicolas Werner | 1 | -2/+2 | |
2023-01-12 | Update changelog for 0.11.0 | Nicolas Werner | 2 | -2/+100 | |
2023-01-12 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -2/+2 | |
Currently translated at 100.0% (940 of 940 strings) Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2023-01-12 | Bump mtxclient version | Nicolas Werner | 4 | -67/+65 | |
2023-01-12 | Log registration flows | Nicolas Werner | 4 | -115/+6 | |
2023-01-10 | Translated using Weblate (Ukrainian) | NullPointerException | 1 | -246/+249 | |
Currently translated at 25.5% (240 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ | |||||
2023-01-10 | Translated using Weblate (Indonesian) | Linerly | 1 | -93/+95 | |
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ | |||||
2023-01-10 | Translated using Weblate (Portuguese (Brazil)) | Terry Cukerberg | 1 | -5/+5 | |
Currently translated at 7.9% (75 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/ | |||||
2023-01-10 | Translated using Weblate (Portuguese (Brazil)) | Daimar Stein | 1 | -29/+29 | |
Currently translated at 7.9% (75 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/ | |||||
2023-01-10 | Translated using Weblate (Portuguese (Brazil)) | zerowhy | 1 | -4/+4 | |
Currently translated at 7.9% (75 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/ | |||||
2023-01-10 | Translated using Weblate (Esperanto) | Tirifto | 1 | -358/+375 | |
Currently translated at 99.4% (935 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ | |||||
2023-01-10 | Translated using Weblate (Estonian) | Priit Jõerüüt | 1 | -53/+53 | |
Currently translated at 89.3% (840 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ | |||||
2023-01-10 | Translated using Weblate (Finnish) | Lurkki14 | 1 | -8/+10 | |
Currently translated at 91.8% (863 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ | |||||
2023-01-10 | Translated using Weblate (Chinese (Simplified)) | Chen Shaoju | 1 | -27/+30 | |
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ | |||||
2023-01-10 | Translated using Weblate (Chinese (Simplified)) | Poesty Li | 1 | -131/+134 | |
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ | |||||
2023-01-10 | Translated using Weblate (Chinese (Simplified)) | ling | 1 | -11/+13 | |
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ | |||||
2023-01-10 | Translated using Weblate (Russian) | SOT-TECH | 1 | -2/+2 | |
Currently translated at 32.6% (307 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ | |||||
2023-01-10 | Translated using Weblate (Polish) | Przemysław Romanik | 1 | -95/+95 | |
Currently translated at 93.2% (877 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ | |||||
2023-01-10 | Translated using Weblate (Dutch) | Jaron Viëtor | 1 | -153/+162 | |
Currently translated at 100.0% (940 of 940 strings) Translation: Nheko/nheko Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ | |||||
2023-01-10 | Update supported Matrix version | Nicolas Werner | 30 | -2949/+2951 | |
2023-01-10 | Properly regenerate emoji using regional indicators | Nicolas Werner | 2 | -2/+106 | |
fixes #1245 closes #1246 | |||||
2023-01-09 | Try to make clang-format happy | Nicolas Werner | 1 | -1/+1 | |
2023-01-09 | Document Safari workaround | Nicolas Werner | 1 | -1/+4 | |
2023-01-09 | Possibly fix paste from Safari | Nicolas Werner | 1 | -1/+7 | |
2023-01-09 | Add some more error logging | Nicolas Werner | 3 | -26/+18 | |
2023-01-09 | Make server connection errors more useful | Nicolas Werner | 2 | -15/+10 | |
2023-01-08 | Fix potential crash from the room directory | Nicolas Werner | 2 | -18/+48 | |
2023-01-07 | Speedup quick switcher | Nicolas Werner | 5 | -38/+57 | |
2023-01-07 | Fix clear button styling | Nicolas Werner | 1 | -20/+7 | |
2023-01-07 | Fix html in usernames | Nicolas Werner | 2 | -2/+2 | |
2023-01-07 | Navigate to space when room is selected | Nicolas Werner | 5 | -3/+11 | |
fixes #1260 | |||||
2023-01-07 | Fix crash in migrations during secrets deletion | Nicolas Werner | 3 | -18/+53 | |
We need to block the migrations returning until the migrations are done. Fixes #1258 | |||||
2023-01-05 | Update .gitlab-ci.yml | DeepBlueV7.X | 1 | -0/+2 | |
2023-01-05 | Update AppImageBuilder.yml | Zhymabek Roman | 1 | -0/+8 | |
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
2023-01-05 | Try to fix blank screen in AppImage build | Zhymabek Roman | 1 | -0/+1 | |
2023-01-05 | Try to fix blank screen in AppImage build | Zhymabek Roman | 1 | -2/+2 | |
2023-01-05 | Fix stupid typo in AppImage | Zhymabek Roman | 1 | -0/+4 | |
2023-01-05 |