summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Implement Privacy ScreenJoseph Donofry2021-01-268-35/+137
| | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility
* Fix formattingJoseph Donofry2021-01-265-27/+44
|
* Initial commit for privacy screenJoseph Donofry2021-01-256-2/+159
| | | | Missing window focus event and knowing when room is encryption
* Translated using Weblate (Hungarian)Weblate2021-01-201-39/+39
| | | | | | | | Currently translated at 20.6% (90 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
* 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 a…
| * 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 rates
| * Support webcams that report [min,max] frame ratestrilene2021-01-191-1/+10
| |
* | Translated using Weblate (Finnish)Weblate2021-01-191-3/+1
| | | | | | | | | | | | | | | | Currently translated at 42.7% (186 of 435 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* | Translated using Weblate (Hungarian)Weblate2021-01-191-21/+21
| | | | | | | | | | | | | | | | Currently translated at 11.7% (51 of 435 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
* | Translated using Weblate (Estonian)Weblate2021-01-191-26/+26
| | | | | | | | | | | | | | | | Currently translated at 100.0% (435 of 435 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | 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 typo
| * 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
| | | | | | | | Currently translated at 94.1% (416 of 442 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* Translated using Weblate (Hungarian)Weblate2021-01-181-3/+8
| | | | | | | | Currently translated at 6.7% (30 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
* Merge pull request #383 from jasikpark/patch-1DeepBlueV7.X2021-01-191-1/+1
|\ | | | | Update `brew` install command
| * Update `brew` install commandCaleb Jasik2021-01-181-1/+1
|/ | | | | Brew has moved away from using the `brew cask` command, so either `brew install nheko` or `brew install --cask nheko` should probably be reccomended instead. They are trying to combine casks and formulas into the same commands, where you can specify `--formula` or `--cask` to get the old behavior.
* update translationsNicolas Werner2021-01-1919-138/+178
|
* Merge pull request #382 from LorenDB/masterDeepBlueV7.X2021-01-191-153/+112
|\ | | | | Update Esperanto translation
| * 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
| | | | | | | | Currently translated at 92.9% (411 of 442 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* Remove unused stuff in profileNicolas Werner2021-01-181-8/+0
|
* Merge pull request #378 from LorenDB/readReceiptsDeepBlueV7.X2021-01-173-32/+24
|\ | | | | Display read receipts when read indicator is clicked
| * 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
| | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * Remove unnecessary properties; simplify hover codeLoren Burkholder2021-01-162-16/+5
| |
| * Use an ImageButton for the StatusIndicatorLoren Burkholder2021-01-162-32/+31
| | | | | | | | Incidentally, this allows ImageButtons to not change color.
| * Display read receipts when read indicator is clickedLoren Burkholder2021-01-152-0/+7
| |
* | Translated using Weblate (Hungarian)Weblate2021-01-171-27/+27
| | | | | | | | | | | | | | | | Currently translated at 6.1% (27 of 442 strings) Co-authored-by: maxigaz <maxigaz@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/hu/ Translation: Nheko/nheko
* | Added translation using Weblate (Hungarian)Weblate2021-01-171-0/+2451
| | | | | | | | Co-authored-by: maxigaz <maxigaz@protonmail.com>
* | Translated using Weblate (French)Weblate2021-01-161-117/+117
| | | | | | | | | | | | | | | | Currently translated at 97.2% (430 of 442 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | Fix crash with ScrollViewNicolas Werner2021-01-176-45/+78
| |
* | Merge pull request #379 from LorenDB/fixTypoDeepBlueV7.X2021-01-161-1/+1
|\ \ | | | | | | Fix typo in README.md
| * | Fix typoLoren Burkholder2021-01-161-1/+1
| |/
* | Merge pull request #380 from trilene/masterDeepBlueV7.X2021-01-161-1/+1
|\ \ | | | | | | Translation fix
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 58.1% (257 of 442 strings) Translated using Weblate (Italian) Currently translated at 58.1% (257 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Lorenzo Ancora <lorenzolucio+github@live.it> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko
* | Translated using Weblate (Swedish)Weblate2021-01-151-298/+312
| | | | | | | | | | | | | | | | | | Currently translated at 100.0% (442 of 442 strings) Co-authored-by: Emilie <em@nao.sh> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko
* | Translated using Weblate (Chinese (Simplified))Weblate2021-01-151-38/+38
| | | | | | | | | | | | | | | | Currently translated at 31.6% (140 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko
* | Translated using Weblate (Romanian)Weblate2021-01-151-206/+208
| | | | | | | | | | | | | | | | Currently translated at 60.1% (266 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko
* | Translated using Weblate (Russian)Weblate2021-01-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 85.0% (376 of 442 strings) Translated using Weblate (Russian) Currently translated at 85.0% (376 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Libre Hacker <librehacker@snopyta.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/ Translation: Nheko/nheko
* | Translated using Weblate (Polish)Weblate2021-01-151-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 44.3% (196 of 442 strings) Translated using Weblate (Polish) Currently translated at 44.3% (196 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* | Merge pull request #377 from LorenDB/masterDeepBlueV7.X2021-01-164-468/+0
|\| | | | | Remove unused stuff
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 37.5% (166 of 442 strings) Translated using Weblate (Polish) Currently translated at 37.5% (166 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* | Translated using Weblate (Polish)Weblate2021-01-151-1/+1
| | | | | | | | | | | | | | | | Currently translated at 27.6% (122 of 442 strings) Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* | Translated using Weblate (Polish)Weblate2021-01-151-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 27.3% (121 of 442 strings) Translated using Weblate (Polish) Currently translated at 27.3% (121 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* | Translated using Weblate (Polish)Weblate2021-01-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 22.1% (98 of 442 strings) Translated using Weblate (Polish) Currently translated at 22.1% (98 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* | Translated using Weblate (Polish)Weblate2021-01-151-4/+4
| | | | | | | | | | | | | | | | Currently translated at 21.7% (96 of 442 strings) Co-authored-by: luff eman <userx@disroot.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/ Translation: Nheko/nheko
* | Translated using Weblate (Romanian)Weblate2021-01-151-37/+41
| | | | | | | | | | | | | | | | Currently translated at 14.9% (66 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko
* | Translated using Weblate (Romanian)Weblate2021-01-151-1/+1
| | | | | | | | | | | | | | | | Currently translated at 6.5% (29 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko
* | Translated using Weblate (Romanian)Weblate2021-01-151-28/+28
|/ | | | | | | | Currently translated at 6.3% (28 of 442 strings) Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ro/ Translation: Nheko/nheko
* Translated using Weblate (Swedish)Weblate2021-01-151-146/+146
| | | | | | | | Currently translated at 33.7% (149 of 442 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko
* Translated using Weblate (Swedish)Weblate2021-01-151-3/+3
| | | | | | | | Currently translated at 0.6% (3 of 442 strings) Co-authored-by: Emilie <em@nao.sh> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/sv/ Translation: Nheko/nheko
* Translated using Weblate (German)Weblate2021-01-151-1/+1
| | | | | | | | Currently translated at 100.0% (442 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* Update translationsNicolas Werner2021-01-151-2/+9
|
* Translated using Weblate (English)Weblate2021-01-151-9/+0
| | | | | | | | Currently translated at 97.9% (433 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* Translated using Weblate (German)Weblate2021-01-151-6/+6
| | | | | | | | | | | | | | Currently translated at 95.2% (421 of 442 strings) Translated using Weblate (German) Currently translated at 95.2% (421 of 442 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mr. X <shop.news@posteo.de> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* 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 flatpak See merge request nheko-reborn/nheko!5
| * Build gstreamer 1.18.3 in flatpakNicolas Werner2021-01-151-1/+69
| |
* | Merge pull request #374 from trilene/masterDeepBlueV7.X2021-01-155-3/+205
|\ \ | |/ |/| Add call invite screen for mobile
| * 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
| | | | | | | | fixes #371
* | Don't start in tray, if only minimize to tray is enabledNicolas Werner2021-01-141-1/+1
| | | | | | | | fixes #375
* | Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
| | | | | | | | fixes #367
* | 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
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* 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
| |\ | | | | | | Misc fixes
| | * Fix timeline becoming corrupted on backfillNicolas Werner2021-01-125-16/+37
| | | | | | | | | | | | Fixes #273
| | * 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 PRs
| | * 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 scheme
| | * Handle matrix schemeNicolas Werner2021-01-107-17/+216
| | | | | | | | | | | | | | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
| * | Merge pull request #369 from trilene/masterDeepBlueV7.X2021-01-101-1/+3
| |\ \ | | |/ | |/| Fix call invite declined on another device
| | * 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
| |\ | | | | | | Port call dialogs to Qml
| | * 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
| | | | | | | | fixes #366
| * Merge branch 'macos-ci-fix' into 'master'Nicolas Werner2021-01-065-16/+7
| |\ | | | | | | | | | | | | Macos ci fix See merge request nheko-reborn/nheko!3
| | * 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
| |\| | | | | | | Typing flickering fixes
| | * 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
| |\ | | | | | | Try to find SSO flow in all of the server flows
| | * 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 README
| | * 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
| |\ | | | | | | Link keychain in flatpak statically
| | * Fix missing include on WindowsNicolas Werner2020-12-281-0/+2
| | |
| | * Link keychain in flatpak staticallyNicolas Werner2020-12-281-1/+2
| |/
* / Add Ripple effects to qml buttons and avatarJoseph Donofry2021-01-115-0/+194
|/
* Merge branch 'ci-cleanups-and-experiments' into 'master'Nicolas Werner2020-12-278-132/+242
|\ | | | | | | | | Remove travis and build appimages on gitlab See merge request nheko-reborn/nheko!2
| * Fix #359Nicolas Werner2020-12-275-22/+53
| | | | | | | | Actually store the login details under the selected profile
| * 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
|\ | | | | Windows fixes
| * 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
|\ \ | |/ |/| Set up new method of using profiles
| * Remove unused variableLoren Burkholder2020-12-241-1/+0
| |
| * Switch profile code to a more flexible methodLorenDB2020-12-2421-373/+654
|/ | | | This introduces a new version of SingleApplication as well.
* Merge pull request #357 from LorenDB/qkchdocsDeepBlueV7.X2020-12-201-5/+8
|\ | | | | Add qtkeychain to install lists
| * Add qtkeychain to dependency installsLoren Burkholder2020-12-191-5/+8
| |
* | Translated using Weblate (Estonian)Weblate2020-12-191-1/+1
|/ | | | | | | | Currently translated at 100.0% (412 of 412 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* Merge pull request #355 from Nheko-Reborn/ssssDeepBlueV7.X2020-12-1817-79/+736
|\ | | | | Cross-signing with self and user signing keys
| * 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
| | | | | | | | | | | | | | | | Currently translated at 54.3% (224 of 412 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* | 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
| | | | | | | | This fixes some lag, when Nheko is running, which could affect Nheko and even other applications by excessively calling fsync. This should be fine, since all filesystems seem to guarantee order and in most cases, the modified pages are still written. In the worst case we should only lose the last /sync results or similar.
* 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
| |\ | | | | | | lint
| | * 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 .gitlab-ci.yml See merge request nheko-reborn/nheko!1
| * 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 applicable
| * | 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 translate
| * | | update russian translatekirillpt2020-12-0318-577/+564
|/ / /
* | | Merge pull request #348 from trilene/masterDeepBlueV7.X2020-11-301-0/+8
|\ \ \ | | | | | | | | Add GStreamer requirements to README
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* | | | Merge pull request #347 from kamathmanu/avatarFullViewSupportDeepBlueV7.X2020-11-302-0/+9
|\ \ \ \ | | | | | | | | | | Add support for viewing avatar images in full size
| * | | | Lint codekamathmanu2020-11-301-1/+1
| | | | |
| * | | | Update resources/qml/Avatar.qmlkamathmanu2020-11-301-2/+0
| | | | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | | Update resources/qml/Avatar.qmlkamathmanu2020-11-301-3/+1
| | | | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | | 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 toggles in the remaining dialogues
| * | | 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
| * | | fix validation feature in TextInput, it was trouble in password field in the ↵kirillpt2020-11-261-0/+1
|/ / / | | | | | | | | | login page
* | | 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'
| * | | 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
|\ \ \ | | | | | | | | fix #331
| * | | fixed toggle weirdness in settings, after loads added setChecked for ↵kirillpt2020-11-251-0/+23
| | | | | | | | | | | | | | | | Toggles, and fix issues with startInTray
| * | | made this: if Tray become disabled and startInTray was enabled, startInTray ↵kirillpt2020-11-251-2/+4
| | | | | | | | | | | | | | | | before blocks, goes disabled too
| * | | 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
|\ \ \ | | | | | | | | Fix ActiveCallBar
| * \ \ 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
|\ \ \ \ | |_|/ / |/| | | Qml text input
| * | | 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
| | | |