summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-15WIPNicolas Werner1-19/+5
2022-07-11Use normal instead of recursive mutexNicolas Werner1-3/+2
2022-07-11Fix race condition in dbus APINicolas Werner1-11/+38
2022-07-11Fix aliases being duplicated in the aliases list in some casesNicolas Werner1-7/+7
2022-07-10Fix command in flatpakNicolas Werner1-1/+1
2022-07-10Set output name after the variable is definedNicolas Werner1-4/+1
2022-07-10Fix output name for flatpakNicolas Werner1-0/+4
2022-07-10Fix rooms failing to load over dbus if image can't be downloadedNicolas Werner1-1/+3
2022-07-09Try to fix titlebar on room dirNicolas Werner1-1/+2
2022-07-09Support rendering policy rulesNicolas Werner6-2/+126
2022-07-09Translated using Weblate (French)Weblate1-3/+3
2022-07-09Fix clazy warningNicolas Werner1-2/+2
2022-07-08Allow editing aliasesNicolas Werner13-9/+643
2022-07-05Fix users with @room in the name pinging the whole room when replied toNicolas Werner1-22/+28
2022-07-03Warn about emojis looking different in different clientsNicolas Werner1-0/+11
2022-07-03Fix emoji verification clipped on swayNicolas Werner7-593/+560
2022-07-01Add a /command to redact all visible messages sent by a userNicolas Werner4-0/+31
2022-07-01Fix crash on empty user cache storedNicolas Werner1-3/+7
2022-07-01Fix crash when closing room directory windowNicolas Werner2-5/+4
2022-06-30Translated using Weblate (Chinese (Simplified))Weblate1-9/+9
2022-06-30Fix emoji pickerq234rty1-5/+6
2022-06-30Fix room member listq234rty1-4/+6
2022-06-29make lintLoren Burkholder1-2/+2
2022-06-29Simplify space notification optionsLoren Burkholder4-75/+18
2022-06-29make licenseLoren Burkholder1-0/+4
2022-06-29Allow muting spaces; other general improvementsLoren Burkholder5-19/+92
2022-06-29make lintLoren Burkholder1-3/+7
2022-06-29Add notifications to all sidebar itemsLoren Burkholder2-10/+45
2022-06-29Inform Qt that loud notifications changedLoren Burkholder1-1/+1
2022-06-29Add space notification configurationLoren Burkholder4-7/+92
2022-06-29Add space notifs to room listLoren Burkholder1-64/+18
2022-06-29Make the notification bubble its own componentLoren Burkholder3-79/+86
2022-06-29Add loud notifications for spacesLoren Burkholder6-16/+32
2022-06-29Add space notifications to room listLoren Burkholder7-55/+84
2022-06-29Fix typoed variable nameLoren Burkholder2-10/+10
2022-06-29Display unread notifications for spacesLoren Burkholder4-18/+118
2022-06-28Fix bad timestamps being stored for room infosNicolas Werner1-1/+4
2022-06-28Fix blurriness of svg icons (#1108)q234rty3-1/+7
2022-06-28Fix clazy complaint about detatchNicolas Werner1-1/+1
2022-06-26Get large avatar images as scale and crop locally (#1107)brausepulver1-7/+29
2022-06-26Translated using Weblate (Finnish)Weblate1-1/+1
2022-06-26Fix timestamps after loadingNicolas Werner4-2/+41
2022-06-26Add an option to define new power levelsNicolas Werner3-127/+271
2022-06-25Fix lintingNicolas Werner1-5/+5
2022-06-25Require matrix v1.1 or greaterNicolas Werner7-44/+95
2022-06-25Refresh last message when paginating backwardsNicolas Werner1-1/+4
2022-06-24Fix lintingNicolas Werner1-2/+2
2022-06-23Add copy link to room context menu (#1101)brausepulver5-12/+43
2022-06-23Fix multiple weak symbols from private object destructor (-Wstringop-overflow).Jason Volk1-0/+4
2022-06-21Translated using Weblate (Estonian)Weblate1-1/+1
2022-06-20Translated using Weblate (Finnish)Weblate1-2/+2
2022-06-19Translated using Weblate (Chinese (Simplified))Weblate1-71/+71
2022-06-19Request full online keybackup when turning it onNicolas Werner5-4/+113
2022-06-18Translated using Weblate (English)Weblate1-1/+1
2022-06-18Translated using Weblate (Finnish)Weblate1-3/+3
2022-06-18Translated using Weblate (German)Weblate1-1/+1
2022-06-18Translated using Weblate (Chinese (Simplified))Weblate1-11/+11
2022-06-18Remove a few more headersNicolas Werner18-52/+48
2022-06-18Support the knock_restricted ruleNicolas Werner5-2/+20
2022-06-18Skip migration if sender_key is not a string or presentNicolas Werner1-1/+3
2022-06-17Added escape handler for uploads (#1100)Rohit Sutradhar1-3/+5
2022-06-17Get rid of 'using json = nlohmann::json'Nicolas Werner10-187/+198
2022-06-17Remove remaining groups codeNicolas Werner3-6/+2
2022-06-17Fix coeurl lookupNicolas Werner1-8/+10
2022-06-17Add option to disable implicit json conversionsNicolas Werner2-0/+9
2022-06-17Fix compilation without implicit nlohmann conversionsNicolas Werner10-71/+86
2022-06-17Remove redundant alias functionNicolas Werner6-58/+37
2022-06-16Translated using Weblate (Finnish)Weblate1-1/+1
2022-06-16Simplify includes a bitNicolas Werner7-13/+21
2022-06-16Speedup provider compilationNicolas Werner4-8/+5
2022-06-15Fix settings groups not being terminated properly on logoutNicolas Werner1-0/+4
2022-06-15Remove confusing log messageNicolas Werner1-4/+0
2022-06-15Close image viewer when clicking on the backgroundNicolas Werner1-0/+4
2022-06-15Fix failed uploads not removing uploadsNicolas Werner1-0/+5
2022-06-15Fix pins not refreshing after being loadedNicolas Werner4-4/+15
2022-06-15Fix edits not updating in repliesNicolas Werner1-1/+16
2022-06-15Speedup startup by caching last message timestampNicolas Werner5-23/+95
2022-06-14Subtle corrections to paste behaviorsSyldraTheCat3-18/+16
2022-06-14Update hidden read receipts MSCNicolas Werner4-11/+25
2022-06-13Translated using Weblate (Finnish)Weblate1-1/+1
2022-06-13Fix C++20 compatibilityNicolas Werner1-1/+1
2022-06-13Fix height attribute for emotesNicolas Werner1-1/+1
2022-06-13Make cursoring up/down more consistent on some setupsSyldraTheCat1-2/+2
2022-06-12Fix crash on logout (why did that line vanish?!?)Nicolas Werner1-0/+1
2022-06-12Fix comparison for glare algorithmNicolas Werner2-5/+9
2022-06-12Properly handle glare when verifyingNicolas Werner1-4/+17
2022-06-12Fix crash on some systems because of reuseItems in completerNicolas Werner1-1/+2
2022-06-11Make settings menu a bit narrowerNicolas Werner1-1/+1
2022-06-11Add headers to CMake targetSyldraTheCat1-98/+95
2022-06-11Move dependencies above mtxclient in CMakeSyldraTheCat1-31/+41
2022-06-10Translated using Weblate (French)Weblate1-2/+2
2022-06-10Translated using Weblate (Finnish)Weblate1-8/+8
2022-06-09Translated using Weblate (Finnish)Weblate1-80/+84
2022-06-09Translated using Weblate (French)Weblate1-75/+76
2022-06-09Translated using Weblate (German)Weblate1-3/+3
2022-06-08Translated using Weblate (Finnish)Weblate1-22/+25
2022-06-08Translated using Weblate (Finnish)Weblate1-3/+3
2022-06-08Translated using Weblate (Finnish)Weblate1-8/+9
2022-06-06Mention gnome-keyring useflag on GentooNicolas Werner1-0/+3
2022-06-06Translated using Weblate (Finnish)Weblate1-3/+3
2022-06-05Translated using Weblate (Finnish)Weblate1-18/+18
2022-06-05Add some logging to dockNicolas Werner1-2/+10
2022-06-05Unread messages count as an Unity compatible badge (#1085)d425-0/+116
2022-06-04Try to fix flatpak uploadNicolas Werner1-1/+1
2022-06-03Translated using Weblate (Indonesian)Weblate1-120/+123
2022-06-02Fix editing topicNicolas Werner1-6/+3
2022-06-02Indicate if no topic is setLoren Burkholder1-1/+6
2022-05-30Translated using Weblate (Estonian)Weblate1-125/+128
2022-05-28updated the Fedora dependency install script (#1082)DaKnig1-3/+1
2022-05-28Translated using Weblate (Finnish)Weblate1-59/+59
2022-05-28Translated using Weblate (Indonesian)Weblate1-1/+1
2022-05-27Fix unnecessary detatch in for loopNicolas Werner1-8/+8
2022-05-27