| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gray scale images breaking notifications on dunst | Nicolas Werner | 2022-01-26 | 1 | -21/+5 |
* | Fixed a grammatical error | Ayushi Bisht | 2022-01-18 | 1 | -1/+1 |
* | fixed a typo in Cache.cpp | Ayushi Bisht | 2022-01-17 | 1 | -1/+1 |
* | Fix setting double values in setting spinboxes | Nicolas Werner | 2022-01-13 | 2 | -7/+9 |
* | Add profile to notifications on KDE | Nicolas Werner | 2022-01-12 | 1 | -0/+4 |
* | Address review comments | Nicolas Werner | 2022-01-11 | 1 | -1/+0 |
* | Port usersettings to qml | Nicolas Werner | 2022-01-09 | 6 | -858/+1094 |
* | Work around images with size 0 in info | Nicolas Werner | 2022-01-04 | 1 | -0/+3 |
* | Fix presence db creation on servers without presence | Nicolas Werner | 2022-01-03 | 2 | -11/+9 |
* | Add minimum scale in image viewer | Nicolas Werner | 2022-01-03 | 1 | -2/+0 |
* | Possibly fix crash on accepting invites | Nicolas Werner | 2022-01-03 | 1 | -24/+28 |
* | Merge branch 'gstreamer_windows_macos' into 'master' | Joe Donofry | 2022-01-02 | 3 | -7/+38 |
|\ |
|
| * | Gstreamer glib event loop for macos and windows | Joe Donofry | 2022-01-02 | 3 | -7/+38 |
* | | Port image overlay to qml | Nicolas Werner | 2022-01-02 | 6 | -182/+62 |
|/ |
|
* | Strip variant selector in some cases | Nicolas Werner | 2022-01-01 | 2 | -6/+13 |
* | Use fully qualified emoji and use literals | Nicolas Werner | 2022-01-01 | 1 | -7215/+10348 |
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 166 | -0/+166 |
* | Update translations | Nicolas Werner | 2022-01-01 | 1 | -1/+1 |
* | Use the styles default delay for tooltips | Nicolas Werner | 2021-12-31 | 2 | -0/+12 |
* | Get rid of some useless code | Nicolas Werner | 2021-12-31 | 1 | -4/+0 |
* | Add missing license headers | Nicolas Werner | 2021-12-30 | 2 | -0/+8 |
* | Try to reduce CPU overhead of animated images a bit | Nicolas Werner | 2021-12-30 | 1 | -4/+8 |
* | Merge branch 'completer_scrolling' into 'master' | Joe Donofry | 2021-12-30 | 1 | -1/+1 |
|\ |
|
| * | Increase Completer limit to 30 | Joe Donofry | 2021-12-30 | 1 | -1/+1 |
* | | Update presence dynamically and reduce allocations | Nicolas Werner | 2021-12-30 | 8 | -75/+118 |
|/ |
|
* | Convert blurhash image format on worker thread | Nicolas Werner | 2021-12-30 | 1 | -1/+1 |
* | Fix crash after sending image caused by the recent refactor | Nicolas Werner | 2021-12-30 | 1 | -4/+4 |
* | Reduce allocations and time spent creating delegates by half | Nicolas Werner | 2021-12-29 | 2 | -7/+9 |
* | Reduce allocations for presence states a bit | Nicolas Werner | 2021-12-29 | 1 | -3/+10 |
* | Prevent copies when querying theme | Nicolas Werner | 2021-12-29 | 4 | -18/+38 |
* | Cache supported animated image formats | Nicolas Werner | 2021-12-29 | 1 | -1/+2 |
* | Pretty up code with fewer allocations | Nicolas Werner | 2021-12-29 | 1 | -2/+2 |
* | Reduce allocations for accessing event members | Nicolas Werner | 2021-12-29 | 5 | -35/+40 |
* | Remove a few casts | Nicolas Werner | 2021-12-29 | 2 | -4/+4 |
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 31 | -211/+319 |
* | Reduce allocations required for the palette | Nicolas Werner | 2021-12-29 | 1 | -34/+40 |
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 46 | -539/+539 |
* | use more literals | Nicolas Werner | 2021-12-29 | 7 | -25/+25 |
* | Add clazy to CI | Nicolas Werner | 2021-12-29 | 1 | -12/+10 |
* | Cleanup remaining clazy issues | Nicolas Werner | 2021-12-28 | 6 | -25/+37 |
* | Merge pull request #855 from rnhmjoj/master | DeepBlueV7.X | 2021-12-28 | 1 | -7/+43 |
|\ |
|
| * | Make nheko usable without a secret storage service | rnhmjoj | 2021-12-27 | 1 | -7/+43 |
* | | more cleanups | Nicolas Werner | 2021-12-28 | 2 | -12/+12 |
* | | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 49 | -689/+276 |
* | | Remove unused button class | Nicolas Werner | 2021-12-28 | 2 | -131/+0 |
* | | Some qt6 prep | Nicolas Werner | 2021-12-28 | 31 | -66/+87 |
* | | Misc clang-tidy fixes | Nicolas Werner | 2021-12-28 | 2 | -12/+11 |
* | | Fixup clang-tidy suggestion | Nicolas Werner | 2021-12-28 | 3 | -8/+9 |
* | | Merge pull request #853 from MTRNord/MTRNord/clang-tidy | DeepBlueV7.X | 2021-12-28 | 2 | -84/+89 |
|\ \ |
|
| * | | Run linter | MTRNord | 2021-12-27 | 2 | -17/+22 |
| * | | Apply (selective) Clang-tidy const function and new const pointer suggestions... | MTRNord | 2021-12-23 | 2 | -9/+9 |
| * | | Apply (selective) Clang-tidy move and some new detected const pointer suggest... | MTRNord | 2021-12-23 | 2 | -11/+12 |
| * | | Apply (selective) Clang-tidy and clazy suggestions on TimelineModel | MTRNord | 2021-12-23 | 2 | -55/+54 |
| |/ |
|
* | | Make custom emoticons twice as high as the font. | tastytea | 2021-12-27 | 1 | -7/+10 |
* | | MxcImageProvider: Only use scaledToHeight if width <= 0. | tastytea | 2021-12-27 | 1 | -2/+8 |
* | | Request inline images in the right size and anti-alias them | tastytea | 2021-12-27 | 2 | -9/+39 |
* | | Use body in alt text of custom emoji | Nicolas Werner | 2021-12-27 | 1 | -1/+1 |
* | | Fix inclusion condition for overriden pack types | Nicolas Werner | 2021-12-27 | 2 | -3/+1 |
* | | Add an ugly custom emote completer using ~ | Nicolas Werner | 2021-12-27 | 3 | -17/+26 |
|/ |
|
* | Make edits replace the previous notification on Linux | Nicolas Werner | 2021-12-22 | 1 | -7/+26 |
* | Use global threadpool | Nicolas Werner | 2021-12-21 | 3 | -18/+7 |
* | Cleanup jdenticon code in the same way as blurhashes | Nicolas Werner | 2021-12-21 | 3 | -58/+91 |
* | Cleanup blurhash formatting | Nicolas Werner | 2021-12-21 | 1 | -4/+2 |
* | Modernize blurhashprovider implementation | Nicolas Werner | 2021-12-21 | 2 | -20/+45 |
* | Set the app_id on wayland | Nicolas Werner | 2021-12-19 | 1 | -0/+5 |
* | Set notification category | Nicolas Werner | 2021-12-19 | 2 | -0/+3 |
* | Make Nheko show up in system notification settings on Linux | Nicolas Werner | 2021-12-19 | 1 | -2/+4 |
* | Fix crash when receiving matrix uri | Nicolas Werner | 2021-12-17 | 3 | -13/+20 |
* | Merge pull request #841 from LorenDB/qolImprovements | DeepBlueV7.X | 2021-12-16 | 1 | -0/+4 |
|\ |
|
| * | make lint | Loren Burkholder | 2021-12-13 | 1 | -1/+4 |
| * | Make opening room members from rooms settings dialog work | Loren Burkholder | 2021-12-13 | 1 | -0/+1 |
* | | Strip space chars from recovery passphrase | Nicolas Werner | 2021-12-15 | 1 | -1/+7 |
* | | Use icns on macOS | Joseph Donofry | 2021-12-14 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #835 from Thulinma/imagewindowrole | DeepBlueV7.X | 2021-12-14 | 1 | -0/+1 |
|\ |
|
| * | Added window role to image overlay | Thulinma | 2021-12-05 | 1 | -0/+1 |
* | | Only show room pack button, when you can actually create one | Nicolas Werner | 2021-12-13 | 2 | -2/+3 |
* | | Fix turnserver check not being started when restoring from cache | Nicolas Werner | 2021-12-13 | 1 | -0/+1 |
* | | Show some avatar for image packs | Nicolas Werner | 2021-12-13 | 2 | -1/+47 |
* | | Add recently used reactions | Nicolas Werner | 2021-12-13 | 3 | -0/+25 |
* | | Fix a few shadowing warnings | Nicolas Werner | 2021-12-11 | 3 | -11/+11 |
* | | Support pinned messages | Nicolas Werner | 2021-12-11 | 4 | -1/+111 |
* | | Fix blurry thumbnails AGAIN | Nicolas Werner | 2021-12-08 | 1 | -1/+5 |
* | | Fix lint | Nicolas Werner | 2021-12-08 | 1 | -6/+3 |
* | | Fix display of images, that can't be thumbnailed | Nicolas Werner | 2021-12-08 | 1 | -3/+3 |
* | | Get rid of threadpool for images | Nicolas Werner | 2021-12-08 | 3 | -21/+48 |
* | | Fix a few clang tidy warnings | Nicolas Werner | 2021-12-06 | 3 | -12/+6 |
|/ |
|
* | Fix sanitizer warning about signed shifts | Nicolas Werner | 2021-12-04 | 1 | -1/+2 |
* | InputBar: run clang-format | Marcus Hoffmann | 2021-12-03 | 2 | -27/+29 |
* | InputBar: Mark some functions as [[nodiscard]] | Marcus Hoffmann | 2021-12-03 | 1 | -3/+3 |
* | InputBar: mark constrictor as explicit | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
* | InputBar: use X.empty() instead of !X.size() | Marcus Hoffmann | 2021-12-03 | 1 | -2/+2 |
* | InputBar: use auto type | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
* | InputBar: use multi-arg string replacement | Marcus Hoffmann | 2021-12-03 | 1 | -2/+2 |
* | InputBar: use character argument instead of string | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
* | InputBar: apply clang-tidy const reference suggestions | Marcus Hoffmann | 2021-12-03 | 2 | -17/+17 |
* | InputBar: use QFileInfo::exists() | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
* | InputBar: remove unused imports | Marcus Hoffmann | 2021-12-03 | 1 | -4/+0 |
* | Remember all the collapsed trees | Nicolas Werner | 2021-12-01 | 4 | -2/+76 |
* | Don't waste space for non existing subspaces | Nicolas Werner | 2021-12-01 | 2 | -0/+11 |
* | Leaves can't collapse | Nicolas Werner | 2021-12-01 | 2 | -2/+1 |
* | Hide me underneath the space tree | Nicolas Werner | 2021-12-01 | 4 | -15/+301 |
* | Fix crash on redactions without because | Nicolas Werner | 2021-11-29 | 1 | -3/+5 |
* | Cleanup error logging a bit | Nicolas Werner | 2021-11-29 | 1 | -30/+11 |
* | Delete rooms even if we fail to leave | Nicolas Werner | 2021-11-29 | 1 | -0/+10 |
* | Change QML UI for redactions | Joe Donofry | 2021-11-29 | 2 | -0/+39 |
* | If the locale is set to C, force english locale | Nicolas Werner | 2021-11-27 | 1 | -1/+2 |
* | fix lint | Nicolas Werner | 2021-11-24 | 1 | -1/+0 |
* | Initialize client lazily | Nicolas Werner | 2021-11-24 | 1 | -4/+2 |
* | Use a more random hash to generate user colors | Nicolas Werner | 2021-11-24 | 1 | -7/+7 |
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 21 | -113/+114 |
* | Merge pull request #822 from Nheko-Reborn/dm-filter | DeepBlueV7.X | 2021-11-21 | 14 | -52/+404 |
|\ |
|
| * | Only mark as direct, if invite was direct | Nicolas Werner | 2021-11-21 | 3 | -5/+20 |
| * | Mark rooms as direct chats | Nicolas Werner | 2021-11-21 | 5 | -2/+79 |
| * | Pretty error printing | Nicolas Werner | 2021-11-21 | 2 | -7/+117 |
| * | Add a filter for direct chats | Nicolas Werner | 2021-11-20 | 8 | -40/+190 |
* | | Return nullopt for state events in rooms we are not in | Nicolas Werner | 2021-11-21 | 1 | -27/+27 |
|/ |
|
* | Make user colors a bit more vibrant | Nicolas Werner | 2021-11-19 | 1 | -5/+3 |
* | Preliminary gstreamer 1.20 compatibility | Nicolas Werner | 2021-11-19 | 1 | -1/+2 |
* | Fix colors and alignment in dialogs | Nicolas Werner | 2021-11-18 | 2 | -4/+5 |
* | Don't add a user twice | Loren Burkholder | 2021-11-16 | 1 | -0/+4 |
* | Allow removing users from the invite dialog | Loren Burkholder | 2021-11-16 | 2 | -0/+15 |
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 4 | -8/+8 |
* | Merge pull request #812 from Nheko-Reborn/jdenticon-packaging | DeepBlueV7.X | 2021-11-15 | 1 | -13/+9 |
|\ |
|
| * | Cleanup qt-jdenticon loading | Nicolas Werner | 2021-11-15 | 1 | -13/+9 |
* | | Support exif rotation on received videos | Nicolas Werner | 2021-11-15 | 2 | -16/+39 |
|/ |
|
* | Fix being dropped into an empty room after a join | Nicolas Werner | 2021-11-14 | 1 | -8/+0 |
* | Disallow displaynames with only spaces or control characters | Nicolas Werner | 2021-11-14 | 1 | -5/+12 |
* | Prevent edits from removing quotes at the beginning of a message | Nicolas Werner | 2021-11-13 | 1 | -5/+8 |
* | Fix some colors switched to yellow by accident | Nicolas Werner | 2021-11-13 | 1 | -0/+2 |
* | Merge branch 'video_player_enhancements' into 'master' | Nicolas Werner | 2021-11-12 | 1 | -2/+31 |
|\ |
|
| * | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-09 | 1 | -2/+7 |
| |\ |
|
| * \ | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-08 | 13 | -220/+333 |
| |\ \ |
|
| * | | | Fix syntax issue | Joseph Donofry | 2021-11-03 | 1 | -1/+1 |
| * | | | PlayableMediaMessage fixes on macOS | Joseph Donofry | 2021-11-03 | 1 | -2/+31 |
* | | | | Fix secrets status not shown after startup | Nicolas Werner | 2021-11-11 | 1 | -0/+4 |
* | | | | Fix SSO login showing password prompt | Nicolas Werner | 2021-11-11 | 1 | -0/+2 |
* | | | | Fix no replies being rendered for edits sent from Element in encrypted rooms | Nicolas Werner | 2021-11-11 | 1 | -5/+4 |
| |_|/
|/| | |
|
* | | | Fix parsing some exotic image packs | Nicolas Werner | 2021-11-09 | 1 | -2/+7 |
| |/
|/| |
|
* | | Fix redaction of edited messages | Nicolas Werner | 2021-11-08 | 4 | -5/+38 |
* | | Improve fetching of device keys after login | Nicolas Werner | 2021-11-08 | 4 | -6/+23 |
* | | Fix self verification status never updating | Nicolas Werner | 2021-11-07 | 2 | -1/+3 |
* | | Don't try to load verification status before db is ready | Nicolas Werner | 2021-11-07 | 1 | -1/+0 |
* | | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 7 | -203/+262 |
* | | Fix crash when clearing empty timeline | Nicolas Werner | 2021-11-06 | 1 | -3/+5 |
* | | Fix crash in debug code for matrix uri handler | Nicolas Werner | 2021-11-04 | 1 | -3/+4 |
* | | Fix translation nits | Nicolas Werner | 2021-11-04 | 2 | -2/+2 |
|/ |
|
* | Update translations | Nicolas Werner | 2021-11-03 | 1 | -5/+5 |
* | Fix unjoinable invites on mobile as well as unclickable previews | Nicolas Werner | 2021-11-03 | 1 | -1/+21 |
* | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 4 | -122/+168 |
* | Fix macOS m.image notif crash | Joe Donofry | 2021-11-03 | 1 | -7/+34 |
* | Merge branch 'macos_api_updates' into 'master' | Nicolas Werner | 2021-11-02 | 3 | -22/+59 |
|\ |
|
| * | Update macOS notifications to use UserNotifications framework | Joseph Donofry | 2021-11-01 | 3 | -22/+59 |
* | | Clear @room warning after sending message | Nicolas Werner | 2021-11-02 | 1 | -0/+1 |
* | | Fix loading spinner when switching to a fully loaded room | Nicolas Werner | 2021-11-02 | 1 | -1/+3 |
* | | Fix hidden spaces hiding themselves | Nicolas Werner | 2021-11-02 | 1 | -1/+1 |
|/ |
|
* | Fix crash on logout | Nicolas Werner | 2021-11-01 | 1 | -23/+25 |
* | Prompt user when there are unverified devices | Nicolas Werner | 2021-11-01 | 6 | -9/+32 |
* | Add self verification after login | Nicolas Werner | 2021-10-30 | 8 | -69/+243 |
* | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 2 | -1/+23 |
* | Fix calculating hidden space children | Nicolas Werner | 2021-10-20 | 1 | -1/+14 |
* | lint using clang11 | Nicolas Werner | 2021-10-17 | 3 | -16/+6 |
* | lint | Nicolas Werner | 2021-10-17 | 4 | -7/+16 |
* | Use allow list for URI schemes | Nicolas Werner | 2021-10-17 | 1 | -1/+11 |
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 5 | -119/+191 |
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 24 | -18/+15 |
* | Add support for listing devices that do not support encryption, add support f... | Thulinma | 2021-10-17 | 2 | -1/+80 |
* | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 7 | -101/+2 |
* | Remove unimplemented function declaration | Loren Burkholder | 2021-10-11 | 1 | -1/+0 |
* | Merge pull request #741 from LorenDB/qmlJoinRoomDlg | DeepBlueV7.X | 2021-10-11 | 6 | -131/+4 |
|\ |
|
| * | QML the join room dialog | Loren Burkholder | 2021-10-09 | 6 | -131/+4 |
* | | Merge pull request #755 from Nheko-Reborn/bootstrapping | DeepBlueV7.X | 2021-10-09 | 7 | -30/+495 |
|\ \
| |/
|/| |
|
| * | Support bootstrapping crosssigning | Nicolas Werner | 2021-10-09 | 7 | -30/+495 |
* | | Merge pull request #743 from LorenDB/qmlLogout | DeepBlueV7.X | 2021-10-09 | 4 | -23/+6 |
|\ \
| |/
|/| |
|
| * | make lint | Loren Burkholder | 2021-10-09 | 1 | -1/+1 |
| * | QML the logout dialog | Loren Burkholder | 2021-10-05 | 4 | -23/+6 |
* | | Simplify device list refresh logic | DeepBlueV7.X | 2021-10-07 | 1 | -3/+1 |
* | | Remove duplicated verification status calculation | Nicolas Werner | 2021-10-07 | 2 | -48/+50 |
* | | Added support for refreshing the device list, marking current device with a c... | Thulinma | 2021-10-06 | 4 | -0/+25 |
|/ |
|
* | Add additional check for invalid megolm sessions | Nicolas Werner | 2021-10-04 | 1 | -0/+4 |
* | Fix some strings and translation stuff | Loren Burkholder | 2021-10-01 | 1 | -8/+2 |
* | Support pasting image/svg+xml format straight from supporting applications | Thulinma | 2021-09-28 | 2 | -2/+20 |
* | Fixes for pasting images, especially under windows where the image mime type ... | Thulinma | 2021-09-28 | 1 | -8/+12 |
* | Fix --help and --version command line options when Nheko is already running. ... | Thulinma | 2021-09-28 | 1 | -6/+9 |
* | Add Unicode 14.0 emoji | Joseph Donofry | 2021-09-25 | 1 | -47/+349 |
* | Fix a few verification typos | Nicolas Werner | 2021-09-20 | 1 | -1/+1 |
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 164 | -24978/+24149 |
* | Merge pull request #728 from Thulinma/goto | DeepBlueV7.X | 2021-09-17 | 5 | -55/+97 |
|\ |
|
| * | Improvements for linking to events | Thulinma | 2021-09-16 | 5 | -55/+97 |
* | | Added a text field that allows choosing custom homeserver in "Room directory"... | Patryk Cisek | 2021-09-17 | 1 | -0/+9 |
|/ |
|
* | Workaround for broken fetchMore() with reuseItems | Nicolas Werner | 2021-09-15 | 1 | -0/+4 |
* | Merge pull request #721 from symphorien/hotlist | DeepBlueV7.X | 2021-09-14 | 2 | -0/+47 |
|\ |
|
| * | add Alt+A keybinding to switch to next room with unread messages | Guillaume Girol | 2021-09-14 | 2 | -0/+47 |
* | | Add workaround for crash on some jdenticon inputs | Nicolas Werner | 2021-09-14 | 1 | -3/+8 |
* | | Remove unused prototype | Nicolas Werner | 2021-09-13 | 1 | -3/+0 |
* | | Merge pull request #416 from LorenDB/jdenticon | DeepBlueV7.X | 2021-09-13 | 19 | -41/+337 |
|\ \ |
|
| * | | Streamline getting other user id from invited direct chat | Loren Burkholder | 2021-09-11 | 4 | -20/+15 |
| * | | Don't try to check whether a preview is direct | Loren Burkholder | 2021-09-11 | 1 | -3/+2 |
| * | | Fix invites crashing the whole app | Loren Burkholder | 2021-09-11 | 4 | -5/+66 |
| * | | Add direct chat handling for previews and invites | Loren Burkholder | 2021-09-11 | 2 | -1/+13 |
| * | | Don't bother with crop | Loren Burkholder | 2021-09-11 | 1 | -3/+1 |
| * | | Only try loading plugin once | Loren Burkholder | 2021-09-11 | 1 | -1/+3 |
| * | | Always show jdenticon toggle (disable if no plugin) | Loren Burkholder | 2021-09-11 | 1 | -12/+7 |
| * | | make lint | Loren Burkholder | 2021-09-11 | 1 | -2/+2 |
| * | | Fix jdenticons in various places | Loren Burkholder | 2021-09-11 | 2 | -2/+10 |
| * | | Use more descriptive property name | Loren Burkholder | 2021-09-11 | 4 | -9/+9 |
| * | | make lint | Loren Burkholder | 2021-09-11 | 2 | -7/+5 |
| * | | Finish fixing rounded avatars | Loren Burkholder | 2021-09-11 | 1 | -7/+27 |
| * | | Use better id loading methodology | Loren Burkholder | 2021-09-11 | 4 | -4/+13 |
| * | | Remove unused struct | Loren Burkholder | 2021-09-11 | 1 | -7/+0 |
| * | | Make sure jdenticon toggle is always initialized | Loren Burkholder | 2021-09-11 | 1 | -0/+2 |
| * | | Add some fancy effects to jdenticon | Loren Burkholder | 2021-09-11 | 2 | -6/+40 |
| * | | Get direct chat jdenticons to line up | Loren Burkholder | 2021-09-11 | 4 | -0/+25 |
| * | | Add licenses | Loren Burkholder | 2021-09-11 | 2 | -0/+8 |
| * | | Remove unnecessary stuff | Loren Burkholder | 2021-09-11 | 2 | -4/+0 |
| * | | Fix typo | Loren Burkholder | 2021-09-11 | 1 | -1/+1 |
| * | | Don't add toggle for jdenticon if the plugin can't be found | Loren Burkholder | 2021-09-11 | 1 | -5/+9 |
| * | | Fix braces; make lint | Loren Burkholder | 2021-09-11 | 1 | -1/+2 |
| * | | Add jdenticon support | Loren Burkholder | 2021-09-11 | 9 | -30/+166 |
* | | | Keep identities for users cached | Nicolas Werner | 2021-09-13 | 2 | -11/+0 |
|/ / |
|
* / | Fix a few more HTML injections | Thulinma | 2021-09-12 | 2 | -3/+3 |
|/ |
|
* | Don't allow images in username change messages and user completer | Nicolas Werner | 2021-09-09 | 2 | -4/+6 |
* | Fix day separator when loading older messages | Nicolas Werner | 2021-09-08 | 2 | -12/+10 |
* | More profile improvements: | Thulinma | 2021-09-08 | 2 | -3/+7 |
* | Fix duplicate check possibly leaving large gaps if initial state was not in t... | Nicolas Werner | 2021-09-06 | 1 | -2/+2 |
* | Add workaround for broken key counts | Nicolas Werner | 2021-09-06 | 1 | -0/+17 |
* | Merge pull request #713 from Thulinma/noMoreDuplicates | DeepBlueV7.X | 2021-09-05 | 1 | -23/+36 |
|\ |
|
| * | Fixed duplicate messages appearing in timeline if server sent them | Thulinma | 2021-09-05 | 1 | -23/+36 |
* | | Fix key count updates on conduit | Nicolas Werner | 2021-09-06 | 2 | -3/+41 |
* | | Conduit does not send count, if it didn't change | Nicolas Werner | 2021-09-05 | 1 | -23/+22 |
|/ |
|
* | Improvements to user profiles: | Thulinma | 2021-09-05 | 2 | -1/+10 |
* | Make error case with unverified master key more descriptive | Nicolas Werner | 2021-09-03 | 1 | -7/+13 |
* | Make desktop alerting independent from notification support in the homeserver. | Thulinma | 2021-09-03 | 1 | -8/+17 |
* | Warn the user before they ping the whole room | Nicolas Werner | 2021-09-02 | 4 | -1/+51 |
* | update translations | Nicolas Werner | 2021-09-01 | 1 | -1/+1 |
* | Fix session always being rotated if 'verified only' is active | Nicolas Werner | 2021-08-31 | 1 | -2/+4 |
* | Remove useless ; | Nicolas Werner | 2021-08-31 | 1 | -1/+1 |
* | Stop encrypting all sessions with secret | Nicolas Werner | 2021-08-31 | 4 | -31/+61 |
* | Require a working secrets storage | Nicolas Werner | 2021-08-31 | 1 | -2/+28 |
* | Fix another leak when creating an animated image without an image | Nicolas Werner | 2021-08-29 | 1 | -1/+6 |
* | Fix memory leak of animated image textures | Nicolas Werner | 2021-08-29 | 1 | -1/+3 |
* | Small image pack editor improvements | Nicolas Werner | 2021-08-29 | 2 | -0/+18 |
* | Add option to only play animated images on hover | Nicolas Werner | 2021-08-29 | 4 | -1/+48 |
* | cleanup QSettings usage a bit | Nicolas Werner | 2021-08-29 | 3 | -19/+17 |
* | Support animated images | Nicolas Werner | 2021-08-29 | 4 | -2/+247 |
* | Use in memory media player instead of storing unencrypted files on disk | Nicolas Werner | 2021-08-29 | 4 | -0/+233 |
* | Fix warning about double reference qualifier | Nicolas Werner | 2021-08-26 | 1 | -1/+1 |
* | Implement key backup upload | Nicolas Werner | 2021-08-26 | 2 | -1/+77 |
* | warn about online keybackup and default to off | Nicolas Werner | 2021-08-26 | 1 | -1/+12 |
* | Useless capture | Nicolas Werner | 2021-08-22 | 1 | -1/+1 |
* | Even if you just change the log level, ensure that this compiles before pushi... | Nicolas Werner | 2021-08-22 | 1 | -1/+1 |