summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More unused variables in bindingsNicolas Werner2020-10-081-1/+3
|
* Fix unused variable warnings on old compilersNicolas Werner2020-10-081-3/+12
|
* Send master key in verification flow (if we trust it)Nicolas Werner2020-10-082-0/+26
|
* Try to please the CI godsNicolas Werner2020-10-082-3/+5
|
* 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-0814-275/+114
|\
| * Remove duplicate control from settings pagetrilene2020-09-261-1/+0
| |
| * Fix build for those without GStreamertrilene2020-09-251-1/+7
| |
| * Move ActiveCallBar Qml to separate filetrilene2020-09-256-10/+53
| |
| * clang-formattrilene2020-09-224-21/+16
| |
| * Port ActiveCallBar to Qmltrilene2020-09-2213-273/+69
| |
* | Implement signature upload for own master keyNicolas Werner2020-10-082-0/+50
| |
* | Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-087-153/+220
| |
* | Fix in room verificationNicolas Werner2020-10-064-107/+101
| |
* | Show different verification errorsNicolas Werner2020-10-054-4/+18
| |
* | Make steps in verification flow explicitNicolas Werner2020-10-0510-581/+601
| |
* | Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-037-0/+40
| |
* | Fix nullopt when iterating reactionsNicolas Werner2020-10-031-1/+2
| |
* | Fix fetching inexistent batch tokensNicolas Werner2020-10-021-2/+5
| |
* | Handle forwarded room keysNicolas Werner2020-10-022-48/+69
| |
* | Fix verification start to start with requestNicolas Werner2020-10-022-5/+4
| |
* | Clean up verification and key cache a bitNicolas Werner2020-10-0210-317/+398
| |
* | Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-2420-542/+459
|\|
| * Fix typo in encryption error messageNicolas Werner2020-09-191-1/+1
| |
| * Merge pull request #286 from trilene/voipDeepBlueV7.X2020-09-172-24/+121
| |\ | | | | | | Adapt device monitoring for GStreamer 1.18
| | * Remove GStreamer version testtrilene2020-09-171-2/+0
| | |
| | * clang-formattrilene2020-09-171-1/+1
| | |
| | * Fix preprocessor directivetrilene2020-09-171-1/+1
| | |
| | * Adapt device monitoring for GStreamer 1.18trilene2020-09-172-24/+123
| | |
| * | Merge pull request #284 from Nheko-Reborn/hidden-eventsDeepBlueV7.X2020-09-1714-499/+315
| |\ \ | | | | | | | | Hidden events backend
| | * | Actually use room account dataNicolas Werner2020-09-161-1/+1
| | | |
| | * | Fix avatars in notificationsNicolas Werner2020-09-162-13/+22
| | | |
| | * | Fix some images not showing upNicolas Werner2020-09-161-6/+13
| | | |
| | * | Fix null errors in qmlNicolas Werner2020-09-164-13/+13
| | | |
| | * | Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-165-15/+14
| | | | | | | | | | | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port.
| | * | Port top bar to QmlNicolas Werner2020-09-169-425/+151
| | | | | | | | | | | | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
| | * | Save account data and allow hiding events via account dataNicolas Werner2020-09-082-30/+105
| | | |
| * | | Merge pull request #283 from trilene/voipDeepBlueV7.X2020-09-162-5/+8
| |\ \ \ | | | |/ | | |/| Remove bus watch when call ends
| | * | Remove bus watch when call endstrilene2020-09-162-5/+8
| | | |
| * | | Merge pull request #281 from trilene/voipDeepBlueV7.X2020-09-142-6/+0
| |\| | | | | | | | | | Don't show default audio source in settings
| | * | Don't show default audio source in settingstrilene2020-09-142-6/+0
| | | |
| * | | Merge pull request #280 from trilene/voipDeepBlueV7.X2020-09-131-2/+6
| |\| | | | | | | | | | Ignore empty remote ICE candidates
| | * | Ignore empty remote ICE candidatestrilene2020-09-131-2/+6
| | | |
| * | | reset filter string when emoji completer is openedJussi Kuokkanen2020-09-131-1/+2
| | | |
| * | | Merge pull request #278 from trilene/voipDeepBlueV7.X2020-09-101-4/+6
| |\| | | | |/ | |/| Fix earlier commit + GStreamer v1.18 released
| | * GStreamer v1.18.0 releasedtrilene2020-09-101-4/+4
| | |
| | * Fix earlier commit when GStreamer < v1.17trilene2020-09-101-0/+2
| | |
* | | Simplify outbound session setupNicolas Werner2020-09-207-212/+207
| | | | | | | | | | | | Don't send inbound session to self and claim and send all keys at once.
* | | Split qml part of Device VerificationCH Chethan Reddy2020-09-145-120/+111
| | |
* | | Fix breaking while using qmlRegisterSingletonInstanceChethan2k12020-09-102-5/+7
| | |
* | | Making sure Verification Objects are deleted properlyChethan2k12020-09-102-0/+5
| | |
* | | Add support non-encrypted room-verification messagesChethan2k12020-09-102-58/+60
| | |
* | | Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-047-156/+189
| | |
* | | Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-035-2/+177
|\| |
| * | Fix endless pagination, when old history is inaccessibleNicolas Werner2020-09-021-1/+1
| | |
| * | remove unused includes and use QRegularExpressionJussi Kuokkanen2020-08-312-8/+5
| | |
| * | remove commentJussi Kuokkanen2020-08-311-15/+0
| | |
| * | get completion string based on trigger position instead of current wordJussi Kuokkanen2020-08-312-10/+19
| | |
| * | ignore enter keypress when completion is selectedJussi Kuokkanen2020-08-311-6/+7
| | |
| * | don't select emoji completion by default and add minimum string length ↵Jussi Kuokkanen2020-08-291-7/+8
| | | | | | | | | | | | before showing completions
| * | fix build and remove commented codeJussi Kuokkanen2020-08-292-10/+2
| | |
| * | lintJussi Kuokkanen2020-08-284-124/+137
| | |
| * | Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-08-2823-1138/+2164
| |\ \
| * | | add emoji completer to text inputJussi Kuokkanen2020-08-284-3/+180
| | | |
* | | | Add support for Encrypted to-device verification messagesCH Chethan Reddy2020-09-033-2/+47
| | | |
* | | | Fix catch by value warningNicolas Werner2020-09-031-3/+3
| | | |
* | | | fixCH Chethan Reddy2020-08-301-1/+1
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-3036-218/+3171
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #265 from trilene/voipDeepBlueV7.X2020-08-281-2/+1
| |\ \ \ | | | |/ | | |/| Link GStreamer elements before syncing state
| | * | Link GStreamer elements before syncing statetrilene2020-08-281-2/+1
| | | |
| * | | Merge pull request #251 from Nheko-Reborn/new-event-storeDeepBlueV7.X2020-08-2622-1132/+2157
| |\ \ \ | | |/ / | |/| | New event store
| | * | Add some log messages, that migrations are in progressNicolas Werner2020-08-251-0/+2
| | | |
| | * | Speedup db a bit, but loose some crash resiliencyNicolas Werner2020-08-251-1/+4
| | | | | | | | | | | | | | | | | | | | The loss in durability shouldn't matter, if we can just receive the same events again after a restart
| | * | Hide CallCandidates again in new storeNicolas Werner2020-08-173-3/+37
| | | |
| | * | Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-1729-73/+2364
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * | Add /clear-timeline commandNicolas Werner2020-08-099-22/+157
| | | |
| | * | Try to fix issue of pagination interfering with limited: trueNicolas Werner2020-08-071-0/+6
| | | |
| | * | Also request keys from own devicesNicolas Werner2020-08-061-25/+29
| | | |
| | * | Split error messages from event decryptionNicolas Werner2020-08-063-82/+146
| | | |
| * | | Under GStreamer >= 1.17 gather all candidates before sending offer/answertrilene2020-08-221-3/+5
| | | |
| * | | Stop SendFile and Call buttons swapping places on file uploadtrilene2020-08-171-2/+2
| | |/ | |/|
| * | Appease the linterNicolas Werner2020-08-142-5/+3
| | |
| * | Fix SVG color undefinedNicolas Werner2020-08-141-1/+1
| | |
| * | Disable call support, when GStreamer is unavailableNicolas Werner2020-08-143-1/+77
| | | | | | | | | | | | | | | | | | Integrating that in our CI is currently a bit hard, so disable it for now, if GStreamer isn't found. Just make sure to build against GStreamer for call support!
| * | Bump flatpak dependencyNicolas Werner2020-08-111-2/+2
| | |
| * | Add audio input device selectortrilene2020-08-0510-22/+231
| | |
| * | Conditionally compile against upcoming GStreamer releasetrilene2020-08-021-2/+34
| | |
| * | Merge remote-tracking branch 'upstream/master' into voiptrilene2020-08-013-12/+56
| |\ \
| | * | Warn before kicking,banning,inviting,etcNicolas Werner2020-07-163-12/+56
| | | |
| * | | Tweak AcceptCall dialogtrilene2020-08-011-2/+2
| | | |
| * | | Reset TLVM initial sync flag on logouttrilene2020-08-011-0/+4
| | | |
| * | | clang-formattrilene2020-08-0113-870/+936
| | | |
| * | | Improve TURN server retrievaltrilene2020-07-303-3/+17
| | | |
| * | | Fix error messagetrilene2020-07-301-1/+1
| | | |
| * | | Remove references to video callstrilene2020-07-296-30/+21
| | | |
| * | | Handle ICE failuretrilene2020-07-267-67/+125
| | | |
| * | | Improve debug messagestrilene2020-07-253-33/+54
| | | |
| * | | Specify call type on timelinetrilene2020-07-244-0/+32
| | | |
| * | | Cancel sent CallInvite if no response within expirytrilene2020-07-231-1/+8
| | | |
| * | | Fix QLayout warningtrilene2020-07-231-1/+1
| | | |
| * | | Send ICE candidates gathered after timeouttrilene2020-07-233-2/+17
| | | |
| * | | Confirm logout/quit if active call in progresstrilene2020-07-231-2/+21
| | | |
| * | | Tweak ActiveCallBartrilene2020-07-231-3/+2
| | | |
| * | | Polish voice call UItrilene2020-07-2213-146/+343
| | | |
| * | | Add comment wrt TURN server credentialstrilene2020-07-161-1/+3
| | | |
| * | | Case-insensitive sdp searchtrilene2020-07-161-20/+37
| | | |
| * | | Handle preemptive CallAnswer from fellow devicetrilene2020-07-161-0/+12
| | | |
| * | | Hide incoming CallCandidates in encrypted roomstrilene2020-07-141-0/+9
| | | |
| * | | Remove commentstrilene2020-07-131-2/+0
| | | |
| * | | Handle preemptive CallHangUptrilene2020-07-131-1/+3
| | | |
| * | | Hide CallCandidates events from the timelinetrilene2020-07-131-1/+2
| | | |
| * | | Centre PlaceCall dialogtrilene2020-07-131-1/+2
| | | |
| * | | Fix percent-encoding of TURN server URItrilene2020-07-132-11/+11
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into voiptrilene2020-07-107-68/+114
| |\| |
| | * | Fix autolinking breaking on single quotes in href attributeNicolas Werner2020-07-091-3/+3
| | | | | | | | | | | | | | | | Fixes #234
| | * | Open url using QDesktopServices from QmlNicolas Werner2020-07-092-0/+9
| | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff.
| * | | Support voice callstrilene2020-07-1023-99/+1569
| | | |
* | | | Change ReactionRealtesTo to RelatesToCH Chethan Reddy2020-08-302-2/+2
| | | |
* | | | Small FixesCH Chethan Reddy2020-08-294-8/+27
| | | |
* | | | Verify signatures and find trusted devicesCH Chethan Reddy2020-08-251-64/+117
| | | |
* | | | Cache FixCH Chethan Reddy2020-08-246-87/+181
| | | |
* | | | [WIP] Room Verification Works!CH Chethan Reddy2020-08-188-88/+113
| | | |
* | | | [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-0910-476/+385
| | | |
* | | | Add Room Verification MessagesCH Chethan Reddy2020-07-307-44/+228
| | | |
* | | | Adding Room Key Verification StuffCH Chethan Reddy2020-07-3012-359/+711
| | | |
* | | | Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-307-32/+89
| | | |
* | | | Adding icons to UserProfileCH Chethan Reddy2020-07-305-42/+111
| | | |
* | | | Refactor UserProfileNicolas Werner2020-07-3011-572/+168
| | | |
* | | | Some issue with UserProfileCH Chethan Reddy2020-07-308-92/+130
| | | |
* | | | [WIP] Add Caching for usersCH Chethan Reddy2020-07-306-46/+268
| | | |
* | | | Error Handling and some fixesCH Chethan Reddy2020-07-303-45/+121
| | | |
* | | | Add some Userprofile buttonsCH Chethan Reddy2020-07-303-41/+75
| | | |
* | | | Fix the Weird auto-confirmation and cancellationCH Chethan Reddy2020-07-302-2/+1
| | | |
* | | | Some more fixesCH Chethan Reddy2020-07-302-2/+11
| | | |
* | | | Fix presence indicatorNicolas Werner2020-07-302-10/+14
| | | |
* | | | Some more changesCH Chethan Reddy2020-07-302-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red
* | | | Some ImprovementsCH Chethan Reddy2020-07-303-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready
* | | | Add some more slots and macCH Chethan Reddy2020-07-305-45/+170
| | | |
* | | | Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-304-62/+184
| | | |
* | | | Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-306-41/+136
| | | | | | | | | | | | | | | | recieving start or request
* | | | Handle Device Verification related to_device messagesChethan2k12020-07-305-4/+142
| | | |
* | | | Add SAS Method choice and Add send_to_device API callChethan2k12020-07-302-30/+117
| | | |
* | | | Tweak UI for device verification and Add more slotsChethan2k12020-07-302-2/+78
| | | |
* | | | Add C++ Model for DeviceListCH Chethan Reddy2020-07-306-35/+138
| | | |
* | | | Adding DeviceList for userprofileChethan2k12020-07-303-23/+62
| | | |
* | | | Rewrite UserProfile in qmlCH Chethan Reddy2020-07-303-0/+103
| | | |
* | | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-301-0/+6
| | | |
* | | | Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-304-0/+84
| |_|/ |/| |
* | | Fix double free by closing cursor at the right timeNicolas Werner2020-07-301-26/+33
| | |
* | | Add workaround for duplicate syncsNicolas Werner2020-07-271-1/+8
| | |
* | | Fix migration (hopefully)Nicolas Werner2020-07-261-3/+50
| | |
* | | 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-252-22/+45
| | |
* | | Don't send url, if we send an encrypted fileNicolas Werner2020-07-231-7/+20
| | | | | | | | | | | | Fix issues when sending images to some clients.
* | | Fix room joinsNicolas Werner2020-07-202-9/+12
| | |
* | | Fix reactionsNicolas Werner2020-07-207-29/+71
| | |
* | | Fix reaction displayNicolas Werner2020-07-1910-141/+140
| | |
* | | Close cursor we don't need and where we overwrite the contentsNicolas Werner2020-07-181-8/+11
| | |
* | | Fix reply scrollingNicolas Werner2020-07-181-2/+2
| | |
* | | Fix race condition between /messages and /syncNicolas Werner2020-07-182-34/+48
| | |
* | | 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-188-349/+342
| | |
* | | Readd pagination and fix redactionsNicolas Werner2020-07-136-123/+250
| | |
* | | Initialize Profile laterNicolas Werner2020-07-111-2/+2
| | |
* | | Fix translation loadingNicolas Werner2020-07-101-2/+3
| | | | | | | | | | | | | | | Explanation see here: https://www.kdab.com/fixing-a-common-antipattern-when-loading-translations-in-qt/
* | | Fetch missing eventsNicolas Werner2020-07-105-23/+52
| | |
* | | WIP: Event Store split outNicolas Werner2020-07-096-448/+763
| | |
* | | Add relations and order without hidden events to dbNicolas Werner2020-07-082-47/+90
| | |
* | | Fetch event from db and use string_view where possibleNicolas Werner2020-07-062-29/+58
| | |
* | | Use new timeline cache structureNicolas Werner2020-07-052-116/+154
| | |
* | | Persist event orderNicolas Werner2020-07-042-0/+26
| | |
* | | Store events in room specific dbNicolas Werner2020-07-032-10/+25
| |/ |/|
* | Fix Qt 5.9 buildNicolas Werner2020-06-271-0/+3
| |
* | Make connections across threads queued in any caseNicolas Werner2020-06-262-62/+94
| |
* | Don't use formatted body without formatNicolas Werner2020-06-261-2/+4
| |
* | Correct a typo in SnackBar.cppFelix Yan2020-06-221-1/+1
|/
* Fix m.relates_to being sent as 'null' when not set in encrypted messages.Nicolas Werner2020-06-201-1/+2
| | | | Thank you Sorunome for reporting.
* Try to make text rendering in qml sharperNicolas Werner2020-06-191-0/+1
|
* Fix not being able to change themeLorem2020-06-141-1/+1
|
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-1115-3348/+14415
|\
| * Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-06-114-12/+52
| |\
| | * Add setting to alert on notificationAlexander 'z33ky' Hirsch2020-06-104-12/+52
| | |
| * | Additional code cleanupJoseph Donofry2020-06-114-34/+0
| | |
| * | Fix lintingJoseph Donofry2020-06-113-6664/+15385
| | |
| * | Fix build issue on some versions of clangJoseph Donofry2020-06-107-15122/+6712
| | |
| * | Merge master and fix conflictsJoseph Donofry2020-06-0942-339/+612
| |\|
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-214-5/+25
| | |
| * | Merge origin/master into reactionsJoseph Donofry2020-05-1810-4/+156
| |\ \
| * | | Fix crash when reacting to messages from /syncNicolas Werner2020-05-171-1/+1
| | | | | | | | | | | | | | | | Messages on /sync don't have a room_id
| * | | Fix local echo for reactionsNicolas Werner2020-05-161-1/+21
| | | |
| * | | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-166-43/+67
| |\ \ \
| * \ \ \ Merge master into reactionsJoseph Donofry2020-05-1410-33/+224
| |\ \ \ \
| * | | | | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-1310-4706/+15331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one.
| * | | | | Initial support for sending reactionsJoseph Donofry2020-05-091-4/+39
| | | | | |
| * | | | | merge master into reactionsJoseph Donofry2020-05-076-2/+52
| | | | | |
* | | | | | Fix formattingJoseph Donofry2020-06-111-4/+1
| | | | | |
* | | | | | Fix scale factor settingNicolas Werner2020-06-111-6/+9
| | | | | |
* | | | | | Fix warning about not registered Presence typeNicolas Werner2020-06-112-1/+3
| | | | | |
* | | | | | Allow deleting a statusNicolas Werner2020-06-111-1/+1
| | | | | |
* | | | | | Fix small formatting errorNicolas Werner2020-06-091-1/+1
| | | | | |
* | | | | | Reenable custom status messagesNicolas Werner2020-06-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This still leaves out setting a client to online/offline, since that seems to be causing the CPU issues with synapse.
* | | | | | Fix unused captureNicolas Werner2020-06-081-4/+4
| | | | | |
* | | | | | Disable presence and status_msg menuNicolas Werner2020-06-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It currently causes severe performance issues in synapse as well as many random resets, so this is disabled until those issues are resolved.
* | | | | | Add menu actions to set presenceNicolas Werner2020-06-085-2/+76
| | | | | |
* | | | | | Show presence and set custom status messagesNicolas Werner2020-06-089-0/+160
| |_|_|_|/ |/| | | |
* | | | | Smooth scaling for imagesNicolas Werner2020-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | Fixes some issues with inline images.
* | | | | Fix Qt5.15 issuesNicolas Werner2020-06-059-19/+24
| | | | | | | | | | | | | | | | | | | | fixes #214
* | | | | Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378dNicolas Werner2020-05-301-1/+1
| | | | |
* | | | | Remove some redundant functionsNicolas Werner2020-05-307-50/+30
| | | | |
* | | | | Rename settings to be more consistentNicolas Werner2020-05-266-147/+141
| | | | |
* | | | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-263-80/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
* | | | | Improve compile times a tiny bitNicolas Werner2020-05-2624-65/+104
| | | | |
* | | | | Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
| | | | |
* | | | | Added an option to have descriptions for user settings.lkito2020-05-241-15/+59
| | | | |
* | | | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-216-19/+68
| |_|_|/ |/| | | | | | | | | | | emoji
* | | | add a bit of additional logging to image pasteNicolas Werner2020-05-182-0/+6
| | | |
* | | | Add /roomnick commandNicolas Werner2020-05-183-0/+26
| | | |
* | | | Tag rooms via context menuNicolas Werner2020-05-186-4/+124
| |_|/ |/| |
* | | Implemented optional message body highlighting feature.lkito2020-05-162-5/+23
| | |
* | | Prevent timeline being black on some platformsNicolas Werner2020-05-151-0/+1
| | |
* | | remove #if defined __has_includeCH Chethan Reddy2020-05-151-2/+0
| | |
* | | Change the commit hash for mtxclientCH Chethan Reddy2020-05-152-6/+9
| | |
* | | minor fixesCH Chethan Reddy2020-05-154-38/+42
| |/ |/|
* | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-142-0/+6
| |
* | Show inline imagesNicolas Werner2020-05-141-0/+4
| | | | | | | | | | (This is such a hack and will probably break, but it works for now for most cases...)
* | Translation updatesNicolas Werner2020-05-105-6/+5
| |
* | Remove shadowing loginMethodNicolas Werner2020-05-101-4/+4
| |
* | Fix not being able to log http status on loginNicolas Werner2020-05-101-1/+1
| |
* | Add SSONicolas Werner2020-05-095-27/+183
| | | | | | | | closes #94
* | Improve Login and Register page hintingNicolas Werner2020-05-093-2/+28
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-086-4/+184
|\ | | | | Reactions
| * 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
| |
| * Misc color fixesNicolas Werner2020-05-051-1/+1
| |
| * Basic, broken reaction displayNicolas Werner2020-05-045-2/+171
| |
* | Fix messages being immediately read againNicolas Werner2020-05-062-5/+19
| |
* | Fix joined rooms dropping to the bottom at firstNicolas Werner2020-05-053-7/+51
| |
* | Fix jumpy room list, when sort order is ambiguousNicolas Werner2020-05-051-1/+1
|/
* Fix self counting as read messageNicolas Werner2020-05-041-2/+5
|
* Speed up initial load a bitNicolas Werner2020-05-041-0/+9
|
* Add delete pending_receipts migrationNicolas Werner2020-05-021-1/+42
|
* Add support for db migrationsNicolas Werner2020-05-025-26/+71
|
* Merge pull request #184 from shocklateboy92/features/backlog-progressDeepBlueV7.X2020-05-012-7/+25
|\ | | | | Add visual indication that data is being fetched