summary refs log tree commit diff
path: root/.cirrus.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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-02