summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* QML the room member listLoren Burkholder2021-07-2011-222/+169
* Explicitly reload data in delegates, if related events got loadedNicolas Werner2021-07-202-0/+7
* Fix replying and editing stickersNicolas Werner2021-07-191-0/+9
* Fix only first 7 stickers showing upNicolas Werner2021-07-193-6/+8
* Fix unused state key when iterating room stickersNicolas Werner2021-07-191-1/+1
* Move sticker parsing and enable room stickersNicolas Werner2021-07-194-36/+78
* Basic sticker supportNicolas Werner2021-07-199-4/+202
* Disable unchecked key sharing to trusted users by defaultNicolas Werner2021-07-171-2/+3
* Share historical keysNicolas Werner2021-07-174-22/+55
* Store megolm session data in separate databaseNicolas Werner2021-07-177-86/+210
* Fix replies not reloading after fetching themNicolas Werner2021-07-162-4/+9
* Add workaround for TextEdit not rerendering after image loadedNicolas Werner2021-07-152-0/+14
* Switch to room after joining inviteNicolas Werner2021-07-131-9/+10
* Don't allow switching to current roomNicolas Werner2021-07-131-0/+4
* Try to fix crash in setCurrentIndexNicolas Werner2021-07-131-17/+24
* Strip reply fallback from roomlistNicolas Werner2021-07-131-2/+4
* Fix verification requests showing up on startupNicolas Werner2021-07-121-0/+9
* Don't use full dump for repliesNicolas Werner2021-07-122-0/+7
* Fix off-by-1 in insertRows when loading room list from initial syncNicolas Werner2021-07-121-2/+3
* Prepare for reuseItems in timelineNicolas Werner2021-07-122-13/+18
* Fix lintNicolas Werner2021-07-101-10/+6
* Remove db bottleneck by caching ro txn for 100 requestsNicolas Werner2021-07-103-91/+117
* Add additional device verification loggingNicolas Werner2021-07-101-0/+10
* Fix blurhash discoloration on decodeNicolas Werner2021-07-091-4/+6
* Redesign invites and room preview joinsNicolas Werner2021-07-092-8/+94
* Fix linter issueJoseph Donofry2021-07-081-1/+1
* Add missing include to UtilsJoe2021-07-081-1/+2
* Fix cmake template define issueJoe2021-07-071-2/+0
* Fix Backtrace define error for WindowsJoe2021-07-071-0/+2
* Fix a few embarrassing bugs with device list updatesNicolas Werner2021-07-061-8/+14
* Show previews for space roomsNicolas Werner2021-07-042-25/+213
* Make emoji picker follow themeNicolas Werner2021-07-031-2/+1
* Fix community sidebar toggleNicolas Werner2021-07-021-2/+3
* Update translationsNicolas Werner2021-07-021-1/+2
* Remove dead code to calculate last messageNicolas Werner2021-07-014-98/+3
* Ignore return value of write() in signal handlerNicolas Werner2021-06-301-2/+2
* Get rid of boost dependency for stacktracesNicolas Werner2021-06-302-5/+36
* Fix too many newlines in reply fallbackNicolas Werner2021-06-301-1/+1
* Fix error message for /syncNicolas Werner2021-06-301-1/+1
* Use coeurl for networkingNicolas Werner2021-06-304-21/+15
* Fix tags going missing if you join communitiesNicolas Werner2021-06-261-1/+1
* Apply suggestions from code reviewStuart Mumford2021-06-251-1/+1
* Update src/timeline/TimelineModel.cppStuart Mumford2021-06-251-1/+1
* Add another regex to match inline img tags using single quotesStuart Mumford2021-06-251-0/+4
* fix sort by unread not getting persistedNicolas Werner2021-06-251-0/+1
* Increase contrast of dark theme secondary colors slightlyNicolas Werner2021-06-251-1/+1
* Fix spaces showing up with world filterNicolas Werner2021-06-251-25/+44
* Don't spam key requests directly after startupNicolas Werner2021-06-253-0/+23
* Add a basic 'Space page'Nicolas Werner2021-06-254-0/+19
* Fix off by 1 in previousRoom conditionNicolas Werner2021-06-251-1/+1
* Hide spaces by default, unless they are in the current space filterNicolas Werner2021-06-254-7/+59
* Fix hiding rooms from a spaceNicolas Werner2021-06-253-13/+50
* Allow filtering by spaceNicolas Werner2021-06-255-14/+70
* Show some spaces in the community sidebarNicolas Werner2021-06-256-106/+341
* fixup! Allow editing unsent messagesAlexander Bantyev2021-06-192-1/+7
* fixup! Allow editing unsent messagesAlexander Bantyev2021-06-191-0/+1
* fixup! Allow editing unsent messagesAlexander Bantyev2021-06-182-7/+21
* Allow editing unsent messagesAlexander Bantyev2021-06-184-7/+67
* Fix wrong tags in context menuNicolas Werner2021-06-141-0/+10
* Fix copy and paste fail for low prio avatarNicolas Werner2021-06-141-1/+1
* Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-122-6/+5
* Merge branch 'master' into qml-roomlistNicolas Werner2021-06-125-39/+125
|\
| * Avoid unnecessary QColor -> QString conversionsJoseph Donofry2021-06-083-8/+6
| * Merge pull request #600 from govynnus/registration-well-knownDeepBlueV7.X2021-06-032-31/+119
| |\
| | * Do a .well-known lookup during registrationCallum Brown2021-06-032-30/+109
| | * Give registration server input its own error labelCallum Brown2021-06-032-1/+10
| * | Fix notifications in narrow view when content is hiddenpcworld2021-05-292-4/+7
| |/
* | Persist sidebar sizesNicolas Werner2021-06-122-2/+41
* | Remove useless captureNicolas Werner2021-06-111-12/+11
* | Reenable tag hidingNicolas Werner2021-06-115-17/+89
* | Enable toggling tagsNicolas Werner2021-06-115-5/+52
* | Render community itemsNicolas Werner2021-06-113-5/+15
* | Basic community list modelNicolas Werner2021-06-096-25/+230
* | Implement switching in narrow modeNicolas Werner2021-06-083-28/+10
* | Port remaining sidebar actions to qmlNicolas Werner2021-05-309-677/+31
* | Try to get rid of an allocationNicolas Werner2021-05-303-11/+9
* | Optimize completion model by only splitting on normal spacesNicolas Werner2021-05-301-3/+3
* | Fix use after free from Qml widgetNicolas Werner2021-05-303-3/+13
* | Fix warningNicolas Werner2021-05-281-1/+1
* | Delete old room listNicolas Werner2021-05-2821-3062/+67
* | Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-288-116/+114
* | Reimplement room context menusNicolas Werner2021-05-282-0/+78
* | Reenable invitesNicolas Werner2021-05-2413-51/+204
* | Reenable userInfo settings menuNicolas Werner2021-05-222-0/+6
* | Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-224-20/+21
* | Fix leaving roomsNicolas Werner2021-05-221-0/+11
* | Fix emoji in new RoomListNicolas Werner2021-05-224-1/+14
* | Sort the room listNicolas Werner2021-05-225-8/+119
* | Make roomlist look niceNicolas Werner2021-05-219-26/+185
* | Some basic room listNicolas Werner2021-05-194-129/+272
* | Basic header and footer of room listNicolas Werner2021-05-1514-165/+186
* | Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-142-1/+8
* | Move global avatarSize propertyNicolas Werner2021-05-131-0/+3
* | Move openLink to Nheko globalsNicolas Werner2021-05-134-53/+57
* | Make palette global in QmlNicolas Werner2021-05-133-0/+57
|/
* Fix stray 'a' in @room escapingNicolas Werner2021-05-111-1/+1
* Mark unsent events as uneditableNicolas Werner2021-05-091-2/+4
* Add TOFU (Trust On First Use) mode to encryptionNicolas Werner2021-05-072-22/+75
* Show verification status next to messagesNicolas Werner2021-05-0710-14/+77
* Only show actions, when you have permissions to do themNicolas Werner2021-05-028-5/+234
* Fix crash when you have no rooms and open the profile as well as not renderin...Nicolas Werner2021-04-304-6/+9
* Update mtxclient to use new login parametersNicolas Werner2021-04-301-2/+5
* Fix missing license headerNicolas Werner2021-04-292-0/+8
* Copy link to messageNicolas Werner2021-04-295-0/+91
* Highlight navigated to messageNicolas Werner2021-04-295-1/+75
* Fix some encoding issues when translating matrix.to to matrix:Nicolas Werner2021-04-291-6/+4
* Make pagination logic slightly more robustNicolas Werner2021-04-291-1/+1
* Rewrite matrix.to links to matrix uris and handle them the same wayNicolas Werner2021-04-281-1/+47
* Make forward messages a bit more readableNicolas Werner2021-04-272-49/+50
* Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko int...Nicolas Werner2021-04-248-35/+204
|\
| * fix macos build errortargetakhil2021-04-224-23/+22
| * make util strip util functions non-static and move definition to cpp filetargetakhil2021-04-182-16/+22
| * strip reply fallbacks from forwarded messagetargetakhil2021-04-184-19/+69
| * move detection code to nheko namespace and fix a few other bugstargetakhil2021-04-176-117/+83
| * directly upload old file object and reuse old messagetargetakhil2021-04-173-79/+109
| * remove unused function and set position to center of timeline viewtargetakhil2021-04-152-12/+0
| * show forward menu item only for relevant events, changes to uitargetakhil2021-04-152-0/+12
| * added basic forwardingtargetakhil2021-04-155-9/+127
* | Fix rendering issues with ) in linksNicolas Werner2021-04-241-1/+1
* | Fix completions in plain text modeNicolas Werner2021-04-242-6/+18
* | Fix keys not being reshared to the same devices, that already got them, if th...Nicolas Werner2021-04-202-23/+47
* | Fix a a session with a higher minimum index being able to overwrite an older oneNicolas Werner2021-04-201-0/+12
* | Linkify matrix urisNicolas Werner2021-04-191-0/+2
* | Escape html in topics and show line breaks in the settingsNicolas Werner2021-04-193-8/+15
* | Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-187-150/+91
* | Prevent warning on empty user requestsNicolas Werner2021-04-181-0/+3
* | Fix display name referenced for incorrect event typesJoseph Donofry2021-04-181-3/+4
* | change display name wordingtargetakhil2021-04-181-5/+8
|/
* Fix broken olm channels automaticallyNicolas Werner2021-04-131-0/+20
* Store state events with state keysNicolas Werner2021-04-132-9/+47
* add notice and rainbownotice commandsLordMZTE2021-04-112-0/+34
* Improve sorting a bit and fix some bugs in edge casesNicolas Werner2021-04-092-38/+55
* Fix crash on exitNicolas Werner2021-04-091-4/+12
* Fix a weird edge case with persisted empty event idsNicolas Werner2021-04-081-8/+11
* Fix small leak in TrayIconNicolas Werner2021-04-081-4/+4
* Don't use direct image response objects anymoreNicolas Werner2021-04-052-28/+40
* Fix exif rotation in unencrypted roomsNicolas Werner2021-04-043-3/+16
* Fix rainbow replies and add rainbowmeNicolas Werner2021-04-012-7/+9
* Tweak rainbow slightlyNicolas Werner2021-03-281-1/+4
* Fix emojis being split by rainbowsNicolas Werner2021-03-281-5/+5
* Merge pull request #535 from LordMZTE/feature/rainbowDeepBlueV7.X2021-03-284-9/+96
|\
| * run formatterLordMZTE2021-03-282-2/+2
| * Update src/timeline/InputBar.cppDeepBlueV7.X2021-03-281-1/+1
| * Use QRegularExpressionDeepBlueV7.X2021-03-281-1/+1
| * fix command parsingLordMZTE2021-03-281-3/+2
| * commands now also work with newline after themLordMZTE2021-03-281-0/+2
| * use QString as buf in rainbowifyerLordMZTE2021-03-281-5/+4
| * implement requested changesLordMZTE2021-03-282-11/+8
| * remove incorrect includeLordMZTE2021-03-271-1/+0
| * use QString to format in rainbow functionLordMZTE2021-03-271-6/+5
| * rainbow now works with unicode!LordMZTE2021-03-271-7/+15
| * use qtextboundary finder to rainbowify. (not working for unicode chars yet)LordMZTE2021-03-271-5/+13
| * fix size typeLordMZTE2021-03-271-1/+2
| * add /rainbow commandLordMZTE2021-03-264-8/+83
* | Lint CodeAnjani Kumar2021-03-281-2/+2
* | Fix build: refactor variables to avoid same names in a scopeAnjani Kumar2021-03-281-4/+4
* | Add part/leave commandLoren Burkholder2021-03-251-0/+2
|/
* Pressing escape hides PreviewUploadOverlaysalahmak2021-03-201-4/+5
* Pressing escape hides PreviewUploadOverlaysalahmak2021-03-202-0/+11
* Reserve memory for rooms in completerNicolas Werner2021-03-191-0/+4
* Merge pull request #475 from LorenDB/htmlFormattedNotifsDeepBlueV7.X2021-03-1820-463/+589
|\
| * Make CI happyNicolas Werner2021-03-172-19/+15
| * Fix shadowingNicolas Werner2021-03-171-7/+10
| * Add missing QPointer includeNicolas Werner2021-03-171-0/+1
| * Fix licensesNicolas Werner2021-03-173-0/+13
| * Clean up notification code a bitNicolas Werner2021-03-1716-477/+207
| * Refactor image download code to be reusableNicolas Werner2021-03-172-95/+166
| * Simplify image loadingLoren Burkholder2021-03-173-16/+6
| * Don't create a QImage every timeLoren Burkholder2021-03-171-5/+2
| * Simplify macOS checks for a null imageLoren Burkholder2021-03-172-2/+15
| * make lintLoren Burkholder2021-03-171-13/+12
| * Block notifications until the image has been downloadedLoren Burkholder2021-03-171-9/+21
| * Only try to display images if they existLoren Burkholder2021-03-173-7/+14
| * Use better method of resizing imagesLoren Burkholder2021-03-171-7/+7
| * Switch readImage to take a reference instead of a pointerLoren Burkholder2021-03-175-10/+10
| * Simplify regexLoren Burkholder2021-03-173-3/+3
| * Simplify formatting on WindowsLoren Burkholder2021-03-172-29/+22
| * Better handle encrypted notificationsLoren Burkholder2021-03-173-18/+56
| * Remove unnecessary headerLoren Burkholder2021-03-171-1/+0
| * Rewrite notification posting logicNicolas Werner2021-03-176-86/+264
| * Add regex to remove replies in notificationsLoren Burkholder2021-03-173-5/+16
| * Fix when "replied" is displayedLoren Burkholder2021-03-171-3/+3
| * Get event text in event parser functionLoren Burkholder2021-03-175-9/+15
| * Add "replied" marker to regular reply messagesLoren Burkholder2021-03-171-1/+8
| * Create function for processing whether a message is a replyLoren Burkholder2021-03-173-1/+11
| * Simplify message body constructionLoren Burkholder2021-03-171-8/+5
| * Simplify determination of whether markup is supportedLoren Burkholder2021-03-171-8/+14
| * Only HTML-format the body if it should be formattedLoren Burkholder2021-03-171-2/+4
| * Format notifications according to the FreeDesktop specificationLoren Burkholder2021-03-171-2/+13
| * Fix Linux HTML notificationsLoren Burkholder2021-03-171-5/+6
| * Fix colon spacingLoren Burkholder2021-03-171-1/+1
| * Don't run markdownToHtml on messagesLoren Burkholder2021-03-173-4/+4
| * Disable HTML on macOSLoren Burkholder2021-03-171-1/+1
| * Move data parsing into a dedicated functionLoren Burkholder2021-03-176-73/+99
| * make lintLoren Burkholder2021-03-171-2/+2
| * Use the class D-Bus memberLoren Burkholder2021-03-171-9/+3
| * Use plaintext for Windows notificationsLoren Burkholder2021-03-171-1/+3
| * Only pass formatted text if it is supported (Linux)Loren Burkholder2021-03-171-4/+9
| * Parse markdown overrides during repliesLoren Burkholder2021-03-171-1/+3
| * Format markdown as HTML in notificationsLoren Burkholder2021-03-173-6/+12
* | Prevent EventType::Unsupported type events to be saved in db, avoiding except...Anjani Kumar2021-03-181-1/+1
|/
* Move check for duplicate /sync responses to the same threadNicolas Werner2021-03-162-14/+15
* Don't send markdown links in bodyNicolas Werner2021-03-153-4/+36
* Store all state eventsNicolas Werner2021-03-153-51/+38
* Merge pull request #523 from Jedi18/masterDeepBlueV7.X2021-03-151-0/+8
|\
| * prepend file:// for linux and macostargetakhil2021-03-151-0/+8
* | Rotate session keys properlyNicolas Werner2021-03-154-68/+119
* | Merge pull request #525 from salahmak/image-upload-dialogDeepBlueV7.X2021-03-151-0/+6
|\ \
| * | Pressing return on image upload dialog sends the messagesalahmak2021-03-151-0/+6
* | | Remove some more allocationsNicolas Werner2021-03-144-14/+18
|/ /
* / Reduce allocations when escaping emojiNicolas Werner2021-03-141-6/+15
|/
* Improve sorting and sizing of completions a bitNicolas Werner2021-03-142-5/+20
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18...Nicolas Werner2021-03-1311-258/+82
|\
| * change allowed mistakes, fix minor style issues, remove old completer functio...Jedi182021-03-075-44/+31
| * remove old quick switcherJedi182021-02-245-239/+0
| * fix timeline focusJedi182021-02-232-0/+7
| * enter key now works, fix room highlighting and add overlayJedi182021-02-234-0/+14
| * add room alias delegate, fix some quickswitcher ui problemsJedi182021-02-221-0/+5
| * add quick switcher qml file and moved completerFor from inputbar to timeline ...Jedi182021-02-212-0/+26
* | Fix a few db access crashesNicolas Werner2021-03-122-5/+14
* | Disable room pings in repliesNicolas Werner2021-03-121-0/+2
* | Fix disable certificate validation on login pageNicolas Werner2021-03-081-3/+4
* | Add config option to disable tls validationNicolas Werner2021-03-065-2/+40
* | Add linebreaks to fingerprintNicolas Werner2021-03-061-3/+7
* | Bump mtxclienttrilene2021-03-051-7/+7
* | Fix unused variableNicolas Werner2021-03-051-1/+0
* | fix lintingNicolas Werner2021-03-055-132/+137
* | Fix a few join confirmations too manyNicolas Werner2021-03-052-8/+13
* | Remove tweenyNicolas Werner2021-03-052-14/+26
* | Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-05172-633/+691
|\ \
| * | Update license headersNicolas Werner2021-03-05172-633/+691
* | | Fix lintingJoseph Donofry2021-03-0411-161/+152
* | | Properly format matrix errors in spdlog statementsJoseph Donofry2021-03-043-7/+7
|/ /
* | Fix reply relating to the wrong id of edited eventNicolas Werner2021-03-031-1/+1
* | Add comment to mark db keys as suchNicolas Werner2021-03-031-0/+1
* | Update to new lmdbxx versionNicolas Werner2021-03-032-491/+353
* | Don't ask to join joined rooms when clicking matrix uriNicolas Werner2021-03-011-2/+2
* | Restore voice/video callstrilene2021-02-251-1/+2
* | Add missing translation marktrilene2021-02-251-1/+1
* | Merge remote-tracking branch 'upstream/master' into screenshare-x11trilene2021-02-2523-1119/+1060
|\ \
| * | Fix unaligned readsNicolas Werner2021-02-251-16/+30
| * | Merge pull request #494 from Jedi18/minor_issue_fixesDeepBlueV7.X2021-02-255-6/+24
| |\ \
| | * | change mtxclient url, fix login page assert failure and dendrite registration...Jedi182021-02-253-4/+11
| | * | navigate to newly created roomsJedi182021-02-252-2/+13
| * | | Fix text input restoring after editsNicolas Werner2021-02-253-20/+25
| * | | Allow editing via up and down arrowsNicolas Werner2021-02-242-2/+22
| |/ /
| * | Ensure we ask for confirmation when clicking on a matrix uriNicolas Werner2021-02-241-3/+17
| * | Fix unused captureNicolas Werner2021-02-231-1/+1
| * | Linkify topic in room settings and use non-deprecated MessageDialogNicolas Werner2021-02-221-2/+2
| |/
| * Avoid some copies when sorting the room listNicolas Werner2021-02-202-4/+6