Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat dates | Loren Burkholder | 2021-07-30 | 1 | -3/+4 |
| | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | Move read receipts connection to allow for future pop-out room views | Loren Burkholder | 2021-07-30 | 2 | -12/+12 |
| | |||||
* | Don't switch room that read receipt-related stuff is opened in | Loren Burkholder | 2021-07-29 | 2 | -4/+6 |
| | |||||
* | Use built-in sorting so that dynamic updates work | Loren Burkholder | 2021-07-29 | 2 | -9/+2 |
| | |||||
* | Use a QSortFilterProxyModel instead of resetting the model | Loren Burkholder | 2021-07-29 | 7 | -28/+70 |
| | |||||
* | Reset model instead of doing weird convoluted updates | Loren Burkholder | 2021-07-29 | 1 | -6/+2 |
| | |||||
* | Use Dialog flag to make tiling WMs happy | Loren Burkholder | 2021-07-29 | 1 | -0/+1 |
| | |||||
* | Close dialog on escape | Loren Burkholder | 2021-07-29 | 1 | -0/+5 |
| | |||||
* | Dynamically update read receipts | Loren Burkholder | 2021-07-29 | 3 | -4/+25 |
| | |||||
* | Fix incorrect function name | Loren Burkholder | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Add close button at footer | Loren Burkholder | 2021-07-29 | 1 | -0/+6 |
| | |||||
* | make lint | Loren Burkholder | 2021-07-29 | 1 | -1/+1 |
| | |||||
* | Remove unused headers | Loren Burkholder | 2021-07-29 | 1 | -10/+0 |
| | | | | Why didn't I see these earlier? | ||||
* | Remove Avatar class | Loren Burkholder | 2021-07-29 | 5 | -220/+2 |
| | | | | RIP | ||||
* | Simplify read receipt storage | Loren Burkholder | 2021-07-29 | 2 | -74/+19 |
| | |||||
* | Remove outdated comment | Loren Burkholder | 2021-07-29 | 1 | -1/+0 |
| | |||||
* | QML the read receipts list | Loren Burkholder | 2021-07-29 | 15 | -271/+360 |
| | | | | There are probably a few things wrong with this, but I'm going to call it good enough for an initial commit | ||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 13 | -62/+96 |
| | | | | Also fix a lot of warnings. | ||||
* | Fix crash on invalid utf8 in decrypted events | Nicolas Werner | 2021-07-26 | 1 | -12/+12 |
| | |||||
* | Remove version checks for unsupported Qt versions | Nicolas Werner | 2021-07-26 | 3 | -22/+3 |
| | |||||
* | Remove QML from format script (it causes too many issues) | Joe | 2021-07-25 | 1 | -13/+0 |
| | |||||
* | Fix crash when storing secrets | Nicolas Werner | 2021-07-25 | 2 | -25/+26 |
| | | | | | | | Nested QEventLoops are scary. Ultimately we shouldn't use them, but I have no better solution right now. fixes #656 | ||||
* | Remove SSSS requests on the UI thread | Nicolas Werner | 2021-07-25 | 1 | -1/+4 |
| | | | | might fix #656 | ||||
* | Properly verify OTK signature | Nicolas Werner | 2021-07-25 | 1 | -8/+26 |
| | |||||
* | Don't send encrypted olm messages to ourselves | Nicolas Werner | 2021-07-25 | 1 | -5/+25 |
| | |||||
* | Fix SSSS unlock without a password set | Nicolas Werner | 2021-07-25 | 1 | -2/+9 |
| | | | | fixes #657 | ||||
* | Merge branch 'remove_key_response_option' into 'master' | Nicolas Werner | 2021-07-24 | 28 | -576/+1620 |
|\ | | | | | | | | | Remove 'respond to key requests' functionality See merge request nheko-reborn/nheko!10 | ||||
| * | Update translations | Joseph Donofry | 2021-07-24 | 22 | -504/+1618 |
| | | |||||
| * | Remove additional key requests preference code | Joe | 2021-07-24 | 4 | -22/+0 |
| | | |||||
| * | Merge master and fix conflicts | Joe | 2021-07-24 | 87 | -2990/+5668 |
| |\ | |/ |/| | |||||
* | | Fix edge case that could lead to no new one time keys being uploaded | Nicolas Werner | 2021-07-24 | 1 | -21/+23 |
| | | |||||
* | | Fix some issues when parsing or serializing enabled pack rooms | Nicolas Werner | 2021-07-24 | 2 | -2/+2 |
| | | |||||
* | | Try to avoid more olm loops | Nicolas Werner | 2021-07-23 | 1 | -13/+22 |
| | | |||||
* | | Remove unused this capture | Nicolas Werner | 2021-07-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #651 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-23 | 4 | -5/+24 |
|\ \ | | | | | | | Fix a few UI things | ||||
| * | | make lint | Loren Burkholder | 2021-07-22 | 2 | -1/+3 |
| | | | |||||
| * | | Add functionality for loading global user profile where needed | Loren Burkholder | 2021-07-21 | 3 | -1/+8 |
| | | | | | | | | | | | | This is so viewing profiles from the invite dialog will work as expected. | ||||
| * | | Pad the loading spinner | Loren Burkholder | 2021-07-21 | 1 | -4/+14 |
| | | | |||||
* | | | Update mtxclient | Nicolas Werner | 2021-07-23 | 2 | -2/+2 |
| | | | |||||
* | | | Add menu to enable or disable stickers globally | Nicolas Werner | 2021-07-23 | 16 | -17/+674 |
| | | | |||||
* | | | Rename image pack model | Nicolas Werner | 2021-07-22 | 6 | -16/+18 |
| | | | |||||
* | | | Fix emoji picker not connected to input | Nicolas Werner | 2021-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | Show confirmation dialog when leaving a room via the context menu | Nicolas Werner | 2021-07-22 | 2 | -2/+12 |
| | | | |||||
* | | | Add trailing newline to session export to make gomuks happy | Nicolas Werner | 2021-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | Add suggested remote names to flatpak files | Nicolas Werner | 2021-07-22 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #650 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 10 | -44/+56 |
|\ \ | | | | | | | Open room members when member info label clicked | ||||
| * | | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 2021-07-21 | 8 | -42/+44 |
| | | | |||||
| * | | Open room members when member info label clicked | Loren Burkholder | 2021-07-21 | 5 | -6/+16 |
| | | | |||||
* | | | Update translations | Nicolas Werner | 2021-07-21 | 24 | -2183/+3328 |
| | | | |||||
* | | | Tweak rainbows slightly | Nicolas Werner | 2021-07-21 | 1 | -1/+1 |
| | | | |||||
* | | | Fix some media not being cached properly | Nicolas Werner | 2021-07-21 | 1 | -1/+0 |
| | | | | | | | | | | | | Most noticeable in the goose chooser. | ||||
* | | | Fix color of invite label | Nicolas Werner | 2021-07-21 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #595 from LorenDB/qml-all-the-things | DeepBlueV7.X | 2021-07-21 | 34 | -591/+791 |
|\| | | | | | | | | QML all the things, part 1 | ||||
| * | | Fix the loading spinner setup | Loren Burkholder | 2021-07-20 | 1 | -4/+14 |
| | | | | | | | | | | | | This fixes binding loops and gives it a (in my opinion) sane size. | ||||
| * | | Fix elided width | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | | | |||||
| * | | make lint | Loren Burkholder | 2021-07-20 | 2 | -3/+6 |
| | | | |||||
| * | | Modify message to be more accurate | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | | | |||||
| * | | Insert user before loading avatar/display name | Loren Burkholder | 2021-07-20 | 1 | -1/+3 |
| | | | |||||
| * | | Call the correct function | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bad connection | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add property for plain room name | Loren Burkholder | 2021-07-20 | 4 | -3/+8 |
| | | | |||||
| * | | Check with regex everywhere | Loren Burkholder | 2021-07-20 | 1 | -4/+6 |
| | | | |||||
| * | | Use elided label | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | |||||
| * | | Use correct colors | Loren Burkholder | 2021-07-20 | 2 | -0/+4 |
| | | | |||||
| * | | Don't hardcode fonts | Loren Burkholder | 2021-07-20 | 3 | -8/+8 |
| | | | | | | | | | | | | Fix hardcoded fonts (again) | ||||
| * | | Fix hardcoded spacing/padding | Loren Burkholder | 2021-07-20 | 2 | -6/+6 |
| | | | | | | | | | | | | Another padding fix | ||||
| * | | Fix roomId property | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | make lint | Loren Burkholder | 2021-07-20 | 2 | -4/+2 |
| | | | |||||
| * | | Only run spinner while loading members | Loren Burkholder | 2021-07-20 | 3 | -1/+11 |
| | | | |||||
| * | | Consolidate connections | Loren Burkholder | 2021-07-20 | 2 | -16/+0 |
| | | | |||||
| * | | Remove size_t property stuff | Loren Burkholder | 2021-07-20 | 2 | -5/+2 |
| | | | |||||
| * | | make lint | Loren Burkholder | 2021-07-20 | 4 | -7/+23 |
| | | | |||||
| * | | Use Nico's favored formatting (*shrugs*) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix visibility of spinner | Loren Burkholder | 2021-07-20 | 1 | -5/+2 |
| | | | |||||
| * | | Drop unnecessary code | Loren Burkholder | 2021-07-20 | 1 | -1/+0 |
| | | | |||||
| * | | Only invite if there is something/someone to invite | Loren Burkholder | 2021-07-20 | 3 | -77/+9 |
| | | | |||||
| * | | Use standardized padding | Loren Burkholder | 2021-07-20 | 2 | -5/+5 |
| | | | |||||
| * | | Get Ctrl+Enter working and fix cleaning up and closing | Loren Burkholder | 2021-07-20 | 1 | -15/+14 |
| | | | |||||
| * | | Fix bad property name | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | |||||
| * | | Document bad behavior with footer and spinner | Loren Burkholder | 2021-07-20 | 1 | -1/+4 |
| | | | |||||
| * | | More shortcut stuff | Loren Burkholder | 2021-07-20 | 1 | -5/+5 |
| | | | |||||
| * | | Fix Ctrl-Enter shortcut | Loren Burkholder | 2021-07-20 | 1 | -9/+11 |
| | | | |||||
| * | | Fix loaded member count | Loren Burkholder | 2021-07-20 | 2 | -2/+2 |
| | | | |||||
| * | | Actually set invitees property | Loren Burkholder | 2021-07-20 | 1 | -1/+2 |
| | | | |||||
| * | | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | | |||||
| * | | Finish converting function to property | Loren Burkholder | 2021-07-20 | 7 | -9/+9 |
| | | | |||||
| * | | Clean up code | Loren Burkholder | 2021-07-20 | 3 | -39/+3 |
| | | | |||||
| * | | Use fancy spinner (courtesy of redsky) | Loren Burkholder | 2021-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix properties | Loren Burkholder | 2021-07-20 | 1 | -8/+9 |
| | | | |||||
| * | | Fix background color on text input | Loren Burkholder | 2021-07-20 | 2 | -0/+5 |
| | | | |||||
| * | | Fix up components | Loren Burkholder | 2021-07-20 | 1 | -21/+28 |
| | | | |||||
| * | | Fix borked property stuff | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | |||||
| * | | Make macOS CI happy (again) | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | |||||
| * | | make lint | Loren Burkholder | 2021-07-20 | 7 | -37/+75 |
| | | | |||||
| * | | Use standard buttons for OK button | Loren Burkholder | 2021-07-20 | 1 | -4/+4 |
| | | | |||||
| * | | Don't emit signal in constructor | Loren Burkholder | 2021-07-20 | 1 | -1/+0 |
| | | | |||||
| * | | Permissions only needs a roomid to function | Loren Burkholder | 2021-07-20 | 4 | -6/+7 |
| | | | |||||
| * | | Simplify room details access | Loren Burkholder | 2021-07-20 | 3 | -6/+4 |
| | | | | | | | | | | | | This removes the redundant room name property | ||||
| * | | Fix item that accept() is called on | Loren Burkholder | 2021-07-20 | 1 | -2/+2 |
| | | | |||||
| * | | Add close on Escape shortcut | Loren Burkholder | 2021-07-20 | 1 | -0/+5 |
| | | | |||||
| * | | Clean up code | Loren Burkholder | 2021-07-20 | 2 | -16/+1 |
| | | | |||||
| * | | Add fancy label if you enter a bad mxid | Loren Burkholder | 2021-07-20 | 1 | -0/+73 |
| | | | |||||
| * | | Focus the input bar automatically | Loren Burkholder | 2021-07-20 | 1 | -0/+1 |
| | | | |||||
| * | | Make sure to use the default room id if none is specified | Loren Burkholder | 2021-07-20 | 3 | -5/+6 |
| | | | |||||
| * | | Get member info loading working | Loren Burkholder | 2021-07-20 | 1 | -3/+1 |
| | | | |||||
| * | | Add a fancy loading spinner to the member list | Loren Burkholder | 2021-07-20 | 3 | -3/+23 |
| | | | |||||
| * | | make lint | Loren Burkholder | 2021-07-20 | 15 | -133/+290 |
| | | | |||||
| * | | QML the invite dialog | Loren Burkholder | 2021-07-20 | 14 | -293/+215 |
| | | | | | | | | | | | | This also adds a property `roomId` to TimelineModel. | ||||
| * | | QML the room member list | Loren Burkholder | 2021-07-20 | 15 | -225/+284 |
|/ / | |||||
* | | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 2021-07-20 | 7 | -24/+38 |
| | | |||||
* | | Fix reaction button again | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | | |||||
* | | Model alias is still needed | Nicolas Werner | 2021-07-19 | 1 | -0/+1 |
| | | |||||
* | | Cache sticker picker | Nicolas Werner | 2021-07-19 | 2 | -4/+6 |
| | | |||||
* | | Fix replying and editing stickers | Nicolas Werner | 2021-07-19 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #648 from Nheko-Reborn/stickers2 | DeepBlueV7.X | 2021-07-19 | 18 | -37/+467 |
|\ \ | | | | | | | Stickers! | ||||
| * | | Make scrolling sticker picker bearable | Nicolas Werner | 2021-07-19 | 1 | -0/+6 |
| | | | |||||
| * | | Fix only first 7 stickers showing up | Nicolas Werner | 2021-07-19 | 3 | -6/+8 |
| | | | |||||
| * | | Fix unused state key when iterating room stickers | Nicolas Werner | 2021-07-19 | 1 | -1/+1 |
| | | | |||||
| * | | Move sticker parsing and enable room stickers | Nicolas Werner | 2021-07-19 | 5 | -38/+78 |
| | | | |||||
| * | | Basic sticker support | Nicolas Werner | 2021-07-19 | 17 | -37/+419 |
|/ / | |||||
* | | Merge pull request #646 from Nheko-Reborn/historical-key-sharing | DeepBlueV7.X | 2021-07-18 | 8 | -110/+268 |
|\ \ | | | | | | | Historical key sharing | ||||
| * | | Disable unchecked key sharing to trusted users by default | Nicolas Werner | 2021-07-17 | 1 | -2/+3 |
| | | | |||||
| * | | Share historical keys | Nicolas Werner | 2021-07-17 | 4 | -22/+55 |
| | | | | | | | | | | | | | | | We share all keys with our devices and ones created by us to other users. | ||||
| * | | Store megolm session data in separate database | Nicolas Werner | 2021-07-17 | 7 | -86/+210 |
|/ / | |||||
* | | Fix replies not reloading after fetching them | Nicolas Werner | 2021-07-16 | 3 | -23/+28 |
| | | |||||
* | | Try to make scrolling emoji picker a bit smoother | Nicolas Werner | 2021-07-15 | 1 | -0/+1 |
| | | |||||
| * | Remove 'respond to key requests' functionality | Joseph Donofry | 2021-07-15 | 6 | -50/+2 |
|/ | |||||
* | Fix warning by deleting code I don't understand | Nicolas Werner | 2021-07-15 | 1 | -5/+0 |
| | |||||
* | Add workaround for TextEdit not rerendering after image loaded | Nicolas Werner | 2021-07-15 | 3 | -0/+19 |
| | | | | fixes #541 | ||||
* | Switch to room after joining invite | Nicolas Werner | 2021-07-13 | 1 | -9/+10 |
| | |||||
* | Don't allow switching to current room | Nicolas Werner | 2021-07-13 | 1 | -0/+4 |
| | | | | fixes #634 | ||||
* | Try to fix crash in setCurrentIndex | Nicolas Werner | 2021-07-13 | 1 | -17/+24 |
| | | | | fixes #607 | ||||
* | Strip reply fallback from roomlist | Nicolas Werner | 2021-07-13 | 1 | -2/+4 |
| | | | | fixes #630 | ||||
* | Fix sending encrypted edits | Nicolas Werner | 2021-07-13 | 2 | -2/+2 |
| | |||||
* | Ignore some more files in appimage | Nicolas Werner | 2021-07-12 | 1 | -0/+2 |
| | |||||
* | Remove examples from appimage | Nicolas Werner | 2021-07-12 | 1 | -4/+3 |
| | |||||
* | Fix verification requests showing up on startup | Nicolas Werner | 2021-07-12 | 1 | -0/+9 |
| | |||||
* | Don't use full dump for replies | Nicolas Werner | 2021-07-12 | 3 | -20/+29 |
| | |||||
* | Fix a few missing properties | Nicolas Werner | 2021-07-12 | 5 | -5/+29 |
| | |||||
* | Fix off-by-1 in insertRows when loading room list from initial sync | Nicolas Werner | 2021-07-12 | 2 | -3/+4 |
| | |||||
* | Update Qt version in README | Nicolas Werner | 2021-07-12 | 1 | -1/+1 |
| | |||||
* | Install deps for add-apt-repo | Nicolas Werner | 2021-07-12 | 1 | -0/+1 |
| | |||||
* | Try to update qt in CI | Nicolas Werner | 2021-07-12 | 2 | -22/+16 |
| | |||||
* | Prepare for reuseItems in timeline | Nicolas Werner | 2021-07-12 | 17 | -145/+482 |
| | | | | The actual reuseItems is still blocked on a few upstream bugs. | ||||
* | Use required properties and delegate pooling for room list | Nicolas Werner | 2021-07-10 | 2 | -26/+38 |
| | |||||
* | Fix high CPU usage when a room is open | Nicolas Werner | 2021-07-10 | 5 | -35/+34 |
| | |||||
* | Fix lint | Nicolas Werner | 2021-07-10 | 1 | -10/+6 |
| | |||||
* | Remove db bottleneck by caching ro txn for 100 requests | Nicolas Werner | 2021-07-10 | 4 | -92/+118 |
| | |||||
* | Add additional device verification logging | Nicolas Werner | 2021-07-10 | 1 | -0/+10 |
| | |||||
* | Fix blurhash discoloration on decode | Nicolas Werner | 2021-07-09 | 1 | -4/+6 |
| | |||||
* | Redesign invites and room preview joins | Nicolas Werner | 2021-07-09 | 9 | -82/+214 |
| | |||||
* | Merge branch 'nheko_loading_spinner' into 'master' | Nicolas Werner | 2021-07-09 | 11 | -15/+218 |
|\ | | | | | | | | | Nheko loading spinner See merge request nheko-reborn/nheko!9 | ||||
| * | Remove commented code | Joseph Donofry | 2021-07-08 | 1 | -2/+0 |
| | | |||||
| * | Fixes from code review | Joseph Donofry | 2021-07-08 | 6 | -99/+61 |
| | | |||||
| * | Remove EmojiEmitter | Joseph Donofry | 2021-07-08 | 1 | -60/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into nheko_loading_spinner | Joseph Donofry | 2021-07-08 | 106 | -6914/+11745 |
| |\ | |||||
| * | | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 7 | -11/+85 |
| | | | |||||
| * | | Change variable for running | Joseph Donofry | 2021-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | Add Nheko logo QML Spinner | Joseph Donofry | 2021-06-09 | 3 | -3/+232 |
| | | | |||||
* | | | Merge branch 'windows_coeurl' into 'master' | Joe Donofry | 2021-07-09 | 3 | -6/+51 |
|\ \ \ | |_|/ |/| | | | | | | | | Get SChannel CURL backend working for coeurl on Windows See merge request nheko-reborn/nheko!8 | ||||
| * | | Fix linter issue | Joseph Donofry | 2021-07-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add missing include to Utils | Joe | 2021-07-08 | 1 | -1/+2 |
| | | | |||||
| * | | Update mtxclient with coeurl fixes | Joe | 2021-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | Get SChannel CURL backend working for coeurl on Windows | Joe | 2021-07-07 | 2 | -4/+48 |
|/ / | |||||
* | | Fix cmake template define issue | Joe | 2021-07-07 | 2 | -5/+1 |
| | | |||||
* | | Fix Backtrace define error for Windows | Joe | 2021-07-07 | 1 | -0/+2 |
| | | |||||
* | | Translated using Weblate (Finnish) | Weblate | 2021-07-06 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | Currently translated at 47.4% (234 of 493 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 (Estonian) | Weblate | 2021-07-06 | 1 | -52/+52 |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (493 of 493 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 a few embarrassing bugs with device list updates | Nicolas Werner | 2021-07-06 | 1 | -8/+14 |
| | | |||||
* | | Show previews for space rooms | Nicolas Werner | 2021-07-04 | 2 | -25/+213 |
| | | |||||
* | | Explicitly state that online keybackup is unsupported rn | Nicolas Werner | 2021-07-03 | 1 | -1/+2 |
| | | |||||
* | | Update E2EE note | Nicolas Werner | 2021-07-03 | 1 | -3/+3 |
| | | |||||
* | | Make emoji picker follow theme | Nicolas Werner | 2021-07-03 | 5 | -203/+226 |
| | | |||||
* | | Fix community sidebar toggle | Nicolas Werner | 2021-07-02 | 2 | -2/+5 |
| | | |||||
* | | Update translations | Nicolas Werner | 2021-07-02 | 23 | -5916/+5740 |
| | | |||||
* | | Remove dead code to calculate last message | Nicolas Werner | 2021-07-01 | 4 | -98/+3 |
| | | |||||
* | | Fix mouse cursor on reply delegates | Nicolas Werner | 2021-06-30 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #626 from Nheko-Reborn/curl | DeepBlueV7.X | 2021-06-30 | 13 | -105/+184 |
|\ \ | | | | | | | Use coeurl for networking | ||||
| * | | Install libevent dev dependency for appimage | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Ignore return value of write() in signal handler | Nicolas Werner | 2021-06-30 | 1 | -2/+2 |
| | | | |||||
| * | | Add libevent in flatpak | Nicolas Werner | 2021-06-30 | 1 | -10/+15 |
| | | | |||||
| * | | Get rid of boost dependency for stacktraces | Nicolas Werner | 2021-06-30 | 4 | -7/+48 |
| | | | |||||
| * | | Update mtxclient and add coeurl to flatpak | Nicolas Werner | 2021-06-30 | 2 | -12/+8 |
| | | | |||||
| * | | Add curl deps to CI | Nicolas Werner | 2021-06-30 | 3 | -9/+16 |
| | | | |||||
| * | | Fix too many newlines in reply fallback | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Fix error message for /sync | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Use coeurl for networking | Nicolas Werner | 2021-06-30 | 6 | -67/+97 |
|/ / | | | | | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail. | ||||
* | | Fix tags going missing if you join communities | Nicolas Werner | 2021-06-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #624 from Cadair/inline_img_single_quote | DeepBlueV7.X | 2021-06-25 | 1 | -0/+4 |
|\ \ | | | | | | | Add another regex to match inline img tags using single quotes | ||||
| * | | Apply suggestions from code review | Stuart Mumford | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Update src/timeline/TimelineModel.cpp | Stuart Mumford | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add another regex to match inline img tags using single quotes | Stuart Mumford | 2021-06-25 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Stuart Mumford <stuart@cadair.com> | ||||
* | | | Try to fix appveyor | Nicolas Werner | 2021-06-25 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #610 from Nheko-Reborn/spaces | DeepBlueV7.X | 2021-06-25 | 49 | -202/+1706 |
|\ \ | | | | | | | Show some spaces in the community sidebar | ||||
| * | | fix sort by unread not getting persisted | Nicolas Werner | 2021-06-25 | 1 | -0/+1 |
| | | | |||||
| * | | Fix clicking links in mobile mode | Nicolas Werner | 2021-06-25 | 1 | -1/+2 |
| | | | | | | | | | | | | fixes #617 | ||||
| * | | Increase contrast of dark theme secondary colors slightly | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Don't use a thin font in the room list | Nicolas Werner | 2021-06-25 | 1 | -2/+0 |
| | | | |||||
| * | | Fix spaces showing up with world filter | Nicolas Werner | 2021-06-25 | 1 | -25/+44 |
| | | | |||||
| * | | Don't spam key requests directly after startup | Nicolas Werner | 2021-06-25 | 3 | -0/+23 |
| | | | |||||
| * | | Fix missing back button on spaces page in narrow mode as well as topic not ↵ | Nicolas Werner | 2021-06-25 | 1 | -4/+17 |
| | | | | | | | | | | | | resizing properly | ||||
| * | | Fix null warning for space avatars | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add a basic 'Space page' | Nicolas Werner | 2021-06-25 | 7 | -3/+83 |
| | | | |||||
| * | | Fix off by 1 in previousRoom condition | Nicolas Werner | 2021-06-25 | 1 | -1/+1 |
| | | | |||||
| * | | Hide last message on spaces | Nicolas Werner | 2021-06-25 | 1 | -1/+3 |
| | | | |||||
| * | | Hide spaces by default, unless they are in the current space filter | Nicolas Werner | 2021-06-25 | 4 | -7/+59 |
| | | | |||||
| * | | Fix hiding rooms from a space | Nicolas Werner | 2021-06-25 | 3 | -13/+50 |
| | | | |||||
| * | | Update mtxclient for spaces | Nicolas Werner | 2021-06-25 | 2 | -2/+2 |
| | | | |||||
| * | | Allow filtering by space | Nicolas Werner | 2021-06-25 | 5 | -14/+70 |
| | | | |||||
| * | | update SingleApplication | Nicolas Werner | 2021-06-25 | 30 | -64/+1051 |
| | | | |||||
| * | | Show some spaces in the community sidebar | Nicolas Werner | 2021-06-25 | 6 | -106/+341 |
|/ / | |||||
* | | Merge pull request #611 from balsoft/allow-edits-of-pending-messages | DeepBlueV7.X | 2021-06-19 | 4 | -7/+88 |
|\ \ | | | | | | | Allow editing unsent messages | ||||
| * | | fixup! Allow editing unsent messages | Alexander Bantyev | 2021-06-19 | 2 | -1/+7 |
| | | | |||||
| * | | fixup! Allow editing unsent messages | Alexander Bantyev | 2021-06-19 | 1 | -0/+1 |
| | | | |||||
| * | | fixup! Allow editing unsent messages | Alexander Bantyev | 2021-06-18 | 2 | -7/+21 |
| | | | |||||
| * | | Allow editing unsent messages | Alexander Bantyev | 2021-06-18 | 4 | -7/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of 0db4d71ec2483c7ac5a7b536737fee8fc53a76d7 (Prevent edits of unsent messages), messages that are edits of (or replies to) unsent messages were not allowed. This change was made because otherwise the edits were discarded due to use of txnid rather than mxid in the "m.relates_to" object. Remove this restriction and fix the issue by replacing txnid with mxid in all related events when the message is sent (and we obtain mxid from the server). | ||||
* | | | Merge pull request #614 from sfc-bhshipman/avatar_event_support | DeepBlueV7.X | 2021-06-19 | 1 | -0/+8 |
|\ \ \ | |/ / |/| | | add avatar changed event support issue #550 | ||||
| * | | add avatar changed event support issue #550 | BShipman | 2021-06-19 | 1 | -0/+8 |
|/ / | |||||
* | | Translated using Weblate (Esperanto) | Weblate | 2021-06-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Currently translated at 62.7% (308 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | Fix missing clang format in lint job | Nicolas Werner | 2021-06-16 | 1 | -1/+1 |
| | | |||||
* | | Translated using Weblate (Esperanto) | Weblate | 2021-06-15 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | Currently translated at 61.9% (304 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | Fix wrong tags in context menu | Nicolas Werner | 2021-06-14 | 2 | -1/+11 |
| | | |||||
* | | Fix copy and paste fail for low prio avatar | Nicolas Werner | 2021-06-14 | 1 | -1/+1 |
| | | |||||
* | | Change collapse position | Nicolas Werner | 2021-06-14 | 1 | -2/+2 |
| | | |||||
* | | Update libolm | Nicolas Werner | 2021-06-14 | 2 | -3/+3 |
| | | |||||
* | | Translated using Weblate (Italian) | Weblate | 2021-06-12 | 1 | -41/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 63.7% (313 of 491 strings) Translated using Weblate (Italian) Currently translated at 63.7% (313 of 491 strings) Co-authored-by: Daniele Scasciafratte <mte90net@gmail.com> Co-authored-by: Quanterxotur <ganno.lexis.ag@mailbox.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/it/ Translation: Nheko/nheko | ||||
* | | Translated using Weblate (Esperanto) | Weblate | 2021-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Currently translated at 60.8% (299 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | Merge pull request #605 from Nheko-Reborn/qml-roomlist | DeepBlueV7.X | 2021-06-13 | 110 | -4851/+3473 |
|\ \ | | | | | | | Qml roomlist and stuff | ||||
| * | | Fix button spacing | Loren Burkholder | 2021-06-13 | 2 | -3/+4 |
| | | | |||||
| * | | Layout 1.15 -> 1.12 | Nicolas Werner | 2021-06-13 | 2 | -2/+2 |
| | | | |||||
| * | | Try to be compatible with Qt 5.12 | Nicolas Werner | 2021-06-13 | 10 | -20/+28 |
| | | | |||||
| * | | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 2021-06-12 | 3 | -11/+12 |
| | | | |||||
| * | | Merge branch 'master' into qml-roomlist | Nicolas Werner | 2021-06-12 | 16 | -604/+3438 |
| |\ \ | |/ / |/| | | |||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-09 | 1 | -140/+157 |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 60.6% (298 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Merge branch 'color_generation_string' into 'master' | Joe Donofry | 2021-06-08 | 3 | -8/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | Avoid unnecessary QColor -> QString conversions See merge request nheko-reborn/nheko!7 | ||||
| * | | | Avoid unnecessary QColor -> QString conversions | Joseph Donofry | 2021-06-08 | 3 | -8/+6 |
| | | | | |||||
* | | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-08 | 1 | -45/+47 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Currently translated at 32.3% (159 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-07 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 25.4% (125 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 25.4% (125 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Italian) | Weblate | 2021-06-07 | 1 | -61/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Translated using Weblate (Italian) Currently translated at 56.2% (276 of 491 strings) Co-authored-by: Daniele Scasciafratte <mte90net@gmail.com> Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Joseph Curto <joe@joe.vr.it> 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 (Esperanto) | Weblate | 2021-06-06 | 1 | -30/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 24.2% (119 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 24.2% (119 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 18.5% (91 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 18.5% (91 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.9% (88 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 17.5% (86 of 491 strings) Co-authored-by: Tirifto <tirifto@posteo.cz> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.2% (80 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 16.2% (80 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Esperanto) | Weblate | 2021-06-04 | 1 | -25/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.0% (79 of 491 strings) Translated using Weblate (Esperanto) Currently translated at 16.0% (79 of 491 strings) Co-authored-by: Colin Reeder <colin@vpzom.click> Co-authored-by: Tirifto <tirifto@posteo.cz> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/eo/ Translation: Nheko/nheko | ||||
* | | | Translated using Weblate (Portuguese (Brazil)) | Weblate | 2021-06-03 | 1 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 7.3% (36 of 491 strings) Co-authored-by: zerowhy <zerowhy.server@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pt_BR/ Translation: Nheko/nheko | ||||
* | | | Merge pull request #600 from govynnus/registration-well-known | DeepBlueV7.X | 2021-06-03 | 2 | -31/+119 |
|\ \ \ | | | | | | | | | Registration well known | ||||
| * | | | Do a .well-known lookup during registration | Callum Brown | 2021-06-03 | 2 | -30/+109 |
| | | | | |||||
| * | | | Give registration server input its own error label | Callum Brown | 2021-06-03 | 2 | -1/+10 |
| | | | | |||||
* | | | | Merge pull request #594 from pcworld/narrow-view-notification | DeepBlueV7.X | 2021-05-29 | 2 | -4/+7 |
|\ \ \ \ | |/ / / |/| | | | Fix notifications in narrow view when content is hidden |