summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix explicit optional construction on gcc13Nicolas Werner2023-03-241-1/+1
* | Merge pull request #1430 from tastytea/fix-imagepack-textsDeepBlueV7.X2023-03-241-0/+2
|\ \
| * | make name and attribution in image pack settings plain texttastytea2023-03-241-0/+2
|/ /
* | Translated using Weblate (Turkish)Weblate2023-03-241-34/+34
* | Merge pull request #1429 from 0xDEADCADE/patch-2DeepBlueV7.X2023-03-221-0/+1
|\ \
| * | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs0xDEADCADE2023-03-221-0/+1
|/ /
* | Fix encrypted thumbnailsNicolas Werner2023-03-221-1/+1
* | Merge pull request #1427 from 0xDEADCADE/patch-1DeepBlueV7.X2023-03-211-0/+1
|\ \
| * | Add width to device verification window0xDEADCADE2023-03-211-0/+1
|/ /
* | All around me are empty spacesNicolas Werner2023-03-201-6/+16
* | Optimize event accessors a bitNicolas Werner2023-03-201-41/+33
* | Reduce db writes a bitNicolas Werner2023-03-191-7/+32
* | Don't try to load emotes from space parents we are not inNicolas Werner2023-03-191-2/+9
* | Fix space-community wordingNicolas Werner2023-03-181-1/+1
* | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-spaceDeepBlueV7.X2023-03-183-4/+17
|\ \ | |/ |/|
| * Check isPreviewFetched property for hintsLcsTen2023-03-183-3/+7
| * Show an appropriate hint if the room is inaccessibleLcsTen2023-03-112-2/+2
| * Don't show inaccessible private rooms in spacesLcsTen2023-03-111-0/+9
* | Translated using Weblate (Turkish)Weblate2023-03-161-19/+19
* | Translated using Weblate (Turkish)Weblate2023-03-161-74/+77
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-161-6/+6
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-18/+18
* | Translated using Weblate (Turkish)Weblate2023-03-151-22/+22
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-25/+25
* | Translated using Weblate (Turkish)Weblate2023-03-151-5/+5
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-4/+4
* | Translated using Weblate (Turkish)Weblate2023-03-151-11/+11
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-12/+12
* | Added translation using Weblate (Turkish)Weblate2023-03-151-0/+5102
* | Update spaces events automatically in the backgroundNicolas Werner2023-03-147-5/+246
* | Speed up writes of events with statekeys to state dbNicolas Werner2023-03-142-27/+87
* | Speed up processing UI changes with large syncsNicolas Werner2023-03-141-14/+44
* | Evaluate ACLs when calculating viasNicolas Werner2023-03-143-4/+54
* | Make via implementation closer to the specNicolas Werner2023-03-141-25/+81
* | Merge pull request #1415 from tastytea/toEndButton-focusDeepBlueV7.X2023-03-121-1/+1
|\ \ | |/ |/|
| * make scroll-down button (toEndButton) focus message inputtastytea2023-03-121-1/+1
|/
* Update cirrus build to work around brew bundle issueJoseph Donofry2023-03-101-0/+3
* Set macos deployment target in cmake listNicolas Werner2023-03-102-1/+2
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-107-66/+176
|\
| * Handle incomplete commands betterLoren Burkholder2023-03-074-15/+34
| * make lintLoren Burkholder2023-03-011-36/+36
| * Use QSet<QString> instead of QStringListLoren Burkholder2023-03-011-1/+1
| * Fix some nitpicksLoren Burkholder2023-03-012-53/+58
| * Don't show timeline behind warningsLoren Burkholder2023-02-282-7/+7
| * Simplify code a bitLoren Burkholder2023-02-283-5/+1
| * Move command calculation logic into InputBarLoren Burkholder2023-02-285-95/+91
| * Show warning when invalid command is enteredLoren Burkholder2023-02-288-5/+97
| * Enhance appearance of room ping warningLoren Burkholder2023-02-281-7/+9
* | Merge pull request #1394 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-0917-115/+64
|\ \
| * | Update src/Utils.cppLoren Burkholder2023-03-091-4/+2
| * | Only enlarge emoji if the setting is onLoren Burkholder2023-03-091-1/+5
| * | Scroll farther on PgUp/PgDnLoren Burkholder2023-03-021-2/+2
| * | Add leave button to space previewLoren Burkholder2023-03-021-0/+7
| * | Don't double-show encryption dialogLoren Burkholder2023-03-011-1/+2
| * | Make switches respect accent colorLoren Burkholder2023-03-011-1/+1
| * | Make emoji larger in the timeline by defaultLoren Burkholder2023-02-281-1/+1
| * | make lintLoren Burkholder2023-02-282-3/+3
| * | Always open the invite dialog properly from the member listLoren Burkholder2023-02-285-9/+12
| * | Change members button color when hoveredLoren Burkholder2023-02-282-20/+22
| * | Elide nicks and userids in read reciepts dialogLoren Burkholder2023-02-281-6/+9
| * | Prevent long nicks/userids from breaking roomlist layoutLoren Burkholder2023-02-281-4/+3
| * | Use the nheko spinner everywhereLoren Burkholder2023-02-283-72/+4
| |/
* | Fix avatar change being rendered as a joinNicolas Werner2023-03-091-5/+16
* | Cleanup table renderingNicolas Werner2023-03-091-3/+3
* | Merge pull request #1403 from LcsTen/update-archlinux-instructionsDeepBlueV7.X2023-03-051-13/+5
|\ \
| * | Add reference to nheko-git development packageLcsTen2023-03-051-0/+6
| * | Update Arch Linux installation instructionsLcsTen2023-03-051-15/+1
|/ /
* / Translated using Weblate (Chinese (Simplified))Weblate2023-03-031-1/+1
|/
* Translated using Weblate (Ukrainian)Weblate2023-02-281-51/+51
* Merge pull request #1382 from Nheko-Reborn/gitlab_artifact_updatesJoseph Donofry2023-02-284-14/+101
|\
| * Remove test configurationsJoseph Donofry2023-02-281-4/+4
| * Fix macOS artifact names and fix jq quotes issueJoseph Donofry2023-02-283-4/+4
| * Fix typo in flatpak name for amd64Joseph Donofry2023-02-281-1/+1
| * Fix dependenciesJoseph Donofry2023-02-281-2/+4
| * Put releasable artifacts into artifacts dirJoseph Donofry2023-02-282-5/+11
| * Fix upload_url json keyJoseph Donofry2023-02-281-2/+3
| * Release notes are already quotedJoseph Donofry2023-02-281-2/+3
| * Add more logging to CI scriptJoseph Donofry2023-02-281-2/+10
| * Maybe fix key naming issueJoseph Donofry2023-02-271-1/+1
| * Add perlJoseph Donofry2023-02-271-1/+1
| * Install curl from apkJoseph Donofry2023-02-271-1/+1
| * Fix ci ruleJoseph Donofry2023-02-271-1/+1
| * 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
* | Fix bug that prevented storing member events in the same database as the restNicolas Werner2023-02-251-14/+22
* | Merge pull request #1392 from Mikaela/readme-download-stableDeepBlueV7.X2023-02-251-1/+1
|\ \
| * | README.md: fix link of stable download badgeAminda Suomalainen2023-02-251-1/+1
|/ /
* | Disable qml diskcache by defaultNicolas Werner2023-02-252-0/+12
* | Merge pull request #1389 from Nheko-Reborn/deletionsDeepBlueV7.X2023-02-241-3/+0
|\ \
| * | Delete some unneeded stuffLoren Burkholder2023-02-231-3/+0
* | | add missing license headerNicolas Werner2023-02-241-0/+4
* | | Show rooms you share with someoneNicolas Werner2023-02-248-130/+311
|/ /
* | Reenable the nosync options for the databaseNicolas Werner2023-02-231-1/+6
* | Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-235-40/+105
|\ \
| * | Fade in images when fully recievedLoren Burkholder2023-02-222-27/+8
| * | Properly handle images without blurhashesLoren Burkholder2023-02-202-36/+99
| * | Use a single, reversible privacy screen transitionLoren Burkholder2023-02-202-34/+4
| * | Animate transition to blurhashLoren Burkholder2023-02-201-0/+44
| * | Blurhash images when the privacy screen is activeLoren Burkholder2023-02-205-17/+24
| |/
* | Merge pull request #1387 from klemensn/support-bsdDeepBlueV7.X2023-02-234-3/+5
|\ \
| * | Honour Qt scaling factor on OpenBSDKlemens Nanni2023-02-231-1/+1
| * | Recognise OpenBSD on login pageKlemens Nanni2023-02-231-0/+2
| * | fix build/clear notifications on exit on OpenBSDKlemens Nanni2023-02-232-2/+2
|/ /
* | Merge pull request #1385 from Bubu/print_dialog_errorsDeepBlueV7.X2023-02-233-101/+195
|\ \
| * | print errors on failed dialog creationMarcus Hoffmann2023-02-223-101/+195
* | | Merge branch 'v0.11.2-next'Nicolas Werner2023-02-237-11513/+11817
|\ \ \ | |/ / |/| |
| * | Hotfix redundant null terminator inserted by emoji completerNicolas Werner2023-02-237-11513/+11817
* | | Translated using Weblate (Esperanto)Weblate2023-02-221-3/+3
* | | Update contributing notesNicolas Werner2023-02-221-0/+13
* | | Dedup reactionsNicolas Werner2023-02-221-6/+4
* | | Get rid of year in license headersNicolas Werner2023-02-21255-754/+255
* | | Fix newlines in status messagesNicolas Werner2023-02-211-3/+3
* | | Simplify status message in profile a bitNicolas Werner2023-02-211-7/+4
* | | Merge pull request #1379 from Bubu/style_presence_statusDeepBlueV7.X2023-02-212-2/+36
|\ \ \
| * | | UserProfile: add padding to device listMarcus Hoffmann2023-02-211-0/+2
| * | | UserProfile: fix status message overflowingMarcus Hoffmann2023-02-211-3/+10
| * | | UserProfile: reduce spacing by a bitMarcus Hoffmann2023-02-211-1/+1
| * | | UserProfile: display status messageMarcus Hoffmann2023-02-211-0/+15
| * | | MessageView: Add ToolTip to status messageMarcus Hoffmann2023-02-211-2/+9
| * | | MessageView: improve styling of presence statusMarcus Hoffmann2023-02-211-0/+3
|/ / /
* | / Switch to upstream olm error codeNicolas Werner2023-02-213-4/+4
| |/ |/|
* | Merge branch 'cirrus_updates' into 'master'Joe Donofry2023-02-201-8/+2
|\ \
| * | Cirrus updatesJoe Donofry2023-02-201-8/+2
| |/
* | Translated using Weblate (Chinese (Simplified))Weblate2023-02-201-4/+4
* | Translated using Weblate (Ukrainian)Weblate2023-02-201-26/+26
* | Translated using Weblate (Indonesian)Weblate2023-02-201-4/+4
|/
* 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
* Fix forwarding stickersNicolas Werner2023-02-201-3/+4
* 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
* Automatically fetch keys for undecrypted messages after verificationNicolas Werner2023-02-188-15/+80
* Fix edits in other clients jumping out of threadsNicolas Werner2023-02-181-5/+9
* Merge pull request #1376 from xvitaly/blurhashDeepBlueV7.X2023-02-171-6/+15
|\
| * Added ability to build with packaged version of blurhash.Vitaly Zaitsev2023-02-161-6/+15
|/
* Explicitly set parent for scrollbars to prevent them from showing on some pla...Nicolas Werner2023-02-162-6/+6
* 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.Vitaly Zaitsev2023-02-151-2/+10
* | Translated using Weblate (Estonian)Weblate2023-02-151-5/+5
|/
* Fix lintingNicolas Werner2023-02-141-1/+1
* Make scrollbars optional and disabled by defaultNicolas Werner2023-02-1432-315/+637
* 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 closedLoren Burkholder2023-02-141-0/+1
* | Translated using Weblate (German)Weblate2023-02-141-1/+1
* | Update translationsNicolas Werner2023-02-1428-200/+424
|/
* Merge pull request #1359 from Nheko-Reborn/encryption_delegateDeepBlueV7.X2023-02-143-3/+63
|\
| * Update resources/qml/delegates/EncryptionEnabled.qmlLoren Burkholder2023-02-141-1/+1
| * 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
|\ \
| * | 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
| |/
* / Translated using Weblate (Ukrainian)Weblate2023-02-141-77/+77
|/
* Translated using Weblate (Indonesian)Weblate2023-02-131-4/+4
* Translated using Weblate (Estonian)Weblate2023-02-121-3/+3
* Translated using Weblate (Chinese (Simplified))Weblate2023-02-121-17/+17
* Translated using Weblate (Esperanto)Weblate2023-02-121-3/+3
* Merge pull request #914 from Thulinma/imageOverlayRoleQmlDeepBlueV7.X2023-02-113-0/+10
|\
| * 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
* | Translated using Weblate (French)Weblate2023-02-111-3/+3
* | Translated using Weblate (French)Weblate2023-02-111-10/+10
* | Translated using Weblate (French)Weblate2023-02-111-3/+3
* | Translated using Weblate (French)Weblate2023-02-111-35/+35
* | Update translationsNicolas Werner2023-02-1128-721/+721
* | Standardise command format messagesphyto2023-02-1113-283/+283
|/
* Translated using Weblate (Estonian)Weblate2023-02-101-9/+9
* Translated using Weblate (Dutch)Weblate2023-02-101-9/+9
* Translated using Weblate (Esperanto)Weblate2023-02-101-9/+9
* Translated using Weblate (Italian)Weblate2023-02-101-8/+8
* Translated using Weblate (Indonesian)Weblate2023-02-101-8/+8
* 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
* Use more modern flatpak build featuresNicolas Werner2023-02-062-11/+6
* Add a reduced motion optionNicolas Werner2023-02-065-4/+132
* 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
|\
| * chore: Adjust about function closeAllNotificationShootingStarDragons2023-02-014-13/+4
| * 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)Lukas Mai2023-02-011-5/+45
|/ /
* | Make notifications show the window againNicolas Werner2023-02-012-1/+13
* | spoiler -> +warningNicolas Werner2023-01-311-3/+4
* | document /cmark and Markdown extensions in man page (#1344)tastytea2023-01-311-0/+18
* | 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 #1319q234rty2023-02-012-0/+9
|/ /
* | Make single newlines cause a <br> by defaultNicolas Werner2023-01-318-15/+48
* | 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
|\
| * 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
* | Make newline behave consistently in markdown modeNicolas Werner2023-01-281-1/+5
* | 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
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-57/+61
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-1/+1
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-8/+8
* | Translated using Weblate (Ukrainian)Weblate2023-01-271-16/+16
* | Translated using Weblate (Estonian)Weblate2023-01-271-21/+27
* | Fix br tagsNicolas Werner2023-01-271-1/+3
* | Translated using Weblate (French)Weblate2023-01-241-35/+35
* | Merge pull request #1299 from enigma9o7/patch-1DeepBlueV7.X2023-01-241-37/+21
|\ \
| * | remove unneeded font tagsenigma9o72023-01-231-2/+2
| * | Merge Debian/Ubuntu Dependenciesenigma9o72023-01-171-37/+21
* | | 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 completiontastytea2023-01-221-14/+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
* | 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 windowShootingStarDragons2023-01-201-0/+1
* | | Fix creating DMs from pasting an mxidNicolas Werner2023-01-211-2/+3
* | | Work around multiple destructor calls after consteval construction in full ex...Nicolas Werner2023-01-211-5/+5
|/ /
* | Translated using Weblate (Russian)Weblate2023-01-201-3/+3
* | Translated using Weblate (Finnish)Weblate2023-01-201-21/+21
* | Translated using Weblate (Estonian)Weblate2023-01-201-80/+83
* | Make it more obvious that the add reaction button is not an emojiNicolas Werner2023-01-193-1/+3
* | 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
* v0.11.1Joseph Donofry2023-01-154-6/+14
* Update README.md (#1287)squid-f2023-01-151-0/+5
* Translated using Weblate (Finnish)Weblate2023-01-141-1/+1
* Translated using Weblate (Portuguese (Portugal))Weblate2023-01-141-21/+21
* Pause ParticleEmitter when not in use (#1284)Joseph Donofry2023-01-143-21/+45
* Translated using Weblate (Japanese)Weblate2023-01-131-8/+8