summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't delete uncached messages after editNicolas Werner2023-06-011-1/+2
| | | | fixes #1469
* Show custom reactions in reaction historyNicolas Werner2023-05-311-5/+50
| | | | fixes #1467
* Add goto button to hover menu when searchingNicolas Werner2023-05-303-9/+20
| | | | fixes #1457
* Right click option to go to event while searchingSateallia2023-05-301-0/+10
|
* Fix lintingNicolas Werner2023-05-301-1/+1
|
* Remember last used filterSateallia2023-05-303-1/+21
| | | | fixes #1432
* Make summary translation plural sensitiveNicolas Werner2023-05-291-2/+1
|
* Copy arguments for notificationNicolas Werner2023-05-292-13/+13
|
* Enable sending notifications via the systemNotification signal on macOSNicolas Werner2023-05-293-43/+36
|
* Fix duplicate notification category identifierNicolas Werner2023-05-291-16/+16
|
* Merge branch 'dont-send-notifications-on-first-sync' of ↵Nicolas Werner2023-05-293-27/+60
|\ | | | | | | github.com:LcsTen/nheko into notif-test
| * Do not display reply action in the recap notif on MacLcsTen2023-04-141-4/+12
| |
| * Don't send desktop notifications if there are too many of them at onceLcsTen2023-04-142-23/+48
| |
* | Merge pull request #1465 from frlan/patch-1DeepBlueV7.X2023-05-281-1/+1
|\ \ | | | | | | | | | Add ninja-build to Debian build dependencies
| * | Add ninja-build to Debian build dependenciesFrank Lanitz2023-05-281-1/+1
|/ / | | | | I needed to manually install it --hence adding it to the list of dependencies is a good idea.
* | Render custom reactionsNicolas Werner2023-05-271-6/+12
| |
* | Work around ICE on MSVCNicolas Werner2023-05-271-8/+14
| | | | | | | | | | | | See https://developercommunity.visualstudio.com/t/Internal-compile-error-while-compiling-c/1227337 for details...
* | Fix emoji unicodename in tooltipNicolas Werner2023-05-251-1/+1
| |
* | Switch to alpine for clazyNicolas Werner2023-05-252-11/+6
| |
* | Make default completer complete custom emojiNicolas Werner2023-05-2512-226/+80
| |
* | Get rid of old emoji pickerNicolas Werner2023-05-256-321/+14
| |
* | Make emoji picker use the grid viewNicolas Werner2023-05-256-46/+248
| |
* | Workaround a WM bug that switches the focus incorrectly after initiating a ↵Sateallia2023-05-231-1/+1
| | | | | | | | search
* | Allow editing stickers from stickerpickerNicolas Werner2023-05-201-0/+18
| |
* | Allow scrolling to specific sections and order packs in sticker search by ↵Nicolas Werner2023-05-203-26/+130
| | | | | | | | match quality
* | Fix StickerPicker padding and names of unnamed packsNicolas Werner2023-05-203-29/+55
| |
* | Prevent new packs from overwriting the default pack by accidentNicolas Werner2023-05-203-1/+47
| |
* | Fix adding duplicate stickers and strip file extensionNicolas Werner2023-05-203-8/+32
| |
* | Use case folding instead of lower case for searchNicolas Werner2023-05-201-3/+3
| |
* | Reimplement search for GridImageModelNicolas Werner2023-05-202-25/+148
| |
* | Replace search vector with spanNicolas Werner2023-05-201-6/+7
| |
* | Add rows to stickerpickerNicolas Werner2023-05-209-28/+238
| |
* | Merge pull request #1456 from Nheko-Reborn/inputfocusDeepBlueV7.X2023-05-131-1/+6
|\ \ | | | | | | | | | Type keypresses that focus the input bar
| * | Type keypresses that focus the input barLoren Burkholder2023-05-121-1/+6
|/ /
* | Gstreamer packages got mergedNicolas Werner2023-05-091-3/+0
| |
* | Upgrade xcode in apple silicon CINicolas Werner2023-05-091-2/+2
| |
* | Make macos builds fail againNicolas Werner2023-05-081-3/+3
| |
* | Delete unused msg db functionNicolas Werner2023-05-062-68/+1
| |
* | Sort rooms in completer by 'activity' and make tombstoned rooms italicNicolas Werner2023-05-067-17/+70
| |
* | Allow picking multiple files to uploadSateallia2023-04-252-6/+7
| |
* | Merge pull request #1446 from LuckyTurtleDev/patch-1DeepBlueV7.X2023-04-231-1/+1
|\ \ | | | | | | | | | update arch badge
| * | finallyLuckyTurtleDev2023-04-221-1/+1
| | |
| * | Update README.mdLuckyTurtleDev2023-04-221-1/+1
| | |
| * | fix linkLuckyTurtleDev2023-04-221-1/+1
| | |
| * | update arch badgeLuckyTurtleDev2023-04-221-1/+1
| | |
* | | Copy image to clipboardNicolas Werner2023-04-238-2/+129
|/ / | | | | | | Fixes #599
* | Translated using Weblate (Ukrainian)Weblate2023-04-191-512/+532
| | | | | | | | | | | | | | | | Currently translated at 100.0% (942 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 (German)Weblate2023-04-191-237/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (German) Currently translated at 100.0% (942 of 942 strings) Co-authored-by: Wuzzy <Wuzzy@disroot.org> Co-authored-by: kleines Filmröllchen <malu.bertsch@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | yarl.URL.scheme is not writableNicolas Werner2023-04-151-3/+1
| |
* | Try to fix the flat-manager script for flat-manager behind reverse proxiesNicolas Werner2023-04-151-12/+21
| |
* | Always cache the flatpak temporaries in CINicolas Werner2023-04-141-0/+1
| |
* | Try to fix flatpak upload issueNicolas Werner2023-04-141-3/+2
| |
* | Setting case insensitive sort is not necessaryNicolas Werner2023-04-141-1/+0
|/
* Optimize alphabetical sorting a bitNicolas Werner2023-04-142-10/+9
| | | | fixes #1272
* Alphabetical ordering optionSateallia2023-04-144-14/+77
|
* Measure ram usage during compilationNicolas Werner2023-04-111-3/+4
|
* Drop gcc10 supportNicolas Werner2023-04-112-42/+1
|
* Adapt to the new inherited variantNicolas Werner2023-04-1116-106/+99
|
* Merge pull request #1407 from Nheko-Reborn/ducktypingDeepBlueV7.X2023-04-1014-112/+345
|\ | | | | | | Implement unknown msgtype functionality
| * Update mtxclient commit hashLoren Burkholder2023-04-113-4/+3
| |
| * Use the new mtxclient special effects refactoringLoren Burkholder2023-04-118-55/+69
| |
| * Don't bother with rainbow rainLoren Burkholder2023-04-084-14/+4
| |
| * Rain, rain, go away soonerLoren Burkholder2023-04-081-1/+1
| |
| * Don't apply gravity to rainLoren Burkholder2023-04-081-0/+1
| | | | | | | | It makes the rain look wacky.
| * Don't allow rainbowifying custom messagesLoren Burkholder2023-04-082-4/+4
| |
| * Fix command nameLoren Burkholder2023-04-081-1/+1
| |
| * Move effects into a separate fileLoren Burkholder2023-04-083-90/+117
| |
| * Use particle groups to separate effectsLoren Burkholder2023-04-081-13/+10
| |
| * Allow sending custom msgtypesLoren Burkholder2023-04-084-0/+35
| |
| * Add rainfall effectLoren Burkholder2023-04-087-12/+152
| | | | | | | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec.
| * Implement unknown msgtype functionalityLoren Burkholder2023-04-085-6/+36
|/
* Translated using Weblate (German)Weblate2023-04-081-29/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (German) Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (German) Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (German) Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (German) Currently translated at 100.0% (942 of 942 strings) Translated using Weblate (German) Currently translated at 100.0% (942 of 942 strings) Co-authored-by: Julian Groß <julian.g@posteo.de> Co-authored-by: Mr. X <shop.news@posteo.de> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: Wuzzy <Wuzzy@disroot.org> Co-authored-by: charlie <nihil@fsfe.org> Co-authored-by: kleines Filmröllchen <malu.bertsch@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* Try to reset unread marker if we fail to set it on the serverNicolas Werner2023-04-051-3/+7
|
* Fix switching between thread showing stale messages in some circumstancesNicolas Werner2023-04-041-0/+2
|
* Add a more obvious thread indicatorNicolas Werner2023-04-041-3/+23
|
* Get rid of an edge case, that can break paginationNicolas Werner2023-04-041-2/+1
|
* Make the profile buttons a bit biggerNicolas Werner2023-04-041-2/+10
|
* Allow querying your status message over dbusNicolas Werner2023-03-314-0/+21
| | | | Contributed by a Nheko user starting with S.
* Allow for # in fragments because some clients send matrix.to links like thatNicolas Werner2023-03-311-1/+3
|
* Merge pull request #1411 from dtelsing/screenshare-xdg-desktop-portalDeepBlueV7.X2023-03-309-96/+997
|\ | | | | Support screen sharing with xdg-desktop-portal
| * Include missing <optional> headerDavid Elsing2023-03-301-0/+1
| |
| * Change text of the PipeWire streenshare methodDavid Elsing2023-03-301-1/+1
| |
| * Cleanup Qt D-Bus connections and watchersDavid Elsing2023-03-304-113/+171
| |
| * Use mtx::client::utils::random_token for XDP session tokensDavid Elsing2023-03-301-11/+2
| |
| * Improve choosing screen share typeDavid Elsing2023-03-303-58/+53
| |
| * Add missing license headersDavid Elsing2023-03-302-0/+8
| |
| * Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-309-89/+937
| |
* | Merge pull request #1438 from ryandesign/patch-1DeepBlueV7.X2023-03-301-2/+2
|\ \ | |/ |/| Fix build on case-sensitive filesystems
| * Fix build on case-sensitive filesystemsRyan Schmidt2023-03-301-2/+2
|/
* Translated using Weblate (Turkish)Weblate2023-03-271-48/+48
| | | | | | | | Currently translated at 22.2% (210 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* Improve state event redactionNicolas Werner2023-03-263-10/+41
|
* Use gitlab docker proxyNicolas Werner2023-03-261-8/+8
|
* Tumbleweed integration testsNicolas Werner2023-03-261-0/+64
|
* Merge pull request #1409 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-251-7/+60
|\ | | | | | | Overhaul switch appearance
| * Overhaul switch appearanceLoren Burkholder2023-03-241-7/+60
| |
* | Delay some delegate removals to reduce CPU spent on recalculating sizesNicolas Werner2023-03-252-0/+3
| |
* | Cleanup CI config and add sectionsNicolas Werner2023-03-251-43/+30
| |
* | 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 text
| * | make name and attribution in image pack settings plain texttastytea2023-03-241-0/+2
|/ / | | | | | | Otherwise, <foo> would be swallowed.
* | Translated using Weblate (Turkish)Weblate2023-03-241-34/+34
| | | | | | | | | | | | | | | | Currently translated at 17.1% (162 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* | Merge pull request #1429 from 0xDEADCADE/patch-2DeepBlueV7.X2023-03-221-0/+1
|\ \ | | | | | | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs
| * | Add width to PowerLevelEditor, fixes 0/1px wide window on tiling WMs0xDEADCADE2023-03-221-0/+1
|/ / | | | | Same fix as device verification window
* | 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 window
| * | Add width to device verification window0xDEADCADE2023-03-211-0/+1
|/ / | | | | Fixes the device verification window being 0 or 1 pixels wide on some tiling window managers.
* | 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
|\ \ | |/ |/| Don't show inaccessible private rooms in spaces
| * 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
| | | | | | | | | | | | | | | | Currently translated at 13.8% (130 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* | Translated using Weblate (Turkish)Weblate2023-03-161-74/+77
| | | | | | | | | | | | | | | | Currently translated at 11.7% (111 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-161-6/+6
| | | | | | | | | | | | | | | | Currently translated at 100.0% (942 of 942 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 (Chinese (Simplified))Weblate2023-03-151-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Integral <integral@murena.io> 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 (Turkish)Weblate2023-03-151-22/+22
| | | | | | | | | | | | | | | | Currently translated at 3.9% (37 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Integral <integral@murena.io> 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 (Turkish)Weblate2023-03-151-5/+5
| | | | | | | | | | | | | | | | Currently translated at 1.5% (15 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-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: Integral <integral@murena.io> 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 (Turkish)Weblate2023-03-151-11/+11
| | | | | | | | | | | | | | | | Currently translated at 1.1% (11 of 942 strings) Co-authored-by: Emilia <emilia@animegirls.info> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/tr/ Translation: Nheko/nheko
* | Translated using Weblate (Chinese (Simplified))Weblate2023-03-151-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Integral <integral@murena.io> Co-authored-by: Poesty Li <poesty7450@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Added translation using Weblate (Turkish)Weblate2023-03-151-0/+5102
| | | | | | | | Co-authored-by: Emilia <emilia@animegirls.info>
* | 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 input
| * 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
| | | | relates to #1401
* Merge pull request #1388 from Nheko-Reborn/commandDeepBlueV7.X2023-03-107-66/+176
|\ | | | | Warn if an invalid command is entered
| * 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
| | | | | | | | | | | | Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command.
| * Enhance appearance of room ping warningLoren Burkholder2023-02-281-7/+9
| |
* | Merge pull request #1394 from Nheko-Reborn/uiTweaksDeepBlueV7.X2023-03-0917-115/+64
|\ \ | | | | | | Some small UI changes
| * | Update src/Utils.cppLoren Burkholder2023-03-091-4/+2
| | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | 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
| | | | | | | | | | | | Fixes #1297
| * | 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
| | | | | | | | fixes #1406
* | Merge pull request #1403 from LcsTen/update-archlinux-instructionsDeepBlueV7.X2023-03-051-13/+5
|\ \ | | | | | | Update Arch Linux installation instructions
| * | Add reference to nheko-git development packageLcsTen2023-03-051-0/+6
| | |
| * | Update Arch Linux installation instructionsLcsTen2023-03-051-15/+1
|/ / | | | | | | | | nheko Arch Linux package is now available in community repository, AUR isn't needed anymore to install it.
* / Translated using Weblate (Chinese (Simplified))Weblate2023-03-031-1/+1
|/ | | | | | | | Currently translated at 100.0% (942 of 942 strings) Co-authored-by: Chen Shaoju <oshirisu.red@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* Translated using Weblate (Ukrainian)Weblate2023-02-281-51/+51
| | | | | | | | Currently translated at 47.8% (451 of 942 strings) Co-authored-by: NullPointerException <kigen745@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/uk/ Translation: Nheko/nheko
* Merge pull request #1382 from Nheko-Reborn/gitlab_artifact_updatesJoseph Donofry2023-02-284-14/+101
|\ | | | | | | Create github release from tags and upload artifacts as assets
| * 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 badge
| * | README.md: fix link of stable download badgeAminda Suomalainen2023-02-251-1/+1
|/ /
* | Disable qml diskcache by defaultNicolas Werner2023-02-252-0/+12
| | | | | | | | | | | | | | Since this causes crashes on some qml module updates. Fixes #1383 Fixes #1132
* | Merge pull request #1389 from Nheko-Reborn/deletionsDeepBlueV7.X2023-02-241-3/+0
|\ \ | | | | | | | | | Delete some unneeded stuff
| * | 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
| | | | | | | | | | | | | | fixes #1355 So far we haven't seen any reduction in issues about database corruption, so presumably this is unrelated and the lag is annoying.
* | Merge pull request #1374 from Nheko-Reborn/private_imagesDeepBlueV7.X2023-02-235-40/+105
|\ \ | | | | | | | | | Blur images properly
| * | 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
|\ \ | | | | | | | | | support OpenBSD
| * | Honour Qt scaling factor on OpenBSDKlemens Nanni2023-02-231-1/+1
| | | | | | | | | | | | | | | | | | Instead of completing the list of Linux, Windows and the BSDs (NetBSD and DragonFly would still be missing), simply flip it to not-macOS to simplify and fix the two other aforementioned BSDs at once.
| * | Recognise OpenBSD on login pageKlemens Nanni2023-02-231-0/+2
| | |
| * | fix build/clear notifications on exit on OpenBSDKlemens Nanni2023-02-232-2/+2
|/ / | | | | | | | | | | | | CMake builds ManagerLinux.cpp on `!MAC && !WIN`, that is BSD and Linux. Fix the Linux-only assumption in the shared header. Qt's `Q_OS_UNIX` is defined on Linux, BSDs and macOS alike.
* | Merge pull request #1385 from Bubu/print_dialog_errorsDeepBlueV7.X2023-02-233-101/+195
|\ \ | | | | | | | | | print errors on failed dialog creation
| * | print errors on failed dialog creationMarcus Hoffmann2023-02-223-101/+195
| | | | | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.6% (939 of 942 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko
* | | 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
| | | | | | | | | | | | | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* | | 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
|\ \ \ | | | | | | | | Status Message Improvements
| * | | UserProfile: add padding to device listMarcus Hoffmann2023-02-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add the same padding as is applied to long status messages. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
| * | | UserProfile: fix status message overflowingMarcus Hoffmann2023-02-211-3/+10
| | | | | | | | | | | | | | | | Also style the "Status:" prefix bold.
| * | | UserProfile: reduce spacing by a bitMarcus Hoffmann2023-02-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
| * | | UserProfile: display status messageMarcus Hoffmann2023-02-211-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
| * | | MessageView: Add ToolTip to status messageMarcus Hoffmann2023-02-211-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show the user that this is a status text on hover. We need to change the status text label width to be it's implicitWidth (or the maximum width as specified before), otherwise the tooltip is wildly off-centered. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
| * | | MessageView: improve styling of presence statusMarcus Hoffmann2023-02-211-0/+3
|/ / / | | | | | | | | | | | | | | | | | | | | | Significantly reduce the font size as to visually indicate this is additional information and not part of the username or message text. Align the text with the username field besides it. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
* | / Switch to upstream olm error codeNicolas Werner2023-02-213-4/+4
| |/ |/|
* | 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
|