Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multiply source size by scale factor | Nicolas Werner | 2021-12-13 | 7 | -16/+20 |
* | Fix turnserver check not being started when restoring from cache | Nicolas Werner | 2021-12-13 | 1 | -0/+1 |
* | Misc pack editor improvements | Nicolas Werner | 2021-12-13 | 3 | -5/+8 |
* | Show some avatar for image packs | Nicolas Werner | 2021-12-13 | 3 | -1/+68 |
* | Add recently used reactions | Nicolas Werner | 2021-12-13 | 6 | -1/+95 |
* | Vertically align message input | Nicolas Werner | 2021-12-12 | 1 | -1/+2 |
* | Allow clicking links in replies | Nicolas Werner | 2021-12-11 | 1 | -1/+8 |
* | Properly set position of resize handler after letting it go | Nicolas Werner | 2021-12-11 | 2 | -4/+7 |
* | Fix broken top bar clicks without pins | Nicolas Werner | 2021-12-11 | 1 | -7/+7 |
* | Change width of pinned message box | Nicolas Werner | 2021-12-11 | 1 | -1/+1 |
* | Bump mtxclient dependency | Nicolas Werner | 2021-12-11 | 2 | -2/+2 |
* | Fix a few shadowing warnings | Nicolas Werner | 2021-12-11 | 3 | -11/+11 |
* | Support pinned messages | Nicolas Werner | 2021-12-11 | 11 | -14/+298 |
* | Fix escaped html showing up in playable media message labels | Nicolas Werner | 2021-12-08 | 1 | -1/+1 |
* | Fix blurry thumbnails AGAIN | Nicolas Werner | 2021-12-08 | 1 | -1/+5 |
* | Translated using Weblate (Indonesian) | Weblate | 2021-12-07 | 1 | -15/+16 |
* | Fix lint | Nicolas Werner | 2021-12-08 | 1 | -6/+3 |
* | Limit max memory usage of images | Nicolas Werner | 2021-12-08 | 1 | -1/+4 |
* | 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 |
* | Allow swiping between views in single page mode | Nicolas Werner | 2021-12-06 | 2 | -7/+37 |
* | Fix a few clang tidy warnings | Nicolas Werner | 2021-12-06 | 3 | -12/+6 |
* | Translated using Weblate (Dutch) | Weblate | 2021-12-05 | 1 | -10/+11 |
* | Fix sanitizer warning about signed shifts | Nicolas Werner | 2021-12-04 | 1 | -1/+2 |
* | Merge pull request #833 from Bubu/clion_suggestions | DeepBlueV7.X | 2021-12-03 | 3 | -41/+42 |
|\ | |||||
| * | 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 |
| * | add clion/idea dir to gitignore | Marcus Hoffmann | 2021-12-03 | 1 | -0/+3 |
* | | Translated using Weblate (Esperanto) | Weblate | 2021-12-02 | 1 | -9/+10 |
* | | Translated using Weblate (French) | Weblate | 2021-12-02 | 1 | -82/+83 |
|/ | |||||
* | Navigate to subspaces by clicking on them | Nicolas Werner | 2021-12-02 | 1 | -0/+4 |
* | Translated using Weblate (Finnish) | Weblate | 2021-12-01 | 1 | -8/+8 |
* | Translated using Weblate (Estonian) | Weblate | 2021-12-01 | 1 | -11/+12 |
* | 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 | 3 | -1/+12 |
* | Don't pad, just fill | Nicolas Werner | 2021-12-01 | 1 | -1/+2 |
* | Leaves can't collapse | Nicolas Werner | 2021-12-01 | 3 | -4/+3 |
* | Hide me underneath the space tree | Nicolas Werner | 2021-12-01 | 8 | -31/+344 |
* | Fix crash on redactions without because | Nicolas Werner | 2021-11-29 | 1 | -3/+5 |
* | Translated using Weblate (English) | Weblate | 2021-11-29 | 1 | -10/+10 |
* | 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 |
* | Remove double padding on redactions | Nicolas Werner | 2021-11-29 | 1 | -3/+6 |
* | Fix source translation | Nicolas Werner | 2021-11-29 | 1 | -6/+7 |
* | Merge branch 'redaction_updates' into 'master' | Nicolas Werner | 2021-11-29 | 29 | -868/+1644 |
|\ | |||||
| * | Change QML UI for redactions | Joe Donofry | 2021-11-29 | 29 | -868/+1644 |
|/ | |||||
* | If the locale is set to C, force english locale | Nicolas Werner | 2021-11-27 | 1 | -1/+2 |
* | Use old flatpak runtime to prevent crashes on arm | Nicolas Werner | 2021-11-27 | 2 | -5/+7 |
* | Translated using Weblate (Italian) | Weblate | 2021-11-25 | 1 | -1/+1 |
* | Properly fix #825 | Nicolas Werner | 2021-11-24 | 1 | -1/+3 |
* | fix lint | Nicolas Werner | 2021-11-24 | 1 | -1/+0 |
* | Fix crash in SingleApplication when other end exits immediately | Nicolas Werner | 2021-11-24 | 1 | -2/+2 |
* | Initialize client lazily | Nicolas Werner | 2021-11-24 | 1 | -4/+2 |
* | Fix loading on Gnome when in flatpak | Nicolas Werner | 2021-11-24 | 2 | -5/+7 |
* | Merge branch 'more-random-colors' into 'master' | Nicolas Werner | 2021-11-24 | 2 | -8/+8 |
|\ | |||||
| * | Fix colors of sidebar in replies | Nicolas Werner | 2021-11-24 | 1 | -1/+1 |
| * | Use a more random hash to generate user colors | Nicolas Werner | 2021-11-24 | 1 | -7/+7 |
|/ | |||||
* | Fix one more wrong background color | Nicolas Werner | 2021-11-22 | 1 | -1/+1 |
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 22 | -114/+116 |
* | Merge pull request #822 from Nheko-Reborn/dm-filter | DeepBlueV7.X | 2021-11-21 | 18 | -59/+411 |
|\ | |||||
| * | Try to tame Windows headers | Nicolas Werner | 2021-11-21 | 1 | -1/+1 |
| * | 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 | 4 | -13/+121 |
| * | Add a filter for direct chats | Nicolas Werner | 2021-11-20 | 10 | -40/+192 |
* | | Return nullopt for state events in rooms we are not in | Nicolas Werner | 2021-11-21 | 1 | -27/+27 |
* | | Translated using Weblate (French) | Weblate | 2021-11-20 | 1 | -73/+73 |
|/ | |||||
* | Pass correct background color to username separator | Nicolas Werner | 2021-11-20 | 1 | -1/+1 |
* | Make user colors a bit more vibrant | Nicolas Werner | 2021-11-19 | 1 | -5/+3 |
* | Update macOS icon package to macOS-y style. Thanks quinn | Joseph Donofry | 2021-11-19 | 2 | -0/+2 |
* | Preliminary gstreamer 1.20 compatibility | Nicolas Werner | 2021-11-19 | 1 | -1/+2 |
* | Fix jdenticon plugin not loading | Nicolas Werner | 2021-11-19 | 1 | -2/+2 |
* | Release 0.9.0 | Nicolas Werner | 2021-11-19 | 4 | -13/+14 |
* | Small changelog fixes | Nicolas Werner | 2021-11-19 | 1 | -2/+2 |
* | Add some build notes and update the E2EE note | Nicolas Werner | 2021-11-19 | 1 | -5/+3 |
* | Fix mouse cursor on top bar | Nicolas Werner | 2021-11-19 | 1 | -0/+5 |
* | Jdenticon update | Joseph Donofry | 2021-11-18 | 2 | -3/+3 |
* | Make VOIP and screenshare explicit options | Nicolas Werner | 2021-11-18 | 4 | -43/+18 |
* | Merge pull request #806 from LorenDB/dialogFixes | DeepBlueV7.X | 2021-11-18 | 9 | -83/+156 |
|\ | |||||
| * | Fix colors and alignment in dialogs | Nicolas Werner | 2021-11-18 | 5 | -27/+15 |
| * | Fix video call filename and qtjdenticon for windows | Joseph Donofry | 2021-11-18 | 2 | -2/+2 |
| * | Try to fix lmdbxx download | Nicolas Werner | 2021-11-18 | 1 | -2/+3 |
| * | Try to fix lmdbxx download | Nicolas Werner | 2021-11-18 | 2 | -4/+4 |
| * | Fix hunter messing with pkg-config | Nicolas Werner | 2021-11-18 | 1 | -8/+56 |
| * | Update bundled deps | Nicolas Werner | 2021-11-18 | 3 | -37/+44 |
| * | Fix qml warnings and missing icons | Nicolas Werner | 2021-11-18 | 2 | -4/+4 |
| * | Translated using Weblate (Dutch) | Weblate | 2021-11-18 | 1 | -3/+3 |
| * | Fix linebreaks in README | Nicolas Werner | 2021-11-18 | 1 | -2/+2 |
| * | Fix resolution of failed image | Nicolas Werner | 2021-11-18 | 1 | -1/+1 |
| * | Mention fluent icons in readme | Nicolas Werner | 2021-11-18 | 1 | -0/+1 |
| * | Quality-of-life improvements to InputDialog | Loren Burkholder | 2021-11-16 | 1 | -0/+9 |
| * | Don't add arbitrary padding | Loren Burkholder | 2021-11-16 | 1 | -2/+1 |
| * | Simplify code for padding delegates | Loren Burkholder | 2021-11-16 | 2 | -4/+8 |
| * | Remove duplicate property | Loren Burkholder | 2021-11-16 | 1 | -4/+0 |
| * | 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 | 3 | -3/+29 |
| * | Nicer padding | Loren Burkholder | 2021-11-16 | 3 | -6/+9 |
| * | Add pointing hand cursor shape | Loren Burkholder | 2021-11-16 | 1 | -0/+5 |
| * | Port invite dialog to use ItemDelegate | Loren Burkholder | 2021-11-16 | 1 | -23/+39 |
| * | Add highlight on hover | Loren Burkholder | 2021-11-16 | 2 | -2/+8 |
| * | Switch member dialog to using ItemDelegate | Loren Burkholder | 2021-11-16 | 1 | -46/+63 |
* | | Fix video call filename and qtjdenticon for windows | Joseph Donofry | 2021-11-18 | 2 | -2/+2 |
* | | Try to fix lmdbxx download | Nicolas Werner | 2021-11-18 | 1 | -2/+3 |
* | | Try to fix lmdbxx download | Nicolas Werner | 2021-11-18 | 2 | -4/+4 |
* | | Fix hunter messing with pkg-config | Nicolas Werner | 2021-11-18 | 1 | -8/+56 |
* | | Update bundled deps | Nicolas Werner | 2021-11-18 | 3 | -37/+44 |
* | | Fix qml warnings and missing icons | Nicolas Werner | 2021-11-17 | 2 | -4/+4 |
* | | Translated using Weblate (Dutch) | Weblate | 2021-11-16 | 1 | -3/+3 |
* | | Fix linebreaks in README | Nicolas Werner | 2021-11-17 | 1 | -2/+2 |
* | | Fix resolution of failed image | Nicolas Werner | 2021-11-17 | 1 | -1/+1 |
* | | Mention fluent icons in readme | Nicolas Werner | 2021-11-17 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #807 from LorenDB/fluentIcons | DeepBlueV7.X | 2021-11-17 | 168 | -211/+378 |
|\ | |||||
| * | Use filled shields everywhere and distinguish different states more | Nicolas Werner | 2021-11-17 | 11 | -26/+38 |
| * | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 167 | -209/+364 |
|/ | |||||
* | Translated using Weblate (Polish) | Weblate | 2021-11-16 | 1 | -5/+5 |
* | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-11-16 | 1 | -103/+105 |
* | Translated using Weblate (Esperanto) | Weblate | 2021-11-16 | 1 | -3/+3 |
* | Fix rpath not being set while uninstalled | Nicolas Werner | 2021-11-16 | 1 | -1/+1 |
* | Try to fix notarization issues | Joseph Donofry | 2021-11-15 | 1 | -4/+15 |
* | Merge pull request #812 from Nheko-Reborn/jdenticon-packaging | DeepBlueV7.X | 2021-11-15 | 4 | -13/+27 |
|\ | |||||
| * | Try to add jdenticon plugin to Windows build | Nicolas Werner | 2021-11-15 | 1 | -0/+7 |
| * | Try to add jdenticon plugin to macos build | Nicolas Werner | 2021-11-15 | 1 | -0/+1 |
| * | Add qt-jdention to flatpak | Nicolas Werner | 2021-11-15 | 1 | -0/+10 |
| * | Cleanup qt-jdenticon loading | Nicolas Werner | 2021-11-15 | 1 | -13/+9 |
* | | Support exif rotation on received videos | Nicolas Werner | 2021-11-15 | 3 | -16/+40 |
* | | Translated using Weblate (Indonesian) | Weblate | 2021-11-14 | 1 | -3/+3 |
* | | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-11-14 | 1 | -74/+79 |
|/ | |||||
* | Update changelog | Nicolas Werner | 2021-11-14 | 1 | -0/+4 |
* | Fix being dropped into an empty room after a join | Nicolas Werner | 2021-11-14 | 1 | -8/+0 |
* | Reenable still image viewer for WebP until we qmlify the image viewer | Nicolas Werner | 2021-11-14 | 1 | -9/+10 |
* | 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 | 2 | -2/+4 |
* | Translated using Weblate (Esperanto) | Weblate | 2021-11-12 | 1 | -14/+14 |
* | Merge branch 'video_player_enhancements' into 'master' | Nicolas Werner | 2021-11-12 | 10 | -193/+411 |
|\ | |||||
| * | Format qml | Nicolas Werner | 2021-11-11 | 5 | -100/+103 |
| * | Make it possible to unhide the controls on mobile | Nicolas Werner | 2021-11-11 | 2 | -19/+21 |
| * | Cleanup positioning of player elements | Nicolas Werner | 2021-11-11 | 5 | -261/+174 |
| * | More refactoring and layout updates | Joseph Donofry | 2021-11-11 | 6 | -75/+191 |
| * | More player fixes | Joseph Donofry | 2021-11-09 | 2 | -123/+25 |
| * | Fix audio player and use same controls for video and audio | Joseph Donofry | 2021-11-09 | 1 | -80/+77 |
| * | Move rest of controls to separate file | Joseph Donofry | 2021-11-09 | 5 | -237/+311 |
| * | Initial Refactoring into separate controls | Joseph Donofry | 2021-11-09 | 4 | -88/+115 |
| * | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-09 | 6 | -7/+191 |
| |\ | |||||
| * | | Incorporate nico's suggestions, fix volume slider | Joseph Donofry | 2021-11-08 | 1 | -272/+272 |
| * | | Minor fixes for undefined qml behavior | Joseph Donofry | 2021-11-08 | 1 | -7/+4 |
| * | | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-11-08 | 47 | -1372/+1523 |
| |\ \ | |||||
| * | | | Fix syntax issue | Joseph Donofry | 2021-11-03 | 1 | -1/+1 |
| * | | | PlayableMediaMessage fixes on macOS | Joseph Donofry | 2021-11-03 | 1 | -2/+31 |
| * | | | Update video_player_enhancements with changes from master | Joseph Donofry | 2021-11-03 | 265 | -34547/+54305 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-08-16 | 39 | -293/+793 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge origin/master and fix conflicts | Joseph Donofry | 2021-08-10 | 124 | -4460/+8433 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'nheko-im/master' into video_player_enhancements | Joseph Donofry | 2021-07-19 | 26 | -170/+776 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Import and update lurkki's branch | Joseph Donofry | 2021-07-19 | 3 | -189/+350 |
* | | | | | | | | Fix secrets status not shown after startup | Nicolas Werner | 2021-11-11 | 1 | -0/+4 |
* | | | | | | | | Make yellow darker | Nicolas Werner | 2021-11-11 | 2 | -4/+4 |
* | | | | | | | | Make pill text color match the separator color | Nicolas Werner | 2021-11-11 | 1 | -1/+1 |
* | | | | | | | | Fix SSO login showing password prompt | Nicolas Werner | 2021-11-11 | 1 | -0/+2 |
* | | | | | | | | Swap encryption and edit indicator | Nicolas Werner | 2021-11-11 | 1 | -9/+9 |
* | | | | | | | | Improve the layout and behaviour of topbar slightly | Nicolas Werner | 2021-11-11 | 3 | -16/+39 |
* | | | | | | | | Fix no replies being rendered for edits sent from Element in encrypted rooms | Nicolas Werner | 2021-11-11 | 1 | -5/+4 |
* | | | | | | | | Translated using Weblate (Estonian) | Weblate | 2021-11-10 | 1 | -3/+3 |
* | | | | | | | | Translated using Weblate (Esperanto) | Weblate | 2021-11-10 | 1 | -31/+33 |
* | | | | | | | | Translated using Weblate (Finnish) | Weblate | 2021-11-10 | 1 | -17/+17 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Fix parsing some exotic image packs | Nicolas Werner | 2021-11-09 | 3 | -4/+9 |
* | | | | | | | Merge pull request #798 from LorenDB/fixRRDialog | DeepBlueV7.X | 2021-11-09 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix clicking on avatar | Loren Burkholder | 2021-11-08 | 1 | -0/+1 |
* | | | | | | | | Explicitly namespace platform module | Nicolas Werner | 2021-11-09 | 1 | -3/+3 |
* | | | | | | | | Add preliminary changelog | Nicolas Werner | 2021-11-09 | 1 | -0/+178 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Remove appimage | Nicolas Werner | 2021-11-08 | 3 | -222/+0 |
* | | | | | | | Update translations | Nicolas Werner | 2021-11-08 | 23 | -507/+760 |
* | | | | | | | Fix redaction of edited messages | Nicolas Werner | 2021-11-08 | 4 | -5/+38 |
* | | | | | | | Fix bootstrap after registration | Nicolas Werner | 2021-11-08 | 2 | -2/+2 |
* | | | | | | | Improve fetching of device keys after login | Nicolas Werner | 2021-11-08 | 4 | -6/+23 |
* | | | | | | | Translated using Weblate (French) | Weblate | 2021-11-08 | 1 | -104/+106 |
* | | | | | | | Translated using Weblate (Dutch) | Weblate | 2021-11-08 | 1 | -2/+2 |
* | | | | | | | Translated using Weblate (Esperanto) | Weblate | 2021-11-08 | 1 | -9/+9 |
* | | | | | | | 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 |
* | | | | | | | Merge pull request #791 from Nheko-Reborn/secret-storage-fixes | DeepBlueV7.X | 2021-11-07 | 11 | -208/+267 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Move away from using an event loop to access secrets | Nicolas Werner | 2021-11-07 | 11 | -208/+267 |
* | | | | | | | | Merge pull request #790 from LorenDB/fixRRDialog | Loren Burkholder | 2021-11-06 | 1 | -42/+39 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Use ItemDelegate for read receipts | Loren Burkholder | 2021-11-06 | 1 | -42/+39 |
* | | | | | | | | Translated using Weblate (Estonian) | Weblate | 2021-11-06 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Fix crash when clearing empty timeline | Nicolas Werner | 2021-11-06 | 1 | -3/+5 |
|/ / / / / / | |||||
* | | | | | | Fix leave room dialog | Nicolas Werner | 2021-11-05 | 1 | -3/+3 |
* | | | | | | Translated using Weblate (Indonesian) | Weblate | 2021-11-05 | 1 | -51/+53 |
* | | | | | | Fix crash in debug code for matrix uri handler | Nicolas Werner | 2021-11-04 | 1 | -3/+4 |
* | | | | | | Update translation files | Weblate | 2021-11-04 | 1 | -5/+0 |
* | | | | | | Update translations | Nicolas Werner | 2021-11-04 | 1 | -2/+2 |
* | | | | | | Update German translation | Nicolas Werner | 2021-11-04 | 23 | -209/+216 |
* | | | | | | Translated using Weblate (Estonian) | Weblate | 2021-11-04 | 1 | -51/+53 |
* | | | | | | Translate some german texts | Nicolas Werner | 2021-11-04 | 1 | -22/+22 |
* | | | | | | Fix translation nits | Nicolas Werner | 2021-11-04 | 2 | -2/+2 |
* | | | | | | Translated using Weblate (Dutch) | Weblate | 2021-11-03 | 1 | -52/+54 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Update translations | Nicolas Werner | 2021-11-03 | 24 | -5595/+10059 |
* | | | | | Use ItemDelegate for CommunitiesList | Nicolas Werner | 2021-11-03 | 1 | -23/+22 |
* | | | | | Use ItemDelegate in RoomList instead of a Rectangle with handlers | Nicolas Werner | 2021-11-03 | 9 | -482/+1879 |
* | | | | | Fix unjoinable invites on mobile as well as unclickable previews | Nicolas Werner | 2021-11-03 | 4 | -6/+27 |
* | | | | | Fix copyright order | Nicolas Werner | 2021-11-03 | 1 | -1/+1 |
* | | | | | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 9 | -124/+587 |
* | | | | | Merge branch 'macos_api_updates' into 'master' | Nicolas Werner | 2021-11-03 | 1 | -7/+34 |
|\ \ \ \ \ | |||||
| * | | | | | 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 | 4 | -23/+60 |
|\ \ \ \ \ | |||||
| * | | | | | Update macOS notifications to use UserNotifications framework | Joseph Donofry | 2021-11-01 | 4 | -23/+60 |
* | | | | | | 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 | 9 | -10/+120 |
* | | | | | Some people consider Nheko not an AAAAA title | Nicolas Werner | 2021-10-30 | 1 | -1/+0 |
* | | | | | Add self verification after login | Nicolas Werner | 2021-10-30 | 9 | -75/+288 |
* | | | | | Merge pull request #777 from LorenDB/focusRoomSearch | DeepBlueV7.X | 2021-10-29 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Auto-focus search bar in room directory | Loren Burkholder | 2021-10-28 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Translated using Weblate (Indonesian) | Weblate | 2021-10-26 | 1 | -5/+5 |
* | | | | | Update translation files | Weblate | 2021-10-26 | 1 | -5/+0 |
* | | | | | Merge pull request #767 from Thulinma/deviceRenaming | DeepBlueV7.X | 2021-10-20 | 3 | -19/+105 |
|\ \ \ \ \ | |||||
| * | | | | | Allow changing device names, display last seen time and IP | Thulinma | 2021-10-20 | 3 | -19/+105 |
|/ / / / / | |||||
* | | | | | speed up blurhash decode a bit | Nicolas Werner | 2021-10-20 | 2 | -18/+17 |
* | | | | | Fix calculating hidden space children | Nicolas Werner | 2021-10-20 | 1 | -1/+14 |
* | | | | | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-10-20 | 1 | -9/+15 |
* | | | | | Translated using Weblate (Dutch) | Weblate | 2021-10-19 | 1 | -0/+5 |
* | | | | | Merge pull request #768 from ISSOtm/patch-2 | DeepBlueV7.X | 2021-10-19 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix incorrect pluralization of "rooms" | Eldred Habert | 2021-10-19 | 1 | -1/+1 |
* | | | | | | Translated using Weblate (Portuguese (Portugal)) | Weblate | 2021-10-19 | 1 | -2/+3 |
* | | | | | | Translated using Weblate (French) | Weblate | 2021-10-19 | 1 | -10/+10 |
|/ / / / / | |||||
* | | | | | Translated using Weblate (French) | Weblate | 2021-10-19 | 1 | -57/+57 |
* | | | | | lint using clang11 | Nicolas Werner | 2021-10-17 | 3 | -16/+6 |
* | | | | | lint | Nicolas Werner | 2021-10-17 | 5 | -9/+18 |
* | | | | | Use allow list for URI schemes | Nicolas Werner | 2021-10-17 | 1 | -1/+11 |
* | | | | | WIP | Nicolas Werner | 2021-10-17 | 3 | -19/+63 |
* | | | | | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 9 | -150/+221 |
* | | | | | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 25 | -30/+31 |
* | | | | | Merge pull request #766 from Thulinma/deviceDeletion | DeepBlueV7.X | 2021-10-16 | 5 | -3/+92 |
|\ \ \ \ \ | |||||
| * | | | | | Add support for listing devices that do not support encryption, add support f... | Thulinma | 2021-10-17 | 5 | -3/+92 |
|/ / / / / | |||||
* | | | | | Merge pull request #764 from ISSOtm/patch-1 | DeepBlueV7.X | 2021-10-16 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Use correct Monopoly quote | Eldred Habert | 2021-10-15 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Update translation files | Weblate | 2021-10-15 | 1 | -5/+0 |
* | | | | | Merge pull request #763 from tastytea/stickers-jpeg | DeepBlueV7.X | 2021-10-15 | 24 | -35/+35 |
|\ \ \ \ \ | |||||
| * | | | | | Allow JPEG in image picker for stickers and emotes. | tastytea | 2021-10-15 | 24 | -35/+35 |
|/ / / / / | |||||
* | | | | | Merge pull request #742 from LorenDB/qmlLeaveRoom | DeepBlueV7.X | 2021-10-11 | 12 | -117/+47 |
|\ \ \ \ \ | |||||
| * | | | | | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 12 | -116/+47 |