summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #363 from trilene/masterDeepBlueV7.X2020-12-311-1/+9
|\
| * Add Fedora build requirements to READMEtrilene2020-12-301-1/+9
|/
* Merge pull request #361 from Nheko-Reborn/keychain-in-flatpakDeepBlueV7.X2020-12-292-1/+4
|\
| * Fix missing include on WindowsNicolas Werner2020-12-281-0/+2
| * Link keychain in flatpak staticallyNicolas Werner2020-12-281-1/+2
|/
* Merge branch 'ci-cleanups-and-experiments' into 'master'Nicolas Werner2020-12-278-132/+242
|\
| * Fix #359Nicolas Werner2020-12-275-22/+53
| * Expose appimageNicolas Werner2020-12-261-1/+2
| * Remove travisNicolas Werner2020-12-261-99/+0
| * Upload appimage to matrixNicolas Werner2020-12-261-1/+3
| * Fixup library pathsNicolas Werner2020-12-261-341/+78
| * AppImages in gitlabNicolas Werner2020-12-262-0/+435
| * lintNicolas Werner2020-12-252-17/+20
|/
* Remove s3 upload for nightliesNicolas Werner2020-12-251-7/+0
* Merge pull request #358 from Nheko-Reborn/windows-fixesDeepBlueV7.X2020-12-2519-107/+138
|\
| * lintNicolas Werner2020-12-256-15/+25
| * Use vs2019 for CINicolas Werner2020-12-253-54/+74
| * Fix some compiler warningsNicolas Werner2020-12-2517-50/+51
* | Merge pull request #323 from LorenDB/newProfileDeepBlueV7.X2020-12-2521-374/+654
|\ \ | |/ |/|
| * Remove unused variableLoren Burkholder2020-12-241-1/+0
| * Switch profile code to a more flexible methodLorenDB2020-12-2421-373/+654
|/
* Merge pull request #357 from LorenDB/qkchdocsDeepBlueV7.X2020-12-201-5/+8
|\
| * Add qtkeychain to dependency installsLoren Burkholder2020-12-191-5/+8
* | Translated using Weblate (Estonian)Weblate2020-12-191-1/+1
|/
* Merge pull request #355 from Nheko-Reborn/ssssDeepBlueV7.X2020-12-1817-79/+736
|\
| * Fix unused captureNicolas Werner2020-12-181-1/+1
| * Another shadowed variableNicolas Werner2020-12-181-3/+4
| * Fix some shadow warningsNicolas Werner2020-12-181-20/+20
| * Update deps for keychainNicolas Werner2020-12-184-6/+51
| * Add download keys from secret storageNicolas Werner2020-12-184-1/+131
| * Request secrets after verificationNicolas Werner2020-12-172-52/+61
| * Upload cross-signing signatures after verificationNicolas Werner2020-12-171-2/+57
| * Store secrets in keychainNicolas Werner2020-12-1611-12/+320
| * Fix black cat emojiNicolas Werner2020-12-151-2/+3
| * Fix crash when we don't have device keys cachedNicolas Werner2020-12-151-5/+7
| * Clean up encrypted message handlingNicolas Werner2020-12-151-52/+54
| * Send SSSS requestsNicolas Werner2020-12-153-0/+104
* | Translated using Weblate (Finnish)Weblate2020-12-171-6/+6
* | Fix scrolling the room list using touchNicolas Werner2020-12-152-22/+24
|/
* Background color for code and don't collapse space in timelineNicolas Werner2020-12-142-7/+8
* React with arbitrary strings via /reactNicolas Werner2020-12-131-0/+6
* Don't overflow room nameNicolas Werner2020-12-131-0/+2
* Don't sync db on every syncNicolas Werner2020-12-131-1/+1
* Remove some travis buildsNicolas Werner2020-12-131-71/+0
* Start addressing gstreamer deps on macos ci buildJoseph Donofry2020-12-081-1/+6
* Change pip to pip3Joseph Donofry2020-12-081-1/+1
* Add dmgbuild to macos buildJoseph Donofry2020-12-081-0/+1
* More MacOS CI UpdatesJoseph Donofry2020-12-082-6/+8
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2020-12-084-6/+10
|\
| * Merge pull request #352 from Nheko-Reborn/lintDeepBlueV7.X2020-12-084-6/+10
| |\
| | * Update Readme CI linkNicolas Werner2020-12-081-1/+1
| | * lintNicolas Werner2020-12-084-5/+9
* | | Add VERSION to macos buildJoseph Donofry2020-12-081-0/+1
|/ /
* / Add DMG build to Gitlab CIJoseph Donofry2020-12-081-0/+7
|/
* Merge branch 'gitlab-ci' into 'master'Nicolas Werner2020-12-088-6/+160
|\
| * Update ci flatpak sdkNicolas Werner2020-11-271-4/+4
| * Add gitlab ciNicolas Werner2020-11-278-6/+160
* | Merge pull request #349 from LorenDB/iconFromThemeDeepBlueV7.X2020-12-042-3/+2
|\ \
| * | Use system icon where applicableLoren Burkholder2020-12-032-3/+2
* | | Merge pull request #350 from Kirillpt/russian-translateDeepBlueV7.X2020-12-0318-577/+564
|\ \ \
| * | | update russian translatekirillpt2020-12-0318-577/+564
|/ / /
* | | Merge pull request #348 from trilene/masterDeepBlueV7.X2020-11-301-0/+8
|\ \ \
| * | | List needed gstreamer plugins explicitlytrilene2020-11-301-2/+5
| * | | Add GStreamer requirements to READMEtrilene2020-11-301-0/+5
* | | | Improve Register page (#346)Kirillpt2020-11-3025-522/+647
* | | | Merge pull request #347 from kamathmanu/avatarFullViewSupportDeepBlueV7.X2020-11-302-0/+9
|\ \ \ \
| * | | | Lint codekamathmanu2020-11-301-1/+1
| * | | | Update resources/qml/Avatar.qmlkamathmanu2020-11-301-2/+0
| * | | | Update resources/qml/Avatar.qmlkamathmanu2020-11-301-3/+1
| * | | | Lint codekamathmanu2020-11-301-1/+3
| * | | | Add support for viewing avatar images in full sizekamathmanu2020-11-302-0/+11
* | | | | Fix selection in input area by mouseNicolas Werner2020-11-302-13/+56
* | | | | Fix shadow variableNicolas Werner2020-11-301-3/+3
* | | | | Properly share and rotate sessions on member and device changesNicolas Werner2020-11-306-92/+286
* | | | | Remove outbound session storageNicolas Werner2020-11-306-101/+44
* | | | | Load sessions lazily from dbNicolas Werner2020-11-306-33/+42
| |/ / / |/| | |
* | | | Use proper flatpak sdkNicolas Werner2020-11-271-2/+2
| |_|/ |/| |
* | | Bump Qt versionNicolas Werner2020-11-271-1/+1
* | | SkipEmptyParts was only added in Qt 5.14Nicolas Werner2020-11-261-4/+6
* | | Remove unnecessary capture of thisNicolas Werner2020-11-261-3/+2
* | | Merge pull request #344 from Kirillpt/fix/togglebutton_usingDeepBlueV7.X2020-11-263-37/+40
|\ \ \
| * | | fix encryption toggleskirillpt2020-11-272-32/+33
| * | | change Toggle behaviorkirillpt2020-11-263-15/+17
|/ / /
* | | Merge pull request #343 from Kirillpt/fix/textFieldvalidationDeepBlueV7.X2020-11-261-0/+1
|\ \ \
| * | | fix validation feature in TextInput, it was trouble in password field in the ...kirillpt2020-11-261-0/+1
|/ / /
* | | Update translationsNicolas Werner2020-11-2618-82/+82
* | | Fix variable shadowingNicolas Werner2020-11-261-5/+5
* | | Merge pull request #341 from Kirillpt/issue_329DeepBlueV7.X2020-11-262-3/+3
|\ \ \
| * | | change 'redacted' for 'removed'kirillpt2020-11-262-3/+3
|/ / /
* | | Bump max dbsNicolas Werner2020-11-261-1/+1
* | | Update translationsNicolas Werner2020-11-2518-2582/+1332
* | | Fix race when reading members from dbNicolas Werner2020-11-255-29/+52
* | | Add some db logging and clean up avatar urls a bitNicolas Werner2020-11-253-18/+14
* | | Merge pull request #339 from Kirillpt/issue_331DeepBlueV7.X2020-11-253-59/+85
|\ \ \
| * | | fixed toggle weirdness in settings, after loads added setChecked for Toggles,...kirillpt2020-11-251-0/+23
| * | | made this: if Tray become disabled and startInTray was enabled, startInTray b...kirillpt2020-11-251-2/+4
| * | | change \!disabled for enabled, because toggled return true if enabledkirillpt2020-11-252-31/+32
| * | | maybe fix toggle work in codekirillpt2020-11-252-26/+26
| |/ /
* | | Merge pull request #340 from trilene/fix-call-barDeepBlueV7.X2020-11-251-25/+26
|\ \ \
| * \ \ Merge branch 'master' into fix-call-barDeepBlueV7.X2020-11-2559-10160/+1873
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #335 from Nheko-Reborn/qml-text-inputDeepBlueV7.X2020-11-2555-10153/+1801
|\ \ \ \ | |_|/ / |/| | |
| * | | Open completer on tabNicolas Werner2020-11-252-6/+30
| * | | Fix input focus when pressing reply buttonNicolas Werner2020-11-255-0/+5
| * | | Implement Qml drag and dropNicolas Werner2020-11-259-5/+104
| * | | Fix enter when no completion availableNicolas Werner2020-11-251-12/+13
| * | | Remove redundant user search suggestion codeNicolas Werner2020-11-257-122/+42
| * | | Show userid in completerNicolas Werner2020-11-253-0/+9
| * | | Linkify username completionNicolas Werner2020-11-251-0/+3
| * | | Mouse selection of completionsNicolas Werner2020-11-252-3/+21
| * | | Split completion model into header and sourceNicolas Werner2020-11-253-110/+145
| * | | Match on each word in the completerNicolas Werner2020-11-251-1/+12
| * | | Fix index out of range on backspace in completerNicolas Werner2020-11-251-3/+3
| * | | Fix completer fuzzy match not applying after prefix match and insert being br...Nicolas Werner2020-11-251-19/+9
| * | | Fix some issues with completerNicolas Werner2020-11-255-68/+144
| * | | Fix mimetype of media messagesNicolas Werner2020-11-252-4/+5
| * | | Use a trie for filtering completions (not fuzzy yet)Nicolas Werner2020-11-252-74/+131
| * | | Remove old TextinputNicolas Werner2020-11-255-681/+0
| * | | Qml emoji completerNicolas Werner2020-11-254-12/+62
| * | | Simple prefix match for completionsNicolas Werner2020-11-252-5/+5
| * | | Custom completer filteringNicolas Werner2020-11-254-3/+107
| * | | Working User completerNicolas Werner2020-11-259-38/+83
| * | | add per-room user modelJussi Kuokkanen2020-11-253-0/+53
| * | | use completion interface in emoji completionsJussi Kuokkanen2020-11-252-5/+19
| * | | add completer interface (item roles)Jussi Kuokkanen2020-11-251-0/+15
| * | | rename CompletionModel to CompletionProxyModelJussi Kuokkanen2020-11-253-4/+24
| * | | WIP Qml completerNicolas Werner2020-11-255-14/+174
| * | | Reenable Ctrl+UNicolas Werner2020-11-251-1/+3
| * | | Reimplement message historyNicolas Werner2020-11-253-16/+60
| * | | Send typing updates from QMLNicolas Werner2020-11-257-93/+56
| * | | Move emoji picker to qmlNicolas Werner2020-11-2517-8507/+18
| * | | Use old style connection (for Qt5.12)Nicolas Werner2020-11-251-3/+1
| * | | Move calls to new input barNicolas Werner2020-11-2510-212/+86
| * | | Add file uploadingNicolas Werner2020-11-2517-318/+475
| * | | Basic text input in qmlNicolas Werner2020-11-2510-210/+178
| * | | Pasteable textinputNicolas Werner2020-11-257-3/+104
| * | | Disable scroll helper on mobileNicolas Werner2020-11-251-0/+1
* | | | Merge pull request #337 from trilene/masterDeepBlueV7.X2020-11-251-0/+5
|\ \ \ \
* \ \ \ \ Merge pull request #334 from Kirillpt/issue_292DeepBlueV7.X2020-11-254-8/+73
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Apply suggestions from code reviewDeepBlueV7.X2020-11-251-2/+2
| * | | | Update src/ui/TextField.cppDeepBlueV7.X2020-11-251-1/+1
| * | | | remove QFontMEtrics declarationkirillpt2020-11-252-6/+3
| * | | | fixed error_label_ below login button, now it's calculating height and uses c...kirillpt2020-11-252-5/+14
| * | | | remove some useless matrixid layout, and move error_label_ under homeserver i...kirillpt2020-11-242-6/+4
| * | | | fix word wraping for matrixid error messagekirillpt2020-11-241-0/+1
| * | | | make lintkirillpt2020-11-241-2/+2
| * | | | move error_matrixid label below matrixid input, made hide/show for the label,...kirillpt2020-11-233-2/+25
| * | | | make lintkirillpt2020-11-231-2/+2
| * | | | Added QLabel for matrixIdError output and added new function which output inp...kirillpt2020-11-232-6/+30
| * | | | make lintkirillpt2020-11-231-1/+1
| * | | | fixed issue 292, but removed wordWrap from error_label_, because hint looks b...kirillpt2020-11-231-3/+16
|/ / / /
| | * / Fix ActiveCallBartrilene2020-11-251-25/+26
| |/ /
| * / Mitigate webrtc race conditiontrilene2020-11-241-0/+5
|/ /
* | Merge pull request #332 from Kirillpt/russian-translateDeepBlueV7.X2020-11-2218-1292/+2484
|\ \
| * | make update-translationskirillpt2020-11-2218-1077/+2265
| * | add more russian translationskirillpt2020-11-221-217/+221
|/ /
* | Make reply background a bit less saturatedNicolas Werner2020-11-211-1/+1
* | Add some padding between scrollbar and messagesNicolas Werner2020-11-211-1/+1
* | Added translation using Weblate (Swedish)Weblate2020-11-191-0/+2297
* | Fix tags and world buttons leaking as communities leaking over the networkNicolas Werner2020-11-181-4/+10
* | Silence signal syntax deprecatedNicolas Werner2020-11-151-1/+4
* | Merge pull request #327 from kamathmanu/qtBackwardsCompatabilityDeepBlueV7.X2020-11-153-12/+12
|\ \
| * | Make compatible with qt 5.12kamathmanu2020-11-143-12/+12
* | | Merge pull request #325 from trilene/webrtc-videoDeepBlueV7.X2020-11-137-11/+94
|\ \ \
| * | | clang-formattrilene2020-11-133-5/+5
| * | | Make incoming call ringtone a user settingtrilene2020-11-124-6/+89
* | | | Merge pull request #314 from MayeulC/smoothie-2DeepBlueV7.X2020-11-124-13/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Simplify PainterHighQualityEnabler codeMayeul Cantan2020-11-071-11/+3
| * | | Smooth avatars in widgetsMayeul Cantan2020-11-071-1/+3
| * | | Smooth pictures in timelineMayeul Cantan2020-10-311-0/+2
| * | | Smooth Avatars in timelineMayeul Cantan2020-10-311-1/+1
* | | | Merge pull request #320 from trilene/webrtc-videoDeepBlueV7.X2020-11-097-57/+168
|\ \ \ \ | | |/ / | |/| |
| * | | Video calls: add local webcam viewtrilene2020-11-097-57/+168
* | | | Merge pull request #319 from HarHarLinks/patch-1DeepBlueV7.X2020-11-091-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update README with element.ioKim Brose2020-11-091-2/+2
|/ / /
* | / Translated using Weblate (French)Weblate2020-11-071-1/+1
| |/ |/|
* | Merge pull request #313 from MayeulC/shrug-textDeepBlueV7.X2020-10-311-1/+1
|\ \
| * | Allow sending text after `shrug`Mayeul Cantan2020-10-311-1/+1
* | | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-313-7/+7
|\ \ \
| * | | Wording: replace "encrypted room" with "encrypted private chat"Mayeul Cantan2020-10-311-2/+2
| * | | Wording: change "Mobile mode" for "Touchscreen mode"Mayeul Cantan2020-10-311-2/+2
| * | | Wording: change "trusted users" for "verified users"Mayeul Cantan2020-10-311-1/+1
| * | | Wording: Verification request isn't a request anymore once acceptedMayeul Cantan2020-10-311-2/+2
| |/ /
* | | Merge pull request #312 from trilene/webrtc-videoDeepBlueV7.X2020-10-311-1/+1
|\ \ \ | | |/ | |/|
| * | Fix crash when stun server selectedtrilene2020-10-301-1/+1
|/ /
* | Supress unused var warning for STUN_SERVER (used only if gstreamer supported)Nicolas Werner2020-10-304-6/+6
* | Merge pull request #311 from trilene/webrtc-videoDeepBlueV7.X2020-10-3018-296/+1018
|\ \
| * | Unused variabletrilene2020-10-291-4/+4
| * | Remove unused variabletrilene2020-10-291-1/+1
| * | Avoid std::from_chars for nowtrilene2020-10-291-4/+2
| * | Document better rtp payload typestrilene2020-10-291-3/+9
| * | Avoid ugly error if pipeline creation failstrilene2020-10-291-2/+4
| * | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-2837-440/+452
| |\ \
| * | | Fix crash on exittrilene2020-10-277-38/+30
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-2766-2503/+7983
| |\ \ \ | | | |/ | | |/|
| * | | Support video callstrilene2020-10-2718-433/+1157
* | | | Fix clipboard image pasting crash on macosJoseph Donofry2020-10-281-1/+1
| |_|/ |/| |
* | | Make back button bigger as it is hard to tap with your thumbNicolas Werner2020-10-281-0/+2
* | | Merge pull request #308 from Nheko-Reborn/build-optDeepBlueV7.X2020-10-2833-250/+257
|\ \ \
| * | | Don't pass around empty timelineNicolas Werner2020-10-286-19/+15
| * | | Fix ambiguous namespace on gcc7Nicolas Werner2020-10-272-2/+2
| * | | No roomid on leaveNicolas Werner2020-10-271-1/+1
| * | | Optimize buildNicolas Werner2020-10-2733-232/+243
* | | | Translated using Weblate (Russian)Weblate2020-10-281-4/+4
* | | | Translated using Weblate (Finnish)Weblate2020-10-281-58/+58
* | | | Translated using Weblate (French)Weblate2020-10-281-100/+100
* | | | Translated using Weblate (Estonian)Weblate2020-10-281-56/+56
| |_|/ |/| |
* | | Translated using Weblate (English)Weblate2020-10-261-60/+60
|/ /
* | Fix small scope issueNicolas Werner2020-10-261-6/+5
* | Run update-translationsJoseph Donofry2020-10-2617-788/+1740
* | Disable new MessageInput, until you can paste imagesNicolas Werner2020-10-264-15/+4
* | Split up TimelineView into separate componentsNicolas Werner2020-10-268-472/+531