summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* WIPNicolas Werner2022-07-154-74/+107
* Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifsNicolas Werner2022-07-1412-124/+374
|\
| * make lintLoren Burkholder2022-06-291-2/+2
| * Simplify space notification optionsLoren Burkholder2022-06-294-75/+18
| * make licenseLoren Burkholder2022-06-291-0/+4
| * Allow muting spaces; other general improvementsLoren Burkholder2022-06-295-19/+92
| * make lintLoren Burkholder2022-06-291-3/+7
| * Add notifications to all sidebar itemsLoren Burkholder2022-06-292-10/+45
| * Inform Qt that loud notifications changedLoren Burkholder2022-06-291-1/+1
| * Add space notification configurationLoren Burkholder2022-06-294-7/+92
| * Add space notifs to room listLoren Burkholder2022-06-291-64/+18
| * Make the notification bubble its own componentLoren Burkholder2022-06-293-79/+86
| * Add loud notifications for spacesLoren Burkholder2022-06-296-16/+32
| * Add space notifications to room listLoren Burkholder2022-06-297-55/+84
| * Fix typoed variable nameLoren Burkholder2022-06-292-10/+10
| * Display unread notifications for spacesLoren Burkholder2022-06-294-18/+118
* | Use normal instead of recursive mutexNicolas Werner2022-07-111-3/+2
* | Fix race condition in dbus APINicolas Werner2022-07-111-11/+38
* | Fix aliases being duplicated in the aliases list in some casesNicolas Werner2022-07-111-7/+7
* | Fix command in flatpakNicolas Werner2022-07-101-1/+1
* | Set output name after the variable is definedNicolas Werner2022-07-101-4/+1
* | Fix output name for flatpakNicolas Werner2022-07-101-0/+4
* | Fix rooms failing to load over dbus if image can't be downloadedNicolas Werner2022-07-101-1/+3
* | Try to fix titlebar on room dirNicolas Werner2022-07-091-1/+2
* | Support rendering policy rulesNicolas Werner2022-07-096-2/+126
* | Translated using Weblate (French)Weblate2022-07-091-3/+3
* | Fix clazy warningNicolas Werner2022-07-091-2/+2
* | Allow editing aliasesNicolas Werner2022-07-0813-9/+643
* | Fix users with @room in the name pinging the whole room when replied toNicolas Werner2022-07-051-22/+28
* | Warn about emojis looking different in different clientsNicolas Werner2022-07-031-0/+11
* | Fix emoji verification clipped on swayNicolas Werner2022-07-037-593/+560
* | Add a /command to redact all visible messages sent by a userNicolas Werner2022-07-014-0/+31
* | Fix crash on empty user cache storedNicolas Werner2022-07-011-3/+7
* | Fix crash when closing room directory windowNicolas Werner2022-07-012-5/+4
* | Merge pull request #1111 from q234rty/masterDeepBlueV7.X2022-06-302-9/+12
|\ \
| * | Fix emoji pickerq234rty2022-06-301-5/+6
| * | Fix room member listq234rty2022-06-301-4/+6
| |/
* / Translated using Weblate (Chinese (Simplified))Weblate2022-06-301-9/+9
|/
* Fix bad timestamps being stored for room infosNicolas Werner2022-06-281-1/+4
* Fix blurriness of svg icons (#1108)q234rty2022-06-283-1/+7
* Fix clazy complaint about detatchNicolas Werner2022-06-281-1/+1
* Get large avatar images as scale and crop locally (#1107)brausepulver2022-06-261-7/+29
* Translated using Weblate (Finnish)Weblate2022-06-261-1/+1
* Fix timestamps after loadingNicolas Werner2022-06-264-2/+41
* Add an option to define new power levelsNicolas Werner2022-06-263-127/+271
* Fix lintingNicolas Werner2022-06-251-5/+5
* Require matrix v1.1 or greaterNicolas Werner2022-06-257-44/+95
* Refresh last message when paginating backwardsNicolas Werner2022-06-251-1/+4
* Fix lintingNicolas Werner2022-06-241-2/+2
* Add copy link to room context menu (#1101)brausepulver2022-06-235-12/+43
* Merge pull request #1106 from jevolk/masterDeepBlueV7.X2022-06-231-0/+4
|\
| * Fix multiple weak symbols from private object destructor (-Wstringop-overflow).Jason Volk2022-06-231-0/+4
|/
* Translated using Weblate (Estonian)Weblate2022-06-211-1/+1
* Translated using Weblate (Finnish)Weblate2022-06-201-2/+2
* Translated using Weblate (Chinese (Simplified))Weblate2022-06-191-71/+71
* Request full online keybackup when turning it onNicolas Werner2022-06-195-4/+113
* Translated using Weblate (English)Weblate2022-06-181-1/+1
* Translated using Weblate (Finnish)Weblate2022-06-181-3/+3
* Translated using Weblate (German)Weblate2022-06-181-1/+1
* Translated using Weblate (Chinese (Simplified))Weblate2022-06-181-11/+11
* Remove a few more headersNicolas Werner2022-06-1818-52/+48
* Support the knock_restricted ruleNicolas Werner2022-06-185-2/+20
* Skip migration if sender_key is not a string or presentNicolas Werner2022-06-181-1/+3
* Added escape handler for uploads (#1100)Rohit Sutradhar2022-06-171-3/+5
* Get rid of 'using json = nlohmann::json'Nicolas Werner2022-06-1710-187/+198
* Remove remaining groups codeNicolas Werner2022-06-173-6/+2
* Fix coeurl lookupNicolas Werner2022-06-171-8/+10
* Add option to disable implicit json conversionsNicolas Werner2022-06-172-0/+9
* Fix compilation without implicit nlohmann conversionsNicolas Werner2022-06-1710-71/+86
* Remove redundant alias functionNicolas Werner2022-06-176-58/+37
* Translated using Weblate (Finnish)Weblate2022-06-161-1/+1
* Simplify includes a bitNicolas Werner2022-06-167-13/+21
* Speedup provider compilationNicolas Werner2022-06-164-8/+5
* Fix settings groups not being terminated properly on logoutNicolas Werner2022-06-151-0/+4
* Remove confusing log messageNicolas Werner2022-06-151-4/+0
* Close image viewer when clicking on the backgroundNicolas Werner2022-06-151-0/+4
* Merge pull request #1095 from syldrathecat/subtle-paste-fixesDeepBlueV7.X2022-06-153-18/+16
|\
| * Subtle corrections to paste behaviorsSyldraTheCat2022-06-143-18/+16
* | Fix failed uploads not removing uploadsNicolas Werner2022-06-151-0/+5
* | Fix pins not refreshing after being loadedNicolas Werner2022-06-154-4/+15
* | Fix edits not updating in repliesNicolas Werner2022-06-151-1/+16
* | Speedup startup by caching last message timestampNicolas Werner2022-06-155-23/+95
|/
* Update hidden read receipts MSCNicolas Werner2022-06-144-11/+25
* Merge pull request #1093 from syldrathecat/msginput-cursor-rectDeepBlueV7.X2022-06-131-2/+2
|\
| * Make cursoring up/down more consistent on some setupsSyldraTheCat2022-06-131-2/+2
* | Translated using Weblate (Finnish)Weblate2022-06-131-1/+1
* | Fix C++20 compatibilityNicolas Werner2022-06-131-1/+1
* | Fix height attribute for emotesNicolas Werner2022-06-131-1/+1
|/
* Fix crash on logout (why did that line vanish?!?)Nicolas Werner2022-06-121-0/+1
* Fix comparison for glare algorithmNicolas Werner2022-06-122-5/+9
* Properly handle glare when verifyingNicolas Werner2022-06-121-4/+17
* Fix crash on some systems because of reuseItems in completerNicolas Werner2022-06-121-1/+2
* Make settings menu a bit narrowerNicolas Werner2022-06-111-1/+1
* Merge pull request #1089 from syldrathecat/cmake-coeurlDeepBlueV7.X2022-06-111-129/+136
|\
| * Add headers to CMake targetSyldraTheCat2022-06-111-98/+95
| * Move dependencies above mtxclient in CMakeSyldraTheCat2022-06-111-31/+41
|/
* Translated using Weblate (French)Weblate2022-06-101-2/+2
* Translated using Weblate (Finnish)Weblate2022-06-101-8/+8
* Translated using Weblate (Finnish)Weblate2022-06-091-80/+84
* Translated using Weblate (French)Weblate2022-06-091-75/+76
* Translated using Weblate (German)Weblate2022-06-091-3/+3
* Translated using Weblate (Finnish)Weblate2022-06-081-22/+25
* Translated using Weblate (Finnish)Weblate2022-06-081-3/+3
* Translated using Weblate (Finnish)Weblate2022-06-081-8/+9
* Mention gnome-keyring useflag on GentooNicolas Werner2022-06-061-0/+3
* Translated using Weblate (Finnish)Weblate2022-06-061-3/+3
* Translated using Weblate (Finnish)Weblate2022-06-051-18/+18
* Add some logging to dockNicolas Werner2022-06-051-2/+10
* Unread messages count as an Unity compatible badge (#1085)d422022-06-055-0/+116
* Try to fix flatpak uploadNicolas Werner2022-06-041-1/+1
* Translated using Weblate (Indonesian)Weblate2022-06-031-120/+123
* Fix editing topicNicolas Werner2022-06-021-6/+3
* Merge pull request #1084 from Nheko-Reborn/uiTweaksDeepBlueV7.X2022-06-021-1/+6
|\
| * Indicate if no topic is setLoren Burkholder2022-06-021-1/+6
|/
* Translated using Weblate (Estonian)Weblate2022-05-301-125/+128
* updated the Fedora dependency install script (#1082)DaKnig2022-05-281-3/+1
* Translated using Weblate (Finnish)Weblate2022-05-281-59/+59
* Translated using Weblate (Indonesian)Weblate2022-05-281-1/+1
* Fix unnecessary detatch in for loopNicolas Werner2022-05-271-8/+8
* Lots of new PL translationsNicolas Werner2022-05-2727-8102/+17952
* Add basic powerlevel editorNicolas Werner2022-05-2712-12/+1212
* Translated using Weblate (Russian)Weblate2022-05-231-3/+3
* Send images on enter if input bar is emptyNicolas Werner2022-05-231-1/+3
* Fix unsigned wraparound when creating one time keysNicolas Werner2022-05-211-1/+2
* Fix bad format stringNicolas Werner2022-05-191-2/+1
* Translated using Weblate (Indonesian)Weblate2022-05-171-1/+1
* Added translation using Weblate (Serbian (latin))Weblate2022-05-151-0/+3837
* Guard against servers sending null in the unused fallback keys propertyNicolas Werner2022-05-152-2/+2
* Enable Werror only for Nheko target in clazy CINicolas Werner2022-05-141-1/+1
* Fix shadowing warningNicolas Werner2022-05-142-2/+2
* Use newer libolmNicolas Werner2022-05-142-3/+4
* Fix stopping the fallback removal timer starterNicolas Werner2022-05-141-1/+1
* Add support for fallback keysNicolas Werner2022-05-144-12/+50
* Make PrivacyScreen work on Popped-out RoomsJoseph Donofry2022-05-123-3/+15
* Fix PrivacyScreen for MainWindowJoseph Donofry2022-05-121-2/+2
* Properly mark image node as dirty on size updateNicolas Werner2022-05-111-3/+3
* Use right linterNicolas Werner2022-05-1028-67/+35
* More image dialog fixesNicolas Werner2022-05-1035-50/+95
* Add mtxclient to loggingNicolas Werner2022-05-081-1/+5
* Add KImageFormatsNicolas Werner2022-05-071-0/+30
* Fix header order...Nicolas Werner2022-05-071-1/+1
* Fix potential crash when opening separate roomsNicolas Werner2022-05-071-1/+4
* Activate window that already has the room open if possibleNicolas Werner2022-05-075-9/+22
* Rework focus handlingNicolas Werner2022-05-079-41/+80
* Fix notification for focus room in main windowNicolas Werner2022-05-071-1/+1
* fix indentationNicolas Werner2022-05-071-8/+6
* Show powerlevels in memberlistNicolas Werner2022-05-078-3/+74
* Merge branch 'TheDrawingCoder-Gamer-master'Nicolas Werner2022-05-0612-2969/+5062
|\
| * Fixup some small emoji thingsNicolas Werner2022-05-064-26/+28
| * Merge branch 'master' of https://github.com/TheDrawingCoder-Gamer/nheko into ...Nicolas Werner2022-05-0612-2968/+5059
|/|
| * Fix triumph mappingTheDrawingCoding-Gamer2022-05-012-3/+3
| * Change name to codepointBulbyVR2022-04-273-118/+7394
| * More codes and rulesBulbyVR2022-04-243-7495/+291
| * [skip ci] update gitignoreBulbyVR2022-04-241-0/+1
| * Unhardcode qmlBulbyVR2022-04-243-3/+3
| * Curse you hardcoded qml!BulbyVR2022-04-241-1/+2
| * forgot to lintBulbyVR2022-04-241-3661/+14827
| * Properly add regional indicators, with ZWNJBulbyVR2022-04-244-14752/+3690
| * Add more aliases, start on regional indicatorsBulbyVR2022-04-246-7/+37
| * Forgot lintingBulbyVR2022-04-241-3635/+14723
| * Allow search with unicode namesBulbyVR2022-04-246-10246/+3674
| * Remove sequences of _BulbyVR2022-04-242-862/+864
| * Keep old codes alongside new onesBulbyVR2022-04-244-18/+52
| * Run make lintBulbyVR2022-04-241-3634/+10199
| * Add transforms and shortcodes to emojiBulbyVR2022-04-244-12908/+3674
* | Translated using Weblate (Russian)Weblate2022-05-061-2/+2
* | Add basic support for multiple windowsNicolas Werner2022-05-0611-41/+109
* | Translated using Weblate (Finnish)Weblate2022-05-051-1/+1
* | Translated using Weblate (Finnish)Weblate2022-05-041-22/+24
* | Don't crash on corrupt animated imagesNicolas Werner2022-05-041-15/+20
* | Merge pull request #1068 from Nheko-Reborn/fullLinterDeepBlueV7.X2022-05-031-8/+158
|\ \
| * | Specify every linter optionLoren Burkholder2022-04-281-8/+158
| * | Modifications to member list buttonsLoren Burkholder2022-04-282-11/+13
| * | Set default size for hidden events dialogLoren Burkholder2022-04-281-0/+2
| * | Better handle pluralizationLoren Burkholder2022-04-281-1/+1
| * | Allow users to see through the spinnerLoren Burkholder2022-04-281-0/+9
| * | Fix scaling of animated images in fullscreen image viewerNicolas Werner2022-04-281-3/+9
* | | Translated using Weblate (Chinese (Simplified))Weblate2022-05-011-37/+37
* | | Merge pull request #1056 from Nheko-Reborn/uiTweaksDeepBlueV7.X2022-04-273-12/+25
|\ \ \
| * | | Modifications to member list buttonsLoren Burkholder2022-04-232-11/+13
| * | | Set default size for hidden events dialogLoren Burkholder2022-04-231-0/+2
| * | | Better handle pluralizationLoren Burkholder2022-04-231-1/+1
| * | | Allow users to see through the spinnerLoren Burkholder2022-04-231-0/+9
* | | | Fix scaling of animated images in fullscreen image viewerNicolas Werner2022-04-261-3/+9
| |_|/ |/| |
* | | Merge pull request #1063 from krillefear/patch-1DeepBlueV7.X2022-04-241-1/+1
|\ \ \ | | |/ | |/|
| * | chore: Add missing ubuntu dependenciesKrille Fear2022-04-241-1/+1
|/ /
* / Fix pinned messages getting clippedNicolas Werner2022-04-245-3/+37
|/
* Fix filtering without using regexNicolas Werner2022-04-232-2/+4
* Don't use deprecated filterRegExpNicolas Werner2022-04-231-2/+2
* Fix use of deprecated QRegExp in MemberList filterNicolas Werner2022-04-231-1/+1
* Search room members (#1049)Loren Burkholder2022-04-224-12/+155
* Merge pull request #1054 from tastytea/image-pack-changes/pack-idDeepBlueV7.X2022-04-221-4/+13
|\
| * Show pack Id for image pack changes in timelinetastytea2022-04-201-4/+13
* | Add member list and settings buttons to spaces (#1051)Loren Burkholder2022-04-222-6/+38
* | Fix flatpak CINicolas Werner2022-04-231-6/+2
* | Translated using Weblate (Indonesian)Weblate2022-04-211-75/+75
* | Fix PLs for DMsNicolas Werner2022-04-201-1/+1
|/
* Show changes in image packs in timelineNicolas Werner2022-04-193-2/+72
* Explicitly install the configured filesNicolas Werner2022-04-191-2/+2
* Fix install of desktop file in flatpakNicolas Werner2022-04-192-4/+5
* Merge pull request #1050 from Nheko-Reborn/uiTweaksDeepBlueV7.X2022-04-181-0/+2
|\
| * Focus room searchLoren Burkholder2022-04-181-0/+2
* | Add more explanations to desktop fileNicolas Werner2022-04-181-0/+3
|/
* Make Nheko discoverable using appdataNicolas Werner2022-04-184-14/+26
* Fix lintingNicolas Werner2022-04-181-2/+1
* D-Bus fixes (#1048)Loren Burkholder2022-04-184-39/+95
* Merge pull request #1046 from tastytea/zsh-completionDeepBlueV7.X2022-04-162-0/+24
|\
| * add Zsh completiontastytea2022-04-162-0/+24
* | Fix grayscale bug AGAINNicolas Werner2022-04-161-1/+1
|/
* Fix cursor not being closed before txn was committedJoseph Donofry2022-04-141-0/+1
* Cleanup some random dbus stuffNicolas Werner2022-04-142-9/+17
* Add D-Bus API (#916)Loren Burkholder2022-04-1415-54/+508
* Translated using Weblate (Finnish)Weblate2022-04-131-1/+1
* Fix accidental shadowingNicolas Werner2022-04-131-1/+1
* Store notification counts across restartsNicolas Werner2022-04-133-10/+24
* Translated using Weblate (Finnish)Weblate2022-04-111-21/+21
* fix lintNicolas Werner2022-04-101-3/+4
* Add specific powerlevel messages (#852)Marcel2022-04-101-4/+261
* Remove boundary handling in image overlayNicolas Werner2022-04-102-35/+28
* Make sender_key in key requests optionalNicolas Werner2022-04-082-2/+2
* Fix sending sender_key in key requestsNicolas Werner2022-04-082-2/+2
* Fix SSSS if another client used the wrong base64 formatNicolas Werner2022-04-083-4/+8
* Fix typo in key exportNicolas Werner2022-04-081-1/+2
* Fix a few issues with receiving to_device messages in initial syncNicolas Werner2022-04-085-23/+33
* Remove sender key from megolm session indexNicolas Werner2022-04-084-41/+102
* Translated using Weblate (Finnish)Weblate2022-04-061-6/+6
* Translated using Weblate (Finnish)Weblate2022-04-041-88/+89
* Merge pull request #1037 from Nheko-Reborn/closeOnCtrlWDeepBlueV7.X2022-04-032-0/+8
|\
| * Close current room on Ctrl+WLoren Burkholder2022-04-022-0/+8
|/
* Merge pull request #1036 from Nheko-Reborn/fixCreateDirectChatDeepBlueV7.X2022-04-031-1/+2
|\
| * Don't treat a space as a direct chatLoren Burkholder2022-04-021-1/+2
* | Merge pull request #1033 from Apurv404/fix-room-alias-issueDeepBlueV7.X2022-04-021-0/+7
|\ \ | |/ |/|
| * Fix room alias issue (#354)Apurv4042022-04-021-0/+7
|/
* lintNicolas Werner2022-04-011-7/+4
* Allow knocking if join failed and via matrix urisNicolas Werner2022-04-012-9/+50
* Fix leaving roomsNicolas Werner2022-03-311-1/+1
* Update mtxclientNicolas Werner2022-03-302-2/+2
* Add reasons to everythingNicolas Werner2022-03-3010-33/+44
* Add /knock commandNicolas Werner2022-03-304-2/+25
* Add delay to showing scroll down buttonNicolas Werner2022-03-301-25/+19
* Fix cursor moving to the end when editing in the middleNicolas Werner2022-03-301-1/+2
* Remove a few unused variablesNicolas Werner2022-03-301-90/+4
* Don't use a modal to edit room name and topicNicolas Werner2022-03-308-868/+187
* Fix arrow keysNicolas Werner2022-03-301-1/+1
* Fix broken invite dialogNicolas Werner2022-03-301-0/+4
* Remove unused ToggleButtonNicolas Werner2022-03-303-357/+0
* Cleanup some unused codeNicolas Werner2022-03-305-498/+3
* Merge branch 'fix-tapping-timeline'Nicolas Werner2022-03-303-0/+10
|\
| * fix tapping messages, fix pressandhold/doubletap on touchMalte E2022-03-283-0/+10
* | Add a background to scroll to bottom buttonNicolas Werner2022-03-301-2/+10