summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'go_to_bottom' of https://github.com/maltee1/nheko into maltee1-...Nicolas Werner2022-03-301-0/+58
|\ \
| * | add jump to end buttonMalte E2022-03-291-0/+58
| |/
* | Merge pull request #1019 from maltee1/qml_createroomDeepBlueV7.X2022-03-2918-242/+366
|\ \
| * | Add backend for new room creation dialogsNicolas Werner2022-03-2914-275/+125
| * | expose options betterMalte E2022-03-282-15/+66
| * | run lintMalte E2022-03-262-3/+3
| * | direct chat creator can now create direct chatsMalte E2022-03-263-13/+34
| * | initial direct chat creation dialogMalte E2022-03-264-1/+110
| * | CreateRoom dialog in QMLMalte E2022-03-253-1/+94
* | | Avoid empty membership eventsNicolas Werner2022-03-281-9/+6
| |/ |/|
* | drag to reply (#1018)Malte E2022-03-273-1/+29
* | Translated using Weblate (Dutch)Weblate2022-03-251-39/+41
* | Translated using Weblate (French)Weblate2022-03-251-123/+128
* | Fix crash on missing pack descriptionNicolas Werner2022-03-251-2/+4
|/
* Release v0.9.3Nicolas Werner2022-03-254-12/+9
* Update CHANGELOGNicolas Werner2022-03-251-0/+49
* Merge pull request #1013 from tastytea/smaller-thumbnailsDeepBlueV7.X2022-03-241-31/+39
|\
| * Don't send thumbnails that are larger than the originaltastytea2022-03-241-31/+39
|/
* Translated using Weblate (Indonesian)Weblate2022-03-231-5/+7
* Translated using Weblate (Estonian)Weblate2022-03-231-6/+8
* Better touch scrolling (#1012)Malte E2022-03-244-110/+91
* Remove brew upgrade now that the VM is updatedJoseph Donofry2022-03-231-3/+0
* Update qt5 for macos in notarize stepNicolas Werner2022-03-231-0/+1
* Upgrade qt in CINicolas Werner2022-03-231-1/+1
* Make overlap of actionMenu a bit smaller againNicolas Werner2022-03-231-1/+1
* Properly enable hovering on message action menuNicolas Werner2022-03-221-0/+1
* Make hover menu inset slightlyNicolas Werner2022-03-221-1/+1
* Default body to shortcode if unset and sending stickerNicolas Werner2022-03-222-1/+7
* Add a default filename for clipboard pastes againNicolas Werner2022-03-221-1/+6
* Try to improve thumbnailing on macOSNicolas Werner2022-03-221-1/+5
* Fix thumbnails of received encrypted imagesNicolas Werner2022-03-222-3/+8