summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Set macos deployment target explicitlyNicolas Werner2022-09-221-0/+1
| |
* | Switch to C++20Nicolas Werner2022-09-227-78/+39
| |
* | Translated using Weblate (Russian)Weblate2022-09-221-3/+3
| | | | | | | | | | | | | | | | Currently translated at 31.5% (262 of 830 strings) Co-authored-by: SOT-TECH <sblazhko@sot-te.ch> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
* | Merge pull request #1190 from Bubu/patch-3DeepBlueV7.X2022-09-221-3/+5
|\ \ | | | | | | Readme: fix steam deck instructions
| * | Readme: fix steam deck instructionsMarcus2022-09-201-3/+5
| | | | | | | | | | | | | | | | | | Turns out that setting the desktop env isn't enough we also need to manually ensure kwalletd is started. As we can't tell steam to run multiple commands, people will need a small wrapper script that does this.
* | | Translated using Weblate (Russian)Weblate2022-09-221-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 31.5% (262 of 830 strings) Translated using Weblate (Russian) Currently translated at 31.5% (262 of 830 strings) Translated using Weblate (Russian) Currently translated at 31.5% (262 of 830 strings) Co-authored-by: Herecore <herecore@protonmail.com> Co-authored-by: Mihail Iosilevich <mihail.iosilevitch@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 (Russian)Weblate2022-09-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 31.0% (258 of 830 strings) Translated using Weblate (Russian) Currently translated at 31.0% (258 of 830 strings) Translated using Weblate (Russian) Currently translated at 31.0% (258 of 830 strings) Co-authored-by: Alexey Murz Korepov <murznn@gmail.com> Co-authored-by: SOT-TECH <sblazhko@sot-te.ch> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: glebasson <glebasson@yandex.ru> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
* | | Translated using Weblate (Estonian)Weblate2022-09-211-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.7% (828 of 830 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
* | | Rename groupsNicolas Werner2022-09-211-2/+2
| | |
* | | Show the community of a roomNicolas Werner2022-09-208-10/+143
|/ /
* | Merge pull request #1189 from Bubu/patch-1DeepBlueV7.X2022-09-201-0/+7
|\ \ | | | | | | Readme: add Steam Deck instructions
| * | Readme: add Steam Deck instructionsMarcus2022-09-201-0/+7
|/ /
* | Fix const iterationNicolas Werner2022-09-191-1/+1
| |
* | Rework how access rules for rooms are modified completelyNicolas Werner2022-09-197-74/+557
| |
* | Fix copypasto in cmake bundle option descriptions.Jason Volk2022-09-171-2/+2
| |
* | Merge pull request #1186 from q234rty/patch-1DeepBlueV7.X2022-09-161-1/+1
|\ \ | | | | | | Fix "Send by enter" on Windows
| * | Fix "Send by enter" on Windowsq234rty2022-09-161-1/+1
|/ / | | | | Apparently on windows `Qt.inputMethod.visible` is always true when an input method is installed. Also on windows even after removing the check enter is still consumed by the input method, not nheko.
* | Make emoji escaping less aggressiveNicolas Werner2022-09-161-1/+7
| |
* | Merge pull request #1185 from spaetz/patch-1DeepBlueV7.X2022-09-151-1/+1
|\ \ | | | | | | Update nheko_de.ts: typo "Animiete"
| * | Update nheko_de.tsSebastian Spaeth2022-09-151-1/+1
|/ / | | | | Typo "Animiete"->"Animierte" and shorten the German phrase somewhat. Sigh, it is such a verbose language...
* | Translated using Weblate (Indonesian)Weblate2022-09-131-1/+1
| | | | | | | | | | | | | | | | Currently translated at 100.0% (830 of 830 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | Use upstream gstreamerNicolas Werner2022-09-122-35/+5
| |
* | Line to indicate first unread message (#1147)Hiers2022-09-1111-20/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First draft of unread line feature. * Minor visual fix. * Removed unnecessary ternary operator. * Extended unread line functionality to work on minimised window or focusing another window. * Fix for unread line not showing when last read message is hidden. * Minor performance improvement. Fix for misbehaving event2order DB at application start. * Fix for possible performance issues when user has joined a large number of rooms. * Fix for breaking macos and clazy builds. * Changed on windows focus function to refresh unread line if room is unread. * Unread line is removed when user sends a message. * Linting. * Fixed unread line to work in standalone room windows. * Switch isRoomUnread for index 0. * Merged try/catch blocks. * Fix for crash on opening a room invite. * Call fullyReadEventId function when used instead of storing it and passing it through. * Function that was meant to sync the unread line was relying on an async function, oops. * Linting again. * More linting... * Minor changes.
* | Merge pull request #1163 from foresto/log-optionsDeepBlueV7.X2022-09-114-22/+96
|\ \ | | | | | | Control logging via command line or environment variable
| * | Control logging via command line and environment variablesForest2022-09-104-22/+96
| |/ | | | | | | | | | | | | | | | | | | | | | | Nheko is very chatty in its log output, generating log noise (which complicates diagnostics) and needless disk writes (which affect power consumption and SSD life). This patch introduces command line options and environment variables to control log levels and output type. The old --debug command line option still works, at least for now. It is overridden by the new command line options when they are used. Partially addresses #665.
* | Enable spoilers in repliesNicolas Werner2022-09-111-1/+1
| |
* | Fix sync with empty invite stateNicolas Werner2022-09-102-3/+3
|/
* Bump mtxclient to released versionNicolas Werner2022-09-092-3/+3
|
* Fix crash when joining a room with previewNicolas Werner2022-09-092-3/+3
|
* Bump versionNicolas Werner2022-09-074-6/+8
|
* Translated using Weblate (Indonesian)Weblate2022-09-071-27/+27
| | | | | | | | Currently translated at 100.0% (830 of 830 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* Update changelogNicolas Werner2022-09-071-0/+52
|
* Translated using Weblate (Polish)Weblate2022-09-071-34/+34
| | | | | | | | Currently translated at 100.0% (830 of 830 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2022-09-071-28/+28
| | | | | | | | Currently translated at 100.0% (830 of 830 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 (Finnish)Weblate2022-09-071-25/+25
| | | | | | | | Currently translated at 100.0% (830 of 830 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 (Polish)Weblate2022-09-071-1/+1
| | | | | | | | Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Update translationsNicolas Werner2022-09-0726-1228/+4374
|
* Bump mtxclientNicolas Werner2022-09-072-4/+4
|
* Update gstreamerNicolas Werner2022-09-061-2/+2
|
* Fix crash on empty private read receipts being receivedNicolas Werner2022-09-061-4/+5
| | | | fixes #1180
* Allow creating spacesNicolas Werner2022-09-057-14/+55
|
* Attribute values can contain slashesNicolas Werner2022-09-041-9/+16
|
* Implement space stickers & emojiNicolas Werner2022-09-017-10/+46
|
* Unset the transient parent on separate chat windowsNicolas Werner2022-08-313-3/+14
| | | | relates to #1168
* Fix empty widgets still being shownNicolas Werner2022-08-301-0/+4
|
* Fix invalid userids on profile requestsNicolas Werner2022-08-303-2/+16
|
* Don't trust synapseNicolas Werner2022-08-272-2/+2
| | | | fixes #1172
* Merge pull request #1166 from foresto/clang-format-11-compatDeepBlueV7.X2022-08-251-158/+8
|\ | | | | Restore compatibility with clang-format v11
| * Revert "Specify every linter option"Forest2022-08-241-158/+8
| | | | | | | | | | | | | | This reverts commit e6b6a76437920cb3abd72db2b28dd7570ee3b8ad, because it broke compatibility with clang-format 11 (which is current on some linux distros) and because it didn't achieve its original goal. See PR #1166 for discussion.
* | Merge pull request #1165 from ChungZH/patch-1DeepBlueV7.X2022-08-241-1/+1
|\ \ | |/ |/| Fix the position of version
| * Fix the position of versionZirnc2022-08-241-1/+1
|/
* Merge pull request #1162 from Hiers/discrete-roomprofile-editDeepBlueV7.X2022-08-211-2/+16
|\ | | | | Added discrete edit button to room profiles.
| * Added discrete edit button to room profiles.Hiers2022-08-221-2/+16
|/
* Merge pull request #1156 from foresto/patch-1DeepBlueV7.X2022-08-201-0/+1
|\ | | | | Focus message input box when pressing Esc
| * Focus message input box when pressing EscForest2022-08-191-0/+1
| | | | | | This helps with #1065, although I think making sure the message input box gets focus by default would be worthwhile.
* | Merge pull request #1160 from foresto/reaction-colorsDeepBlueV7.X2022-08-201-9/+8
|\ \ | | | | | | Reactions: avoid highlight color misuse, subdue bright border color
| * | Reactions: avoid highlight color misuse, subdue border colorForest2022-08-191-9/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses a few problems with reaction colors: - The state-checking conditionals for reaction text, background, and border were inconsistent, making it difficult to choose colors for each state (normal, hovered, and self reactions) that worked well in all themes. - The QPalette::Highlight color was being misused as a text/foreground color. This color role is intended for background areas. It has little contrast against the background in themes like KDE Plasma's Breeze High Contrast, so using it for text and icons makes those things difficult to read. https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum - The reaction border was drawn in the same color as normal text, making it so bright in some dark themes that it distracted from reading nearby text. Fixes Nheko-Reborn/nheko#1159
* / Allow summary tagNicolas Werner2022-08-201-9/+10
|/
* Fix inline image escape orderNicolas Werner2022-08-181-2/+2
|
* Break http images and implement barebones spoiler support when not in mobile ↵Nicolas Werner2022-08-172-34/+125
| | | | | | | mode see #1042 see #483
* Merge pull request #1155 from foresto/grammar-apostropheDeepBlueV7.X2022-08-1627-28/+28
|\ | | | | Grammar fix: Group's sidebar -> Groups sidebar
| * Grammar fix: Group's sidebar -> Groups sidebarForest2022-08-1527-28/+28
|/
* Reduce memory usage when compiling slightlyNicolas Werner2022-08-151-1/+3
|
* Make member search case insensitiveNicolas Werner2022-08-131-2/+4
|
* Fix crash when device has no keys to verifyNicolas Werner2022-08-131-0/+8
|
* Fix crash when fetching global profileNicolas Werner2022-08-133-10/+35
|
* Enable encryption for DMs when started from the profileNicolas Werner2022-08-131-0/+5
|
* Hide uneditable spaces from menuNicolas Werner2022-08-101-1/+7
|
* Support editing space childrenNicolas Werner2022-08-109-48/+365
|
* Change preview title for spacesNicolas Werner2022-08-081-1/+1
|
* Fix c&p error on room names in previewsNicolas Werner2022-08-081-5/+2
|
* Translated using Weblate (Finnish)Weblate2022-08-061-3/+3
| | | | | | | | Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* Fix macos shadowingNicolas Werner2022-08-051-2/+2
|
* Show a room preview in the join confirmation dialogNicolas Werner2022-08-0513-27/+355
| | | | | | Requires MSC3266 Fixes #1129
* Add notification authorization for badges on macOSJoseph Donofry2022-08-041-1/+1
|
* Fix notification format on windowsNicolas Werner2022-08-011-15/+2
| | | | fixes #1137
* Translated using Weblate (Polish)Weblate2022-08-011-1/+1
| | | | | | | | Currently translated at 99.8% (806 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Estonian)Weblate2022-07-311-2/+2
| | | | | | | | Currently translated at 100.0% (807 of 807 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 room members dialog opening room member dialog of the wrong roomNicolas Werner2022-07-301-1/+1
|
* Fix too many fmt parametersNicolas Werner2022-07-301-1/+1
|
* Make code compile with hidden friendsNicolas Werner2022-07-292-8/+8
|
* Translated using Weblate (Polish)Weblate2022-07-251-4/+4
| | | | | | | | Currently translated at 99.8% (806 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-241-2/+2
| | | | | | | | Currently translated at 99.8% (806 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-241-2/+2
| | | | | | | | Currently translated at 99.8% (806 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-241-6/+6
| | | | | | | | Currently translated at 99.8% (806 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Pass context object to properly disconnect when this is deletedNicolas Werner2022-07-231-8/+10
|
* Explicitly upgrade ca-certsNicolas Werner2022-07-231-1/+1
|
* Merge pull request #1126 from nenomius/masterDeepBlueV7.X2022-07-232-36/+46
|\ | | | | Do less work when building completion trie
| * Do less work when building completion trienenomius2022-07-232-36/+46
| | | | | | | | Convert to lower case only once per string.
* | Update clazy baseimageNicolas Werner2022-07-231-3/+2
| |
* | Translated using Weblate (English)Weblate2022-07-231-3/+3
| | | | | | | | | | | | | | | | Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* | Translated using Weblate (Polish)Weblate2022-07-231-183/+191
|/ | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.8% (806 of 807 strings) Translated using Weblate (Polish) Currently translated at 99.8% (806 of 807 strings) Translated using Weblate (Polish) Currently translated at 99.8% (806 of 807 strings) Translated using Weblate (Polish) Currently translated at 99.8% (806 of 807 strings) Co-authored-by: AXD <dexkingcrazy@gmail.com> Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Stanisław Borowy <stabor7@protonmail.com> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-4/+4
| | | | | | | | | | | | | | Currently translated at 77.6% (627 of 807 strings) Translated using Weblate (Polish) Currently translated at 77.6% (627 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-82/+83
| | | | | | | | | | | | | | Currently translated at 77.3% (624 of 807 strings) Translated using Weblate (Polish) Currently translated at 77.3% (624 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-2/+2
| | | | | | | | | | | | | | Currently translated at 70.0% (565 of 807 strings) Translated using Weblate (Polish) Currently translated at 70.0% (565 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-3/+3
| | | | | | | | | | | | | | Currently translated at 69.8% (564 of 807 strings) Translated using Weblate (Polish) Currently translated at 69.8% (564 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-3/+3
| | | | | | | | | | | | | | Currently translated at 69.6% (562 of 807 strings) Translated using Weblate (Polish) Currently translated at 69.6% (562 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-3/+3
| | | | | | | | | | | | | | Currently translated at 69.5% (561 of 807 strings) Translated using Weblate (Polish) Currently translated at 69.5% (561 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-3/+3
| | | | | | | | | | | | | | Currently translated at 69.2% (559 of 807 strings) Translated using Weblate (Polish) Currently translated at 69.2% (559 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-3/+4
| | | | | | | | | | | | | | Currently translated at 69.0% (557 of 807 strings) Translated using Weblate (Polish) Currently translated at 69.0% (557 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-5/+6
| | | | | | | | | | | | | | Currently translated at 68.7% (555 of 807 strings) Translated using Weblate (Polish) Currently translated at 68.7% (555 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-2/+2
| | | | | | | | | | | | | | Currently translated at 68.2% (551 of 807 strings) Translated using Weblate (Polish) Currently translated at 68.2% (551 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-1/+1
| | | | | | | | Currently translated at 68.1% (550 of 807 strings) Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-4/+4
| | | | | | | | | | | | | | Currently translated at 68.0% (549 of 807 strings) Translated using Weblate (Polish) Currently translated at 68.0% (549 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-2/+2
| | | | | | | | | | | | | | Currently translated at 67.6% (546 of 807 strings) Translated using Weblate (Polish) Currently translated at 67.6% (546 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-41/+42
| | | | | | | | | | | | | | Currently translated at 67.5% (545 of 807 strings) Translated using Weblate (Polish) Currently translated at 67.5% (545 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-2/+2
| | | | | | | | | | | | | | Currently translated at 63.8% (515 of 807 strings) Translated using Weblate (Polish) Currently translated at 63.8% (515 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-4/+4
| | | | | | | | | | | | | | Currently translated at 63.6% (514 of 807 strings) Translated using Weblate (Polish) Currently translated at 63.6% (514 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-80/+80
| | | | | | | | | | | | | | Currently translated at 63.3% (511 of 807 strings) Translated using Weblate (Polish) Currently translated at 63.3% (511 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-12/+12
| | | | | | | | | | | | | | Currently translated at 55.0% (444 of 807 strings) Translated using Weblate (Polish) Currently translated at 55.0% (444 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Polish)Weblate2022-07-221-73/+74
| | | | | | | | | | | | | | | | | | Currently translated at 53.5% (432 of 807 strings) Translated using Weblate (Polish) Currently translated at 53.4% (431 of 807 strings) Translated using Weblate (Polish) Currently translated at 53.4% (431 of 807 strings) Co-authored-by: Przemysław Romanik <github@rom4nik.pl> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* Translated using Weblate (Dutch)Weblate2022-07-221-36/+40
| | | | | | | | | Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* Add release dateNicolas Werner2022-07-221-1/+1
|
* Bump versionNicolas Werner2022-07-222-5/+6
|
* Bump bundled olmNicolas Werner2022-07-221-3/+3
|
* Bump dependenciesNicolas Werner2022-07-222-10/+10
|
* Fix typoNicolas Werner2022-07-221-1/+1
|
* Reword redact command in changelogNicolas Werner2022-07-221-1/+1
|
* Fix user reference in changelogNicolas Werner2022-07-221-1/+1
|
* Update changelogNicolas Werner2022-07-221-1/+137
|
* Verifications sneakily accumulating in the backgroundNicolas Werner2022-07-223-13/+44
|
* Translated using Weblate (Russian)Weblate2022-07-211-9/+9
| | | | | | | | | | | | | | | | | | Currently translated at 31.3% (253 of 807 strings) Translated using Weblate (Russian) Currently translated at 31.3% (253 of 807 strings) Translated using Weblate (Russian) Currently translated at 31.3% (253 of 807 strings) Co-authored-by: Alexey Murz Korepov <murznn@gmail.com> Co-authored-by: Artem <ego.cordatus@gmail.com> Co-authored-by: Herecore <herecore@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
* Translated using Weblate (Russian)Weblate2022-07-201-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 30.6% (247 of 807 strings) Translated using Weblate (Russian) Currently translated at 30.6% (247 of 807 strings) Translated using Weblate (Russian) Currently translated at 30.6% (247 of 807 strings) Translated using Weblate (Russian) Currently translated at 30.6% (247 of 807 strings) Translated using Weblate (Russian) Currently translated at 30.6% (247 of 807 strings) Co-authored-by: Alexander Bantyev <balsoft@balsoft.ru> Co-authored-by: Herecore <herecore@protonmail.com> Co-authored-by: Libre Hacker <librehacker@snopyta.org> Co-authored-by: Mihail Iosilevich <mihail.iosilevitch@yandex.ru> Co-authored-by: glebasson <glebasson@yandex.ru> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
* Fix matrix.to link escapingNicolas Werner2022-07-205-12/+59
| | | | | | Properly escapes in replies and with unmatched []. fixes #854
* Merge pull request #1121 from MayeulC/32bitDeepBlueV7.X2022-07-201-3/+10
|\ | | | | Better handle 32-bit platforms by limitting database size
| * fixup! Better handle 32-bit platforms by limitting database sizeMayeul Cantan2022-07-201-4/+5
| |
| * Better handle 32-bit platforms by limitting database sizeMayeul Cantan2022-07-191-3/+9
| | | | | | | | | | | | Experimentally, setting the database size to 2GB didn't work. These values are quite arbitrary, and should probably be settings or automatically adjusted.
* | Merge pull request #1123 from LordMZTE/rofi-nhekoDeepBlueV7.X2022-07-201-0/+1
|\ \ | | | | | | add rofi-nheko to the list of known DBus plugins
| * | add rofi-nheko to the list of known DBus pluginsLordMZTE2022-07-201-0/+1
|/ /
* | Translated using Weblate (Chinese (Simplified))Weblate2022-07-201-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Nekogawa Mio <mio@lolic.at> 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 (German)Weblate2022-07-201-1/+1
| | | | | | | | | | | | | | | | Currently translated at 100.0% (807 of 807 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | Translated using Weblate (Chinese (Simplified))Weblate2022-07-201-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (807 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Nekogawa Mio <mio@lolic.at> Co-authored-by: Poesty Li <poesty7450@gmail.com> Co-authored-by: Reiuji Utsuho <netap495l@gmail.com> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: hulb <hulb@live.cn> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Translated using Weblate (Dutch)Weblate2022-07-201-13/+13
| | | | | | | | | | | | | | | | Currently translated at 95.7% (773 of 807 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* | Fix crash when creating link to room previewNicolas Werner2022-07-195-55/+118
| |
* | Fix skipping over all events after a redactionNicolas Werner2022-07-192-2/+2
| |
* | Translated using Weblate (Chinese (Simplified))Weblate2022-07-191-563/+587
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.8% (806 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 99.8% (806 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 99.8% (806 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 99.8% (806 of 807 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Co-authored-by: RainSlide <RainSlide@outlook.com> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: hulb <hulb@live.cn> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Translated using Weblate (Dutch)Weblate2022-07-191-81/+81
| | | | | | | | | | | | | | | | Currently translated at 94.7% (765 of 807 strings) Co-authored-by: Jaron Viëtor <jaron@v8or.nl> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/nl/ Translation: Nheko/nheko
* | Fix window decorations on macos for room dir dialogNicolas Werner2022-07-181-1/+1
| | | | | | | | fixes #1114
* | Translated using Weblate (Finnish)Weblate2022-07-181-35/+37
| | | | | | | | | | | | | | | | Currently translated at 100.0% (807 of 807 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 (Dutch)Weblate2022-07-181-33/+34
| | | | | | | | | | | | | | | | Currently translated at 85.0% (686 of 807 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 (Indonesian)Weblate2022-07-181-9/+9
| | | | | | | | | | | | | | | | Currently translated at 100.0% (807 of 807 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko
* | Fix crash on empty image packsNicolas Werner2022-07-181-1/+1
|/
* Translated using Weblate (Finnish)Weblate2022-07-181-3/+3
| | | | | | | | Currently translated at 95.7% (773 of 807 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 (Chinese (Simplified))Weblate2022-07-181-84/+85
| | | | | | | | | | | | | | | | | | | Currently translated at 32.5% (263 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 32.5% (263 of 807 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 32.5% (263 of 807 strings) Co-authored-by: Poesty Li <poesty7450@gmail.com> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: hosxy <hosxy@live.com> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Translated using Weblate (German)Weblate2022-07-171-39/+39
| | | | | | | | Currently translated at 100.0% (807 of 807 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 German translationNicolas Werner2022-07-171-60/+64
|
* Translated using Weblate (Estonian)Weblate2022-07-161-14/+16
| | | | | | | | Currently translated at 100.0% (807 of 807 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
* Properly figure out entity that is controlled by policy ruleNicolas Werner2022-07-173-3/+38
|
* Update some german translationsNicolas Werner2022-07-161-63/+64
|
* Translated using Weblate (Indonesian)Weblate2022-07-161-40/+42
| | | | | | | | Currently translated at 100.0% (807 of 807 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)Weblate2022-07-161-23/+23
| | | | | | | | Currently translated at 98.2% (793 of 807 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
* Update translationsNicolas Werner2022-07-1627-2762/+7586
|
* Fix weird spacing and hidden encryption indicator in top barNicolas Werner2022-07-162-5/+8
|
* Fix muting spacesNicolas Werner2022-07-161-3/+3
|
* Add missing includeNicolas Werner2022-07-161-0/+2
|
* Fix subobject initializationNicolas Werner2022-07-161-10/+12
|
* Fix dm counts after restartNicolas Werner2022-07-161-1/+7
|
* Merge pull request #1062 from Nheko-Reborn/perSpaceNotifsDeepBlueV7.X2022-07-1613-124/+421
|\ | | | | Per-space notification bubbles
| * Make notification count calculation more efficientNicolas Werner2022-07-166-89/+103
| |
| * WIPNicolas Werner2022-07-154-74/+107
| |
| * Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifsNicolas Werner2022-07-1412-124/+374
| |\
| | * make lintLoren Burkholder2022-06-291-2/+2
| | |
| | * Simplify space notification optionsLoren Burkholder2022-06-294-75/+18
| | |
| | * make licenseLoren Burkholder2022-06-291-0/+4
| | |
| | * Allow muting spaces; other general improvementsLoren Burkholder2022-06-295-19/+92
| | |
| | * make lintLoren Burkholder2022-06-291-3/+7
| | |
| | * Add notifications to all sidebar itemsLoren Burkholder2022-06-292-10/+45
| | |
| | * Inform Qt that loud notifications changedLoren Burkholder2022-06-291-1/+1
| | |
| | * Add space notification configurationLoren Burkholder2022-06-294-7/+92
| | |
| | * Add space notifs to room listLoren Burkholder2022-06-291-64/+18
| | |
| | * Make the notification bubble its own componentLoren Burkholder2022-06-293-79/+86
| | |
| | * Add loud notifications for spacesLoren Burkholder2022-06-296-16/+32
| | |
| | * Add space notifications to room listLoren Burkholder2022-06-297-55/+84
| | |
| | * Fix typoed variable nameLoren Burkholder2022-06-292-10/+10
| | |
| | * Display unread notifications for spacesLoren Burkholder2022-06-294-18/+118
| | |
* | | Merge pull request #1110 from r0hit05/msc2746DeepBlueV7.X2022-07-1514-79/+98
|\ \ \ | | | | | | | | Update namespace for call events
| * | | Fixed formattingr0hit052022-07-155-10/+16
| | | |
| * | | Changed mtxclient commit id for CIr0hit052022-07-152-4/+4
| | | |
| * | | Updated call struct definitionsr0hit052022-07-153-11/+24
| | | |
| * | | Updated call event namespaces to voipr0hit052022-07-1512-66/+66
|/ / /
* / / Translated using Weblate (French)Weblate2022-07-121-4/+4
|/ / | | | | | | | | | | | | | | Currently translated at 86.9% (671 of 772 strings) Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | Use normal instead of recursive mutexNicolas Werner2022-07-111-3/+2
| |
* | Fix race condition in dbus APINicolas Werner2022-07-111-11/+38
| |
* | Fix aliases being duplicated in the aliases list in some casesNicolas Werner2022-07-111-7/+7
| |
* | Fix command in flatpakNicolas Werner2022-07-101-1/+1
| |
* | Set output name after the variable is definedNicolas Werner2022-07-101-4/+1
| |
* | Fix output name for flatpakNicolas Werner2022-07-101-0/+4
| |
* | Fix rooms failing to load over dbus if image can't be downloadedNicolas Werner2022-07-101-1/+3
| |
* | Try to fix titlebar on room dirNicolas Werner2022-07-091-1/+2
| |
* | Support rendering policy rulesNicolas Werner2022-07-096-2/+126
| |
* | Translated using Weblate (French)Weblate2022-07-091-3/+3
| | | | | | | | | | | | | | | | Currently translated at 86.3% (667 of 772 strings) Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | Fix clazy warningNicolas Werner2022-07-091-2/+2
| |
* | Allow editing aliasesNicolas Werner2022-07-0813-9/+643
| |
* | Fix users with @room in the name pinging the whole room when replied toNicolas Werner2022-07-051-22/+28
| |
* | Warn about emojis looking different in different clientsNicolas Werner2022-07-031-0/+11
| | | | | | | | fixes #919
* | Fix emoji verification clipped on swayNicolas Werner2022-07-037-593/+560
| | | | | | | | fixes #917
* | Add a /command to redact all visible messages sent by a userNicolas Werner2022-07-014-0/+31
| |
* | Fix crash on empty user cache storedNicolas Werner2022-07-011-3/+7
| |
* | Fix crash when closing room directory windowNicolas Werner2022-07-012-5/+4
| |
* | Merge pull request #1111 from q234rty/masterDeepBlueV7.X2022-06-302-9/+12
|\ \ | | | | | | Fix regressions after #1108
| * | Fix emoji pickerq234rty2022-06-301-5/+6
| | |
| * | Fix room member listq234rty2022-06-301-4/+6
| |/
* / Translated using Weblate (Chinese (Simplified))Weblate2022-06-301-9/+9
|/ | | | | | | | Currently translated at 23.1% (179 of 772 strings) Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Fix bad timestamps being stored for room infosNicolas Werner2022-06-281-1/+4
|
* Fix blurriness of svg icons (#1108)q234rty2022-06-283-1/+7
|
* Fix clazy complaint about detatchNicolas Werner2022-06-281-1/+1
|
* Get large avatar images as scale and crop locally (#1107)brausepulver2022-06-261-7/+29
| | | | | | | | | | | | Resolves #1069 The Matrix spec requires servers to provide thumbnails at (96x96, crop) and (320x240, scale) among others. [1] The avatars in Nheko's global/room profile and room settings are sized 130x130 on normal scaling and 260x260 on 2x scaling like on a HiDPI device. In both cases the avatar is requested as cropped and that way displayed at 96x96, making it look blurry. This can be solved by requesting scaled avatars rather than cropped where appropriate, and cropping to the requested size afterwards. HiDPI can be simulated in Qt by setting QT_SCALE_FACTOR=2. [1] https://spec.matrix.org/v1.3/client-server-api/#thumbnails
* Translated using Weblate (Finnish)Weblate2022-06-261-1/+1
| | | | | | | | Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* Fix timestamps after loadingNicolas Werner2022-06-264-2/+41
|
* Add an option to define new power levelsNicolas Werner2022-06-263-127/+271
|
* Fix lintingNicolas Werner2022-06-251-5/+5
|
* Require matrix v1.1 or greaterNicolas Werner2022-06-257-44/+95
|
* Refresh last message when paginating backwardsNicolas Werner2022-06-251-1/+4
|
* Fix lintingNicolas Werner2022-06-241-2/+2
|
* Add copy link to room context menu (#1101)brausepulver2022-06-235-12/+43
|
* Merge pull request #1106 from jevolk/masterDeepBlueV7.X2022-06-231-0/+4
|\ | | | | Fix multiple weak symbols from private object destructor (-Wstringop-…
| * Fix multiple weak symbols from private object destructor (-Wstringop-overflow).Jason Volk2022-06-231-0/+4
|/
* Translated using Weblate (Estonian)Weblate2022-06-211-1/+1
| | | | | | | | Currently translated at 100.0% (772 of 772 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 (Finnish)Weblate2022-06-201-2/+2
| | | | | | | | Currently translated at 100.0% (772 of 772 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 (Chinese (Simplified))Weblate2022-06-191-71/+71
| | | | | | | | | | | | | | | | | | | | | | | Currently translated at 22.9% (177 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 22.9% (177 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 22.9% (177 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 22.9% (177 of 772 strings) Co-authored-by: Nekogawa Mio <mio@lolic.at> Co-authored-by: Reiuji Utsuho <netap495l@gmail.com> Co-authored-by: hulb <hulb@live.cn> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Request full online keybackup when turning it onNicolas Werner2022-06-195-4/+113
|
* Translated using Weblate (English)Weblate2022-06-181-1/+1
| | | | | | | | Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* Translated using Weblate (Finnish)Weblate2022-06-181-3/+3
| | | | | | | | Currently translated at 100.0% (772 of 772 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 (German)Weblate2022-06-181-1/+1
| | | | | | | | Currently translated at 84.8% (655 of 772 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* Translated using Weblate (Chinese (Simplified))Weblate2022-06-181-11/+11
| | | | | | | | | | | | | | | | | | | | | | | Currently translated at 13.7% (106 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 13.7% (106 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 13.7% (106 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 13.7% (106 of 772 strings) Co-authored-by: Nekogawa Mio <mio@lolic.at> Co-authored-by: Reiuji Utsuho <netap495l@gmail.com> Co-authored-by: hulb <hulb@live.cn> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Remove a few more headersNicolas Werner2022-06-1818-52/+48
|
* Support the knock_restricted ruleNicolas Werner2022-06-185-2/+20
|
* Skip migration if sender_key is not a string or presentNicolas Werner2022-06-181-1/+3
|
* Added escape handler for uploads (#1100)Rohit Sutradhar2022-06-171-3/+5
| | | | | | | * Added escape handler for uploads * Update MessageView.qml Changed if-else conditions to handle only one escape at a time
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-1710-187/+198
|
* Remove remaining groups codeNicolas Werner2022-06-173-6/+2
|
* Fix coeurl lookupNicolas Werner2022-06-171-8/+10
|
* Add option to disable implicit json conversionsNicolas Werner2022-06-172-0/+9
|
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-1710-71/+86
|
* Remove redundant alias functionNicolas Werner2022-06-176-58/+37
|
* Translated using Weblate (Finnish)Weblate2022-06-161-1/+1
| | | | | | | | Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* Simplify includes a bitNicolas Werner2022-06-167-13/+21
|
* Speedup provider compilationNicolas Werner2022-06-164-8/+5
|
* Fix settings groups not being terminated properly on logoutNicolas Werner2022-06-151-0/+4
| | | | fixes #1094
* Remove confusing log messageNicolas Werner2022-06-151-4/+0
|
* Close image viewer when clicking on the backgroundNicolas Werner2022-06-151-0/+4
| | | | fixes #1088
* Merge pull request #1095 from syldrathecat/subtle-paste-fixesDeepBlueV7.X2022-06-153-18/+16
|\ | | | | Subtle corrections to paste behaviors
| * Subtle corrections to paste behaviorsSyldraTheCat2022-06-143-18/+16
| |
* | Fix failed uploads not removing uploadsNicolas Werner2022-06-151-0/+5
| | | | | | | | fixes #1098
* | Fix pins not refreshing after being loadedNicolas Werner2022-06-154-4/+15
| |
* | Fix edits not updating in repliesNicolas Werner2022-06-151-1/+16
| |
* | Speedup startup by caching last message timestampNicolas Werner2022-06-155-23/+95
|/ | | | | | | | | | The cache is only approximate, i.e. it doesn't skip edits and similar, but this might be good enough? Also no migration right now. Speeds up startup by about 5x on my system. Half the startup time is now loading the powerlevels for each room. We can probably lazily load those too in the future.
* Update hidden read receipts MSCNicolas Werner2022-06-144-11/+25
|
* Merge pull request #1093 from syldrathecat/msginput-cursor-rectDeepBlueV7.X2022-06-131-2/+2
|\ | | | | Make cursoring up/down more consistent on some setups
| * Make cursoring up/down more consistent on some setupsSyldraTheCat2022-06-131-2/+2
| |