Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix emoji update script | Nicolas Werner | 2021-01-23 | 3 | -97/+1701 |
* | Request unknown message indices | Nicolas Werner | 2021-01-23 | 5 | -10/+23 |
* | Merge pull request #395 from LorenDB/master | DeepBlueV7.X | 2021-01-23 | 5 | -3/+6 |
|\ | |||||
| * | Use colors.mid for Completer border | Loren Burkholder | 2021-01-22 | 1 | -2/+1 |
| * | Fix UserProfile's behavior in dark theme | Loren Burkholder | 2021-01-22 | 1 | -0/+1 |
| * | Move profile item to System | Loren Burkholder | 2021-01-22 | 1 | -10/+1 |
| * | Rename Provider_new.cpp to Provider.cpp | Loren Burkholder | 2021-01-21 | 2 | -1/+1 |
| * | Add border to Completer to distinguish it from the window | Loren Burkholder | 2021-01-21 | 1 | -2/+4 |
| * | Add item for reporting whether profiles are used | Loren Burkholder | 2021-01-21 | 1 | -0/+10 |
* | | Merge pull request #393 from LorenDB/mdCommands | DeepBlueV7.X | 2021-01-23 | 2 | -3/+16 |
|\ \ | |||||
| * | | Remove useless parentheses | DeepBlueV7.X | 2021-01-23 | 1 | -2/+2 |
| * | | Clarify how markdown is determined | Loren Burkholder | 2021-01-20 | 2 | -3/+3 |
| * | | Make lint | Loren Burkholder | 2021-01-20 | 2 | -6/+8 |
| * | | Add commands to override Markdown setting | Loren Burkholder | 2021-01-20 | 2 | -3/+14 |
* | | | Fix Qt < 5.14 compat | Nicolas Werner | 2021-01-23 | 1 | -1/+5 |
* | | | Persist hidden tags | Nicolas Werner | 2021-01-23 | 3 | -0/+22 |
* | | | Allow users to hide rooms with specific tags | Nicolas Werner | 2021-01-23 | 13 | -47/+160 |
* | | | Fix font tags showing up in playable media messages | Nicolas Werner | 2021-01-23 | 2 | -2/+2 |
* | | | Merge pull request #398 from Jedi18/master | DeepBlueV7.X | 2021-01-22 | 1 | -3/+4 |
|\ \ \ | |||||
| * | | | Fix assert failure due to calling versionOk on a different thread | Jedi18 | 2021-01-22 | 1 | -3/+4 |
* | | | | Added translation using Weblate (Malayalam) | Weblate | 2021-01-22 | 1 | -0/+2413 |
* | | | | Translated using Weblate (Hungarian) | Weblate | 2021-01-22 | 1 | -37/+41 |
|/ / / | |||||
* | | | Translated using Weblate (Finnish) | Weblate | 2021-01-21 | 1 | -5/+5 |
* | | | Fix tags | Nicolas Werner | 2021-01-22 | 2 | -17/+18 |
* | | | Properly skip device, if it has no keys | Nicolas Werner | 2021-01-21 | 1 | -0/+1 |
* | | | Move GNUInstallDirs after the project languages | Nicolas Werner | 2021-01-21 | 1 | -1/+2 |
* | | | Actually use stored size in splitter after restart | Nicolas Werner | 2021-01-21 | 1 | -3/+5 |
| |/ |/| | |||||
* | | Handle devices without keys | Nicolas Werner | 2021-01-21 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #388 from LorenDB/fixBorkedDbus | DeepBlueV7.X | 2021-01-21 | 2 | -41/+36 |
|\ | |||||
| * | Clean up notification watching a bit | Nicolas Werner | 2021-01-20 | 1 | -9/+4 |
| * | Merge branch 'fixBorkedDbus' of https://github.com/LorenDB/nheko into LorenDB... | Nicolas Werner | 2021-01-20 | 2 | -38/+38 |
| |\ | |||||
| | * | Fix crash | Loren Burkholder | 2021-01-20 | 1 | -1/+1 |
| | * | Fix error in assignment of image/text | Loren Burkholder | 2021-01-20 | 1 | -6/+6 |
| | * | Use deleteLater() instead of delete | Loren Burkholder | 2021-01-20 | 1 | -1/+2 |
| | * | Use async call in closeNotification | Loren Burkholder | 2021-01-20 | 1 | -18/+18 |
| | * | Make watcher a pointer so that it doesn't get destroyed too soon | Loren Burkholder | 2021-01-20 | 1 | -5/+6 |
| | * | make lint | Loren Burkholder | 2021-01-19 | 1 | -34/+37 |
| | * | Remove showNotification function | Loren Burkholder | 2021-01-19 | 2 | -13/+0 |
| | * | Use async call | Loren Burkholder | 2021-01-19 | 1 | -1/+1 |
| | * | Keep DBUS from blocking | Loren Burkholder | 2021-01-19 | 1 | -41/+49 |
* | | | Translated using Weblate (Hungarian) | Weblate | 2021-01-20 | 1 | -19/+19 |
|/ / | |||||
* | | Translated using Weblate (Hungarian) | Weblate | 2021-01-20 | 1 | -39/+39 |
* | | Bump version | Nicolas Werner | 2021-01-20 | 6 | -14/+16 |
* | | Fix flickable direction for MessageInput | Nicolas Werner | 2021-01-20 | 1 | -0/+1 |
* | | Merge pull request #387 from Nheko-Reborn/fix-appvecor-download | DeepBlueV7.X | 2021-01-20 | 1 | -1/+3 |
|\ \ | |||||
| * | | Download newer installer framework from mirror while official repos are down | Nicolas Werner | 2021-01-20 | 1 | -1/+3 |
|/ / | |||||
* | | Simplify section handling a bit | Nicolas Werner | 2021-01-19 | 4 | -73/+49 |
* | | Merge pull request #385 from trilene/master | DeepBlueV7.X | 2021-01-19 | 1 | -1/+10 |
|\ \ | |/ |/| | |||||
| * | Support webcams that report [min,max] frame rates | trilene | 2021-01-19 | 1 | -1/+10 |
* | | Translated using Weblate (Finnish) | Weblate | 2021-01-19 | 1 | -3/+1 |
* | | Translated using Weblate (Hungarian) | Weblate | 2021-01-19 | 1 | -21/+21 |
* | | Translated using Weblate (Estonian) | Weblate | 2021-01-19 | 1 | -26/+26 |
* | | Fix crash when persisting null relations | Nicolas Werner | 2021-01-19 | 1 | -12/+21 |
* | | Add some missing things to changelog | Nicolas Werner | 2021-01-19 | 1 | -2/+3 |
* | | Merge pull request #384 from trilene/master | DeepBlueV7.X | 2021-01-19 | 20 | -21/+21 |
|\| | |||||
| * | Fix typo | trilene | 2021-01-18 | 20 | -21/+21 |
|/ | |||||
* | Fix completer opening in wrong place after warning fix | Nicolas Werner | 2021-01-19 | 1 | -2/+2 |
* | Fix qml warnings | Nicolas Werner | 2021-01-19 | 2 | -15/+23 |
* | Fix presence unknown type warning | Nicolas Werner | 2021-01-19 | 2 | -10/+11 |
* | Update translations | Nicolas Werner | 2021-01-19 | 1 | -6/+1 |
* | Translated using Weblate (Estonian) | Weblate | 2021-01-18 | 1 | -5/+5 |
* | Translated using Weblate (Hungarian) | Weblate | 2021-01-18 | 1 | -3/+8 |
* | Merge pull request #383 from jasikpark/patch-1 | DeepBlueV7.X | 2021-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update `brew` install command | Caleb Jasik | 2021-01-18 | 1 | -1/+1 |
|/ | |||||
* | update translations | Nicolas Werner | 2021-01-19 | 19 | -138/+178 |
* | Merge pull request #382 from LorenDB/master | DeepBlueV7.X | 2021-01-19 | 1 | -153/+112 |
|\ | |||||
| * | Update Esperanto translation | Loren Burkholder | 2021-01-18 | 1 | -153/+112 |
* | | Fix mistakes in CHANGELOG | Nicolas Werner | 2021-01-18 | 1 | -2/+2 |
* | | Update changelog for 0.8.0 | Nicolas Werner | 2021-01-18 | 1 | -1/+1 |
* | | Update changelog for 0.8.0 | Nicolas Werner | 2021-01-18 | 1 | -0/+93 |
* | | Improve hover stuff, needs HoverHandler for a proper fix | Nicolas Werner | 2021-01-18 | 2 | -8/+11 |
|/ | |||||
* | Fix placeholderTextColor not supported below Qt 5.12 | Nicolas Werner | 2021-01-18 | 1 | -1/+8 |
* | Fix kick translation | Nicolas Werner | 2021-01-18 | 20 | -1230/+506 |
* | Fix more anchors.centerIn | Nicolas Werner | 2021-01-18 | 3 | -4/+15 |
* | Translated using Weblate (Estonian) | Weblate | 2021-01-17 | 1 | -43/+41 |
* | Remove unused stuff in profile | Nicolas Werner | 2021-01-18 | 1 | -8/+0 |
* | Merge pull request #378 from LorenDB/readReceipts | DeepBlueV7.X | 2021-01-17 | 3 | -32/+24 |
|\ | |||||
| * | Only use a pointing hand if there is something to click on | Loren Burkholder | 2021-01-16 | 2 | -0/+2 |
| * | Fix warning messages about null image path | Loren Burkholder | 2021-01-16 | 1 | -1/+1 |
| * | Fix tooltips | Loren Burkholder | 2021-01-16 | 1 | -1/+1 |
| * | Simplify source URL construction | Loren Burkholder | 2021-01-16 | 1 | -6/+1 |
| * | Remove unnecessary properties; simplify hover code | Loren Burkholder | 2021-01-16 | 2 | -16/+5 |
| * | Use an ImageButton for the StatusIndicator | Loren Burkholder | 2021-01-16 | 2 | -32/+31 |
| * | Display read receipts when read indicator is clicked | Loren Burkholder | 2021-01-15 | 2 | -0/+7 |
* | | Translated using Weblate (Hungarian) | Weblate | 2021-01-17 | 1 | -27/+27 |
* | | Added translation using Weblate (Hungarian) | Weblate | 2021-01-17 | 1 | -0/+2451 |
* | | Translated using Weblate (French) | Weblate | 2021-01-16 | 1 | -117/+117 |
* | | Fix crash with ScrollView | Nicolas Werner | 2021-01-17 | 6 | -45/+78 |
* | | Merge pull request #379 from LorenDB/fixTypo | DeepBlueV7.X | 2021-01-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix typo | Loren Burkholder | 2021-01-16 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #380 from trilene/master | DeepBlueV7.X | 2021-01-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Translation fix | trilene | 2021-01-16 | 1 | -1/+1 |
|/ / | |||||
* | | Make read markers a bit less confusing | Nicolas Werner | 2021-01-16 | 2 | -5/+6 |
* | | Translated using Weblate (Italian) | Weblate | 2021-01-15 | 1 | -14/+14 |
* | | Translated using Weblate (Swedish) | Weblate | 2021-01-15 | 1 | -298/+312 |
* | | Translated using Weblate (Chinese (Simplified)) | Weblate | 2021-01-15 | 1 | -38/+38 |
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -206/+208 |
* | | Translated using Weblate (Russian) | Weblate | 2021-01-15 | 1 | -6/+6 |
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -31/+31 |
* | | Merge pull request #377 from LorenDB/master | DeepBlueV7.X | 2021-01-16 | 4 | -468/+0 |
|\| | |||||
| * | Remove unused file | Loren Burkholder | 2021-01-15 | 2 | -386/+0 |
| * | Remove UserItem class | Loren Burkholder | 2021-01-15 | 2 | -82/+0 |
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -44/+46 |
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -1/+1 |
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -24/+24 |
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -3/+3 |
* | | Translated using Weblate (Polish) | Weblate | 2021-01-15 | 1 | -4/+4 |
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -37/+41 |
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -1/+1 |
* | | Translated using Weblate (Romanian) | Weblate | 2021-01-15 | 1 | -28/+28 |
|/ | |||||
* | Translated using Weblate (Swedish) | Weblate | 2021-01-15 | 1 | -146/+146 |
* | Translated using Weblate (Swedish) | Weblate | 2021-01-15 | 1 | -3/+3 |
* | Translated using Weblate (German) | Weblate | 2021-01-15 | 1 | -1/+1 |
* | Update translations | Nicolas Werner | 2021-01-15 | 1 | -2/+9 |
* | Translated using Weblate (English) | Weblate | 2021-01-15 | 1 | -9/+0 |
* | Translated using Weblate (German) | Weblate | 2021-01-15 | 1 | -6/+6 |
* | Update German translation | Nicolas Werner | 2021-01-15 | 1 | -28/+30 |
* | Update German translation | Nicolas Werner | 2021-01-15 | 1 | -47/+53 |
* | Update German translation | Nicolas Werner | 2021-01-15 | 19 | -129/+129 |
* | Update translations | Nicolas Werner | 2021-01-15 | 21 | -1907/+4733 |
* | Merge branch 'flatpak-voip' into 'master' | Nicolas Werner | 2021-01-14 | 1 | -1/+69 |
|\ | |||||
| * | Build gstreamer 1.18.3 in flatpak | Nicolas Werner | 2021-01-15 | 1 | -1/+69 |
* | | Merge pull request #374 from trilene/master | DeepBlueV7.X | 2021-01-15 | 5 | -3/+205 |
|\ \ | |/ |/| | |||||
| * | Finesse mobile call invite screen | trilene | 2021-01-13 | 1 | -28/+37 |
| * | Fix spurious call invite timeout | trilene | 2021-01-12 | 1 | -2/+3 |
| * | Add call invite screen for mobile | trilene | 2021-01-12 | 4 | -1/+193 |
* | | Update mtxclient with more explicit session backup errors | Nicolas Werner | 2021-01-14 | 2 | -2/+2 |
* | | Don't start in tray, if only minimize to tray is enabled | Nicolas Werner | 2021-01-14 | 1 | -1/+1 |
* | | Allow more font sizes to be selected | Nicolas Werner | 2021-01-13 | 1 | -1/+1 |
* | | Fix attribute warnings | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
* | | Don't use centerIn on popup on Qt < 5.12 | Nicolas Werner | 2021-01-12 | 1 | -1/+7 |
|/ | |||||
* | Use minimum required versions for qml imports | Nicolas Werner | 2021-01-12 | 10 | -10/+10 |
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 41 | -84/+78 |
* | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 5 | -10/+41 |
* | Make device verification request dialogs easier to understand. | Nicolas Werner | 2021-01-12 | 3 | -2/+31 |
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 41 | -78/+84 |
* | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko | Joseph Donofry | 2021-01-11 | 8 | -22/+49 |
|\ | |||||
| * | Merge pull request #373 from Nheko-Reborn/misc-fixes | DeepBlueV7.X | 2021-01-12 | 8 | -22/+49 |
| |\ | |||||
| | * | Fix timeline becoming corrupted on backfill | Nicolas Werner | 2021-01-12 | 5 | -16/+37 |
| | * | Allow joins via other servers from a matrix: uri | Nicolas Werner | 2021-01-11 | 5 | -8/+14 |
* | | | Add ripple to completer | Joseph Donofry | 2021-01-11 | 1 | -0/+9 |
* | | | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 8 | -15/+19 |
|/ / | |||||
* | | Forgot to save res.qrc | Joseph Donofry | 2021-01-11 | 1 | -3/+0 |
* | | Merge master and fix conflicts | Joseph Donofry | 2021-01-11 | 44 | -684/+1038 |
|\| | |||||
| * | Merge pull request #372 from deepbluev7/fix-pr-CI | DeepBlueV7.X | 2021-01-11 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix branch name in PRs | Nicolas Werner | 2021-01-11 | 1 | -4/+4 |
| |/ | |||||
| * | Merge pull request #370 from Nheko-Reborn/matrix-scheme | DeepBlueV7.X | 2021-01-10 | 7 | -17/+216 |
| |\ | |||||
| | * | Handle matrix scheme | Nicolas Werner | 2021-01-10 | 7 | -17/+216 |
| * | | Merge pull request #369 from trilene/master | DeepBlueV7.X | 2021-01-10 | 1 | -1/+3 |
| |\ \ | | |/ | |/| | |||||
| | * | Fix call invite declined on another device | trilene | 2021-01-10 | 1 | -1/+3 |
| |/ | |||||
| * | Fix some nulls in relations | Nicolas Werner | 2021-01-08 | 1 | -7/+6 |
| * | Bump gstreamer requirement | Nicolas Werner | 2021-01-07 | 1 | -7/+3 |
| * | Merge pull request #356 from trilene/call-dialogs-qml | DeepBlueV7.X | 2021-01-07 | 25 | -589/+624 |
| |\ | |||||
| | * | Fix device discovery under GStreamer 1.16 | trilene | 2021-01-07 | 4 | -0/+4 |
| | * | Color and icon button spacing fixes | trilene | 2021-01-07 | 4 | -47/+18 |
| | * | Fix call answered on another device | trilene | 2021-01-07 | 2 | -6/+14 |
| | * | Fix Qml control colors | trilene | 2021-01-07 | 8 | -109/+153 |
| | * | Fix previous commit | trilene | 2021-01-07 | 2 | -3/+3 |
| | * | Set Label text color explicitly | trilene | 2021-01-07 | 3 | -0/+5 |
| | * | Finesse PlaceCall dialog | trilene | 2021-01-07 | 1 | -32/+38 |
| | * | Add missing translation marks | trilene | 2021-01-07 | 2 | -9/+9 |
| | * | Add devices dialog to CallInviteBar | trilene | 2021-01-07 | 3 | -1/+118 |
| | * | Add device combos to PlaceCall dialog | trilene | 2021-01-07 | 1 | -16/+47 |
| | * | Use Layout margins | trilene | 2021-01-07 | 2 | -2/+6 |
| | * | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 10 | -227/+131 |
| | * | Fix one-way video calls | trilene | 2021-01-07 | 4 | -2/+27 |
| | * | Make call invites less intrusive | trilene | 2021-01-07 | 13 | -253/+204 |
| | * | Move call-related properties to CallManager | trilene | 2021-01-07 | 8 | -105/+70 |
| |/ | |||||
| * | Fix notification reply build on other platforms | Nicolas Werner | 2021-01-07 | 2 | -0/+6 |
| * | Allow inline replies from notifications on linux | Nicolas Werner | 2021-01-07 | 6 | -11/+58 |
| * | Explicitly mention, if call support is enabled at build time | Nicolas Werner | 2021-01-06 | 1 | -0/+9 |
| * | Merge branch 'macos-ci-fix' into 'master' | Nicolas Werner | 2021-01-06 | 5 | -16/+7 |
| |\ | |||||
| | * | Remove sodium from flatpak | Nicolas Werner | 2021-01-06 | 1 | -10/+0 |
| | * | Remove useless capture | Nicolas Werner | 2021-01-06 | 1 | -1/+1 |
| | * | Fix shadowing in LoginPage.cpp | Nicolas Werner | 2021-01-06 | 1 | -3/+3 |
| | * | Force override macos deps in CI | Nicolas Werner | 2021-01-06 | 2 | -2/+3 |
| * | | Merge pull request #365 from Nheko-Reborn/typing | DeepBlueV7.X | 2021-01-05 | 5 | -34/+75 |
| |\| | |||||
| | * | Fix typing notifications flickering sometimes | Nicolas Werner | 2021-01-05 | 4 | -34/+66 |
| | * | Fix user status that got lost at some point | Nicolas Werner | 2021-01-04 | 1 | -0/+9 |
| |/ | |||||
| * | lint | Nicolas Werner | 2021-01-01 | 1 | -5/+5 |
| * | Merge pull request #364 from d42/d42/find-sso-flow | DeepBlueV7.X | 2021-01-01 | 1 | -4/+8 |
| |\ | |||||
| | * | rename login_method -> loginMethod to fit the Nheko coding style | d42 | 2020-12-31 | 1 | -3/+3 |
| | * | find sso flow in all of the flows | d42 | 2020-12-31 | 1 | -4/+8 |
| |/ | |||||
| * | Merge pull request #363 from trilene/master | DeepBlueV7.X | 2020-12-31 | 1 | -1/+9 |
| |\ | |||||
| | * | Add Fedora build requirements to README | trilene | 2020-12-30 | 1 | -1/+9 |
| |/ | |||||
| * | Merge pull request #361 from Nheko-Reborn/keychain-in-flatpak | DeepBlueV7.X | 2020-12-29 | 2 | -1/+4 |
| |\ | |||||
| | * | Fix missing include on Windows | Nicolas Werner | 2020-12-28 | 1 | -0/+2 |
| | * | Link keychain in flatpak statically | Nicolas Werner | 2020-12-28 | 1 | -1/+2 |
| |/ | |||||
* / | Add Ripple effects to qml buttons and avatar | Joseph Donofry | 2021-01-11 | 5 | -0/+194 |
|/ | |||||
* | Merge branch 'ci-cleanups-and-experiments' into 'master' | Nicolas Werner | 2020-12-27 | 8 | -132/+242 |
|\ | |||||
| * | Fix #359 | Nicolas Werner | 2020-12-27 | 5 | -22/+53 |
| * | Expose appimage | Nicolas Werner | 2020-12-26 | 1 | -1/+2 |
| * | Remove travis | Nicolas Werner | 2020-12-26 | 1 | -99/+0 |
| * | Upload appimage to matrix | Nicolas Werner | 2020-12-26 | 1 | -1/+3 |
| * | Fixup library paths | Nicolas Werner | 2020-12-26 | 1 | -341/+78 |
| * | AppImages in gitlab | Nicolas Werner | 2020-12-26 | 2 | -0/+435 |
| * | lint | Nicolas Werner | 2020-12-25 | 2 | -17/+20 |
|/ | |||||
* | Remove s3 upload for nightlies | Nicolas Werner | 2020-12-25 | 1 | -7/+0 |
* | Merge pull request #358 from Nheko-Reborn/windows-fixes | DeepBlueV7.X | 2020-12-25 | 19 | -107/+138 |
|\ | |||||
| * | lint | Nicolas Werner | 2020-12-25 | 6 | -15/+25 |
| * | Use vs2019 for CI | Nicolas Werner | 2020-12-25 | 3 | -54/+74 |
| * | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 17 | -50/+51 |
* | | Merge pull request #323 from LorenDB/newProfile | DeepBlueV7.X | 2020-12-25 | 21 | -374/+654 |
|\ \ | |/ |/| | |||||
| * | Remove unused variable | Loren Burkholder | 2020-12-24 | 1 | -1/+0 |
| * | Switch profile code to a more flexible method | LorenDB | 2020-12-24 | 21 | -373/+654 |
|/ | |||||
* | Merge pull request #357 from LorenDB/qkchdocs | DeepBlueV7.X | 2020-12-20 | 1 | -5/+8 |
|\ | |||||
| * | Add qtkeychain to dependency installs | Loren Burkholder | 2020-12-19 | 1 | -5/+8 |
* | | Translated using Weblate (Estonian) | Weblate | 2020-12-19 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #355 from Nheko-Reborn/ssss | DeepBlueV7.X | 2020-12-18 | 17 | -79/+736 |
|\ | |||||
| * | Fix unused capture | Nicolas Werner | 2020-12-18 | 1 | -1/+1 |
| * | Another shadowed variable | Nicolas Werner | 2020-12-18 | 1 | -3/+4 |
| * | Fix some shadow warnings | Nicolas Werner | 2020-12-18 | 1 | -20/+20 |
| * | Update deps for keychain | Nicolas Werner | 2020-12-18 | 4 | -6/+51 |
| * | Add download keys from secret storage | Nicolas Werner | 2020-12-18 | 4 | -1/+131 |
| * | Request secrets after verification | Nicolas Werner | 2020-12-17 | 2 | -52/+61 |
| * | Upload cross-signing signatures after verification | Nicolas Werner | 2020-12-17 | 1 | -2/+57 |
| * | Store secrets in keychain | Nicolas Werner | 2020-12-16 | 11 | -12/+320 |
| * | Fix black cat emoji | Nicolas Werner | 2020-12-15 | 1 | -2/+3 |
| * | Fix crash when we don't have device keys cached | Nicolas Werner | 2020-12-15 | 1 | -5/+7 |
| * | Clean up encrypted message handling | Nicolas Werner | 2020-12-15 | 1 | -52/+54 |
| * | Send SSSS requests | Nicolas Werner | 2020-12-15 | 3 | -0/+104 |
* | | Translated using Weblate (Finnish) | Weblate | 2020-12-17 | 1 | -6/+6 |
* | | Fix scrolling the room list using touch | Nicolas Werner | 2020-12-15 | 2 | -22/+24 |
|/ | |||||
* | Background color for code and don't collapse space in timeline | Nicolas Werner | 2020-12-14 | 2 | -7/+8 |
* | React with arbitrary strings via /react | Nicolas Werner | 2020-12-13 | 1 | -0/+6 |
* | Don't overflow room name | Nicolas Werner | 2020-12-13 | 1 | -0/+2 |
* | Don't sync db on every sync | Nicolas Werner | 2020-12-13 | 1 | -1/+1 |
* | Remove some travis builds | Nicolas Werner | 2020-12-13 | 1 | -71/+0 |
* | Start addressing gstreamer deps on macos ci build | Joseph Donofry | 2020-12-08 | 1 | -1/+6 |
* | Change pip to pip3 | Joseph Donofry | 2020-12-08 | 1 | -1/+1 |
* | Add dmgbuild to macos build | Joseph Donofry | 2020-12-08 | 1 | -0/+1 |
* | More MacOS CI Updates | Joseph Donofry | 2020-12-08 | 2 | -6/+8 |
* | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko | Joseph Donofry | 2020-12-08 | 4 | -6/+10 |
|\ | |||||
| * | Merge pull request #352 from Nheko-Reborn/lint | DeepBlueV7.X | 2020-12-08 | 4 | -6/+10 |
| |\ | |||||
| | * | Update Readme CI link | Nicolas Werner | 2020-12-08 | 1 | -1/+1 |
| | * | lint | Nicolas Werner | 2020-12-08 | 4 | -5/+9 |
* | | | Add VERSION to macos build | Joseph Donofry | 2020-12-08 | 1 | -0/+1 |
|/ / | |||||
* / | Add DMG build to Gitlab CI | Joseph Donofry | 2020-12-08 | 1 | -0/+7 |
|/ | |||||
* | Merge branch 'gitlab-ci' into 'master' | Nicolas Werner | 2020-12-08 | 8 | -6/+160 |
|\ | |||||
| * | Update ci flatpak sdk | Nicolas Werner | 2020-11-27 | 1 | -4/+4 |
| * | Add gitlab ci | Nicolas Werner | 2020-11-27 | 8 | -6/+160 |
* | | Merge pull request #349 from LorenDB/iconFromTheme | DeepBlueV7.X | 2020-12-04 | 2 | -3/+2 |
|\ \ | |||||
| * | | Use system icon where applicable | Loren Burkholder | 2020-12-03 | 2 | -3/+2 |
* | | | Merge pull request #350 from Kirillpt/russian-translate | DeepBlueV7.X | 2020-12-03 | 18 | -577/+564 |
|\ \ \ | |||||
| * | | | update russian translate | kirillpt | 2020-12-03 | 18 | -577/+564 |
|/ / / | |||||
* | | | Merge pull request #348 from trilene/master | DeepBlueV7.X | 2020-11-30 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | List needed gstreamer plugins explicitly | trilene | 2020-11-30 | 1 | -2/+5 |
| * | | | Add GStreamer requirements to README | trilene | 2020-11-30 | 1 | -0/+5 |
* | | | | Improve Register page (#346) | Kirillpt | 2020-11-30 | 25 | -522/+647 |
* | | | | Merge pull request #347 from kamathmanu/avatarFullViewSupport | DeepBlueV7.X | 2020-11-30 | 2 | -0/+9 |
|\ \ \ \ |