summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Make github script executableJoseph Donofry2023-02-272-1/+1
|
* Test pattern for validation of functionalityJoseph Donofry2023-02-271-1/+1
|
* Generate release notes from CHANGELOG.mdJoseph Donofry2023-02-202-2/+3
|
* Use regex to match vX.Y.ZJoseph Donofry2023-02-201-1/+1
|
* Create github release from tags and upload artifacts as assetsJoseph Donofry2023-02-203-6/+74
|
* Merge branch 'cirrus_updates' into 'master'Joe Donofry2023-02-201-8/+2
|\ | | | | | | | | Cirrus updates See merge request nheko-reborn/nheko!24
| * Cirrus updatesJoe Donofry2023-02-201-8/+2
| |
* | Translated using Weblate (Chinese (Simplified))Weblate2023-02-201-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
* | Translated using Weblate (Ukrainian)Weblate2023-02-201-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
* | Translated using Weblate (Indonesian)Weblate2023-02-201-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
* Fix typo in tagNicolas Werner2023-02-201-1/+1
|
* Amend changelogNicolas Werner2023-02-201-0/+5
|
* Bump versionNicolas Werner2023-02-204-10/+11
|
* Update READMENicolas Werner2023-02-202-2/+72
|
* Mention qt5 image formats in FAQNicolas Werner2023-02-201-0/+9
| | | | fixes #1213
* Fix forwarding stickersNicolas Werner2023-02-201-3/+4
| | | | fixes #1182
* More template bloat reductionNicolas Werner2023-02-204-107/+115
|
* Remove a few more unused symbolsNicolas Werner2023-02-198-45/+37
|
* Fix flatpak bundle uploadNicolas Werner2023-02-191-2/+2
|
* Fix gcc10 again. Remove this once we stop supporting gcc10Nicolas Werner2023-02-191-14834/+14873
|
* Fix gcc10 compatNicolas Werner2023-02-192-2/+2
|
* Reduce code bloat a bitNicolas Werner2023-02-198-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.
* Automatically fetch keys for undecrypted messages after verificationNicolas Werner2023-02-188-15/+80
| | | | | | | | Also fix rerendering edited messages after keys are received. fixes #1375 fixes #770 fixes #888
* Fix edits in other clients jumping out of threadsNicolas Werner2023-02-181-5/+9
| | | | fixes #1373
* Merge pull request #1376 from xvitaly/blurhashDeepBlueV7.X2023-02-171-6/+15
|\ | | | | Added ability to build with packaged version of blurhash
| * Added ability to build with packaged version of blurhash.Vitaly Zaitsev2023-02-161-6/+15
|/ | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* Explicitly set parent for scrollbars to prevent them from showing on some ↵Nicolas Werner2023-02-162-6/+6
| | | | platforms
* Fix build on macOSNicolas Werner2023-02-151-1/+7
|
* Merge pull request #1371 from xvitaly/httplibDeepBlueV7.X2023-02-151-2/+10
|\ | | | | Added ability to build with packaged version of cpp-httplib
| * Added ability to build with packaged version of cpp-httplib.Vitaly Zaitsev2023-02-151-2/+10
| | | | | | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
* | Translated using Weblate (Estonian)Weblate2023-02-151-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
* Fix lintingNicolas Werner2023-02-141-1/+1
|
* Make scrollbars optional and disabled by defaultNicolas Werner2023-02-1432-315/+637
| | | | Also add them to the communities sidebar
* Room list: add scrollbar when not collapsedAlexander Bantyev2023-02-141-1/+7
|
* Merge pull request #1366 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-02-141-0/+1
|\ | | | | Focus text input when quick switcher is closed
| * Focus text input when quick switcher is closedLoren Burkholder2023-02-141-0/+1
| | | | | | | | Fixes #1065
* | Translated using Weblate (German)Weblate2023-02-141-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
* | Update translationsNicolas Werner2023-02-1428-200/+424
|/
* Merge pull request #1359 from Nheko-Reborn/encryption_delegateDeepBlueV7.X2023-02-143-3/+63
|\ | | | | Add a fancy delegate when encryption is enabled
| * Update resources/qml/delegates/EncryptionEnabled.qmlLoren Burkholder2023-02-141-1/+1
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * Limit max width of blurbLoren Burkholder2023-02-131-1/+2
| |
| * Update messageLoren Burkholder2023-02-131-3/+1
| |
| * Add a fancy delegate when encryption is enabledLoren Burkholder2023-02-133-3/+64
| |
* | Merge pull request #1365 from Nheko-Reborn/video_improvementsDeepBlueV7.X2023-02-142-1/+8
|\ \ | | | | | | Video player improvements
| * | Add a generic video icon when there is no thumbnailLoren Burkholder2023-02-141-1/+1
| | |
| * | Pause video when switching roomsLoren Burkholder2023-02-141-0/+7
| |/ | | | | | | Fixes #809
* / Translated using Weblate (Ukrainian)Weblate2023-02-141-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
* Translated using Weblate (Indonesian)Weblate2023-02-131-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
* Translated using Weblate (Estonian)Weblate2023-02-121-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
* Translated using Weblate (Chinese (Simplified))Weblate2023-02-121-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
* Translated using Weblate (Esperanto)Weblate2023-02-121-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
* Merge pull request #914 from Thulinma/imageOverlayRoleQmlDeepBlueV7.X2023-02-113-0/+10
|\ | | | | | | Make ImageOverlay set appropriate windowRole again
| * Make ImageOverlay set appropriate windowRole againThulinma2023-02-103-0/+10
| |
* | Remove some commands from the translationsNicolas Werner2023-02-1129-1248/+128
| |
* | Translated using Weblate (Finnish)Weblate2023-02-111-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
* | Translated using Weblate (French)Weblate2023-02-111-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
* | Translated using Weblate (French)Weblate2023-02-111-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
* | Translated using Weblate (French)Weblate2023-02-111-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
* | Translated using Weblate (French)Weblate2023-02-111-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
* | Update translationsNicolas Werner2023-02-1128-721/+721
| |
* | Standardise command format messagesphyto2023-02-1113-283/+283
|/
* Translated using Weblate (Estonian)Weblate2023-02-101-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
* Translated using Weblate (Dutch)Weblate2023-02-101-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
* Translated using Weblate (Esperanto)Weblate2023-02-101-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
* Translated using Weblate (Italian)Weblate2023-02-101-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
* Translated using Weblate (Indonesian)Weblate2023-02-101-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
* Update translationsNicolas Werner2023-02-0829-1360/+2347
|
* Fix build without voipNicolas Werner2023-02-081-1/+1
|
* Fix empty list freeze in CompleterJoseph Donofry2023-02-081-0/+3
|
* Fix required plugin check on gstreamer 1.22Nicolas Werner2023-02-083-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
* Use more modern flatpak build featuresNicolas Werner2023-02-062-11/+6
|
* Add a reduced motion optionNicolas Werner2023-02-065-4/+132
| | | | fixes #1350
* lint and avoid copyNicolas Werner2023-02-023-43/+44
|
* lintNicolas Werner2023-02-021-34/+40
|
* Merge pull request #1341 from Decodetalkers/ft_clean_notifyDeepBlueV7.X2023-02-025-0/+23
|\ | | | | clean all notifications if exit on linux
| * chore: Adjust about function closeAllNotificationShootingStarDragons2023-02-014-13/+4
| | | | | | | | | | Log: maek closeAllNotification on all platform, move closeAllNotification action to aboutToQuit
| * feat: clean all notifications if exit on linuxShootingStarDragons2023-01-295-1/+33
| |
* | Merge pull request #1347 from mauke/url-regex-war-crimeDeepBlueV7.X2023-02-021-5/+45
|\ \ | | | | | | Allow nested ()/[] brackets in URLs (fixes #1346)
| * | Allow nested ()/[] brackets in URLs (fixes #1346)Lukas Mai2023-02-011-5/+45
|/ /
* | Make notifications show the window againNicolas Werner2023-02-012-1/+13
| | | | | | | | fixes #1329
* | spoiler -> +warningNicolas Werner2023-01-311-3/+4
| |
* | document /cmark and Markdown extensions in man page (#1344)tastytea2023-01-311-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>
* | Optimize user model construction by 2.5xNicolas Werner2023-01-313-10/+20
| |
* | Merge pull request #1345 from q234rty/masterDeepBlueV7.X2023-01-312-0/+9
|\ \ | | | | | | Fix some leftover menus from #1319
| * | Fix some leftover menus from #1319q234rty2023-02-012-0/+9
|/ /
* | Make single newlines cause a <br> by defaultNicolas Werner2023-01-318-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
* | Uncoditionally request keyframesNicolas Werner2023-01-311-4/+3
| |
* | add user search to invite dialog (#1253)Malte E2023-01-3112-100/+438
|/
* Merge pull request #1319 from Decodetalkers/menuhideonwaylandDeepBlueV7.X2023-01-285-0/+41
|\ | | | | feat: hide all popup menus when press leftbutton on somewhere else
| * chore: remove button checkShootingStarDragons2023-01-281-3/+1
| |
| * chore: limit it to linux waylandShootingStarDragons2023-01-261-2/+6
| |
| * feat: hide all popup menus when press leftbutton on somewhere elseShootingStarDragons2023-01-235-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
* | Make newline behave consistently in markdown modeNicolas Werner2023-01-281-1/+5
| | | | | | | | by always sending as formatted when a newline is in the body
* | Support strikethrough via ~~Nicolas Werner2023-01-281-0/+118
| |
* | Get rid of shadowing even if the shadowing there is probably the safer solutionNicolas Werner2023-01-281-3/+5
| |
* | Support simplified spoiler input using || tagsNicolas Werner2023-01-281-68/+211
| | | | | | | | relates to #1231
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-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
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-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
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-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
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-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
* | Translated using Weblate (Estonian)Weblate2023-01-271-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
* | Fix br tagsNicolas Werner2023-01-271-1/+3
| |
* | Translated using Weblate (French)Weblate2023-01-241-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
* | Merge pull request #1299 from enigma9o7/patch-1DeepBlueV7.X2023-01-241-37/+21
|\ \ | | | | | | Merge Debian/Ubuntu Dependencies
| * | remove unneeded font tagsenigma9o72023-01-231-2/+2
| | |
| * | Merge Debian/Ubuntu Dependenciesenigma9o72023-01-171-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
* | | Fix free-ing invalid pointer in call devices. From Jason Volk <jason@zemos.net>Joseph Donofry2023-01-231-1/+1
| | |
* | | Merge pull request #1317 from tastytea/fix-zsh-completionDeepBlueV7.X2023-01-221-14/+9
|\ \ \ | | | | | | | | update Zsh completion
| * | | update Zsh completiontastytea2023-01-221-14/+9
|/ / / | | | | | | | | | | | | | | | - add new command line switches - prevent duplication in argument descriptions - load helper function before using it (fixes error with Zsh 5.9)
* | / Make code tags preserve whitespaceNicolas Werner2023-01-221-2/+3
| |/ |/|
* | Warn when no secret can be requestedNicolas Werner2023-01-221-1/+3
| |
* | Skip empty requests for cross-signing keys when user only has one device.Jason Volk2023-01-221-0/+3
| | | | | | | | | | | | Cause: Request button pressed in user settings. Result: Request body is jsNull; sendToDevice requires jsObject.
* | Fix a few minor leaks (or just memory showing up as not freed in tools)Nicolas Werner2023-01-224-5/+28
| |
* | Merge pull request #1304 from Decodetalkers/imagesaveDeepBlueV7.X2023-01-221-0/+1
|\ \ | | | | | | chore: when save file, hide ImageOverlay window
| * | chore: when save file, hide ImageOverlay windowShootingStarDragons2023-01-201-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
* | | Fix creating DMs from pasting an mxidNicolas Werner2023-01-211-2/+3
| | |
* | | Work around multiple destructor calls after consteval construction in full ↵Nicolas Werner2023-01-211-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
* | Translated using Weblate (Russian)Weblate2023-01-201-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
* | Translated using Weblate (Finnish)Weblate2023-01-201-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
* | Translated using Weblate (Estonian)Weblate2023-01-201-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
* | Make it more obvious that the add reaction button is not an emojiNicolas Werner2023-01-193-1/+3
| | | | | | | | fixes #1301
* | Fix html in sidebar againNicolas Werner2023-01-181-1/+1
| |
* | Try building only the qml gstreamer plugin in flatpak packageNicolas Werner2023-01-182-1/+36
|/
* ErrataJoseph Donofry2023-01-161-1/+1
|
* update Ubuntu dependency list for building from source (#1294)tastytea2023-01-151-5/+12
| | | tested in a fresh 22.04 VM today
* v0.11.1Joseph Donofry2023-01-154-6/+14
|
* Update README.md (#1287)squid-f2023-01-151-0/+5
| | | Add instruction to install on Mageia, as Nheko is now part of the official repo of the distribution.
* Translated using Weblate (Finnish)Weblate2023-01-141-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
* Translated using Weblate (Portuguese (Portugal))Weblate2023-01-141-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
* Pause ParticleEmitter when not in use (#1284)Joseph Donofry2023-01-143-21/+45
| | | | | * Pause ParticleEmitter when not in use * Use timer instead to pause particle system
* Translated using Weblate (Japanese)Weblate2023-01-131-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
* Translated using Weblate (German)Weblate2023-01-131-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
* Translated using Weblate (Finnish)Weblate2023-01-131-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
* Add missing translations to READMENicolas Werner2023-01-131-0/+1
|
* Remove dead codeNicolas Werner2023-01-123-74/+0
|
* There was always supposed to be a failed state for eventsNicolas Werner2023-01-122-4/+11
|
* v0.11.0Nicolas Werner2023-01-125-16/+17
|
* Fix white bar above sticker pickerNicolas Werner2023-01-122-35/+17
|
* Translated using Weblate (Esperanto)Weblate2023-01-121-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
* Fix weirdly big spinnerNicolas Werner2023-01-121-2/+2
|
* Fix white bar above emoji pickerNicolas Werner2023-01-121-35/+19
|
* Update changelogNicolas Werner2023-01-121-2/+2
|
* Try to fix binding loop in emoji pickerNicolas Werner2023-01-121-2/+2
|
* Update changelog for 0.11.0Nicolas Werner2023-01-122-2/+100
|
* Translated using Weblate (Chinese (Simplified))Weblate2023-01-121-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
* Bump mtxclient versionNicolas Werner2023-01-124-67/+65
|
* Log registration flowsNicolas Werner2023-01-124-115/+6
|
* Update translations from weblate, fix conflictsJoseph Donofry2023-01-1010-1220/+1261
|\
| * Translated using Weblate (Ukrainian)NullPointerException2023-01-101-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/
| * Translated using Weblate (Indonesian)Linerly2023-01-101-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/
| * Translated using Weblate (Portuguese (Brazil))Terry Cukerberg2023-01-101-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/
| * Translated using Weblate (Portuguese (Brazil))Daimar Stein2023-01-101-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/
| * Translated using Weblate (Portuguese (Brazil))zerowhy2023-01-101-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/
| * Translated using Weblate (Esperanto)Tirifto2023-01-101-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/
| * Translated using Weblate (Estonian)Priit Jõerüüt2023-01-101-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/
| * Translated using Weblate (Finnish)Lurkki142023-01-101-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/
| * Translated using Weblate (Chinese (Simplified))Chen Shaoju2023-01-101-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/
| * Translated using Weblate (Chinese (Simplified))Poesty Li2023-01-101-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/
| * Translated using Weblate (Chinese (Simplified))ling2023-01-101-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/
| * Translated using Weblate (Russian)SOT-TECH2023-01-101-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/
| * Translated using Weblate (Polish)Przemysław Romanik2023-01-101-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/
| * Translated using Weblate (Dutch)Jaron Viëtor2023-01-101-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/
* | Update supported Matrix versionNicolas Werner2023-01-1030-2949/+2951
| |
* | Properly regenerate emoji using regional indicatorsNicolas Werner2023-01-102-2/+106
| | | | | | | | | | fixes #1245 closes #1246
* | Try to make clang-format happyNicolas Werner2023-01-091-1/+1
| |
* | Document Safari workaroundNicolas Werner2023-01-091-1/+4
| |
* | Possibly fix paste from SafariNicolas Werner2023-01-091-1/+7
| |
* | Add some more error loggingNicolas Werner2023-01-093-26/+18
| |
* | Make server connection errors more usefulNicolas Werner2023-01-092-15/+10
| |
* | Fix potential crash from the room directoryNicolas Werner2023-01-082-18/+48
| |
* | Speedup quick switcherNicolas Werner2023-01-075-38/+57
| |
* | Fix clear button stylingNicolas Werner2023-01-071-20/+7
| |
* | Fix html in usernamesNicolas Werner2023-01-072-2/+2
| |
* | Navigate to space when room is selectedNicolas Werner2023-01-075-3/+11
| | | | | | | | fixes #1260
* | Fix crash in migrations during secrets deletionNicolas Werner2023-01-073-18/+53
| | | | | | | | | | | | We need to block the migrations returning until the migrations are done. Fixes #1258
* | Merge pull request #1212 from ZhymabekRoman/masterDeepBlueV7.X2023-01-052-0/+187
|\ \ | | | | | | Add AppImage build
| * | Update .gitlab-ci.ymlDeepBlueV7.X2023-01-051-0/+2
| | |
| * | Update AppImageBuilder.ymlZhymabek Roman2023-01-051-0/+8
| | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | Try to fix blank screen in AppImage buildZhymabek Roman2023-01-051-0/+1
| | |
| * | Try to fix blank screen in AppImage buildZhymabek Roman2023-01-051-2/+2
| | |
| * | Fix stupid typo in AppImageZhymabek Roman2023-01-051-0/+4
| | |
| * | Fix appimage-builder package version query bugZhymabek Roman2023-01-051-2/+6
| | | | | | | | | See: https://github.com/AppImageCrafters/appimage-builder/issues/280
| * | Merge branch 'master' into masterZhymabek Roman2023-01-02297-2759/+21493
| |\ \
| * | | AppImage: reduce package sizeZhymabek Roman2022-10-241-12/+1
| | | |
| * | | AppImage: trying to reduce final AppImage sizeZhymabek Roman2022-10-231-12/+0
| | | |
| * | | AppImage: use bundled libeventZhymabek Roman2022-10-211-1/+1
| | | |
| * | | AppImage: Use bundled OpenSSLZhymabek Roman2022-10-211-22/+8
| | | |
| * | | Disable bundle some packages in AppImageZhymabek Roman2022-10-211-4/+5
| | | |
| * | | Add AppImage recipe fileZhymabek Roman2022-10-201-0/+136
| | | |
| * | | Add AppImage buildZhymabek Roman2022-10-201-0/+67
| | | |
* | | | Bump mtxclient versionNicolas Werner2023-01-022-2/+2
| | | |
* | | | Maybe fix text selection in raw message dialogNicolas Werner2023-01-021-0/+1
| |/ / |/| |
* | | A whole new year full of excitement and possibilities!Nicolas Werner2023-01-02252-0/+252
| | |
* | | Fix pagination after timeline clearNicolas Werner2023-01-022-1/+8
| | |
* | | Limit build jobs on small systemsNicolas Werner2022-12-291-1/+2
| | |
* | | Merge branch 'Windows_send_fix' into 'master'Nicolas Werner2022-12-291-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Fix send message logic bug introduced with shift+enter setting See merge request nheko-reborn/nheko!23
| * | | Fix send message logic bug introduced with shift+enter settingJoseph Donofry2022-12-281-2/+2
|/ / /
* | / Skip notifying for your own messagesNicolas Werner2022-12-282-7/+17
| |/ |/|
* | Added translation using Weblate (Ukrainian)Weblate2022-12-281-0/+5100
| | | | | | | | Co-authored-by: NullPointerException <kigen745@gmail.com>
* | Finish german translationNicolas Werner2022-12-282-21/+25
| |
* | Some german translationsNicolas Werner2022-12-2827-371/+376
| |
* | Update english translation properlyNicolas Werner2022-12-2827-218/+490
| |
* | Revert storing members in statesdb for nowNicolas Werner2022-12-271-2/+4
| |
* | Fix state reset commandNicolas Werner2022-12-273-3/+11
| |
* | Update flat-manager-clientNicolas Werner2022-12-271-12/+111
| |
* | Show invite reason in the UI (hidden by default)Nicolas Werner2022-12-278-7/+92
| |
* | Update translationsJoseph Donofry2022-12-2627-2042/+13490
| |
* | Translated using Weblate (Chinese (Simplified))Weblate2022-12-201-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 92.5% (791 of 855 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 92.5% (791 of 855 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 92.5% (791 of 855 strings) Co-authored-by: Eric <alchemillatruth@purelymail.com> Co-authored-by: Poesty Li <poesty7450@gmail.com> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Fix formatting issuesJoseph Donofry2022-12-201-1/+2
| |
* | Add 'clear' button to search bar and implement search indicator via spinnerJoseph Donofry2022-12-205-2/+51
| |
* | Make unfiltered messages hidden by defaultNicolas Werner2022-12-191-17/+25
| |
* | Fix searching more past againNicolas Werner2022-12-191-4/+9
| |
* | Fix searching past the endNicolas Werner2022-12-191-1/+6
| |
* | Add some documentation for how the background filtering worksNicolas Werner2022-12-191-0/+14
| |
* | Make searching incremental to allow some userinteraction stillNicolas Werner2022-12-192-6/+85
| |
* | Fix unread bar sizeNicolas Werner2022-12-181-1/+3
| |
* | Fix weird QQC2 crash in alias dialogNicolas Werner2022-12-171-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backtrace: Thread 1 "nheko" received signal SIGSEGV, Segmentation fault. containerWidget (w=w@entry=0x0) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/styles/qstylesheetstyle.cpp:2467 2467 if (const QAbstractScrollArea *sa = qobject_cast<const QAbstractScrollArea *>(w->parentWidget())) { (gdb) bt #0 containerWidget(QWidget const*) (w=w@entry=0x0) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/styles/qstylesheetstyle.cpp:2467 #1 0x00007ffff4aa0ad6 in QStyleSheetStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const (this=0x555559917900, pe=<optimized out>, opt=0x55555ea4b5c0, p=0x7fffffffcfd0, w=0x0) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/styles/qstylesheetstyle.cpp:4452 #2 0x00007fff61d4a86b in KQuickStyleItem::paint(QPainter*) (this=this@entry=0x55555ea4a1e0, painter=painter@entry=0x7fffffffcfd0) at /usr/src/debug/kde-frameworks/qqc2-desktop-style-5.101.0/qqc2-desktop-style-5.101.0/plugin/kquickstyleitem.cpp:1667 #3 0x00007fff61d4b22a in KQuickStyleItem::updatePolish() (this=0x55555ea4a1e0) at /usr/src/debug/kde-frameworks/qqc2-desktop-style-5.101.0/qqc2-desktop-style-5.101.0/plugin/kquickstyleitem.cpp:1928 #4 0x00007ffff57717c2 in QQuickWindowPrivate::polishItems() (this=0x55555ea2e760) at /usr/src/debug/dev-qt/qtdeclarative-5.15.7-r1/qtdeclarative-everywhere-src-5.15.7/src/quick/items/qquickwindow.cpp:393 #5 0x00007ffff570f4ef in QSGThreadedRenderLoop::polishAndSync(QSGThreadedRenderLoop::Window*, bool) (this=this@entry=0x5555598eb770, w=w@entry=0x7fffe000aef0, inExpose=inExpose@entry=true) at /usr/src/debug/dev-qt/qtdeclarative-5.15.7-r1/qtdeclarative-everywhere-src-5.15.7/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1576 #6 0x00007ffff5710a8e in QSGThreadedRenderLoop::handleExposure(QQuickWindow*) (this=0x5555598eb770, window=<optimized out>) at /usr/src/debug/dev-qt/qtdeclarative-5.15.7-r1/qtdeclarative-everywhere-src-5.15.7/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1374 #7 0x00007ffff43d2b45 in QWindow::event(QEvent*) (this=0x7fffe0006eb0, ev=<optimized out>) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/gui/kernel/qwindow.cpp:2450 #8 0x00007ffff49ee481 in QApplicationPrivate::notify_helper(QObject*, QEvent*) (this=<optimized out>, receiver=0x7fffe0006eb0, e=0x7fffffffd460) at /usr/src/debug/dev-qt/qtwidgets-5.15.7/qtbase-everywhere-src-5.15.7/src/widgets/kernel/qapplication.cpp:3637 #9 0x00007ffff3e2d618 in QCoreApplication::notifyInternal2(QObject*, QEvent*) (receiver=0x7fffe0006eb0, event=0x7fffffffd460) at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/src/corelib/kernel/qcoreapplication.cpp:1064 #10 0x00007ffff43c8368 in QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent*) (e=0x55555f648b30) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/gui/kernel/qguiapplication.cpp:3261 #11 0x00007ffff43a55ab in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) (flags=flags@entry=...) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/gui/kernel/qwindowsysteminterface.cpp:1169 #12 0x00007fffef102622 in xcbSourceDispatch(GSource*, GSourceFunc, gpointer) (source=<optimized out>) at /usr/src/debug/dev-qt/qtgui-5.15.7-r1/qtbase-everywhere-src-5.15.7/src/plugins/platforms/xcb/qxcbeventdispatcher.cpp:105 #13 0x00007ffff386d030 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0 #14 0x00007ffff386d2d8 in () at /usr/lib64/libglib-2.0.so.0 #15 0x00007ffff386d36f in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0 #16 0x00007ffff3e80e55 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x5555596a4770, flags=...) at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/src/corelib/kernel/qeventdispatcher_glib.cpp:423 #17 0x00007ffff3e2c00b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7fffffffd700, flags=..., flags@entry=...) at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/include/QtCore/../../src/corelib/global/qflags.h:69 #18 0x00007ffff3e344ea in QCoreApplication::exec() () at /usr/src/debug/dev-qt/qtcore-5.15.7/qtbase-everywhere-src-5.15.7/include/QtCore/../../src/corelib/global/qflags.h:121 #19 0x00005555594a5c43 in main(int, char**) (argc=2, argv=0x7fffffffdab8) at /home/nicolas/Dokumente/devel/open-source/nheko/src/main.cpp:401 (gdb) p w $1 = (const QWidget *) 0x0
* | Fix confetti in the sidebarNicolas Werner2022-12-172-34/+31
| |
* | Fix sending confettiNicolas Werner2022-12-163-3/+3
| |
* | Bump mtxclient versionNicolas Werner2022-12-162-2/+2
| |
* | Fix copy and paste againNicolas Werner2022-12-141-1/+2
| |
* | I don't see why this would have detached, but make clazy happyNicolas Werner2022-12-131-1/+2
| |
* | Focus text field on key press (swallows first though...)Nicolas Werner2022-12-132-0/+5
| |
* | Revert "Disable keyboard selection for text by default"Nicolas Werner2022-12-131-2/+0
| | | | | | | | This reverts commit 0035c359ce97bf5975e19fd519f5852a40967bd7.
* | Fix image cache pruning intervalNicolas Werner2022-12-131-1/+1
| |
* | Add cache pruning for old image filesNicolas Werner2022-12-132-0/+63
| |
* | Add a button to room the upgraded room in the timelineNicolas Werner2022-12-133-1/+55
| |
* | Disable keyboard selection for text by defaultNicolas Werner2022-12-131-0/+2
| |
* | confetti (#1243)Loren Burkholder2022-12-1016-6/+251
| | | | | | * 🎉 (confetti) message support. Thanks @LorenDB !
* | Translated using Weblate (French)Weblate2022-12-091-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 75.0% (642 of 855 strings) Translated using Weblate (French) Currently translated at 75.0% (642 of 855 strings) Translated using Weblate (French) Currently translated at 75.0% (642 of 855 strings) Co-authored-by: GitEz-code <aandrowindows@gmail.com> Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Co-authored-by: lascapi <pascal.isman@keleo-solutions.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | fix squishNicolas Werner2022-12-071-1/+1
| |
* | Properly check for target room encryptionNicolas Werner2022-12-071-1/+2
| |
* | Merge pull request #1239 from q234rty/masterDeepBlueV7.X2022-12-052-4/+2
|\ \ | | | | | | Fix more blurry icons under HiDPI
| * | Fix downscaleq234rty2022-12-061-2/+2
| | |
| * | Fix people icon blurrinessq234rty2022-12-061-2/+0
|/ /
* | Implement MSC3664, pushrules for related eventsNicolas Werner2022-12-054-4/+37
| |
* | Translated using Weblate (Chinese (Simplified))Weblate2022-12-031-1/+1
| | | | | | | | | | | | | | | | Currently translated at 90.0% (770 of 855 strings) Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Fix stack overflow when filtering timelineNicolas Werner2022-11-222-3/+5
| |
* | Fix cmark warningNicolas Werner2022-11-201-4/+3
| |
* | Enable http/3 supportNicolas Werner2022-11-203-9/+16
| |
* | Translated using Weblate (German)Weblate2022-11-171-6/+6
| | | | | | | | | | | | | | | | Currently translated at 92.7% (793 of 855 strings) Co-authored-by: fnetX (aka fralix) <github@fralix.ovh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | Translated using Weblate (Japanese)Weblate2022-11-171-1/+1
| | | | | | | | | | | | | | | | Currently translated at 9.1% (78 of 855 strings) Co-authored-by: Max Harmathy <harmathy@secure.mailbox.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ja/ Translation: Nheko/nheko
* | Only play macOS notification sounds when pushrules dictate itJoseph Donofry2022-11-153-8/+31
| |
* | Change margins because people nagged meNicolas Werner2022-11-101-1/+2
| |
* | Fix crash in slash completerNicolas Werner2022-11-091-2/+2
| |
* | Implement a completer for commandsNicolas Werner2022-11-098-1/+319
| | | | | | | | fixes #429
* | Merge pull request #1224 from Nheko-Reborn/settingsfromroomlistDeepBlueV7.X2022-11-091-0/+5
|\ \ | | | | | | Get room settings from room list
| * | Add room settings in room listLoren Burkholder2022-11-071-0/+5
|/ /
* | Try to fix clang-tidyNicolas Werner2022-11-061-1/+2
| |
* | Store secrets (apart from the pickle key) in the databaseNicolas Werner2022-11-064-58/+107
| |