summary refs log tree commit diff
path: root/src/timeline (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #479 from Jedi18/add_rooms_model_completerDeepBlueV7.X2021-02-191-0/+6
|\
| * added bool to choose between showing only rooms with aliases and all of the r...Jedi182021-02-171-2/+2
| * add rooms model, add room delegate for completerJedi182021-02-161-0/+6
* | Merge pull request #474 from Jedi18/room_settings_qmlDeepBlueV7.X2021-02-194-6/+17
|\ \
| * | Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-149-55/+253
| |\|
| * | replaced with togglebutton using qtquickcontrols2Jedi182021-02-131-1/+1
| * | added changing of name through edit modal, removed old roomsettingsJedi182021-02-124-11/+3
| * | fix avatar update on timeline syncJedi182021-02-114-5/+12
| * | added notifications and encryption for the new roomsettingsJedi182021-02-112-3/+9
| * | ui almost looks the same, midway between transition from old room settings t...Jedi182021-02-102-3/+6
| * | added room settings qmlJedi182021-02-092-2/+5
* | | Make inline images work a bit betterNicolas Werner2021-02-171-2/+10
* | | Fix crash from logging unset indices (leftover after debugging)Nicolas Werner2021-02-171-5/+0
| |/ |/|
* | Fix hover handling in the timelineNicolas Werner2021-02-141-1/+3
* | Mark messages as read, when Nheko gets focusedNicolas Werner2021-02-131-3/+3
* | Fix crash when editing an edited message pointing to itselfNicolas Werner2021-02-121-7/+9
* | Prevent edits of unsent messagesNicolas Werner2021-02-102-0/+6
* | Fix messages sometimes not being rendered, when they are too largeNicolas Werner2021-02-101-4/+0
* | Fix UI allowing edits of foreign messages in some casesNicolas Werner2021-02-101-4/+6
* | Fix stuck notifications because of editsNicolas Werner2021-02-102-5/+20
* | Implement message editingNicolas Werner2021-02-094-10/+65
* | Display edits correctlyNicolas Werner2021-02-093-10/+60
* | Fix edited repliesNicolas Werner2021-02-091-4/+15
* | Render editsNicolas Werner2021-02-092-4/+54
* | Switch to new relations formatNicolas Werner2021-02-094-31/+36
* | Merge pull request #459 from Jedi18/minor_fixesDeepBlueV7.X2021-02-092-0/+8
|\ \
| * | focus message input on adding emoji/reacting to a messageJedi182021-02-052-0/+8
| |/
* / Native rendering breaks kerningNicolas Werner2021-02-071-4/+0
|/
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-033-5/+23
|\
| * Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-016-24/+89
| |\
| | * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-012-3/+3
| | |\
| | * | make lintLoren Burkholder2021-01-291-3/+3
| | * | Center user info dialog on the screenLoren Burkholder2021-01-291-0/+4
| | * | Fix crash, when keys for no events were requestedNicolas Werner2021-01-271-1/+2
| | * | Fix request key loopsNicolas Werner2021-01-271-2/+5
| * | | Implement Privacy ScreenJoseph Donofry2021-01-261-2/+12
* | | | add loading indicatorJedi182021-02-021-1/+1
* | | | add error message and update avatars on avatar change in timeline and user pr...Jedi182021-02-021-1/+4
| |_|/ |/| |
* | | made requeste changesJedi182021-01-291-5/+1
* | | Shifted fetching of global username fom timeline model to user profileJedi182021-01-292-15/+1
* | | fix lintingJedi182021-01-281-2/+2
* | | Changed edit method from double clicking to an edit buttonJedi182021-01-282-1/+19
* | | Username can be edited by double clicking on text, added global user profile ...Jedi182021-01-281-1/+1
* | | update room specific username from userprofileJedi182021-01-272-3/+3
| |/ |/|
* | Fix old messages being played back after limit resetNicolas Werner2021-01-241-0/+9
* | Merge pull request #406 from rnhmjoj/open-inDeepBlueV7.X2021-01-242-8/+33
|\ \
| * | Add "open in external program" actionrnhmjoj2021-01-242-8/+33
* | | Request unknown message indicesNicolas Werner2021-01-231-6/+15
|/ /
* | Merge pull request #393 from LorenDB/mdCommandsDeepBlueV7.X2021-01-232-3/+16
|\ \
| * | Remove useless parenthesesDeepBlueV7.X2021-01-231-2/+2
| * | Clarify how markdown is determinedLoren Burkholder2021-01-202-3/+3
| * | Make lintLoren Burkholder2021-01-202-6/+8
| * | Add commands to override Markdown settingLoren Burkholder2021-01-202-3/+14
| |/
* / Fix font tags showing up in playable media messagesNicolas Werner2021-01-231-1/+2
|/
* Simplify section handling a bitNicolas Werner2021-01-192-27/+23
* Make read markers a bit less confusingNicolas Werner2021-01-161-3/+4
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-0/+8
* Fix timeline becoming corrupted on backfillNicolas Werner2021-01-122-8/+26
* Fix call invite declined on another devicetrilene2021-01-101-1/+3
* Fix call answered on another devicetrilene2021-01-071-1/+6
* Port PlaceCall dialog to Qmltrilene2021-01-072-47/+0
* Make call invites less intrusivetrilene2021-01-071-1/+3
* Move call-related properties to CallManagertrilene2021-01-073-66/+6
* Allow inline replies from notifications on linuxNicolas Werner2021-01-073-1/+16
* Fix typing notifications flickering sometimesNicolas Werner2021-01-051-6/+13
* lintNicolas Werner2020-12-251-2/+4
* Fix some compiler warningsNicolas Werner2020-12-252-6/+6
* Store secrets in keychainNicolas Werner2020-12-161-1/+6
* React with arbitrary strings via /reactNicolas Werner2020-12-131-0/+6
* Merge pull request #347 from kamathmanu/avatarFullViewSupportDeepBlueV7.X2020-11-301-0/+3
|\
| * Lint codekamathmanu2020-11-301-1/+1
| * Lint codekamathmanu2020-11-301-1/+3
| * Add support for viewing avatar images in full sizekamathmanu2020-11-301-0/+1
* | Properly share and rotate sessions on member and device changesNicolas Werner2020-11-301-74/+10
* | Load sessions lazily from dbNicolas Werner2020-11-301-2/+3
* | Fix variable shadowingNicolas Werner2020-11-261-5/+5
* | Fix race when reading members from dbNicolas Werner2020-11-251-1/+4
* | Fix input focus when pressing reply buttonNicolas Werner2020-11-251-0/+1
* | Implement Qml drag and dropNicolas Werner2020-11-254-0/+22
* | Fix mimetype of media messagesNicolas Werner2020-11-251-0/+1
* | Qml emoji completerNicolas Werner2020-11-251-0/+6
* | Working User completerNicolas Werner2020-11-251-0/+8
* | WIP Qml completerNicolas Werner2020-11-252-0/+8
* | Reimplement message historyNicolas Werner2020-11-252-15/+56
* | Send typing updates from QMLNicolas Werner2020-11-253-2/+56
* | Move calls to new input barNicolas Werner2020-11-254-142/+71
* | Add file uploadingNicolas Werner2020-11-253-2/+358
* | Basic text input in qmlNicolas Werner2020-11-255-90/+169
* | Pasteable textinputNicolas Werner2020-11-254-0/+77
|/
* Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-092-0/+7
|\
| * Video calls: add local webcam viewtrilene2020-11-092-0/+7
* | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-311-2/+2
|\ \ | |/ |/|
| * Wording: replace "encrypted room" with "encrypted private chat"Mayeul Cantan2020-10-311-2/+2
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-283-9/+11
|\ \
| * | Don't pass around empty timelineNicolas Werner2020-10-282-7/+4
| * | Optimize buildNicolas Werner2020-10-273-2/+7
| |/
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-276-233/+106
|\|
| * Fix infinite pagination properly now.Nicolas Werner2020-10-231-1/+4
| * Clean up key requests + autoreloadNicolas Werner2020-10-205-14/+59
| * Share code for sending encrypted olm messagesNicolas Werner2020-10-202-204/+25
| * Store timestamp with olm sessionsNicolas Werner2020-10-203-1/+9
| * Fix crash on exitNicolas Werner2020-10-172-16/+12
* | Support video callstrilene2020-10-272-0/+15
|/
* Try to fix windows buildNicolas Werner2020-10-081-3/+3
* Try to please the CI godsNicolas Werner2020-10-081-2/+4
* Fix issues with old qt and bump to 5.10Nicolas Werner2020-10-081-5/+7
* Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-082-2/+27
|\
| * Move ActiveCallBar Qml to separate filetrilene2020-09-252-6/+19
| * clang-formattrilene2020-09-222-5/+9
| * Port ActiveCallBar to Qmltrilene2020-09-222-0/+8
* | Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-1/+1
* | Fix in room verificationNicolas Werner2020-10-062-75/+51
* | Show different verification errorsNicolas Werner2020-10-052-0/+13
* | Make steps in verification flow explicitNicolas Werner2020-10-054-139/+100
* | Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-031-0/+6
* | Fix nullopt when iterating reactionsNicolas Werner2020-10-031-1/+2
* | Clean up verification and key cache a bitNicolas Werner2020-10-021-0/+0
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-245-22/+150
|\|
| * Fix typo in encryption error messageNicolas Werner2020-09-191-1/+1
| * Fix null errors in qmlNicolas Werner2020-09-164-13/+13
| * Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-162-3/+4
| * Port top bar to QmlNicolas Werner2020-09-164-8/+135
* | Simplify outbound session setupNicolas Werner2020-09-204-187/+177
* | Split qml part of Device VerificationCH Chethan Reddy2020-09-142-93/+88
* | Fix breaking while using qmlRegisterSingletonInstanceChethan2k12020-09-101-2/+6
* | Add support non-encrypted room-verification messagesChethan2k12020-09-102-58/+60
* | Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-042-119/+145
* | Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-031-1/+1
|\|
| * Fix endless pagination, when old history is inaccessibleNicolas Werner2020-09-021-1/+1
* | Add support for Encrypted to-device verification messagesCH Chethan Reddy2020-09-031-1/+1
* | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-306-111/+359
|\|
| * Hide CallCandidates again in new storeNicolas Werner2020-08-172-1/+7
| * Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-174-28/+201
| |\
| | * Reset TLVM initial sync flag on logouttrilene2020-08-011-0/+4
| | * clang-formattrilene2020-08-011-2/+4
| | * Specify call type on timelinetrilene2020-07-242-0/+5
| | * Hide incoming CallCandidates in encrypted roomstrilene2020-07-141-0/+9
| | * Remove commentstrilene2020-07-131-2/+0
| | * Hide CallCandidates events from the timelinetrilene2020-07-131-1/+2
| | * Merge remote-tracking branch 'upstream/master' into voiptrilene2020-07-103-55/+91
| | |\
| | | * Open url using QDesktopServices from QmlNicolas Werner2020-07-092-0/+9
| | * | Support voice callstrilene2020-07-104-72/+227
| * | | Add /clear-timeline commandNicolas Werner2020-08-094-0/+28
| * | | Try to fix issue of pagination interfering with limited: trueNicolas Werner2020-08-071-0/+6
| * | | Split error messages from event decryptionNicolas Werner2020-08-061-82/+75
* | | | Small FixesCH Chethan Reddy2020-08-291-0/+7
* | | | [WIP] Room Verification Works!CH Chethan Reddy2020-08-184-41/+60
* | | | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-094-343/+235
* | | | Add Room Verification MessagesCH Chethan Reddy2020-07-304-31/+159
* | | | Adding Room Key Verification StuffCH Chethan Reddy2020-07-304-39/+241
* | | | Adding icons to UserProfileCH Chethan Reddy2020-07-301-0/+2
* | | | Refactor UserProfileNicolas Werner2020-07-303-9/+25
* | | | Error Handling and some fixesCH Chethan Reddy2020-07-301-5/+40
* | | | Fix presence indicatorNicolas Werner2020-07-302-10/+14
* | | | Some more changesCH Chethan Reddy2020-07-302-5/+4
* | | | Some ImprovementsCH Chethan Reddy2020-07-302-14/+6
* | | | Add some more slots and macCH Chethan Reddy2020-07-301-0/+1
* | | | Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-302-27/+42
* | | | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-302-16/+79
* | | | Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-2/+6
* | | | Adding DeviceList for userprofileChethan2k12020-07-301-6/+3
* | | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+6
* | | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-302-0/+10
|/ / /
* | | Fix shadowing variableNicolas Werner2020-07-261-3/+3
* | | Rename EventStore::event to get to remove ambiguity with QObject::eventNicolas Werner2020-07-263-24/+24
* | | Reset fetch in progress when fetch failedNicolas Werner2020-07-251-0/+1
* | | Return to redacted messages instead of just storing the redactionNicolas Werner2020-07-251-1/+6
* | | Don't send url, if we send an encrypted fileNicolas Werner2020-07-231-7/+20
* | | Fix reactionsNicolas Werner2020-07-205-29/+50
* | | Fix reaction displayNicolas Werner2020-07-198-141/+102
* | | Fix reply scrollingNicolas Werner2020-07-181-2/+2
* | | Mark own events as read again after sendingNicolas Werner2020-07-182-4/+13
* | | Fix flickering of encrypted messages when sending using new storeNicolas Werner2020-07-181-8/+10
* | | Fix encryption indicatorNicolas Werner2020-07-181-3/+6
* | | Reenable sending messagesNicolas Werner2020-07-184-327/+176
* | | Readd pagination and fix redactionsNicolas Werner2020-07-133-37/+88
* | | Fetch missing eventsNicolas Werner2020-07-103-23/+38
* | | WIP: Event Store split outNicolas Werner2020-07-094-423/+616
| |/ |/|
* | Fix Qt 5.9 buildNicolas Werner2020-06-271-0/+3
* | Make connections across threads queued in any caseNicolas Werner2020-06-261-55/+79
|/
* Try to make text rendering in qml sharperNicolas Werner2020-06-191-0/+1
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-116-14/+120
|\
| * Additional code cleanupJoseph Donofry2020-06-112-27/+0
| * Fix lintingJoseph Donofry2020-06-111-1/+5
| * Fix build issue on some versions of clangJoseph Donofry2020-06-101-0/+2
| * Merge master and fix conflictsJoseph Donofry2020-06-093-8/+30
| |\
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-214-5/+25
| * | Fix crash when reacting to messages from /syncNicolas Werner2020-05-171-1/+1
| * | Fix local echo for reactionsNicolas Werner2020-05-161-1/+21
| * | Merge master into reactionsJoseph Donofry2020-05-142-1/+11
| |\ \
| * | | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-134-24/+35
| * | | Initial support for sending reactionsJoseph Donofry2020-05-091-4/+39
| * | | merge master into reactionsJoseph Donofry2020-05-074-2/+43
* | | | Show presence and set custom status messagesNicolas Werner2020-06-082-0/+15
| |_|/ |/| |
* | | Remove some redundant functionsNicolas Werner2020-05-301-2/+2
* | | Rename settings to be more consistentNicolas Werner2020-05-261-6/+6
* | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-0/+1
* | | Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
* | | Added an optional feature to show bigger emoji-only messages with 3 or less e...lkito2020-05-212-0/+19
| |/ |/|
* | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-142-0/+6
* | Show inline imagesNicolas Werner2020-05-141-0/+4
* | Translation updatesNicolas Werner2020-05-101-1/+1
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-084-1/+181
|\
| * Remove unused binding nameNicolas Werner2020-05-061-3/+3
| * Fix reaction redaction for real this timeNicolas Werner2020-05-062-0/+5
| * Fix rooms with a lot of reactions not paginating correctlyNicolas Werner2020-05-061-1/+5
| * Show displayname on reactionsNicolas Werner2020-05-063-6/+11
| * Fix reaction countNicolas Werner2020-05-062-15/+12
| * Basic, broken reaction displayNicolas Werner2020-05-044-0/+169
* | Fix messages being immediately read againNicolas Werner2020-05-061-2/+10
* | Fix joined rooms dropping to the bottom at firstNicolas Werner2020-05-051-0/+27
|/
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-012-7/+25
|\
| * Run linterLasath Fernando2020-04-301-3/+4
| * Add visual indication that data is being fetchedLasath Fernando2020-04-292-5/+22
* | Don't store pending receipts in cacheNicolas Werner2020-04-301-3/+0
* | Strip reply fallback from plain text bodyNicolas Werner2020-04-301-6/+16
|/
* Change decrypt setting againJoseph Donofry2020-04-233-12/+8
* Change how decrypt value is retrieved from settingsJoseph Donofry2020-04-233-2/+10
* Fix own messages not showing as encryptedNicolas Werner2020-04-231-7/+7
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-224-1/+26
* Add ability to toggle sidebar messages for encrypted roomsJoseph Donofry2020-04-211-1/+6
* Add menu entry to show decrypted sourceNicolas Werner2020-04-212-0/+14
* Fix own encrypted images not showing up after sendingNicolas Werner2020-04-211-0/+4
* Try to fix messages getting stuck by sometimes sending them twice and never f...Nicolas Werner2020-04-192-23/+9
* Cache decrypted eventsNicolas Werner2020-04-141-2/+24
* Fix encrypted event indicatorNicolas Werner2020-04-141-5/+5
* Fix reply not closingNicolas Werner2020-04-134-56/+84
* Size reply background by contentsNicolas Werner2020-04-102-11/+16
* Set palette globallyNicolas Werner2020-03-301-31/+4
* Use palette for qml code for themingNicolas Werner2020-03-291-1/+3
* Removed double-sanitization of ... is typing namesEmi Simpson2020-03-241-1/+1
* Better image overlay handling when downloadingAdasauce2020-03-203-6/+20
* Add periods to terminate non-user messages in the timelinePushpam Choudhary2020-03-131-14/+14
* Merge pull request #137 from Nheko-Reborn/blurhashDeepBlueV7.X2020-03-054-0/+13
|\
| * Experimental blurhash implementation (MXC2448)Nicolas Werner2020-03-034-0/+13
* | Add support for more room events in timelineAdasauce2020-03-032-25/+146
|/
* Improve link themingNicolas Werner2020-02-271-0/+2
* Reset user colors on theme change (in qml timeline)Nicolas Werner2020-02-204-15/+15
* Clear user colors on theme changeNicolas Werner2020-02-201-0/+3
* Fix html messages sent as just plain textNicolas Werner2020-02-201-1/+1
* Paginationg != Paginating in debug messageAdasauce2020-02-171-1/+1
* Don't delete messages received out of order (fixup the flickering fix)Nicolas Werner2020-02-161-11/+1
* Try to fix flickering, if sync return event before send completesNicolas Werner2020-02-161-0/+14
* use QStandardPaths locations for all file dialogs.Adasauce2020-02-141-1/+2
* use the standard system download path for downloadsAdasauce2020-02-141-3/+5
* show image dialog fullscreen instead of resizing to the size of the first des...Nicolas Werner2020-02-131-1/+1
* fix c++11 range-loop might detach Qt containerNicolas Werner2020-02-071-1/+1
* Make closing the reply popup actually clear the reply messageJoseph Donofry2020-02-041-0/+6
* Select first room on startupNicolas Werner2020-02-041-1/+3
* modernize: use nullptrNicolas Werner2020-02-042-2/+2