summary refs log tree commit diff
path: root/AppImageBuilder.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-28Prevent long nicks/userids from breaking roomlist layoutLoren Burkholder1-4/+3
Fixes #1297
2023-02-28Use the nheko spinner everywhereLoren Burkholder3-72/+4
2023-02-28Translated using Weblate (Ukrainian)Weblate1-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-28Remove test configurationsJoseph Donofry1-4/+4
2023-02-28Fix macOS artifact names and fix jq quotes issueJoseph Donofry3-4/+4
2023-02-28Fix typo in flatpak name for amd64Joseph Donofry1-1/+1
2023-02-28Fix dependenciesJoseph Donofry1-2/+4
2023-02-28Put releasable artifacts into artifacts dirJoseph Donofry2-5/+11
2023-02-28Fix upload_url json keyJoseph Donofry1-2/+3
2023-02-28Release notes are already quotedJoseph Donofry1-2/+3
2023-02-28Add more logging to CI scriptJoseph Donofry1-2/+10
2023-02-27Maybe fix key naming issueJoseph Donofry1-1/+1
2023-02-27Add perlJoseph Donofry1-1/+1
2023-02-27Install curl from apkJoseph Donofry1-1/+1
2023-02-27Fix ci ruleJoseph Donofry1-1/+1
2023-02-27Make github script executableJoseph Donofry2-1/+1
2023-02-27Test pattern for validation of functionalityJoseph Donofry1-1/+1
2023-02-25Fix bug that prevented storing member events in the same database as the restNicolas Werner1-14/+22
2023-02-25README.md: fix link of stable download badgeAminda Suomalainen1-1/+1
2023-02-25Disable qml diskcache by defaultNicolas Werner2-0/+12
Since this causes crashes on some qml module updates. Fixes #1383 Fixes #1132
2023-02-23Delete some unneeded stuffLoren Burkholder1-3/+0
2023-02-24add missing license headerNicolas Werner1-0/+4
2023-02-24Show rooms you share with someoneNicolas Werner8-130/+311
2023-02-23Reenable the nosync options for the databaseNicolas Werner1-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-23Honour Qt scaling factor on OpenBSDKlemens Nanni1-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-23Recognise OpenBSD on login pageKlemens Nanni1-0/+2
2023-02-23fix build/clear notifications on exit on OpenBSDKlemens Nanni2-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-22Fade in images when fully recievedLoren Burkholder2-27/+8
2023-02-23Hotfix redundant null terminator inserted by emoji completerNicolas Werner7-11513/+11817
2023-02-22print errors on failed dialog creationMarcus Hoffmann3-101/+195
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-22Translated using Weblate (Esperanto)Weblate1-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-22Update contributing notesNicolas Werner1-0/+13
2023-02-22Dedup reactionsNicolas Werner1-6/+4
2023-02-21Get rid of year in license headersNicolas Werner255-754/+255
See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
2023-02-21Fix newlines in status messagesNicolas Werner1-3/+3
2023-02-21Simplify status message in profile a bitNicolas Werner1-7/+4
2023-02-21UserProfile: add padding to device listMarcus Hoffmann1-0/+2
Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21UserProfile: fix status message overflowingMarcus Hoffmann1-3/+10
Also style the "Status:" prefix bold.
2023-02-21UserProfile: reduce spacing by a bitMarcus Hoffmann1-1/+1
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21UserProfile: display status messageMarcus Hoffmann1-0/+15
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
2023-02-21MessageView: Add ToolTip to status messageMarcus Hoffmann1-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-21MessageView: improve styling of presence statusMarcus Hoffmann1-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-21Switch to upstream olm error codeNicolas Werner3-4/+4
2023-02-20Properly handle images without blurhashesLoren Burkholder2-36/+99
2023-02-20Use a single, reversible privacy screen transitionLoren Burkholder2-34/+4
2023-02-20Generate release notes from CHANGELOG.mdJoseph Donofry2-2/+3
2023-02-20Use regex to match vX.Y.ZJoseph Donofry1-1/+1
2023-02-20Create github release from tags and upload artifacts as assetsJoseph Donofry3-6/+74
2023-02-20Animate transition to blurhashLoren Burkholder1-0/+44
2023-02-20Blurhash images when the privacy screen is activeLoren Burkholder5-17/+24
2023-02-20Cirrus updatesJoe Donofry1-8/+2
2023-02-20Translated using Weblate (Chinese (Simplified))Weblate1-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-20Translated using Weblate (Ukrainian)Weblate1-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-20Translated using Weblate (Indonesian)Weblate1-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-20Fix typo in tagNicolas Werner1-1/+1
2023-02-20Amend changelogNicolas Werner1-0/+5
2023-02-20Bump versionNicolas Werner4-10/+11
2023-02-20Update READMENicolas Werner2-2/+72
2023-02-20Mention qt5 image formats in FAQNicolas Werner1-0/+9
fixes #1213
2023-02-20Fix forwarding stickersNicolas Werner1-3/+4
fixes #1182
2023-02-20More template bloat reductionNicolas Werner4-107/+115
2023-02-19Remove a few more unused symbolsNicolas Werner8-45/+37
2023-02-19Fix flatpak bundle uploadNicolas Werner1-2/+2
2023-02-19Fix gcc10 again. Remove this once we stop supporting gcc10Nicolas Werner1-14834/+14873
2023-02-19Fix gcc10 compatNicolas Werner2-2/+2
2023-02-19Reduce code bloat a bitNicolas Werner8-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-18Automatically fetch keys for undecrypted messages after verificationNicolas Werner8-15/+80
Also fix rerendering edited messages after keys are received. fixes #1375 fixes #770 fixes #888
2023-02-18Fix edits in other clients jumping out of threadsNicolas Werner1-5/+9
fixes #1373
2023-02-16Added ability to build with packaged version of blurhash.Vitaly Zaitsev1-6/+15
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2023-02-16Explicitly set parent for scrollbars to prevent them from showing on some ↵Nicolas Werner2-6/+6
platforms
2023-02-15Fix build on macOSNicolas Werner1-1/+7
2023-02-15Translated using Weblate (Estonian)Weblate1-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-15Added ability to build with packaged version of cpp-httplib.Vitaly Zaitsev1-2/+10
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
2023-02-14Fix lintingNicolas Werner1-1/+1
2023-02-14Make scrollbars optional and disabled by defaultNicolas Werner32-315/+637
Also add them to the communities sidebar
2023-02-14Room list: add scrollbar when not collapsedAlexander Bantyev1-1/+7
2023-02-14Translated using Weblate (German)Weblate1-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-14Update translationsNicolas Werner28-200/+424
2023-02-14Focus text input when quick switcher is closedLoren Burkholder1-0/+1
Fixes #1065
2023-02-14Update resources/qml/delegates/EncryptionEnabled.qmlLoren Burkholder1-1/+1
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-02-14Translated using Weblate (Ukrainian)Weblate1-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-14Add a generic video icon when there is no thumbnailLoren Burkholder1-1/+1
2023-02-14Pause video when switching roomsLoren Burkholder1-0/+7
Fixes #809
2023-02-13Limit max width of blurbLoren Burkholder1-1/+2
2023-02-13Update messageLoren Burkholder1-3/+1
2023-02-13Add a fancy delegate when encryption is enabledLoren Burkholder3-3/+64
2023-02-13Translated using Weblate (Indonesian)Weblate1-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-12Translated using Weblate (Estonian)Weblate1-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-12Translated using Weblate (Chinese (Simplified))Weblate1-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-12Translated using Weblate (Esperanto)Weblate1-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-11Remove some commands from the translationsNicolas Werner29-1248/+128
2023-02-11Translated using Weblate (Finnish)Weblate1-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-11Translated using Weblate (French)Weblate1-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-11Translated using Weblate (French)Weblate1-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-11Translated using Weblate (French)Weblate1-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-11Translated using Weblate (French)Weblate1-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-11Update translationsNicolas Werner28-721/+721
2023-02-11Standardise command format messagesphyto13-283/+283
2023-02-10Make ImageOverlay set appropriate windowRole againThulinma3-0/+10
2023-02-10Translated using Weblate (Estonian)Weblate1-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-10Translated using Weblate (Dutch)Weblate1-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-10Translated using Weblate (Esperanto)Weblate1-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-10Translated using Weblate (Italian)Weblate1-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-10Translated using Weblate (Indonesian)Weblate1-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-08Update translationsNicolas Werner29-1360/+2347
2023-02-08Fix build without voipNicolas Werner1-1/+1
2023-02-08Fix empty list freeze in CompleterJoseph Donofry1-0/+3
2023-02-08Fix required plugin check on gstreamer 1.22Nicolas Werner3-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-06Use more modern flatpak build featuresNicolas Werner2-11/+6
2023-02-06Add a reduced motion optionNicolas Werner5-4/+132
fixes #1350
2023-02-02lint and avoid copyNicolas Werner3-43/+44
2023-02-02lintNicolas Werner1-34/+40
2023-02-01Allow nested ()/[] brackets in URLs (fixes #1346)Lukas Mai1-5/+45
2023-02-01Make notifications show the window againNicolas Werner2-1/+13
fixes #1329
2023-02-01chore: Adjust about function closeAllNotificationShootingStarDragons4-13/+4
Log: maek closeAllNotification on all platform, move closeAllNotification action to aboutToQuit
2023-01-31spoiler -> +warningNicolas Werner1-3/+4
2023-01-31document /cmark and Markdown extensions in man page (#1344)tastytea1-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-31Optimize user model construction by 2.5xNicolas Werner3-10/+20
2023-02-01Fix some leftover menus from #1319q234rty2-0/+9
2023-01-31Make single newlines cause a <br> by defaultNicolas Werner8-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-31Uncoditionally request keyframesNicolas Werner1-4/+3
2023-01-31add user search to invite dialog (#1253)Malte E12-100/+438
2023-01-29feat: clean all notifications if exit on linuxShootingStarDragons5-1/+33
2023-01-28Make newline behave consistently in markdown modeNicolas Werner1-1/+5
by always sending as formatted when a newline is in the body
2023-01-28Support strikethrough via ~~Nicolas Werner1-0/+118
2023-01-28chore: remove button checkShootingStarDragons1-3/+1
2023-01-28Get rid of shadowing even if the shadowing there is probably the safer solutionNicolas Werner1-3/+5
2023-01-28Support simplified spoiler input using || tagsNicolas Werner1-68/+211
relates to #1231
2023-01-27Translated using Weblate (Ukrainian)Weblate1-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-27Translated using Weblate (Ukrainian)Weblate1-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-27Translated using Weblate (Ukrainian)Weblate1-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-27Translated using Weblate (Ukrainian)Weblate1-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-27Translated using Weblate (Estonian)Weblate1-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-27Fix br tagsNicolas Werner1-1/+3
2023-01-26chore: limit it to linux waylandShootingStarDragons1-2/+6
2023-01-24Translated using Weblate (French)Weblate1-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-23Fix free-ing invalid pointer in call devices. From Jason Volk <jason@zemos.net>Joseph Donofry1-1/+1
2023-01-23remove unneeded font tagsenigma9o71-2/+2
2023-01-23feat: hide all popup menus when press leftbutton on somewhere elseShootingStarDragons5-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-22update Zsh completiontastytea1-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-22Make code tags preserve whitespaceNicolas Werner1-2/+3
2023-01-22Warn when no secret can be requestedNicolas Werner1-1/+3
2023-01-22Skip empty requests for cross-signing keys when user only has one device.Jason Volk1-0/+3
Cause: Request button pressed in user settings. Result: Request body is jsNull; sendToDevice requires jsObject.
2023-01-22Fix a few minor leaks (or just memory showing up as not freed in tools)Nicolas Werner4-5/+28
2023-01-21Fix creating DMs from pasting an mxidNicolas Werner1-2/+3
2023-01-21Work around multiple destructor calls after consteval construction in full ↵Nicolas Werner1-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-20chore: when save file, hide ImageOverlay windowShootingStarDragons1-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-20Translated using Weblate (Russian)Weblate1-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-20Translated using Weblate (Finnish)Weblate1-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-20Translated using Weblate (Estonian)Weblate1-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-19Make it more obvious that the add reaction button is not an emojiNicolas Werner3-1/+3
fixes #1301
2023-01-18Fix html in sidebar againNicolas Werner1-1/+1
2023-01-18Try building only the qml gstreamer plugin in flatpak packageNicolas Werner2-1/+36
2023-01-17Merge Debian/Ubuntu Dependenciesenigma9o71-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-16ErrataJoseph Donofry1-1/+1
2023-01-15update Ubuntu dependency list for building from source (#1294)tastytea1-5/+12
tested in a fresh 22.04 VM today
2023-01-15v0.11.1Joseph Donofry4-6/+14
2023-01-15Update README.md (#1287)squid-f1-0/+5
Add instruction to install on Mageia, as Nheko is now part of the official repo of the distribution.
2023-01-14Translated using Weblate (Finnish)Weblate1-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-14Translated using Weblate (Portuguese (Portugal))Weblate1-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-14Pause ParticleEmitter when not in use (#1284)Joseph Donofry3-21/+45
* Pause ParticleEmitter when not in use * Use timer instead to pause particle system
2023-01-13Translated using Weblate (Japanese)Weblate1-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-13Translated using Weblate (German)Weblate1-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-13Translated using Weblate (Finnish)Weblate1-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-13Add missing translations to READMENicolas Werner1-0/+1
2023-01-12Remove dead codeNicolas Werner3-74/+0
2023-01-12There was always supposed to be a failed state for eventsNicolas Werner2-4/+11
2023-01-12v0.11.0Nicolas Werner5-16/+17
2023-01-12Fix white bar above sticker pickerNicolas Werner2-35/+17
2023-01-12Translated using Weblate (Esperanto)Weblate1-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-12Fix weirdly big spinnerNicolas Werner1-2/+2
2023-01-12Fix white bar above emoji pickerNicolas Werner1-35/+19
2023-01-12Update changelogNicolas Werner1-2/+2
2023-01-12Try to fix binding loop in emoji pickerNicolas Werner1-2/+2
2023-01-12Update changelog for 0.11.0Nicolas Werner2-2/+100
2023-01-12Translated using Weblate (Chinese (Simplified))Weblate1-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-12Bump mtxclient versionNicolas Werner4-67/+65
2023-01-12Log registration flowsNicolas Werner4-115/+6
2023-01-10Translated using Weblate (Ukrainian)NullPointerException1-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-10Translated using Weblate (Indonesian)Linerly1-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-10Translated using Weblate (Portuguese (Brazil))Terry Cukerberg1-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-10Translated using Weblate (Portuguese (Brazil))Daimar Stein1-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-10Translated using Weblate (Portuguese (Brazil))zerowhy1-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-10Translated using Weblate (Esperanto)Tirifto1-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-10Translated using Weblate (Estonian)Priit Jõerüüt1-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-10Translated using Weblate (Finnish)Lurkki141-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-10Translated using Weblate (Chinese (Simplified))Chen Shaoju1-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-10Translated using Weblate (Chinese (Simplified))Poesty Li1-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-10Translated using Weblate (Chinese (Simplified))ling1-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-10Translated using Weblate (Russian)SOT-TECH1-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-10Translated using Weblate (Polish)Przemysław Romanik1-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-10Translated using Weblate (Dutch)Jaron Viëtor1-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-10Update supported Matrix versionNicolas Werner30-2949/+2951
2023-01-10Properly regenerate emoji using regional indicatorsNicolas Werner2-2/+106
fixes #1245 closes #1246
2023-01-09Try to make clang-format happyNicolas Werner1-1/+1
2023-01-09Document Safari workaroundNicolas Werner1-1/+4
2023-01-09Possibly fix paste from SafariNicolas Werner1-1/+7
2023-01-09Add some more error loggingNicolas Werner3-26/+18
2023-01-09Make server connection errors more usefulNicolas Werner2-15/+10
2023-01-08Fix potential crash from the room directoryNicolas Werner2-18/+48
2023-01-07Speedup quick switcherNicolas Werner5-38/+57
2023-01-07Fix clear button stylingNicolas Werner1-20/+7
2023-01-07Fix html in usernamesNicolas Werner2-2/+2
2023-01-07Navigate to space when room is selectedNicolas Werner5-3/+11
fixes #1260
2023-01-07Fix crash in migrations during secrets deletionNicolas Werner3-18/+53
We need to block the migrations returning until the migrations are done. Fixes #1258
2023-01-05Update .gitlab-ci.ymlDeepBlueV7.X1-0/+2
2023-01-05Update AppImageBuilder.ymlZhymabek Roman1-0/+8
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-01-05Try to fix blank screen in AppImage buildZhymabek Roman1-0/+1
2023-01-05Try to fix blank screen in AppImage buildZhymabek Roman1-2/+2
2023-01-05Fix stupid typo in AppImageZhymabek Roman1-0/+4
2023-01-05Fix appimage-builder package version query bugZhymabek Roman1-2/+6
See: https://github.com/AppImageCrafters/appimage-builder/issues/280
2023-01-02Bump mtxclient versionNicolas Werner2-2/+2
2023-01-02Maybe fix text selection in raw message dialogNicolas Werner1-0/+1
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner252-0/+252