summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Try to fix format script and fix lintingJoseph Donofry2021-02-023-15/+14
* Change bash variable checkJoseph Donofry2021-02-011-1/+1
* Update wording on settings page for privacy timerJoseph Donofry2021-02-011-1/+1
* Small UX fixesJoseph Donofry2021-02-012-3/+5
* Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-0174-8494/+14314
|\
| * Fix emojis with fe0f in the middleNicolas Werner2021-02-011-2/+1
| * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-018-8/+124
| |\
| | * focus and select text on clicking edit buttonJedi182021-01-301-0/+2
| | * shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-293-28/+14
| | * made requeste changesJedi182021-01-295-17/+13
| | * fix linting 2Jedi182021-01-292-3/+3
| | * Shifted fetching of global username fom timeline model to user profileJedi182021-01-294-21/+34
| | * fix lintingJedi182021-01-284-8/+8
| | * Changed edit method from double clicking to an edit buttonJedi182021-01-285-12/+41
| | * Username can be edited by double clicking on text, added global user profile ...Jedi182021-01-287-70/+86
| | * update room specific username from userprofileJedi182021-01-275-3/+77
| * | Translated using Weblate (Hungarian)Weblate2021-01-311-42/+42
| * | Translated using Weblate (Russian)Weblate2021-01-291-6/+6
| * | Translated using Weblate (Hungarian)Weblate2021-01-291-45/+53
| * | Merge pull request #381 from LorenDB/centerUserInfoDeepBlueV7.X2021-01-303-1/+17
| |\ \
| | * | Close user profile dialog on EscLoren Burkholder2021-01-291-0/+5
| | * | make lintLoren Burkholder2021-01-291-3/+3
| | * | Fix warning about non-NOTIFYable propertyLoren Burkholder2021-01-291-4/+4
| | * | Center user info dialog on the screenLoren Burkholder2021-01-293-1/+12
| |/ /
| * | Translated using Weblate (Estonian)Weblate2021-01-271-4/+4
| * | Bump version to 0.8.1Nicolas Werner2021-01-275-10/+12
| * | Update changelogNicolas Werner2021-01-271-0/+38
| * | Fix crash, when keys for no events were requestedNicolas Werner2021-01-271-1/+2
| * | Fix request key loopsNicolas Werner2021-01-271-2/+5
| * | Fix username completion deleting characters before itNicolas Werner2021-01-271-1/+4
| * | Update new translationsNicolas Werner2021-01-272-8/+8
| * | Translated using Weblate (Estonian)Weblate2021-01-271-4/+4
| * | Only select elements in completer when mouse is movedNicolas Werner2021-01-272-3/+4
| * | Add a few missing strings on the login page to translationsNicolas Werner2021-01-2721-87/+547
| * | Autoclose completer when space is pressed and no suggestion availableNicolas Werner2021-01-273-1/+5
| * | Translate some of the new messagesNicolas Werner2021-01-272-8/+8
| * | Update translationsNicolas Werner2021-01-2720-372/+691
| * | Translated using Weblate (Hungarian)Weblate2021-01-271-39/+39
| * | Translated using Weblate (Hungarian)Weblate2021-01-271-25/+26
| |/
| * Merge pull request #419 from LorenDB/masterDeepBlueV7.X2021-01-263-7911/+8494
| |\
| | * Use updated emoji-test.txtLoren Burkholder2021-01-251-4177/+4610
| | * Use correct syntax for emoji generation scriptLoren Burkholder2021-01-252-3734/+3884
| |/
| * Merge pull request #418 from LorenDB/fixEmojiCategoriesDeepBlueV7.X2021-01-265-48/+42
| |\
| | * Make lintLoren Burkholder2021-01-251-1/+0
| | * Use new enum structure in emoji generation scriptLoren Burkholder2021-01-251-6/+0
| | * Get category switching workingLoren Burkholder2021-01-254-41/+42
| |/
| * Translated using Weblate (Hungarian)Weblate2021-01-251-66/+66
| * Reload the timeline after key importNicolas Werner2021-01-251-0/+1
| * Remove test log messageNicolas Werner2021-01-251-4/+1
| * Focus input area on room switch and reply change againNicolas Werner2021-01-252-31/+41
| * Make matrix link chat invites direct chatsNicolas Werner2021-01-251-2/+4
| * Treat empty secrets as no secretNicolas Werner2021-01-251-0/+4
| * Fix old messages being played back after limit resetNicolas Werner2021-01-241-0/+9
| * Merge pull request #405 from rnhmjoj/move-stateDeepBlueV7.X2021-01-242-4/+27
| |\
| | * Write database to the DataLocationrnhmjoj2021-01-242-4/+27
| * | Merge pull request #406 from rnhmjoj/open-inDeepBlueV7.X2021-01-243-8/+39
| |\ \
| | * | Add "open in external program" actionrnhmjoj2021-01-243-8/+39
| | |/
| * | Merge pull request #409 from Nheko-Reborn/appveyor-pythonDeepBlueV7.X2021-01-242-5/+4
| |\ \
| | * | Add python 3 to path in appveyorNicolas Werner2021-01-242-5/+4
| |/ /
| * | Merge pull request #403 from LorenDB/fixEmojiCategoriesDeepBlueV7.X2021-01-233-97/+1701
| |\ \
| | * | Fix emoji update scriptNicolas Werner2021-01-233-97/+1701
| * | | Translated using Weblate (Malayalam)Weblate2021-01-231-57/+57
| * | | Translated using Weblate (Hungarian)Weblate2021-01-231-13/+13
| * | | Translated using Weblate (Dutch)Weblate2021-01-231-4/+4
| |/ /
| * / Request unknown message indicesNicolas Werner2021-01-235-10/+23
| |/
| * Merge pull request #395 from LorenDB/masterDeepBlueV7.X2021-01-235-3/+6
| |\
| | * Use colors.mid for Completer borderLoren Burkholder2021-01-221-2/+1
| | * Fix UserProfile's behavior in dark themeLoren Burkholder2021-01-221-0/+1
| | * Move profile item to SystemLoren Burkholder2021-01-221-10/+1
| | * Rename Provider_new.cpp to Provider.cppLoren Burkholder2021-01-212-1/+1
| | * Add border to Completer to distinguish it from the windowLoren Burkholder2021-01-211-2/+4
| | * Add item for reporting whether profiles are usedLoren Burkholder2021-01-211-0/+10
| * | 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 Qt < 5.14 compatNicolas Werner2021-01-231-1/+5
| * | | Persist hidden tagsNicolas Werner2021-01-233-0/+22
| * | | Allow users to hide rooms with specific tagsNicolas Werner2021-01-2313-47/+160
| * | | Fix font tags showing up in playable media messagesNicolas Werner2021-01-232-2/+2
| * | | Merge pull request #398 from Jedi18/masterDeepBlueV7.X2021-01-221-3/+4
| |\ \ \
| | * | | Fix assert failure due to calling versionOk on a different threadJedi182021-01-221-3/+4
| * | | | Added translation using Weblate (Malayalam)Weblate2021-01-221-0/+2413
| * | | | Translated using Weblate (Hungarian)Weblate2021-01-221-37/+41
| |/ / /
| * | | Translated using Weblate (Finnish)Weblate2021-01-211-5/+5
| * | | Fix tagsNicolas Werner2021-01-222-17/+18
| * | | Properly skip device, if it has no keysNicolas Werner2021-01-211-0/+1
| * | | Move GNUInstallDirs after the project languagesNicolas Werner2021-01-211-1/+2
| * | | Actually use stored size in splitter after restartNicolas Werner2021-01-211-3/+5
| | |/ | |/|
| * | Handle devices without keysNicolas Werner2021-01-211-0/+6
| |/
| * Merge pull request #388 from LorenDB/fixBorkedDbusDeepBlueV7.X2021-01-212-41/+36
| |\
| | * Clean up notification watching a bitNicolas Werner2021-01-201-9/+4
| | * Merge branch 'fixBorkedDbus' of https://github.com/LorenDB/nheko into LorenDB...Nicolas Werner2021-01-202-38/+38
| | |\
| | | * Fix crashLoren Burkholder2021-01-201-1/+1
| | | * Fix error in assignment of image/textLoren Burkholder2021-01-201-6/+6
| | | * Use deleteLater() instead of deleteLoren Burkholder2021-01-201-1/+2
| | | * Use async call in closeNotificationLoren Burkholder2021-01-201-18/+18
| | | * Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder2021-01-201-5/+6
| | | * make lintLoren Burkholder2021-01-191-34/+37
| | | * Remove showNotification functionLoren Burkholder2021-01-192-13/+0
| | | * Use async callLoren Burkholder2021-01-191-1/+1
| | | * Keep DBUS from blockingLoren Burkholder2021-01-191-41/+49
| * | | Translated using Weblate (Hungarian)Weblate2021-01-201-19/+19
| |/ /
* | | Remove redundant import and fix visible warningJoseph Donofry2021-02-012-5/+6
* | | Implement Privacy ScreenJoseph Donofry2021-01-268-35/+137
* | | Fix formattingJoseph Donofry2021-01-265-27/+44
* | | Initial commit for privacy screenJoseph Donofry2021-01-256-2/+159
|/ /
* | Translated using Weblate (Hungarian)Weblate2021-01-201-39/+39
* | Bump versionNicolas Werner2021-01-206-14/+16
* | Fix flickable direction for MessageInputNicolas Werner2021-01-201-0/+1
* | Merge pull request #387 from Nheko-Reborn/fix-appvecor-downloadDeepBlueV7.X2021-01-201-1/+3
|\ \
| * | Download newer installer framework from mirror while official repos are downNicolas Werner2021-01-201-1/+3
|/ /
* | Simplify section handling a bitNicolas Werner2021-01-194-73/+49
* | Merge pull request #385 from trilene/masterDeepBlueV7.X2021-01-191-1/+10
|\ \ | |/ |/|
| * Support webcams that report [min,max] frame ratestrilene2021-01-191-1/+10
* | Translated using Weblate (Finnish)Weblate2021-01-191-3/+1
* | Translated using Weblate (Hungarian)Weblate2021-01-191-21/+21
* | Translated using Weblate (Estonian)Weblate2021-01-191-26/+26
* | Fix crash when persisting null relationsNicolas Werner2021-01-191-12/+21
* | Add some missing things to changelogNicolas Werner2021-01-191-2/+3
* | Merge pull request #384 from trilene/masterDeepBlueV7.X2021-01-1920-21/+21
|\|
| * Fix typotrilene2021-01-1820-21/+21
|/
* Fix completer opening in wrong place after warning fixNicolas Werner2021-01-191-2/+2
* Fix qml warningsNicolas Werner2021-01-192-15/+23
* Fix presence unknown type warningNicolas Werner2021-01-192-10/+11
* Update translationsNicolas Werner2021-01-191-6/+1
* Translated using Weblate (Estonian)Weblate2021-01-181-5/+5
* Translated using Weblate (Hungarian)Weblate2021-01-181-3/+8
* Merge pull request #383 from jasikpark/patch-1DeepBlueV7.X2021-01-191-1/+1
|\
| * Update `brew` install commandCaleb Jasik2021-01-181-1/+1
|/
* update translationsNicolas Werner2021-01-1919-138/+178
* Merge pull request #382 from LorenDB/masterDeepBlueV7.X2021-01-191-153/+112
|\
| * Update Esperanto translationLoren Burkholder2021-01-181-153/+112
* | Fix mistakes in CHANGELOGNicolas Werner2021-01-181-2/+2
* | Update changelog for 0.8.0Nicolas Werner2021-01-181-1/+1
* | Update changelog for 0.8.0Nicolas Werner2021-01-181-0/+93
* | Improve hover stuff, needs HoverHandler for a proper fixNicolas Werner2021-01-182-8/+11
|/
* Fix placeholderTextColor not supported below Qt 5.12Nicolas Werner2021-01-181-1/+8
* Fix kick translationNicolas Werner2021-01-1820-1230/+506
* Fix more anchors.centerInNicolas Werner2021-01-183-4/+15
* Translated using Weblate (Estonian)Weblate2021-01-171-43/+41
* Remove unused stuff in profileNicolas Werner2021-01-181-8/+0
* Merge pull request #378 from LorenDB/readReceiptsDeepBlueV7.X2021-01-173-32/+24
|\
| * Only use a pointing hand if there is something to click onLoren Burkholder2021-01-162-0/+2
| * Fix warning messages about null image pathLoren Burkholder2021-01-161-1/+1
| * Fix tooltipsLoren Burkholder2021-01-161-1/+1
| * Simplify source URL constructionLoren Burkholder2021-01-161-6/+1
| * Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-162-16/+5
| * Use an ImageButton for the StatusIndicatorLoren Burkholder2021-01-162-32/+31
| * Display read receipts when read indicator is clickedLoren Burkholder2021-01-152-0/+7
* | Translated using Weblate (Hungarian)Weblate2021-01-171-27/+27
* | Added translation using Weblate (Hungarian)Weblate2021-01-171-0/+2451
* | Translated using Weblate (French)Weblate2021-01-161-117/+117
* | Fix crash with ScrollViewNicolas Werner2021-01-176-45/+78
* | Merge pull request #379 from LorenDB/fixTypoDeepBlueV7.X2021-01-161-1/+1
|\ \
| * | Fix typoLoren Burkholder2021-01-161-1/+1
| |/
* | Merge pull request #380 from trilene/masterDeepBlueV7.X2021-01-161-1/+1
|\ \
| * | Translation fixtrilene2021-01-161-1/+1
|/ /
* | Make read markers a bit less confusingNicolas Werner2021-01-162-5/+6
* | Translated using Weblate (Italian)Weblate2021-01-151-14/+14
* | Translated using Weblate (Swedish)Weblate2021-01-151-298/+312
* | Translated using Weblate (Chinese (Simplified))Weblate2021-01-151-38/+38
* | Translated using Weblate (Romanian)Weblate2021-01-151-206/+208
* | Translated using Weblate (Russian)Weblate2021-01-151-6/+6
* | Translated using Weblate (Polish)Weblate2021-01-151-31/+31
* | Merge pull request #377 from LorenDB/masterDeepBlueV7.X2021-01-164-468/+0
|\|
| * Remove unused fileLoren Burkholder2021-01-152-386/+0
| * Remove UserItem classLoren Burkholder2021-01-152-82/+0
* | Translated using Weblate (Polish)Weblate2021-01-151-44/+46
* | Translated using Weblate (Polish)Weblate2021-01-151-1/+1
* | Translated using Weblate (Polish)Weblate2021-01-151-24/+24
* | Translated using Weblate (Polish)Weblate2021-01-151-3/+3
* | Translated using Weblate (Polish)Weblate2021-01-151-4/+4
* | Translated using Weblate (Romanian)Weblate2021-01-151-37/+41
* | Translated using Weblate (Romanian)Weblate2021-01-151-1/+1
* | Translated using Weblate (Romanian)Weblate2021-01-151-28/+28
|/
* Translated using Weblate (Swedish)Weblate2021-01-151-146/+146
* Translated using Weblate (Swedish)Weblate2021-01-151-3/+3
* Translated using Weblate (German)Weblate2021-01-151-1/+1
* Update translationsNicolas Werner2021-01-151-2/+9
* Translated using Weblate (English)Weblate2021-01-151-9/+0
* Translated using Weblate (German)Weblate2021-01-151-6/+6
* Update German translationNicolas Werner2021-01-151-28/+30
* Update German translationNicolas Werner2021-01-151-47/+53
* Update German translationNicolas Werner2021-01-1519-129/+129
* Update translationsNicolas Werner2021-01-1521-1907/+4733
* Merge branch 'flatpak-voip' into 'master'Nicolas Werner2021-01-141-1/+69
|\
| * Build gstreamer 1.18.3 in flatpakNicolas Werner2021-01-151-1/+69
* | Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-155-3/+205
|\ \ | |/ |/|
| * Finesse mobile call invite screentrilene2021-01-131-28/+37
| * Fix spurious call invite timeouttrilene2021-01-121-2/+3
| * Add call invite screen for mobiletrilene2021-01-124-1/+193
* | Update mtxclient with more explicit session backup errorsNicolas Werner2021-01-142-2/+2
* | Don't start in tray, if only minimize to tray is enabledNicolas Werner2021-01-141-1/+1
* | Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
* | Fix attribute warningsNicolas Werner2021-01-121-1/+1
* | Don't use centerIn on popup on Qt < 5.12Nicolas Werner2021-01-121-1/+7
|/
* Use minimum required versions for qml importsNicolas Werner2021-01-1210-10/+10
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-1241-84/+78
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-125-10/+41
* Make device verification request dialogs easier to understand.Nicolas Werner2021-01-123-2/+31
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-1141-78/+84
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2021-01-118-22/+49
|\
| * Merge pull request #373 from Nheko-Reborn/misc-fixesDeepBlueV7.X2021-01-128-22/+49
| |\
| | * Fix timeline becoming corrupted on backfillNicolas Werner2021-01-125-16/+37
| | * Allow joins via other servers from a matrix: uriNicolas Werner2021-01-115-8/+14
* | | Add ripple to completerJoseph Donofry2021-01-111-0/+9
* | | Clean up Avatar click event handlingJoseph Donofry2021-01-118-15/+19
|/ /
* | Forgot to save res.qrcJoseph Donofry2021-01-111-3/+0
* | Merge master and fix conflictsJoseph Donofry2021-01-1144-684/+1038
|\|
| * Merge pull request #372 from deepbluev7/fix-pr-CIDeepBlueV7.X2021-01-111-4/+4
| |\
| | * Fix branch name in PRsNicolas Werner2021-01-111-4/+4
| |/
| * Merge pull request #370 from Nheko-Reborn/matrix-schemeDeepBlueV7.X2021-01-107-17/+216
| |\
| | * Handle matrix schemeNicolas Werner2021-01-107-17/+216
| * | Merge pull request #369 from trilene/masterDeepBlueV7.X2021-01-101-1/+3
| |\ \ | | |/ | |/|
| | * Fix call invite declined on another devicetrilene2021-01-101-1/+3
| |/
| * Fix some nulls in relationsNicolas Werner2021-01-081-7/+6
| * Bump gstreamer requirementNicolas Werner2021-01-071-7/+3
| * Merge pull request #356 from trilene/call-dialogs-qmlDeepBlueV7.X2021-01-0725-589/+624
| |\
| | * Fix device discovery under GStreamer 1.16trilene2021-01-074-0/+4
| | * Color and icon button spacing fixestrilene2021-01-074-47/+18
| | * Fix call answered on another devicetrilene2021-01-072-6/+14
| | * Fix Qml control colorstrilene2021-01-078-109/+153
| | * Fix previous committrilene2021-01-072-3/+3
| | * Set Label text color explicitlytrilene2021-01-073-0/+5
| | * Finesse PlaceCall dialogtrilene2021-01-071-32/+38
| | * Add missing translation markstrilene2021-01-072-9/+9
| | * Add devices dialog to CallInviteBartrilene2021-01-073-1/+118
| | * Add device combos to PlaceCall dialogtrilene2021-01-071-16/+47
| | * Use Layout marginstrilene2021-01-072-2/+6
| | * Port PlaceCall dialog to Qmltrilene2021-01-0710-227/+131
| | * Fix one-way video callstrilene2021-01-074-2/+27
| | * Make call invites less intrusivetrilene2021-01-0713-253/+204
| | * Move call-related properties to CallManagertrilene2021-01-078-105/+70
| |/
| * Fix notification reply build on other platformsNicolas Werner2021-01-072-0/+6
| * Allow inline replies from notifications on linuxNicolas Werner2021-01-076-11/+58
| * Explicitly mention, if call support is enabled at build timeNicolas Werner2021-01-061-0/+9
| * Merge branch 'macos-ci-fix' into 'master'Nicolas Werner2021-01-065-16/+7
| |\
| | * Remove sodium from flatpakNicolas Werner2021-01-061-10/+0
| | * Remove useless captureNicolas Werner2021-01-061-1/+1
| | * Fix shadowing in LoginPage.cppNicolas Werner2021-01-061-3/+3
| | * Force override macos deps in CINicolas Werner2021-01-062-2/+3
| * | Merge pull request #365 from Nheko-Reborn/typingDeepBlueV7.X2021-01-055-34/+75
| |\|
| | * Fix typing notifications flickering sometimesNicolas Werner2021-01-054-34/+66
| | * Fix user status that got lost at some pointNicolas Werner2021-01-041-0/+9
| |/
| * lintNicolas Werner2021-01-011-5/+5
| * Merge pull request #364 from d42/d42/find-sso-flowDeepBlueV7.X2021-01-011-4/+8
| |\
| | * rename login_method -> loginMethod to fit the Nheko coding styled422020-12-311-3/+3
| | * find sso flow in all of the flowsd422020-12-311-4/+8
| |/