Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't delete uncached messages after edit | Nicolas Werner | 2023-06-01 | 1 | -1/+2 | |
| | | | | fixes #1469 | |||||
* | Show custom reactions in reaction history | Nicolas Werner | 2023-05-31 | 1 | -5/+50 | |
| | | | | fixes #1467 | |||||
* | Add goto button to hover menu when searching | Nicolas Werner | 2023-05-30 | 3 | -9/+20 | |
| | | | | fixes #1457 | |||||
* | Right click option to go to event while searching | Sateallia | 2023-05-30 | 1 | -0/+10 | |
| | ||||||
* | Fix linting | Nicolas Werner | 2023-05-30 | 1 | -1/+1 | |
| | ||||||
* | Remember last used filter | Sateallia | 2023-05-30 | 3 | -1/+21 | |
| | | | | fixes #1432 | |||||
* | Make summary translation plural sensitive | Nicolas Werner | 2023-05-29 | 1 | -2/+1 | |
| | ||||||
* | Copy arguments for notification | Nicolas Werner | 2023-05-29 | 2 | -13/+13 | |
| | ||||||
* | Enable sending notifications via the systemNotification signal on macOS | Nicolas Werner | 2023-05-29 | 3 | -43/+36 | |
| | ||||||
* | Fix duplicate notification category identifier | Nicolas Werner | 2023-05-29 | 1 | -16/+16 | |
| | ||||||
* | Merge branch 'dont-send-notifications-on-first-sync' of ↵ | Nicolas Werner | 2023-05-29 | 3 | -27/+60 | |
|\ | | | | | | | github.com:LcsTen/nheko into notif-test | |||||
| * | Do not display reply action in the recap notif on Mac | LcsTen | 2023-04-14 | 1 | -4/+12 | |
| | | ||||||
| * | Don't send desktop notifications if there are too many of them at once | LcsTen | 2023-04-14 | 2 | -23/+48 | |
| | | ||||||
* | | Merge pull request #1465 from frlan/patch-1 | DeepBlueV7.X | 2023-05-28 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Add ninja-build to Debian build dependencies | |||||
| * | | Add ninja-build to Debian build dependencies | Frank Lanitz | 2023-05-28 | 1 | -1/+1 | |
|/ / | | | | | I needed to manually install it --hence adding it to the list of dependencies is a good idea. | |||||
* | | Render custom reactions | Nicolas Werner | 2023-05-27 | 1 | -6/+12 | |
| | | ||||||
* | | Work around ICE on MSVC | Nicolas Werner | 2023-05-27 | 1 | -8/+14 | |
| | | | | | | | | | | | | See https://developercommunity.visualstudio.com/t/Internal-compile-error-while-compiling-c/1227337 for details... | |||||
* | | Fix emoji unicodename in tooltip | Nicolas Werner | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
* | | Switch to alpine for clazy | Nicolas Werner | 2023-05-25 | 2 | -11/+6 | |
| | | ||||||
* | | Make default completer complete custom emoji | Nicolas Werner | 2023-05-25 | 12 | -226/+80 | |
| | | ||||||
* | | Get rid of old emoji picker | Nicolas Werner | 2023-05-25 | 6 | -321/+14 | |
| | | ||||||
* | | Make emoji picker use the grid view | Nicolas Werner | 2023-05-25 | 6 | -46/+248 | |
| | | ||||||
* | | Workaround a WM bug that switches the focus incorrectly after initiating a ↵ | Sateallia | 2023-05-23 | 1 | -1/+1 | |
| | | | | | | | | search | |||||
* | | Allow editing stickers from stickerpicker | Nicolas Werner | 2023-05-20 | 1 | -0/+18 | |
| | | ||||||
* | | Allow scrolling to specific sections and order packs in sticker search by ↵ | Nicolas Werner | 2023-05-20 | 3 | -26/+130 | |
| | | | | | | | | match quality | |||||
* | | Fix StickerPicker padding and names of unnamed packs | Nicolas Werner | 2023-05-20 | 3 | -29/+55 | |
| | | ||||||
* | | Prevent new packs from overwriting the default pack by accident | Nicolas Werner | 2023-05-20 | 3 | -1/+47 | |
| | | ||||||
* | | Fix adding duplicate stickers and strip file extension | Nicolas Werner | 2023-05-20 | 3 | -8/+32 | |
| | | ||||||
* | | Use case folding instead of lower case for search | Nicolas Werner | 2023-05-20 | 1 | -3/+3 | |
| | | ||||||
* | | Reimplement search for GridImageModel | Nicolas Werner | 2023-05-20 | 2 | -25/+148 | |
| | | ||||||
* | | Replace search vector with span | Nicolas Werner | 2023-05-20 | 1 | -6/+7 | |
| | | ||||||
* | | Add rows to stickerpicker | Nicolas Werner | 2023-05-20 | 9 | -28/+238 | |
| | | ||||||
* | | Merge pull request #1456 from Nheko-Reborn/inputfocus | DeepBlueV7.X | 2023-05-13 | 1 | -1/+6 | |
|\ \ | | | | | | | | | | Type keypresses that focus the input bar | |||||
| * | | Type keypresses that focus the input bar | Loren Burkholder | 2023-05-12 | 1 | -1/+6 | |
|/ / | ||||||
* | | Gstreamer packages got merged | Nicolas Werner | 2023-05-09 | 1 | -3/+0 | |
| | | ||||||
* | | Upgrade xcode in apple silicon CI | Nicolas Werner | 2023-05-09 | 1 | -2/+2 | |
| | | ||||||
* | | Make macos builds fail again | Nicolas Werner | 2023-05-08 | 1 | -3/+3 | |
| | | ||||||
* | | Delete unused msg db function | Nicolas Werner | 2023-05-06 | 2 | -68/+1 | |
| | | ||||||
* | | Sort rooms in completer by 'activity' and make tombstoned rooms italic | Nicolas Werner | 2023-05-06 | 7 | -17/+70 | |
| | | ||||||
* | | Allow picking multiple files to upload | Sateallia | 2023-04-25 | 2 | -6/+7 | |
| | | ||||||
* | | Merge pull request #1446 from LuckyTurtleDev/patch-1 | DeepBlueV7.X | 2023-04-23 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | update arch badge | |||||
| * | | finally | LuckyTurtleDev | 2023-04-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update README.md | LuckyTurtleDev | 2023-04-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix link | LuckyTurtleDev | 2023-04-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | update arch badge | LuckyTurtleDev | 2023-04-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Copy image to clipboard | Nicolas Werner | 2023-04-23 | 8 | -2/+129 | |
|/ / | | | | | | | Fixes #599 | |||||
* | | Translated using Weblate (Ukrainian) | Weblate | 2023-04-19 | 1 | -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) | Weblate | 2023-04-19 | 1 | -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 writable | Nicolas Werner | 2023-04-15 | 1 | -3/+1 | |
| | | ||||||
* | | Try to fix the flat-manager script for flat-manager behind reverse proxies | Nicolas Werner | 2023-04-15 | 1 | -12/+21 | |
| | | ||||||
* | | Always cache the flatpak temporaries in CI | Nicolas Werner | 2023-04-14 | 1 | -0/+1 | |
| | | ||||||
* | | Try to fix flatpak upload issue | Nicolas Werner | 2023-04-14 | 1 | -3/+2 | |
| | | ||||||
* | | Setting case insensitive sort is not necessary | Nicolas Werner | 2023-04-14 | 1 | -1/+0 | |
|/ | ||||||
* | Optimize alphabetical sorting a bit | Nicolas Werner | 2023-04-14 | 2 | -10/+9 | |
| | | | | fixes #1272 | |||||
* | Alphabetical ordering option | Sateallia | 2023-04-14 | 4 | -14/+77 | |
| | ||||||
* | Measure ram usage during compilation | Nicolas Werner | 2023-04-11 | 1 | -3/+4 | |
| | ||||||
* | Drop gcc10 support | Nicolas Werner | 2023-04-11 | 2 | -42/+1 | |
| | ||||||
* | Adapt to the new inherited variant | Nicolas Werner | 2023-04-11 | 16 | -106/+99 | |
| | ||||||
* | Merge pull request #1407 from Nheko-Reborn/ducktyping | DeepBlueV7.X | 2023-04-10 | 14 | -112/+345 | |
|\ | | | | | | | Implement unknown msgtype functionality | |||||
| * | Update mtxclient commit hash | Loren Burkholder | 2023-04-11 | 3 | -4/+3 | |
| | | ||||||
| * | Use the new mtxclient special effects refactoring | Loren Burkholder | 2023-04-11 | 8 | -55/+69 | |
| | | ||||||
| * | Don't bother with rainbow rain | Loren Burkholder | 2023-04-08 | 4 | -14/+4 | |
| | | ||||||
| * | Rain, rain, go away sooner | Loren Burkholder | 2023-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Don't apply gravity to rain | Loren Burkholder | 2023-04-08 | 1 | -0/+1 | |
| | | | | | | | | It makes the rain look wacky. | |||||
| * | Don't allow rainbowifying custom messages | Loren Burkholder | 2023-04-08 | 2 | -4/+4 | |
| | | ||||||
| * | Fix command name | Loren Burkholder | 2023-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Move effects into a separate file | Loren Burkholder | 2023-04-08 | 3 | -90/+117 | |
| | | ||||||
| * | Use particle groups to separate effects | Loren Burkholder | 2023-04-08 | 1 | -13/+10 | |
| | | ||||||
| * | Allow sending custom msgtypes | Loren Burkholder | 2023-04-08 | 4 | -0/+35 | |
| | | ||||||
| * | Add rainfall effect | Loren Burkholder | 2023-04-08 | 7 | -12/+152 | |
| | | | | | | | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec. | |||||
| * | Implement unknown msgtype functionality | Loren Burkholder | 2023-04-08 | 5 | -6/+36 | |
|/ | ||||||
* | Translated using Weblate (German) | Weblate | 2023-04-08 | 1 | -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 server | Nicolas Werner | 2023-04-05 | 1 | -3/+7 | |
| | ||||||
* | Fix switching between thread showing stale messages in some circumstances | Nicolas Werner | 2023-04-04 | 1 | -0/+2 | |
| | ||||||
* | Add a more obvious thread indicator | Nicolas Werner | 2023-04-04 | 1 | -3/+23 | |
| | ||||||
* | Get rid of an edge case, that can break pagination | Nicolas Werner | 2023-04-04 | 1 | -2/+1 | |
| | ||||||
* | Make the profile buttons a bit bigger | Nicolas Werner | 2023-04-04 | 1 | -2/+10 | |
| | ||||||
* | Allow querying your status message over dbus | Nicolas Werner | 2023-03-31 | 4 | -0/+21 | |
| | | | | Contributed by a Nheko user starting with S. | |||||
* | Allow for # in fragments because some clients send matrix.to links like that | Nicolas Werner | 2023-03-31 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #1411 from dtelsing/screenshare-xdg-desktop-portal | DeepBlueV7.X | 2023-03-30 | 9 | -96/+997 | |
|\ | | | | | Support screen sharing with xdg-desktop-portal | |||||
| * | Include missing <optional> header | David Elsing | 2023-03-30 | 1 | -0/+1 | |
| | | ||||||
| * | Change text of the PipeWire streenshare method | David Elsing | 2023-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | Cleanup Qt D-Bus connections and watchers | David Elsing | 2023-03-30 | 4 | -113/+171 | |
| | | ||||||
| * | Use mtx::client::utils::random_token for XDP session tokens | David Elsing | 2023-03-30 | 1 | -11/+2 | |
| | | ||||||
| * | Improve choosing screen share type | David Elsing | 2023-03-30 | 3 | -58/+53 | |
| | | ||||||
| * | Add missing license headers | David Elsing | 2023-03-30 | 2 | -0/+8 | |
| | | ||||||
| * | Support screen sharing with xdg-desktop-portal | David Elsing | 2023-03-30 | 9 | -89/+937 | |
| | | ||||||
* | | Merge pull request #1438 from ryandesign/patch-1 | DeepBlueV7.X | 2023-03-30 | 1 | -2/+2 | |
|\ \ | |/ |/| | Fix build on case-sensitive filesystems | |||||
| * | Fix build on case-sensitive filesystems | Ryan Schmidt | 2023-03-30 | 1 | -2/+2 | |
|/ | ||||||
* | Translated using Weblate (Turkish) | Weblate | 2023-03-27 | 1 | -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 redaction | Nicolas Werner | 2023-03-26 | 3 | -10/+41 | |
| | ||||||
* | Use gitlab docker proxy | Nicolas Werner | 2023-03-26 | 1 | -8/+8 | |
| | ||||||
* | Tumbleweed integration tests | Nicolas Werner | 2023-03-26 | 1 | -0/+64 | |
| | ||||||
* | Merge pull request #1409 from Nheko-Reborn/uiTweaks | DeepBlueV7.X | 2023-03-25 | 1 | -7/+60 | |
|\ | | | | | | | Overhaul switch appearance | |||||
| * | Overhaul switch appearance | Loren Burkholder | 2023-03-24 | 1 | -7/+60 | |
| | | ||||||
* | | Delay some delegate removals to reduce CPU spent on recalculating sizes | Nicolas Werner | 2023-03-25 | 2 | -0/+3 | |
| | | ||||||
* | | Cleanup CI config and add sections | Nicolas Werner | 2023-03-25 | 1 | -43/+30 | |
| | | ||||||
* | | Fix explicit optional construction on gcc13 | Nicolas Werner | 2023-03-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1430 from tastytea/fix-imagepack-texts | DeepBlueV7.X | 2023-03-24 | 1 | -0/+2 | |
|\ \ | | | | | | | | | | make name and attribution in image pack settings plain text | |||||
| * | | make name and attribution in image pack settings plain text | tastytea | 2023-03-24 | 1 | -0/+2 | |
|/ / | | | | | | | Otherwise, <foo> would be swallowed. | |||||
* | | Translated using Weblate (Turkish) | Weblate | 2023-03-24 | 1 | -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-2 | DeepBlueV7.X | 2023-03-22 | 1 | -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 WMs | 0xDEADCADE | 2023-03-22 | 1 | -0/+1 | |
|/ / | | | | | Same fix as device verification window | |||||
* | | Fix encrypted thumbnails | Nicolas Werner | 2023-03-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1427 from 0xDEADCADE/patch-1 | DeepBlueV7.X | 2023-03-21 | 1 | -0/+1 | |
|\ \ | | | | | | | Add width to device verification window | |||||
| * | | Add width to device verification window | 0xDEADCADE | 2023-03-21 | 1 | -0/+1 | |
|/ / | | | | | Fixes the device verification window being 0 or 1 pixels wide on some tiling window managers. | |||||
* | | All around me are empty spaces | Nicolas Werner | 2023-03-20 | 1 | -6/+16 | |
| | | ||||||
* | | Optimize event accessors a bit | Nicolas Werner | 2023-03-20 | 1 | -41/+33 | |
| | | ||||||
* | | Reduce db writes a bit | Nicolas Werner | 2023-03-19 | 1 | -7/+32 | |
| | | ||||||
* | | Don't try to load emotes from space parents we are not in | Nicolas Werner | 2023-03-19 | 1 | -2/+9 | |
| | | ||||||
* | | Fix space-community wording | Nicolas Werner | 2023-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-space | DeepBlueV7.X | 2023-03-18 | 3 | -4/+17 | |
|\ \ | |/ |/| | Don't show inaccessible private rooms in spaces | |||||
| * | Check isPreviewFetched property for hints | LcsTen | 2023-03-18 | 3 | -3/+7 | |
| | | ||||||
| * | Show an appropriate hint if the room is inaccessible | LcsTen | 2023-03-11 | 2 | -2/+2 | |
| | | ||||||
| * | Don't show inaccessible private rooms in spaces | LcsTen | 2023-03-11 | 1 | -0/+9 | |
| | | ||||||
* | | Translated using Weblate (Turkish) | Weblate | 2023-03-16 | 1 | -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) | Weblate | 2023-03-16 | 1 | -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)) | Weblate | 2023-03-16 | 1 | -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)) | Weblate | 2023-03-15 | 1 | -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) | Weblate | 2023-03-15 | 1 | -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)) | Weblate | 2023-03-15 | 1 | -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) | Weblate | 2023-03-15 | 1 | -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)) | Weblate | 2023-03-15 | 1 | -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) | Weblate | 2023-03-15 | 1 | -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)) | Weblate | 2023-03-15 | 1 | -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) | Weblate | 2023-03-15 | 1 | -0/+5102 | |
| | | | | | | | | Co-authored-by: Emilia <emilia@animegirls.info> | |||||
* | | Update spaces events automatically in the background | Nicolas Werner | 2023-03-14 | 7 | -5/+246 | |
| | | ||||||
* | | Speed up writes of events with statekeys to state db | Nicolas Werner | 2023-03-14 | 2 | -27/+87 | |
| | | ||||||
* | | Speed up processing UI changes with large syncs | Nicolas Werner | 2023-03-14 | 1 | -14/+44 | |
| | | ||||||
* | | Evaluate ACLs when calculating vias | Nicolas Werner | 2023-03-14 | 3 | -4/+54 | |
| | | ||||||
* | | Make via implementation closer to the spec | Nicolas Werner | 2023-03-14 | 1 | -25/+81 | |
| | | ||||||
* | | Merge pull request #1415 from tastytea/toEndButton-focus | DeepBlueV7.X | 2023-03-12 | 1 | -1/+1 | |
|\ \ | |/ |/| | make scroll-down button (toEndButton) focus message input | |||||
| * | make scroll-down button (toEndButton) focus message input | tastytea | 2023-03-12 | 1 | -1/+1 | |
|/ | ||||||
* | Update cirrus build to work around brew bundle issue | Joseph Donofry | 2023-03-10 | 1 | -0/+3 | |
| | ||||||
* | Set macos deployment target in cmake list | Nicolas Werner | 2023-03-10 | 2 | -1/+2 | |
| | | | | relates to #1401 | |||||
* | Merge pull request #1388 from Nheko-Reborn/command | DeepBlueV7.X | 2023-03-10 | 7 | -66/+176 | |
|\ | | | | | Warn if an invalid command is entered | |||||
| * | Handle incomplete commands better | Loren Burkholder | 2023-03-07 | 4 | -15/+34 | |
| | | ||||||
| * | make lint | Loren Burkholder | 2023-03-01 | 1 | -36/+36 | |
| | | ||||||
| * | Use QSet<QString> instead of QStringList | Loren Burkholder | 2023-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fix some nitpicks | Loren Burkholder | 2023-03-01 | 2 | -53/+58 | |
| | | ||||||
| * | Don't show timeline behind warnings | Loren Burkholder | 2023-02-28 | 2 | -7/+7 | |
| | | ||||||
| * | Simplify code a bit | Loren Burkholder | 2023-02-28 | 3 | -5/+1 | |
| | | ||||||
| * | Move command calculation logic into InputBar | Loren Burkholder | 2023-02-28 | 5 | -95/+91 | |
| | | ||||||
| * | Show warning when invalid command is entered | Loren Burkholder | 2023-02-28 | 8 | -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 warning | Loren Burkholder | 2023-02-28 | 1 | -7/+9 | |
| | | ||||||
* | | Merge pull request #1394 from Nheko-Reborn/uiTweaks | DeepBlueV7.X | 2023-03-09 | 17 | -115/+64 | |
|\ \ | | | | | | | Some small UI changes | |||||
| * | | Update src/Utils.cpp | Loren Burkholder | 2023-03-09 | 1 | -4/+2 | |
| | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
| * | | Only enlarge emoji if the setting is on | Loren Burkholder | 2023-03-09 | 1 | -1/+5 | |
| | | | ||||||
| * | | Scroll farther on PgUp/PgDn | Loren Burkholder | 2023-03-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add leave button to space preview | Loren Burkholder | 2023-03-02 | 1 | -0/+7 | |
| | | | ||||||
| * | | Don't double-show encryption dialog | Loren Burkholder | 2023-03-01 | 1 | -1/+2 | |
| | | | ||||||
| * | | Make switches respect accent color | Loren Burkholder | 2023-03-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make emoji larger in the timeline by default | Loren Burkholder | 2023-02-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | make lint | Loren Burkholder | 2023-02-28 | 2 | -3/+3 | |
| | | | ||||||
| * | | Always open the invite dialog properly from the member list | Loren Burkholder | 2023-02-28 | 5 | -9/+12 | |
| | | | ||||||
| * | | Change members button color when hovered | Loren Burkholder | 2023-02-28 | 2 | -20/+22 | |
| | | | ||||||
| * | | Elide nicks and userids in read reciepts dialog | Loren Burkholder | 2023-02-28 | 1 | -6/+9 | |
| | | | ||||||
| * | | Prevent long nicks/userids from breaking roomlist layout | Loren Burkholder | 2023-02-28 | 1 | -4/+3 | |
| | | | | | | | | | | | | Fixes #1297 | |||||
| * | | Use the nheko spinner everywhere | Loren Burkholder | 2023-02-28 | 3 | -72/+4 | |
| |/ | ||||||
* | | Fix avatar change being rendered as a join | Nicolas Werner | 2023-03-09 | 1 | -5/+16 | |
| | | ||||||
* | | Cleanup table rendering | Nicolas Werner | 2023-03-09 | 1 | -3/+3 | |
| | | | | | | | | fixes #1406 | |||||
* | | Merge pull request #1403 from LcsTen/update-archlinux-instructions | DeepBlueV7.X | 2023-03-05 | 1 | -13/+5 | |
|\ \ | | | | | | | Update Arch Linux installation instructions | |||||
| * | | Add reference to nheko-git development package | LcsTen | 2023-03-05 | 1 | -0/+6 | |
| | | | ||||||
| * | | Update Arch Linux installation instructions | LcsTen | 2023-03-05 | 1 | -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)) | Weblate | 2023-03-03 | 1 | -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) | Weblate | 2023-02-28 | 1 | -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_updates | Joseph Donofry | 2023-02-28 | 4 | -14/+101 | |
|\ | | | | | | | Create github release from tags and upload artifacts as assets | |||||
| * | Remove test configurations | Joseph Donofry | 2023-02-28 | 1 | -4/+4 | |
| | | ||||||
| * | Fix macOS artifact names and fix jq quotes issue | Joseph Donofry | 2023-02-28 | 3 | -4/+4 | |
| | | ||||||
| * | Fix typo in flatpak name for amd64 | Joseph Donofry | 2023-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix dependencies | Joseph Donofry | 2023-02-28 | 1 | -2/+4 | |
| | | ||||||
| * | Put releasable artifacts into artifacts dir | Joseph Donofry | 2023-02-28 | 2 | -5/+11 | |
| | | ||||||
| * | Fix upload_url json key | Joseph Donofry | 2023-02-28 | 1 | -2/+3 | |
| | | ||||||
| * | Release notes are already quoted | Joseph Donofry | 2023-02-28 | 1 | -2/+3 | |
| | | ||||||
| * | Add more logging to CI script | Joseph Donofry | 2023-02-28 | 1 | -2/+10 | |
| | | ||||||
| * | Maybe fix key naming issue | Joseph Donofry | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add perl | Joseph Donofry | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Install curl from apk | Joseph Donofry | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fix ci rule | Joseph Donofry | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Make github script executable | Joseph Donofry | 2023-02-27 | 2 | -1/+1 | |
| | | ||||||
| * | Test pattern for validation of functionality | Joseph Donofry | 2023-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | Generate release notes from CHANGELOG.md | Joseph Donofry | 2023-02-20 | 2 | -2/+3 | |
| | | ||||||
| * | Use regex to match vX.Y.Z | Joseph Donofry | 2023-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Create github release from tags and upload artifacts as assets | Joseph Donofry | 2023-02-20 | 3 | -6/+74 | |
| | | ||||||
* | | Fix bug that prevented storing member events in the same database as the rest | Nicolas Werner | 2023-02-25 | 1 | -14/+22 | |
| | | ||||||
* | | Merge pull request #1392 from Mikaela/readme-download-stable | DeepBlueV7.X | 2023-02-25 | 1 | -1/+1 | |
|\ \ | | | | | | | README.md: fix link of stable download badge | |||||
| * | | README.md: fix link of stable download badge | Aminda Suomalainen | 2023-02-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | Disable qml diskcache by default | Nicolas Werner | 2023-02-25 | 2 | -0/+12 | |
| | | | | | | | | | | | | | | Since this causes crashes on some qml module updates. Fixes #1383 Fixes #1132 | |||||
* | | Merge pull request #1389 from Nheko-Reborn/deletions | DeepBlueV7.X | 2023-02-24 | 1 | -3/+0 | |
|\ \ | | | | | | | | | | Delete some unneeded stuff | |||||
| * | | Delete some unneeded stuff | Loren Burkholder | 2023-02-23 | 1 | -3/+0 | |
| | | | ||||||
* | | | add missing license header | Nicolas Werner | 2023-02-24 | 1 | -0/+4 | |
| | | | ||||||
* | | | Show rooms you share with someone | Nicolas Werner | 2023-02-24 | 8 | -130/+311 | |
|/ / | ||||||
* | | Reenable the nosync options for the database | Nicolas Werner | 2023-02-23 | 1 | -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_images | DeepBlueV7.X | 2023-02-23 | 5 | -40/+105 | |
|\ \ | | | | | | | | | | Blur images properly | |||||
| * | | Fade in images when fully recieved | Loren Burkholder | 2023-02-22 | 2 | -27/+8 | |
| | | | ||||||
| * | | Properly handle images without blurhashes | Loren Burkholder | 2023-02-20 | 2 | -36/+99 | |
| | | | ||||||
| * | | Use a single, reversible privacy screen transition | Loren Burkholder | 2023-02-20 | 2 | -34/+4 | |
| | | | ||||||
| * | | Animate transition to blurhash | Loren Burkholder | 2023-02-20 | 1 | -0/+44 | |
| | | | ||||||
| * | | Blurhash images when the privacy screen is active | Loren Burkholder | 2023-02-20 | 5 | -17/+24 | |
| |/ | ||||||
* | | Merge pull request #1387 from klemensn/support-bsd | DeepBlueV7.X | 2023-02-23 | 4 | -3/+5 | |
|\ \ | | | | | | | | | | support OpenBSD | |||||
| * | | Honour Qt scaling factor on OpenBSD | Klemens Nanni | 2023-02-23 | 1 | -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 page | Klemens Nanni | 2023-02-23 | 1 | -0/+2 | |
| | | | ||||||
| * | | fix build/clear notifications on exit on OpenBSD | Klemens Nanni | 2023-02-23 | 2 | -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_errors | DeepBlueV7.X | 2023-02-23 | 3 | -101/+195 | |
|\ \ | | | | | | | | | | print errors on failed dialog creation | |||||
| * | | print errors on failed dialog creation | Marcus Hoffmann | 2023-02-22 | 3 | -101/+195 | |
| | | | | | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
* | | | Merge branch 'v0.11.2-next' | Nicolas Werner | 2023-02-23 | 7 | -11513/+11817 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Hotfix redundant null terminator inserted by emoji completer | Nicolas Werner | 2023-02-23 | 7 | -11513/+11817 | |
| | | | ||||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2023-02-22 | 1 | -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 notes | Nicolas Werner | 2023-02-22 | 1 | -0/+13 | |
| | | | ||||||
* | | | Dedup reactions | Nicolas Werner | 2023-02-22 | 1 | -6/+4 | |
| | | | ||||||
* | | | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 255 | -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 messages | Nicolas Werner | 2023-02-21 | 1 | -3/+3 | |
| | | | ||||||
* | | | Simplify status message in profile a bit | Nicolas Werner | 2023-02-21 | 1 | -7/+4 | |
| | | | ||||||
* | | | Merge pull request #1379 from Bubu/style_presence_status | DeepBlueV7.X | 2023-02-21 | 2 | -2/+36 | |
|\ \ \ | | | | | | | | | Status Message Improvements | |||||
| * | | | UserProfile: add padding to device list | Marcus Hoffmann | 2023-02-21 | 1 | -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 overflowing | Marcus Hoffmann | 2023-02-21 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | Also style the "Status:" prefix bold. | |||||
| * | | | UserProfile: reduce spacing by a bit | Marcus Hoffmann | 2023-02-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
| * | | | UserProfile: display status message | Marcus Hoffmann | 2023-02-21 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu> | |||||
| * | | | MessageView: Add ToolTip to status message | Marcus Hoffmann | 2023-02-21 | 1 | -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 status | Marcus Hoffmann | 2023-02-21 | 1 | -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 code | Nicolas Werner | 2023-02-21 | 3 | -4/+4 | |
| |/ |/| | ||||||
* | | Merge branch 'cirrus_updates' into 'master' | Joe Donofry | 2023-02-20 | 1 | -8/+2 | |
|\ \ | | | | | | | | | | | | | Cirrus updates See merge request nheko-reborn/nheko!24 | |||||
| * | | Cirrus updates | Joe Donofry | 2023-02-20 | 1 | -8/+2 | |
| |/ | ||||||
* | | Translated using Weblate (Chinese (Simplified)) | Weblate | 2023-02-20 | 1 | -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) | Weblate | 2023-02-20 | 1 | -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) | Weblate | 2023-02-20 | 1 | -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 tag | Nicolas Werner | 2023-02-20 | 1 | -1/+1 | |
| | ||||||
* | Amend changelog | Nicolas Werner | 2023-02-20 | 1 | -0/+5 | |
| | ||||||
* | Bump version | Nicolas Werner | 2023-02-20 | 4 | -10/+11 | |
| | ||||||
* | Update README | Nicolas Werner | 2023-02-20 | 2 | -2/+72 | |
| | ||||||
* | Mention qt5 image formats in FAQ | Nicolas Werner | 2023-02-20 | 1 | -0/+9 | |
| | | | | fixes #1213 | |||||
* | Fix forwarding stickers | Nicolas Werner | 2023-02-20 | 1 | -3/+4 | |
| | | | | fixes #1182 | |||||
* | More template bloat reduction | Nicolas Werner | 2023-02-20 | 4 | -107/+115 | |
| | ||||||
* | Remove a few more unused symbols | Nicolas Werner | 2023-02-19 | 8 | -45/+37 | |
| | ||||||
* | Fix flatpak bundle upload | Nicolas Werner | 2023-02-19 | 1 | -2/+2 | |
| | ||||||
* | Fix gcc10 again. Remove this once we stop supporting gcc10 | Nicolas Werner | 2023-02-19 | 1 | -14834/+14873 | |
| | ||||||
* | Fix gcc10 compat | Nicolas Werner | 2023-02-19 | 2 | -2/+2 | |
| | ||||||
* | Reduce code bloat a bit | Nicolas Werner | 2023-02-19 | 8 | -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 verification | Nicolas Werner | 2023-02-18 | 8 | -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 threads | Nicolas Werner | 2023-02-18 | 1 | -5/+9 | |
| | | | | fixes #1373 | |||||
* | Merge pull request #1376 from xvitaly/blurhash | DeepBlueV7.X | 2023-02-17 | 1 | -6/+15 | |
|\ | | | | | Added ability to build with packaged version of blurhash | |||||
| * | Added ability to build with packaged version of blurhash. | Vitaly Zaitsev | 2023-02-16 | 1 | -6/+15 | |
|/ | | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
* | Explicitly set parent for scrollbars to prevent them from showing on some ↵ | Nicolas Werner | 2023-02-16 | 2 | -6/+6 | |
| | | | | platforms | |||||
* | Fix build on macOS | Nicolas Werner | 2023-02-15 | 1 | -1/+7 | |
| | ||||||
* | Merge pull request #1371 from xvitaly/httplib | DeepBlueV7.X | 2023-02-15 | 1 | -2/+10 | |
|\ | | | | | Added ability to build with packaged version of cpp-httplib | |||||
| * | Added ability to build with packaged version of cpp-httplib. | Vitaly Zaitsev | 2023-02-15 | 1 | -2/+10 | |
| | | | | | | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | |||||
* | | Translated using Weblate (Estonian) | Weblate | 2023-02-15 | 1 | -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 linting | Nicolas Werner | 2023-02-14 | 1 | -1/+1 | |
| | ||||||
* | Make scrollbars optional and disabled by default | Nicolas Werner | 2023-02-14 | 32 | -315/+637 | |
| | | | | Also add them to the communities sidebar | |||||
* | Room list: add scrollbar when not collapsed | Alexander Bantyev | 2023-02-14 | 1 | -1/+7 | |
| |