summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for reuseItems in timelineNicolas Werner2021-07-1217-145/+482
* Use required properties and delegate pooling for room listNicolas Werner2021-07-102-26/+38
* Fix high CPU usage when a room is openNicolas Werner2021-07-105-35/+34
* Fix lintNicolas Werner2021-07-101-10/+6
* Remove db bottleneck by caching ro txn for 100 requestsNicolas Werner2021-07-104-92/+118
* Add additional device verification loggingNicolas Werner2021-07-101-0/+10
* Fix blurhash discoloration on decodeNicolas Werner2021-07-091-4/+6
* Redesign invites and room preview joinsNicolas Werner2021-07-099-82/+214
* Merge branch 'nheko_loading_spinner' into 'master'Nicolas Werner2021-07-0911-15/+218
|\
| * Remove commented codeJoseph Donofry2021-07-081-2/+0
| * Fixes from code reviewJoseph Donofry2021-07-086-99/+61
| * Remove EmojiEmitterJoseph Donofry2021-07-081-60/+0
| * Merge remote-tracking branch 'origin/master' into nheko_loading_spinnerJoseph Donofry2021-07-08106-6914/+11745
| |\
| * | Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-097-11/+85
| * | Change variable for runningJoseph Donofry2021-06-091-1/+1
| * | Add Nheko logo QML SpinnerJoseph Donofry2021-06-093-3/+232
* | | Merge branch 'windows_coeurl' into 'master'Joe Donofry2021-07-093-6/+51
|\ \ \ | |_|/ |/| |
| * | Fix linter issueJoseph Donofry2021-07-081-1/+1
| * | Add missing include to UtilsJoe2021-07-081-1/+2
| * | Update mtxclient with coeurl fixesJoe2021-07-071-1/+1
| * | Get SChannel CURL backend working for coeurl on WindowsJoe2021-07-072-4/+48
|/ /
* | Fix cmake template define issueJoe2021-07-072-5/+1
* | Fix Backtrace define error for WindowsJoe2021-07-071-0/+2
* | Translated using Weblate (Finnish)Weblate2021-07-061-14/+14
* | Translated using Weblate (Estonian)Weblate2021-07-061-52/+52
* | Fix a few embarrassing bugs with device list updatesNicolas Werner2021-07-061-8/+14
* | Show previews for space roomsNicolas Werner2021-07-042-25/+213
* | Explicitly state that online keybackup is unsupported rnNicolas Werner2021-07-031-1/+2
* | Update E2EE noteNicolas Werner2021-07-031-3/+3
* | Make emoji picker follow themeNicolas Werner2021-07-035-203/+226
* | Fix community sidebar toggleNicolas Werner2021-07-022-2/+5
* | Update translationsNicolas Werner2021-07-0223-5916/+5740
* | Remove dead code to calculate last messageNicolas Werner2021-07-014-98/+3
* | Fix mouse cursor on reply delegatesNicolas Werner2021-06-301-0/+1
* | Merge pull request #626 from Nheko-Reborn/curlDeepBlueV7.X2021-06-3013-105/+184
|\ \
| * | Install libevent dev dependency for appimageNicolas Werner2021-06-301-1/+1
| * | Ignore return value of write() in signal handlerNicolas Werner2021-06-301-2/+2
| * | Add libevent in flatpakNicolas Werner2021-06-301-10/+15
| * | Get rid of boost dependency for stacktracesNicolas Werner2021-06-304-7/+48
| * | Update mtxclient and add coeurl to flatpakNicolas Werner2021-06-302-12/+8
| * | Add curl deps to CINicolas Werner2021-06-303-9/+16
| * | Fix too many newlines in reply fallbackNicolas Werner2021-06-301-1/+1
| * | Fix error message for /syncNicolas Werner2021-06-301-1/+1
| * | Use coeurl for networkingNicolas Werner2021-06-306-67/+97
|/ /
* | Fix tags going missing if you join communitiesNicolas Werner2021-06-261-1/+1
* | Merge pull request #624 from Cadair/inline_img_single_quoteDeepBlueV7.X2021-06-251-0/+4
|\ \
| * | Apply suggestions from code reviewStuart Mumford2021-06-251-1/+1
| * | Update src/timeline/TimelineModel.cppStuart Mumford2021-06-251-1/+1
| * | Add another regex to match inline img tags using single quotesStuart Mumford2021-06-251-0/+4
* | | Try to fix appveyorNicolas Werner2021-06-251-2/+2
|/ /
* | Merge pull request #610 from Nheko-Reborn/spacesDeepBlueV7.X2021-06-2549-202/+1706
|\ \
| * | fix sort by unread not getting persistedNicolas Werner2021-06-251-0/+1
| * | Fix clicking links in mobile modeNicolas Werner2021-06-251-1/+2
| * | Increase contrast of dark theme secondary colors slightlyNicolas Werner2021-06-251-1/+1
| * | Don't use a thin font in the room listNicolas Werner2021-06-251-2/+0
| * | Fix spaces showing up with world filterNicolas Werner2021-06-251-25/+44
| * | Don't spam key requests directly after startupNicolas Werner2021-06-253-0/+23
| * | Fix missing back button on spaces page in narrow mode as well as topic not re...Nicolas Werner2021-06-251-4/+17
| * | Fix null warning for space avatarsNicolas Werner2021-06-251-1/+1
| * | Add a basic 'Space page'Nicolas Werner2021-06-257-3/+83
| * | Fix off by 1 in previousRoom conditionNicolas Werner2021-06-251-1/+1
| * | Hide last message on spacesNicolas Werner2021-06-251-1/+3
| * | Hide spaces by default, unless they are in the current space filterNicolas Werner2021-06-254-7/+59
| * | Fix hiding rooms from a spaceNicolas Werner2021-06-253-13/+50
| * | Update mtxclient for spacesNicolas Werner2021-06-252-2/+2
| * | Allow filtering by spaceNicolas Werner2021-06-255-14/+70
| * | update SingleApplicationNicolas Werner2021-06-2530-64/+1051
| * | Show some spaces in the community sidebarNicolas Werner2021-06-256-106/+341
|/ /
* | Merge pull request #611 from balsoft/allow-edits-of-pending-messagesDeepBlueV7.X2021-06-194-7/+88
|\ \
| * | fixup! Allow editing unsent messagesAlexander Bantyev2021-06-192-1/+7
| * | fixup! Allow editing unsent messagesAlexander Bantyev2021-06-191-0/+1
| * | fixup! Allow editing unsent messagesAlexander Bantyev2021-06-182-7/+21
| * | Allow editing unsent messagesAlexander Bantyev2021-06-184-7/+67
* | | Merge pull request #614 from sfc-bhshipman/avatar_event_supportDeepBlueV7.X2021-06-191-0/+8
|\ \ \ | |/ / |/| |
| * | add avatar changed event support issue #550BShipman2021-06-191-0/+8
|/ /
* | Translated using Weblate (Esperanto)Weblate2021-06-151-5/+5
* | Fix missing clang format in lint jobNicolas Werner2021-06-161-1/+1
* | Translated using Weblate (Esperanto)Weblate2021-06-151-7/+7
* | Fix wrong tags in context menuNicolas Werner2021-06-142-1/+11
* | Fix copy and paste fail for low prio avatarNicolas Werner2021-06-141-1/+1
* | Change collapse positionNicolas Werner2021-06-141-2/+2
* | Update libolmNicolas Werner2021-06-142-3/+3
* | Translated using Weblate (Italian)Weblate2021-06-121-41/+42
* | Translated using Weblate (Esperanto)Weblate2021-06-121-2/+2
* | Merge pull request #605 from Nheko-Reborn/qml-roomlistDeepBlueV7.X2021-06-13110-4851/+3473
|\ \
| * | Fix button spacingLoren Burkholder2021-06-132-3/+4
| * | Layout 1.15 -> 1.12Nicolas Werner2021-06-132-2/+2
| * | Try to be compatible with Qt 5.12Nicolas Werner2021-06-1310-20/+28
| * | Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-123-11/+12
| * | Merge branch 'master' into qml-roomlistNicolas Werner2021-06-1216-604/+3438
| |\ \ | |/ / |/| |
* | | Translated using Weblate (Esperanto)Weblate2021-06-091-140/+157
* | | Merge branch 'color_generation_string' into 'master'Joe Donofry2021-06-083-8/+6
|\ \ \
| * | | Avoid unnecessary QColor -> QString conversionsJoseph Donofry2021-06-083-8/+6
* | | | Translated using Weblate (Esperanto)Weblate2021-06-081-45/+47
|/ / /
* | | Translated using Weblate (Esperanto)Weblate2021-06-071-8/+8
* | | Translated using Weblate (Italian)Weblate2021-06-071-61/+61
* | | Translated using Weblate (Esperanto)Weblate2021-06-061-30/+30
* | | Translated using Weblate (Esperanto)Weblate2021-06-051-4/+4
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-2/+2
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-7/+7
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-2/+2
* | | Translated using Weblate (Esperanto)Weblate2021-06-041-25/+25
* | | Translated using Weblate (Portuguese (Brazil))Weblate2021-06-031-36/+36
* | | Merge pull request #600 from govynnus/registration-well-knownDeepBlueV7.X2021-06-032-31/+119
|\ \ \
| * | | Do a .well-known lookup during registrationCallum Brown2021-06-032-30/+109
| * | | Give registration server input its own error labelCallum Brown2021-06-032-1/+10
* | | | Merge pull request #594 from pcworld/narrow-view-notificationDeepBlueV7.X2021-05-292-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix notifications in narrow view when content is hiddenpcworld2021-05-292-4/+7
|/ / /
* | | Translated using Weblate (German)Weblate2021-05-251-12/+12
* | | Translated using Weblate (Spanish)Weblate2021-05-241-5/+5
* | | Merge pull request #591 from absorber/feature/context_menu_mnemonicsJoseph Donofry2021-05-241-12/+12
|\ \ \
| * | | Added mnemonic letters to context menu.AppAraat2021-05-241-12/+12
|/ / /
* | | Use a few more dbus name in flatpakNicolas Werner2021-05-231-1/+3
* | | Merge pull request #586 from dgalbraith/chocolatey-install-documentationDeepBlueV7.X2021-05-211-0/+9
|\ \ \
| * | | Add Chocolatey installation documentationdgalbraith2021-05-211-0/+9
|/ / /
* | | Added translation using Weblate (Portuguese (Brazil))Weblate2021-05-211-0/+2721
* | | Translated using Weblate (German)Weblate2021-05-191-31/+28
* | | Merge pull request #581 from Kirillpt/translation/russianDeepBlueV7.X2021-05-161-104/+104
|\ \ \
| * | | update russian translationkirill2021-05-161-104/+104
|/ / /
* | | Translated using Weblate (Finnish)Weblate2021-05-131-72/+72
* | | Translated using Weblate (Estonian)Weblate2021-05-131-11/+11
| * | Persist sidebar sizesNicolas Werner2021-06-124-6/+62
| * | Remove useless captureNicolas Werner2021-06-111-12/+11
| * | Fix PrivacyScreen for qml-roomlistJoseph Donofry2021-06-111-1/+1
| * | Reenable tag hidingNicolas Werner2021-06-116-22/+94
| * | Enable toggling tagsNicolas Werner2021-06-118-15/+73
| * | Render community itemsNicolas Werner2021-06-119-14/+180
| |/
| * Basic community list modelNicolas Werner2021-06-098-29/+234
| * Implement switching in narrow modeNicolas Werner2021-06-088-77/+109
| * Somewhat reenable the adaptive layoutNicolas Werner2021-06-085-19/+200
| * Fix html in completerNicolas Werner2021-06-081-0/+3
| * Add ugly borders to tablesNicolas Werner2021-06-081-1/+18
| * Refactor to use Instantiator instead of doing it manuallyNicolas Werner2021-05-303-44/+26
| * Port remaining sidebar actions to qmlNicolas Werner2021-05-3010-677/+50
| * Try to get rid of an allocationNicolas Werner2021-05-303-11/+9
| * Optimize completion model by only splitting on normal spacesNicolas Werner2021-05-301-3/+3
| * Fix use after free from Qml widgetNicolas Werner2021-05-303-3/+13
| * Fix warningNicolas Werner2021-05-281-1/+1
| * Delete old room listNicolas Werner2021-05-2823-3082/+76
| * Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-2830-346/+350
| * Reimplement room context menusNicolas Werner2021-05-286-34/+232
| * Reenable invitesNicolas Werner2021-05-2414-51/+260
| * Reenable userInfo settings menuNicolas Werner2021-05-224-7/+82
| * Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-228-24/+35
| * Fix leaving roomsNicolas Werner2021-05-222-1/+12
| * Fix emoji in new RoomListNicolas Werner2021-05-226-2/+17
| * Sort the room listNicolas Werner2021-05-226-9/+120
| * Make roomlist look niceNicolas Werner2021-05-2110-45/+265
| * Some basic room listNicolas Werner2021-05-199-165/+440
| * Basic header and footer of room listNicolas Werner2021-05-1519-175/+385
| * Reorganize TimelineView to prepare porting the room listNicolas Werner2021-05-1410-327/+397
| * Move global avatarSize propertyNicolas Werner2021-05-138-20/+17
| * Fix missing import for colorsNicolas Werner2021-05-132-0/+2
| * Move openLink to Nheko globalsNicolas Werner2021-05-136-55/+59
| * Make palette global in QmlNicolas Werner2021-05-1347-169/+226
|/
* Fix warning on gcc11Nicolas Werner2021-05-131-1/+1
* Fix stray 'a' in @room escapingNicolas Werner2021-05-111-1/+1
* Update translationsNicolas Werner2021-05-0921-883/+1794
* Mark unsent events as uneditableNicolas Werner2021-05-091-2/+4
* Add TOFU (Trust On First Use) mode to encryptionNicolas Werner2021-05-072-22/+75
* Show verification status next to messagesNicolas Werner2021-05-0714-22/+108
* Translated using Weblate (Spanish)Weblate2021-05-051-24/+24
* Only show actions, when you have permissions to do themNicolas Werner2021-05-0215-22/+272
* Fix crash when you have no rooms and open the global user profileNicolas Werner2021-04-301-4/+0
* Fix crash when you have no rooms and open the profile as well as not renderin...Nicolas Werner2021-04-304-6/+9
* Update mtxclient to use new login parametersNicolas Werner2021-04-303-5/+7
* Merge pull request #565 from absorber/patch-2DeepBlueV7.X2021-04-291-1/+1
|\
| * UI/UX improvement: Better naming suggestion.absorber2021-04-291-1/+1
|/
* Allow copying messages via right clickNicolas Werner2021-04-294-4/+17
* Copy address locationNicolas Werner2021-04-294-5/+18
* Fix missing license headerNicolas Werner2021-04-292-0/+8
* Copy link to messageNicolas Werner2021-04-297-0/+100
* Actually use qt5.12 in CINicolas Werner2021-04-291-2/+2
* Highlight navigated to messageNicolas Werner2021-04-2910-8/+131
* Fix some encoding issues when translating matrix.to to matrix:Nicolas Werner2021-04-291-6/+4
* Make pagination logic slightly more robustNicolas Werner2021-04-291-1/+1
* Update appdataNicolas Werner2021-04-291-4/+13
* Rewrite matrix.to links to matrix uris and handle them the same wayNicolas Werner2021-04-282-14/+48
* Add Alt-F to forward messagesNicolas Werner2021-04-271-1/+13
* Clear appveyor depsNicolas Werner2021-04-271-1/+1
* Merge pull request #552 from Jedi18/forward_message_featureDeepBlueV7.X2021-04-2712-37/+343
|\
| * Make forward messages a bit more readableNicolas Werner2021-04-273-51/+55
| * Clean up design a bitNicolas Werner2021-04-273-15/+18
| * Merge branch 'forward_message_feature' of https://github.com/Jedi18/nheko int...Nicolas Werner2021-04-2411-35/+334
| |\
| | * fix macos build errortargetakhil2021-04-224-23/+22
| | * make util strip util functions non-static and move definition to cpp filetargetakhil2021-04-182-16/+22
| | * strip reply fallbacks from forwarded messagetargetakhil2021-04-184-19/+69
| | * move detection code to nheko namespace and fix a few other bugstargetakhil2021-04-176-117/+83
| | * directly upload old file object and reuse old messagetargetakhil2021-04-173-79/+109
| | * remove unused function and set position to center of timeline viewtargetakhil2021-04-153-15/+7
| | * Added overlay and UI changestargetakhil2021-04-151-34/+49
| | * show forward menu item only for relevant events, changes to uitargetakhil2021-04-154-7/+32
| | * Fix basic UI for forward completertargetakhil2021-04-153-68/+85
| | * added basic forwardingtargetakhil2021-04-156-9/+208
* | | Update translation filesWeblate2021-04-241-5/+0
|/ /
* | Fix rendering issues with ) in linksNicolas Werner2021-04-241-1/+1
* | Fix completions in plain text modeNicolas Werner2021-04-242-6/+18
* | Update translation filesWeblate2021-04-231-5/+0
* | Fix typo in appdata.xmlNicolas Werner2021-04-231-1/+1
* | Fix missing timestamp in appdata.xmlNicolas Werner2021-04-231-1/+1
* | Update changelog with releaseNicolas Werner2021-04-231-1/+1
* | Update changelog with newest translationsNicolas Werner2021-04-231-1/+1
* | Merge branch 'master' of github.com:Nheko-Reborn/nheko into 0.8.2-RCNicolas Werner2021-04-231-27/+29
|\ \
| * | Translated using Weblate (French)Weblate2021-04-221-27/+29
* | | Update changelogNicolas Werner2021-04-211-0/+2
* | | Merge branch 'master' into 0.8.2-RCNicolas Werner2021-04-215-101/+62
|\| |
| * | Translated using Weblate (Estonian)Weblate2021-04-211-30/+30
| * | Merge pull request #556 from MTRNord/MTRNord/windows-installer-cleanupDeepBlueV7.X2021-04-203-45/+3
| |\ \
| | * | ci: Upload windows installer also in PR buildsMTRNord2021-04-201-1/+3
| | * | refactor: Remove windows installer feature that was always brokenMTRNord2021-04-203-44/+0
| |/ /
| * | Translated using Weblate (Hungarian)Weblate2021-04-201-26/+29
* | | Merge branch 'master' of github.com:Nheko-Reborn/nheko into 0.8.2-RCNicolas Werner2021-04-205-159/+2843
|\| |
| * | Translated using Weblate (German)Weblate2021-04-201-23/+24
| * | Translated using Weblate (Hungarian)Weblate2021-04-201-30/+30
| * | Translated using Weblate (French)Weblate2021-04-201-90/+90
| * | Translated using Weblate (German)Weblate2021-04-201-3/+4
| * | Translated using Weblate (German)Weblate2021-04-201-2/+3
| * | Translated using Weblate (German)Weblate2021-04-201-13/+15
| * | Translated using Weblate (English)Weblate2021-04-201-1/+1
| * | Added translation using Weblate (Spanish)Weblate2021-04-191-0/+2679
* | | Fix keys not being reshared to the same devices, that already got them, if th...Nicolas Werner2021-04-204-26/+51
* | | Fix a a session with a higher minimum index being able to overwrite an older oneNicolas Werner2021-04-201-0/+12
* | | Linkify matrix urisNicolas Werner2021-04-191-0/+2
* | | Escape html in topics and show line breaks in the settingsNicolas Werner2021-04-194-9/+17
* | | Bump version to 0.8.2Joseph Donofry2021-04-185-9/+10
* | | Update changelog for pending 0.8.2Nicolas Werner2021-04-181-0/+106
* | | Update translationsJoseph Donofry2021-04-1820-380/+360
|/ /
* | Use one CompletionProxy for everything including EmojiPickerNicolas Werner2021-04-189-258/+144
* | Prevent warning on empty user requestsNicolas Werner2021-04-181-0/+3
* | Fix display name referenced for incorrect event typesJoseph Donofry2021-04-181-3/+4
* | Merge pull request #554 from Jedi18/display_name_wordingDeepBlueV7.X2021-04-181-5/+8
|\ \
| * | change display name wordingtargetakhil2021-04-181-5/+8
|/ /
* | Set a title for the room settingsNicolas Werner2021-04-1721-20/+121
* | Update translationsNicolas Werner2021-04-1723-1464/+4062
* | Fix cursor positioning on editsNicolas Werner2021-04-151-6/+16
* | Fix paste not overwriting selectionsNicolas Werner2021-04-151-0/+1
* | Set Dialog flag on DialogsNicolas Werner2021-04-153-0/+6
|/
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2021-04-135-11/+69
|\
| * Fix broken olm channels automaticallyNicolas Werner2021-04-133-2/+22
| * Store state events with state keysNicolas Werner2021-04-132-9/+47
* | Fix emoji picker getting cut offJoseph Donofry2021-04-131-0/+1
|/
* Fix some TapHandler focus issuesNicolas Werner2021-04-1110-17/+29
* Merge pull request #547 from LordMZTE/feature/noticeDeepBlueV7.X2021-04-112-0/+34
|\
| * add notice and rainbownotice commandsLordMZTE2021-04-112-0/+34
|/
* Improve sorting a bit and fix some bugs in edge casesNicolas Werner2021-04-092-38/+55
* Fix undefined warningNicolas Werner2021-04-091-1/+1
* Fix crash on exitNicolas Werner2021-04-091-4/+12
* Fix a weird edge case with persisted empty event idsNicolas Werner2021-04-081-8/+11
* Fix small leak in TrayIconNicolas Werner2021-04-081-4/+4
* Don't use direct image response objects anymoreNicolas Werner2021-04-052-28/+40