summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge pull request #259 from trilene/voipDeepBlueV7.X2020-08-171-2/+2
|/| | | | | | |/ / / / | | | | | Stop SendFile and Call buttons swapping places on file upload
| * | | | Stop SendFile and Call buttons swapping places on file uploadtrilene2020-08-171-2/+2
| | | | |
* | | | | Translated using Weblate (English)Mihai Fufezan2020-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 85.3% (285 of 334 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* | | | | Added translation using Weblate (Romanian)Mihai Fufezan2020-08-161-0/+1815
| |_|/ / |/| | |
* | | | Merge pull request #237 from trilene/voipDeepBlueV7.X2020-08-1439-106/+2452
|\| | | | | | | | | | | Support voice calls
| * | | 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-144-5/+83
| | | | | | | | | | | | | | | | | | | | | | | | 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-112-5/+5
| | | |
| * | | 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-015-12/+1661
| |\ \ \ | |/ / / |/| | |
* | | | Added translation using Weblate (Sinhala)HelaBasa2020-07-301-0/+1604
| | | |
* | | | Merge pull request #247 from not-chicken/centerDateDeepBlueV7.X2020-07-191-0/+1
|\ \ \ \ | | | | | | | | | | Make dataBubble's text vertically aligned to vertical center
| * | | | Make dateBubble's text vertically aligned to vertical centerLorem2020-07-191-0/+1
|/ / / /
* | | | 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
| | | |
| * | | Acknowledge source of ringtonestrilene2020-07-244-0/+5
| | | |
| * | | Specify call type on timelinetrilene2020-07-246-3/+35
| | | |
| * | | 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-2218-146/+348
| | | |
| * | | Update mtxclient referencetrilene2020-07-201-1/+1
| | | |
| * | | 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-1015-124/+175
| |\ \ \ | |/ / / |/| | |
* | | | Fix autolinking breaking on single quotes in href attributeNicolas Werner2020-07-091-3/+3
| | | | | | | | | | | | | | | | Fixes #234
* | | | Open url using QDesktopServices from QmlNicolas Werner2020-07-093-1/+10
| | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff.
| * | | Support voice callstrilene2020-07-1033-99/+1653
| | | |
| | | * Change the tag for mtxclientCH Chethan Reddy2020-08-302-2/+2
| | | |
| | | * Change ReactionRealtesTo to RelatesToCH Chethan Reddy2020-08-302-2/+2
| | | |
| | | * Small FixesCH Chethan Reddy2020-08-295-9/+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-189-89/+114
| | | |
| | | * [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-0915-493/+401
| | | |
| | | * Add Room Verification MessagesCH Chethan Reddy2020-07-309-49/+245
| | | |
| | | * Adding Room Key Verification StuffCH Chethan Reddy2020-07-3014-360/+786
| | | |
| | | * Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-307-32/+89
| | | |
| | | * Adding icons to UserProfileCH Chethan Reddy2020-07-309-80/+163
| | | |
| | | * Refactor UserProfileNicolas Werner2020-07-3014-800/+383
| | | |
| | | * Some issue with UserProfileCH Chethan Reddy2020-07-3010-115/+154
| | | |
| | | * [WIP] Add Caching for usersCH Chethan Reddy2020-07-308-60/+283
| | | |
| | | * Error Handling and some fixesCH Chethan Reddy2020-07-305-96/+138
| | | |
| | | * Add some Userprofile buttonsCH Chethan Reddy2020-07-305-47/+146
| | | |
| | | * Fix the Weird auto-confirmation and cancellationCH Chethan Reddy2020-07-302-2/+1
| | | |
| | | * Some more fixesCH Chethan Reddy2020-07-303-15/+28
| | | |
| | | * Fix presence indicatorNicolas Werner2020-07-3016-56/+76
| | | |
| | | * Some more changesCH Chethan Reddy2020-07-305-63/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-305-27/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-306-47/+172
| | | |
| | | * Shared secret with decimal and emoji works!CH Chethan Reddy2020-07-306-83/+202
| | | |
| | | * Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-309-62/+203
| | | | | | | | | | | | | | | | recieving start or request
| | | * Handle Device Verification related to_device messagesChethan2k12020-07-307-14/+153
| | | |
| | | * Add SAS Method choice and Add send_to_device API callChethan2k12020-07-304-31/+151
| | | |
| | | * Tweak UI for device verification and Add more slotsChethan2k12020-07-304-13/+146
| | | |
| | | * Add C++ Model for DeviceListCH Chethan Reddy2020-07-309-73/+188
| | | |
| | | * Adding DeviceList for userprofileChethan2k12020-07-305-32/+79
| | | |
| | | * Rewrite UserProfile in qmlCH Chethan Reddy2020-07-307-2/+202
| | | |
| | | * Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-302-0/+14
| | | |
| | | * Use label in device verification dialogs (for proper theming)Nicolas Werner2020-07-302-16/+16
| | | |
| | | * Make emojis a bit smallerNicolas Werner2020-07-302-3/+28
| | | |
| | | * Set proper emoji font for device verificationNicolas Werner2020-07-301-0/+8
| | | |
| | | * Add DeviceVerificationFlow dummy and verification test buttonNicolas Werner2020-07-309-33/+163
| | | |
| | | * First design iteration of device verification dialogsNicolas Werner2020-07-303-0/+471
| | |/
| | * 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
| | |
| | * Bump mtxclient and use git dependency in flatpakNicolas Werner2020-07-262-4/+4
| | |
| | * Make long press menu actually workNicolas Werner2020-07-263-15/+23
| | |
| | * Optimize scrolling a little bitNicolas Werner2020-07-253-29/+25
| | |
| | * Fix more non integer heightsNicolas Werner2020-07-252-3/+3
| | |
| | * Fix binding loop and non integer text heightNicolas Werner2020-07-253-4/+7
| | |
| | * 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-2012-48/+89
| | |
| | * Fix reaction displayNicolas Werner2020-07-1912-152/+151
| | |
| | * 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-137-123/+256
| | |
| | * 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-099-450/+767
| | |
| | * Fix parent undefined warningNicolas Werner2020-07-081-1/+1
| | |
| | * 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
| |/ |/|
* | Update dependenciesNicolas Werner2020-07-015-43/+52
| |
* | Fix Qt 5.9 buildNicolas Werner2020-06-271-0/+3
| |
* | Don't compile qml by defaultNicolas Werner2020-06-273-2/+4
| | | | | | | | | | | | | | While it does improve performance a bit, it is simply bad for most distributions, since they don't know and probably don't want to recompile Nheko. So default it to off. Anyone who wants it can still toggle it on and it is almost no maintenance cost.
* | Make connections across threads queued in any caseNicolas Werner2020-06-262-62/+94
| |
* | Drop libsodium dependencyNicolas Werner2020-06-262-11/+5
| |
* | Don't use formatted body without formatNicolas Werner2020-06-261-2/+4
| |
* | Merge pull request #228 from felixonmars/patch-1DeepBlueV7.X2020-06-221-1/+1
|\ \ | |/ |/| Correct a typo in SnackBar.cpp
| * 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-192-0/+3
|
* Lower qt version used for emoji picker and scroll helperNicolas Werner2020-06-172-4/+4
|
* Remove online indicator for offline usersNicolas Werner2020-06-171-1/+1
|
* Merge pull request #220 from not-chicken/themeDeepBlueV7.X2020-06-141-1/+1
|\ | | | | Fix not being able to change theme
| * Fix not being able to change themeLorem2020-06-141-1/+1
|/
* Update mtxclient version to tagNicolas Werner2020-06-132-4/+4
|
* Version number fixesJoseph Donofry2020-06-122-2/+2
|
* Prepare 0.7.2 releaseJoseph Donofry2020-06-125-10/+11
|
* Add presence and upgrade notes to the changelogNicolas Werner2020-06-121-0/+9
|
* Merge pull request #219 from Nheko-Reborn/changelogJoseph Donofry2020-06-111-0/+38
|\ | | | | Update changelog
| * Update changelogNicolas Werner2020-06-111-0/+38
| |
* | Merge pull request #216 from Nheko-Reborn/presenceJoseph Donofry2020-06-1127-154/+808
|\ \ | | | | | | Presence support
| * | Merge branch origin/master and update translationsJoseph Donofry2020-06-1111-143/+528
| | |
| * | Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-1140-3972/+17379
| |\ \ | |/ / |/| |
* | | Merge pull request #217 from Nheko-Reborn/reactionsJoseph Donofry2020-06-1136-3960/+17327
|\ \ \ | |_|/ |/| | Reactions
| * | Update translationsJoseph Donofry2020-06-1111-187/+308
| | |
| * | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-06-114-12/+52
| |\ \ | |/ / |/| |
* | | Merge pull request #218 from z33ky/alert-notificationsDeepBlueV7.X2020-06-104-12/+52
|\ \ \ | | | | | | | | Add setting to alert on notification
| * | | 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-1011-15143/+6735
| | |
| * | Remove unused QML fileJoseph Donofry2020-06-092-68/+1
| | |
| * | Update translationsJoseph Donofry2020-06-0911-551/+1710
| | |
| * | Remove signals in favor of direct function callsJoseph Donofry2020-06-094-16/+6
| | |
| * | Remove duplicate search iconsJoseph Donofry2020-06-094-2/+2
| | |
| * | Fix UserSettings in QMLJoseph Donofry2020-06-094-19/+5
| | |
| * | Merge master and fix conflictsJoseph Donofry2020-06-0966-460/+2535
| |\ \ | |/ / |/| |
| * | Minor adjustments to emoji pickerJoseph Donofry2020-06-093-9/+23
| | |
| * | Update translationsJoseph Donofry2020-05-2110-40/+40
| | |
| * | Add reaction/redaction for in-line ReactionsJoseph Donofry2020-05-218-14/+65
| | |
| * | Merge origin/master into reactionsJoseph Donofry2020-05-1822-197/+929
| |\ \
| * | | 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
| | | |
| * | | Fix reactions binding loopNicolas Werner2020-05-161-3/+2
| | | |
| * | | Attach emoji picker picked to reaction senderJoseph Donofry2020-05-164-4/+21
| | | |
| * | | Merge remote-tracking branch 'origin/master' into reactionsJoseph Donofry2020-05-1615-67/+86
| |\ \ \
| * \ \ \ Merge master into reactionsJoseph Donofry2020-05-1438-467/+6320
| |\ \ \ \
| * | | | | Update emoji picker and translationsJoseph Donofry2020-05-1320-137/+247
| | | | | |
| * | | | | Update translations for new emoji pickerJoseph Donofry2020-05-1310-110/+830
| | | | | |
| * | | | | Add new QML-based emoji picker (work in progress)Joseph Donofry2020-05-1316-4710/+15558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | |
| * | | | | Change redaction color that accidentally got committedJoseph Donofry2020-05-071-5/+1
| | | | | |
| * | | | | Merge branch 'master' into reactionsJoseph Donofry2020-05-071-3/+3
| |\ \ \ \ \
| * | | | | | merge master into reactionsJoseph Donofry2020-05-0710-6/+74
| | | | | | |
| | | | | | * 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.
| | | | | | * Bump mtxclientNicolas Werner2020-06-082-3/+3
| | | | | | |
| | | | | | * Add menu actions to set presenceNicolas Werner2020-06-085-2/+76
| | | | | | |
| | | | | | * Show presence and set custom status messagesNicolas Werner2020-06-0811-1/+191
| |_|_|_|_|/ |/| | | | |
* | | | | | Smooth scaling for imagesNicolas Werner2020-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes some issues with inline images.
* | | | | | Download boost from sourceforgeNicolas Werner2020-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Official download links seem to break frequently because of data caps.
* | | | | | Bump mtxclient versionNicolas Werner2020-06-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | May fix #213
* | | | | | Limit jobs on armNicolas Werner2020-06-061-1/+6
| | | | | |
* | | | | | Fix Qt5.15 issuesNicolas Werner2020-06-059-19/+24
| | | | | | | | | | | | | | | | | | | | | | | | fixes #214
* | | | | | Extend timeoutNicolas Werner2020-05-311-1/+1
| | | | | |
* | | | | | Try travis_wait alternativeNicolas Werner2020-05-302-2/+16
| | | | | |
* | | | | | Travis wait can only be used in a top level command?Nicolas Werner2020-05-302-2/+2
| | | | | |
* | | | | | Add travis_wait to flatpak buildsNicolas Werner2020-05-301-1/+1
| | | | | |
* | | | | | Install dependencies for arm manually to prevent timeoutNicolas Werner2020-05-302-9/+3
| | | | | |
* | | | | | Fix serialization bug introduced in 9eddcfc42f3cd4e513f72d9b7fef9a98b43a378dNicolas Werner2020-05-301-1/+1
| | | | | |
* | | | | | Skip precompiled headers for obc-c codeNicolas Werner2020-05-301-0/+3
| | | | | |
* | | | | | Remove some redundant functionsNicolas Werner2020-05-307-50/+30
| | | | | |
* | | | | | Translated using Weblate (Italian)DeepBlueV7.X2020-05-281-281/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 98.2% (281 of 286 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/it/
* | | | | | Rename settings to be more consistentNicolas Werner2020-05-267-148/+142
| | | | | |
* | | | | | Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-268-115/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | |
* | | | | | Optionally use precompiled headersNicolas Werner2020-05-261-0/+7
| | | | | |
* | | | | | Bump singleapplication versionNicolas Werner2020-05-2613-90/+212
| | | | | |
* | | | | | Set cxx standard as cache variable for when toolchain file is not usedNicolas Werner2020-05-261-1/+3
| | | | | |
* | | | | | Fix some join messages showing as emptyNicolas Werner2020-05-261-0/+2
| | | | | |
* | | | | | Added translation using Weblate (Italian)Lorenzo Ancora2020-05-261-0/+1553
| | | | | |
* | | | | | Merge pull request #205 from lkito/SettingTooltipsDeepBlueV7.X2020-05-251-15/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added an option to have descriptions for user settings.
| * | | | | | Added an option to have descriptions for user settings.lkito2020-05-241-15/+59
| | | | | | |
* | | | | | | Merge pull request #204 from lkito/masterDeepBlueV7.X2020-05-238-19/+71
|\| | | | | | | |_|_|_|_|/ |/| | | | | Added an optional feature to show bigger emoji-only messages with 3 or less emoji
| * | | | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵lkito2020-05-218-19/+71
|/ / / / / | | | | | | | | | | | | | | | 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-1818-117/+747
| |_|_|/ |/| | |
* | | | Merge pull request #202 from aaronraimist/brew-libolmJoseph Donofry2020-05-161-9/+2
|\ \ \ \ | | | | | | | | | | Update macOS building dependencies now that libolm is available in Homebrew. Thanks @aaronraimist
| * | | | Remove MacPorts install instructionsAaron Raimist2020-05-161-8/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
| * | | | Update macOS building dependencies now that libolm is available in HomebrewAaron Raimist2020-05-161-1/+1
|/ / / /
* | | | Merge pull request #201 from lkito/masterDeepBlueV7.X2020-05-164-6/+30
|\ \ \ \ | | | | | | | | | | Implemented message background highlight feature as per issue #193
| * | | | Implemented optional message body highlighting feature.lkito2020-05-164-6/+30
|/ / / /
* | | | Bump mtxclient versionNicolas Werner2020-05-162-3/+3
| | | |
* | | | Drop explicit ZLIB dependencyNicolas Werner2020-05-151-6/+1
| | | |
* | | | Prevent timeline being black on some platformsNicolas Werner2020-05-151-0/+1
| | | |
* | | | Remove accidental compiled translation commitJoseph Donofry2020-05-152-0/+1
| | | |
* | | | Merge pull request #198 from Chethan2k1/device-verification-dialogsDeepBlueV7.X2020-05-155-41/+46
|\ \ \ \ | | | | | | | | | | Fix nheko build(uses mtxclient device-verification)
| * | | | remove #if defined __has_includeCH Chethan Reddy2020-05-151-2/+0
| | | | |
| * | | | Change the commit hash for mtxclientCH Chethan Reddy2020-05-154-9/+12
| | | | |
| * | | | minor fixesCH Chethan Reddy2020-05-154-38/+42
|/ / / /
* | | | Translated using Weblate (German)DeepBlueV7.X2020-05-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (277 of 277 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/de/
* | | | Wait on maybe long running install script in CINicolas Werner2020-05-151-1/+1
| | | |
* | | | Try to fix arm builds hanging breaking CINicolas Werner2020-05-151-1/+1
| |_|/ |/| |
* | | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2020-05-141-3/+3
|\ \ \
| * | | Use standard cmake args instead of old -HNicolas Werner2020-05-151-3/+3
| | | |
* | | | Add un-encrypted warning icon for messages in encrypted roomsJoseph Donofry2020-05-1417-53/+127
|/ / /
* | | 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...)
* | | Try to smooth scrolling a bit by increasing cacheBufferNicolas Werner2020-05-131-0/+2
| | |
* | | Align scrolling to pixels manuallyNicolas Werner2020-05-131-0/+2
| | |
* | | Clip replies by defaultNicolas Werner2020-05-136-5/+19
| | | | | | | | | | | | In the future we should probably add a gradient when clipped...
* | | Translation updatesNicolas Werner2020-05-1016-339/+925
| | |
* | | Remove shadowing loginMethodNicolas Werner2020-05-101-4/+4
| | |
* | | Fix not being able to log http status on loginNicolas Werner2020-05-101-1/+1
| | |
* | | bump mtxclient for SSONicolas Werner2020-05-092-3/+3
| | |
* | | Add SSONicolas Werner2020-05-097-28/+5311
| | | | | | | | | | | | closes #94
* | | Improve Login and Register page hintingNicolas Werner2020-05-093-2/+28
| | |
* | | Merge pull request #195 from jonnius/patch-1DeepBlueV7.X2020-05-091-14/+6
|\ \ \ | |_|/ |/| | Update Ubuntu Build and Install Instructions
| * | Update Ubuntu install and build instructionsjonnius2020-05-091-14/+6
|/ /
* / Fix redaction color change that accidentally got committedJoseph Donofry2020-05-071-3/+3
|/
* Merge pull request #192 from Nheko-Reborn/reactionsDeepBlueV7.X2020-05-0816-23/+296
|\ | | | | Reactions
| * Remove unused binding nameNicolas Werner2020-05-061-3/+3
| |
| * Add shortcuts to select/deselect reply targetsNicolas Werner2020-05-061-0/+15
| |
| * 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
| |
| * Reaction and Button layout fixesNicolas Werner2020-05-062-23/+21
| |