Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-07 | Fix redactions | Nicolas Werner | 2 | -2/+2 | |
2021-08-06 | this is not needed for translations | Nicolas Werner | 1 | -2/+2 | |
2021-08-06 | Allow creating new packs | Nicolas Werner | 6 | -6/+58 | |
2021-08-06 | Allow uploading additional stickers | Nicolas Werner | 4 | -5/+97 | |
2021-08-06 | Basic sticker pack editor | Nicolas Werner | 17 | -167/+751 | |
2021-08-05 | Update qt5 path after brew changes | Joseph Donofry | 1 | -2/+2 | |
2021-08-05 | Open profile when clicking avatar | Loren Burkholder | 1 | -0/+1 | |
2021-08-04 | Disable brew in macos CI | Joseph Donofry | 1 | -3/+3 | |
2021-08-04 | Fix window placement on wayland and add close buttons | Nicolas Werner | 17 | -36/+52 | |
We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | |||||
2021-08-01 | Add option to only send encrypted messages to verified devices | Nicolas Werner | 5 | -48/+127 | |
fixes #636 | |||||
2021-07-31 | Fix colors for manual dark theme | Loren Burkholder | 1 | -1/+6 | |
2021-07-31 | QML the raw message dialog | Loren Burkholder | 9 | -70/+74 | |
2021-07-31 | Ensure the encrypted rooms db is always created | Nicolas Werner | 2 | -4/+7 | |
2021-07-31 | Fix C&P error for DeviceType | Nicolas Werner | 1 | -2/+2 | |
2021-07-31 | Fix annoying touch overlap in room list | Nicolas Werner | 2 | -20/+27 | |
2021-07-30 | Use correct date format | Loren Burkholder | 1 | -2/+1 | |
2021-07-30 | make lint | Loren Burkholder | 1 | -1/+2 | |
2021-07-30 | Use an explicit color for the label | Loren Burkholder | 1 | -0/+1 | |
2021-07-30 | Reformat dates | Loren Burkholder | 1 | -3/+4 | |
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
2021-07-30 | Move read receipts connection to allow for future pop-out room views | Loren Burkholder | 2 | -12/+12 | |
2021-07-30 | Fix crash when we don't have keys for other device when receiving an olm ↵ | Nicolas Werner | 1 | -5/+11 | |
message from it | |||||
2021-07-30 | Log how many rooms we loaded | Nicolas Werner | 1 | -0/+2 | |
2021-07-30 | Rate limit olm session creation | Nicolas Werner | 1 | -3/+17 | |
2021-07-29 | Don't switch room that read receipt-related stuff is opened in | Loren Burkholder | 2 | -4/+6 | |
2021-07-29 | Use built-in sorting so that dynamic updates work | Loren Burkholder | 2 | -9/+2 | |
2021-07-29 | Use a QSortFilterProxyModel instead of resetting the model | Loren Burkholder | 7 | -28/+70 | |
2021-07-29 | Reset model instead of doing weird convoluted updates | Loren Burkholder | 1 | -6/+2 | |
2021-07-29 | Use Dialog flag to make tiling WMs happy | Loren Burkholder | 1 | -0/+1 | |
2021-07-29 | Close dialog on escape | Loren Burkholder | 1 | -0/+5 | |
2021-07-29 | Dynamically update read receipts | Loren Burkholder | 3 | -4/+25 | |
2021-07-29 | Fix incorrect function name | Loren Burkholder | 1 | -1/+1 | |
2021-07-29 | Add close button at footer | Loren Burkholder | 1 | -0/+6 | |
2021-07-29 | make lint | Loren Burkholder | 1 | -1/+1 | |
2021-07-29 | Remove unused headers | Loren Burkholder | 1 | -10/+0 | |
Why didn't I see these earlier? | |||||
2021-07-29 | Remove Avatar class | Loren Burkholder | 5 | -220/+2 | |
RIP | |||||
2021-07-29 | Simplify read receipt storage | Loren Burkholder | 2 | -74/+19 | |
2021-07-29 | Remove outdated comment | Loren Burkholder | 1 | -1/+0 | |
2021-07-29 | QML the read receipts list | Loren Burkholder | 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 | |||||
2021-07-27 | Port to explicit connect syntax | Nicolas Werner | 13 | -62/+96 | |
Also fix a lot of warnings. | |||||
2021-07-26 | Fix crash on invalid utf8 in decrypted events | Nicolas Werner | 1 | -12/+12 | |
2021-07-26 | Remove version checks for unsupported Qt versions | Nicolas Werner | 3 | -22/+3 | |
2021-07-25 | Remove QML from format script (it causes too many issues) | Joe | 1 | -13/+0 | |
2021-07-25 | Fix crash when storing secrets | Nicolas Werner | 2 | -25/+26 | |
Nested QEventLoops are scary. Ultimately we shouldn't use them, but I have no better solution right now. fixes #656 | |||||
2021-07-25 | Remove SSSS requests on the UI thread | Nicolas Werner | 1 | -1/+4 | |
might fix #656 | |||||
2021-07-25 | Properly verify OTK signature | Nicolas Werner | 1 | -8/+26 | |
2021-07-25 | Don't send encrypted olm messages to ourselves | Nicolas Werner | 1 | -5/+25 | |
2021-07-25 | Fix SSSS unlock without a password set | Nicolas Werner | 1 | -2/+9 | |
fixes #657 | |||||
2021-07-24 | Update translations | Joseph Donofry | 22 | -504/+1618 | |
2021-07-24 | Remove additional key requests preference code | Joe | 4 | -22/+0 | |
2021-07-24 | Fix edge case that could lead to no new one time keys being uploaded | Nicolas Werner | 1 | -21/+23 | |
2021-07-24 | Fix some issues when parsing or serializing enabled pack rooms | Nicolas Werner | 2 | -2/+2 | |
2021-07-23 | Try to avoid more olm loops | Nicolas Werner | 1 | -13/+22 | |
2021-07-23 | Remove unused this capture | Nicolas Werner | 1 | -1/+1 | |
2021-07-23 | Update mtxclient | Nicolas Werner | 2 | -2/+2 | |
2021-07-23 | Add menu to enable or disable stickers globally | Nicolas Werner | 16 | -17/+674 | |
2021-07-22 | Rename image pack model | Nicolas Werner | 6 | -16/+18 | |
2021-07-22 | Fix emoji picker not connected to input | Nicolas Werner | 1 | -1/+1 | |
2021-07-22 | Show confirmation dialog when leaving a room via the context menu | Nicolas Werner | 2 | -2/+12 | |
2021-07-22 | make lint | Loren Burkholder | 2 | -1/+3 | |
2021-07-22 | Add trailing newline to session export to make gomuks happy | Nicolas Werner | 1 | -1/+1 | |
2021-07-22 | Add suggested remote names to flatpak files | Nicolas Werner | 2 | -0/+2 | |
2021-07-21 | Add functionality for loading global user profile where needed | Loren Burkholder | 3 | -1/+8 | |
This is so viewing profiles from the invite dialog will work as expected. | |||||
2021-07-21 | Pad the loading spinner | Loren Burkholder | 1 | -4/+14 | |
2021-07-21 | Move various room auxiliary functions to TimelineManager | Loren Burkholder | 8 | -42/+44 | |
2021-07-21 | Update translations | Nicolas Werner | 24 | -2183/+3328 | |
2021-07-21 | Open room members when member info label clicked | Loren Burkholder | 5 | -6/+16 | |
2021-07-21 | Tweak rainbows slightly | Nicolas Werner | 1 | -1/+1 | |
2021-07-21 | Fix some media not being cached properly | Nicolas Werner | 1 | -1/+0 | |
Most noticeable in the goose chooser. | |||||
2021-07-21 | Fix color of invite label | Nicolas Werner | 1 | -0/+1 | |
2021-07-20 | Fix the loading spinner setup | Loren Burkholder | 1 | -4/+14 | |
This fixes binding loops and gives it a (in my opinion) sane size. | |||||
2021-07-20 | Fix elided width | Loren Burkholder | 1 | -0/+1 | |
2021-07-20 | make lint | Loren Burkholder | 2 | -3/+6 | |
2021-07-20 | Modify message to be more accurate | Loren Burkholder | 1 | -1/+2 | |
2021-07-20 | Insert user before loading avatar/display name | Loren Burkholder | 1 | -1/+3 | |
2021-07-20 | Call the correct function | Loren Burkholder | 1 | -1/+1 | |
2021-07-20 | Fix bad connection | Loren Burkholder | 1 | -1/+1 | |
2021-07-20 | Add property for plain room name | Loren Burkholder | 4 | -3/+8 | |
2021-07-20 | Check with regex everywhere | Loren Burkholder | 1 | -4/+6 | |
2021-07-20 | Use elided label | Loren Burkholder | 1 | -2/+2 | |
2021-07-20 | Use correct colors | Loren Burkholder | 2 | -0/+4 | |
2021-07-20 | Don't hardcode fonts | Loren Burkholder | 3 | -8/+8 | |
Fix hardcoded fonts (again) | |||||
2021-07-20 | Fix hardcoded spacing/padding | Loren Burkholder | 2 | -6/+6 | |
Another padding fix | |||||
2021-07-20 | Fix roomId property | Loren Burkholder | 1 | -1/+1 | |
2021-07-20 | make lint | Loren Burkholder | 2 | -4/+2 | |
2021-07-20 | Only run spinner while loading members | Loren Burkholder | 3 | -1/+11 | |
2021-07-20 | Consolidate connections | Loren Burkholder | 2 | -16/+0 | |
2021-07-20 | Remove size_t property stuff | Loren Burkholder | 2 | -5/+2 | |
2021-07-20 | make lint | Loren Burkholder | 4 | -7/+23 | |
2021-07-20 | Use Nico's favored formatting (*shrugs*) | Loren Burkholder | 1 | -1/+1 | |
2021-07-20 | Fix visibility of spinner | Loren Burkholder | 1 | -5/+2 | |
2021-07-20 | Drop unnecessary code | Loren Burkholder | 1 | -1/+0 | |
2021-07-20 | Only invite if there is something/someone to invite | Loren Burkholder | 3 | -77/+9 | |
2021-07-20 | Use standardized padding | Loren Burkholder | 2 | -5/+5 | |
2021-07-20 | Get Ctrl+Enter working and fix cleaning up and closing | Loren Burkholder | 1 | -15/+14 | |
2021-07-20 | Fix bad property name | Loren Burkholder | 1 | -2/+2 | |
2021-07-20 | Document bad behavior with footer and spinner | Loren Burkholder | 1 | -1/+4 | |
2021-07-20 | More shortcut stuff | Loren Burkholder | 1 | -5/+5 | |
2021-07-20 | Fix Ctrl-Enter shortcut | Loren Burkholder | 1 | -9/+11 | |
2021-07-20 | Fix loaded member count | Loren Burkholder | 2 | -2/+2 | |
2021-07-20 | Actually set invitees property | Loren Burkholder | 1 | -1/+2 | |
2021-07-20 | Fix properties | Loren Burkholder | 1 | -4/+4 | |
2021-07-20 | Finish converting function to property | Loren Burkholder | 7 | -9/+9 | |
2021-07-20 | Clean up code | Loren Burkholder | 3 | -39/+3 | |
2021-07-20 | Use fancy spinner (courtesy of redsky) | Loren Burkholder | 1 | -1/+1 | |
2021-07-20 | Fix properties | Loren Burkholder | 1 | -8/+9 | |
2021-07-20 | Fix background color on text input | Loren Burkholder | 2 | -0/+5 | |
2021-07-20 | Fix up components | Loren Burkholder | 1 | -21/+28 | |
2021-07-20 | Fix borked property stuff | Loren Burkholder | 1 | -2/+2 | |
2021-07-20 | Make macOS CI happy (again) | Loren Burkholder | 1 | -2/+2 | |
2021-07-20 | make lint | Loren Burkholder | 7 | -37/+75 | |
2021-07-20 | Use standard buttons for OK button | Loren Burkholder | 1 | -4/+4 | |
2021-07-20 | Don't emit signal in constructor | Loren Burkholder | 1 | -1/+0 | |
2021-07-20 | Permissions only needs a roomid to function | Loren Burkholder | 4 | -6/+7 | |
2021-07-20 | Simplify room details access | Loren Burkholder | 3 | -6/+4 | |
This removes the redundant room name property | |||||
2021-07-20 | Fix item that accept() is called on | Loren Burkholder | 1 | -2/+2 | |
2021-07-20 | Add close on Escape shortcut | Loren Burkholder | 1 | -0/+5 | |
2021-07-20 | Clean up code | Loren Burkholder | 2 | -16/+1 | |
2021-07-20 | Add fancy label if you enter a bad mxid | Loren Burkholder | 1 | -0/+73 | |
2021-07-20 | Focus the input bar automatically | Loren Burkholder | 1 | -0/+1 | |
2021-07-20 | Make sure to use the default room id if none is specified | Loren Burkholder | 3 | -5/+6 | |
2021-07-20 | Get member info loading working | Loren Burkholder | 1 | -3/+1 | |
2021-07-20 | Add a fancy loading spinner to the member list | Loren Burkholder | 3 | -3/+23 | |
2021-07-20 | make lint | Loren Burkholder | 15 | -133/+290 | |
2021-07-20 | QML the invite dialog | Loren Burkholder | 14 | -293/+215 | |
This also adds a property `roomId` to TimelineModel. | |||||
2021-07-20 | QML the room member list | Loren Burkholder | 15 | -225/+284 | |
2021-07-20 | Explicitly reload data in delegates, if related events got loaded | Nicolas Werner | 7 | -24/+38 | |
2021-07-19 | Fix reaction button again | Nicolas Werner | 1 | -1/+1 | |
2021-07-19 | Model alias is still needed | Nicolas Werner | 1 | -0/+1 | |
2021-07-19 | Cache sticker picker | Nicolas Werner | 2 | -4/+6 | |
2021-07-19 | Fix replying and editing stickers | Nicolas Werner | 1 | -0/+9 | |
2021-07-19 | Make scrolling sticker picker bearable | Nicolas Werner | 1 | -0/+6 | |
2021-07-19 | Fix only first 7 stickers showing up | Nicolas Werner | 3 | -6/+8 | |
2021-07-19 | Fix unused state key when iterating room stickers | Nicolas Werner | 1 | -1/+1 | |
2021-07-19 | Move sticker parsing and enable room stickers | Nicolas Werner | 5 | -38/+78 | |
2021-07-19 | Basic sticker support | Nicolas Werner | 17 | -37/+419 | |
2021-07-17 | Disable unchecked key sharing to trusted users by default | Nicolas Werner | 1 | -2/+3 | |
2021-07-17 | Share historical keys | Nicolas Werner | 4 | -22/+55 | |
We share all keys with our devices and ones created by us to other users. | |||||
2021-07-17 | Store megolm session data in separate database | Nicolas Werner | 7 | -86/+210 | |
2021-07-16 | Fix replies not reloading after fetching them | Nicolas Werner | 3 | -23/+28 | |
2021-07-15 | Remove 'respond to key requests' functionality | Joseph Donofry | 6 | -50/+2 | |
2021-07-15 | Try to make scrolling emoji picker a bit smoother | Nicolas Werner | 1 | -0/+1 | |
2021-07-15 | Fix warning by deleting code I don't understand | Nicolas Werner | 1 | -5/+0 | |
2021-07-15 | Add workaround for TextEdit not rerendering after image loaded | Nicolas Werner | 3 | -0/+19 | |
fixes #541 | |||||
2021-07-13 | Switch to room after joining invite | Nicolas Werner | 1 | -9/+10 | |
2021-07-13 | Don't allow switching to current room | Nicolas Werner | 1 | -0/+4 | |
fixes #634 | |||||
2021-07-13 | Try to fix crash in setCurrentIndex | Nicolas Werner | 1 | -17/+24 | |
fixes #607 | |||||
2021-07-13 | Strip reply fallback from roomlist | Nicolas Werner | 1 | -2/+4 | |
fixes #630 | |||||
2021-07-13 | Fix sending encrypted edits | Nicolas Werner | 2 | -2/+2 | |
2021-07-12 | Ignore some more files in appimage | Nicolas Werner | 1 | -0/+2 | |
2021-07-12 | Remove examples from appimage | Nicolas Werner | 1 | -4/+3 | |
2021-07-12 | Fix verification requests showing up on startup | Nicolas Werner | 1 | -0/+9 | |
2021-07-12 | Don't use full dump for replies | Nicolas Werner | 3 | -20/+29 | |
2021-07-12 | Fix a few missing properties | Nicolas Werner | 5 | -5/+29 | |
2021-07-12 | Fix off-by-1 in insertRows when loading room list from initial sync | Nicolas Werner | 2 | -3/+4 | |
2021-07-12 | Update Qt version in README | Nicolas Werner | 1 | -1/+1 | |
2021-07-12 | Install deps for add-apt-repo | Nicolas Werner | 1 | -0/+1 | |
2021-07-12 | Try to update qt in CI | Nicolas Werner | 2 | -22/+16 | |
2021-07-12 | Prepare for reuseItems in timeline | Nicolas Werner | 17 | -145/+482 | |
The actual reuseItems is still blocked on a few upstream bugs. | |||||
2021-07-10 | Use required properties and delegate pooling for room list | Nicolas Werner | 2 | -26/+38 | |
2021-07-10 | Fix high CPU usage when a room is open | Nicolas Werner | 5 | -35/+34 | |
2021-07-10 | Fix lint | Nicolas Werner | 1 | -10/+6 | |
2021-07-10 | Remove db bottleneck by caching ro txn for 100 requests | Nicolas Werner | 4 | -92/+118 | |
2021-07-10 | Add additional device verification logging | Nicolas Werner | 1 | -0/+10 | |
2021-07-09 | Fix blurhash discoloration on decode | Nicolas Werner | 1 | -4/+6 | |
2021-07-09 | Redesign invites and room preview joins | Nicolas Werner | 9 | -82/+214 | |
2021-07-08 | Remove commented code | Joseph Donofry | 1 | -2/+0 | |
2021-07-08 | Fixes from code review | Joseph Donofry | 6 | -99/+61 | |
2021-07-08 | Remove EmojiEmitter | Joseph Donofry | 1 | -60/+0 | |
2021-07-08 | Fix linter issue | Joseph Donofry | 1 | -1/+1 | |
2021-07-08 | Add missing include to Utils | Joe | 1 | -1/+2 | |
2021-07-07 | Update mtxclient with coeurl fixes | Joe | 1 | -1/+1 | |
2021-07-07 | Get SChannel CURL backend working for coeurl on Windows | Joe | 2 | -4/+48 | |
2021-07-07 | Fix cmake template define issue | Joe | 2 | -5/+1 | |
2021-07-07 | Fix Backtrace define error for Windows | Joe | 1 | -0/+2 | |
2021-07-06 | Translated using Weblate (Finnish) | Weblate | 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 | |||||
2021-07-06 | Translated using Weblate (Estonian) | Weblate | 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 | |||||
2021-07-06 | Fix a few embarrassing bugs with device list updates | Nicolas Werner | 1 | -8/+14 | |
2021-07-04 | Show previews for space rooms | Nicolas Werner | 2 | -25/+213 | |
2021-07-03 | Explicitly state that online keybackup is unsupported rn | Nicolas Werner | 1 | -1/+2 | |
2021-07-03 | Update E2EE note | Nicolas Werner | 1 | -3/+3 | |
2021-07-03 | Make emoji picker follow theme | Nicolas Werner | 5 | -203/+226 | |
2021-07-02 | Fix community sidebar toggle | Nicolas Werner | 2 | -2/+5 | |
2021-07-02 | Update translations | Nicolas Werner | 23 | -5916/+5740 | |
2021-07-01 | Remove dead code to calculate last message | Nicolas Werner | 4 | -98/+3 | |
2021-06-30 | Fix mouse cursor on reply delegates | Nicolas Werner | 1 | -0/+1 | |
2021-06-30 | Install libevent dev dependency for appimage | Nicolas Werner | 1 | -1/+1 | |
2021-06-30 | Ignore return value of write() in signal handler | Nicolas Werner | 1 | -2/+2 | |
2021-06-30 | Add libevent in flatpak | Nicolas Werner | 1 | -10/+15 | |
2021-06-30 | Get rid of boost dependency for stacktraces | Nicolas Werner | 4 | -7/+48 | |
2021-06-30 | Update mtxclient and add coeurl to flatpak | Nicolas Werner | 2 | -12/+8 | |
2021-06-30 | Add curl deps to CI | Nicolas Werner | 3 | -9/+16 | |
2021-06-30 | Fix too many newlines in reply fallback | Nicolas Werner | 1 | -1/+1 | |
2021-06-30 | Fix error message for /sync | Nicolas Werner | 1 | -1/+1 | |
2021-06-30 | Use coeurl for networking | Nicolas Werner | 6 | -67/+97 | |
Something is still wrong on shutdown, need to debug that. And CI will fail. | |||||
2021-06-26 | Fix tags going missing if you join communities | Nicolas Werner | 1 | -1/+1 | |
2021-06-25 | Try to fix appveyor | Nicolas Werner | 1 | -2/+2 | |
2021-06-25 | Apply suggestions from code review | Stuart Mumford | 1 | -1/+1 | |
2021-06-25 | Update src/timeline/TimelineModel.cpp | Stuart Mumford | 1 | -1/+1 | |
2021-06-25 | Add another regex to match inline img tags using single quotes | Stuart Mumford | 1 | -0/+4 | |
Signed-off-by: Stuart Mumford <stuart@cadair.com> | |||||
2021-06-25 | fix sort by unread not getting persisted | Nicolas Werner | 1 | -0/+1 | |
2021-06-25 | Fix clicking links in mobile mode | Nicolas Werner | 1 | -1/+2 | |
fixes #617 | |||||
2021-06-25 | Increase contrast of dark theme secondary colors slightly | Nicolas Werner | 1 | -1/+1 | |
2021-06-25 | Don't use a thin font in the room list | Nicolas Werner | 1 | -2/+0 | |
2021-06-25 | Fix spaces showing up with world filter | Nicolas Werner | 1 | -25/+44 | |
2021-06-25 | Don't spam key requests directly after startup | Nicolas Werner | 3 | -0/+23 | |
2021-06-25 | Fix missing back button on spaces page in narrow mode as well as topic not ↵ | Nicolas Werner | 1 | -4/+17 | |
resizing properly | |||||
2021-06-25 | Fix null warning for space avatars | Nicolas Werner | 1 | -1/+1 | |
2021-06-25 | Add a basic 'Space page' | Nicolas Werner | 7 | -3/+83 | |
2021-06-25 | Fix off by 1 in previousRoom condition | Nicolas Werner | 1 | -1/+1 | |
2021-06-25 | Hide last message on spaces | Nicolas Werner | 1 | -1/+3 | |
2021-06-25 | Hide spaces by default, unless they are in the current space filter | Nicolas Werner | 4 | -7/+59 | |
2021-06-25 | Fix hiding rooms from a space | Nicolas Werner | 3 | -13/+50 | |
2021-06-25 | Update mtxclient for spaces | Nicolas Werner | 2 | -2/+2 | |
2021-06-25 | Allow filtering by space | Nicolas Werner | 5 | -14/+70 | |
2021-06-25 | update SingleApplication | Nicolas Werner | 30 | -64/+1051 | |
2021-06-25 | Show some spaces in the community sidebar | Nicolas Werner | 6 | -106/+341 | |
2021-06-19 | fixup! Allow editing unsent messages | Alexander Bantyev | 2 | -1/+7 | |
2021-06-19 | fixup! Allow editing unsent messages | Alexander Bantyev | 1 | -0/+1 | |
2021-06-19 | add avatar changed event support issue #550 | BShipman | 1 | -0/+8 | |
2021-06-18 | fixup! Allow editing unsent messages | Alexander Bantyev | 2 | -7/+21 | |
2021-06-18 | Allow editing unsent messages | Alexander Bantyev | 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). | |||||
2021-06-15 | Translated using Weblate (Esperanto) | Weblate | 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 | |||||
2021-06-16 | Fix missing clang format in lint job | Nicolas Werner | 1 | -1/+1 | |
2021-06-15 | Translated using Weblate (Esperanto) | Weblate | 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 | |||||
2021-06-14 | Fix wrong tags in context menu | Nicolas Werner | 2 | -1/+11 | |
2021-06-14 | Fix copy and paste fail for low prio avatar | Nicolas Werner | 1 | -1/+1 | |
2021-06-14 | Change collapse position | Nicolas Werner | 1 | -2/+2 | |
2021-06-14 | Update libolm | Nicolas Werner | 2 | -3/+3 | |
2021-06-12 | Translated using Weblate (Italian) | Weblate | 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 | |||||
2021-06-12 | Translated using Weblate (Esperanto) | Weblate | 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 | |||||
2021-06-13 | Fix button spacing | Loren Burkholder | 2 | -3/+4 | |
2021-06-13 | Layout 1.15 -> 1.12 | Nicolas Werner | 2 | -2/+2 | |
2021-06-13 | Try to be compatible with Qt 5.12 | Nicolas Werner | 10 | -20/+28 | |
2021-06-12 | Don't read avatarUrl from local profile, if no global avatar is set | Nicolas Werner | 3 | -11/+12 | |
2021-06-12 | Persist sidebar sizes | Nicolas Werner | 4 | -6/+62 | |
2021-06-11 | Remove useless capture | Nicolas Werner | 1 | -12/+11 | |
2021-06-11 | Fix PrivacyScreen for qml-roomlist | Joseph Donofry | 1 | -1/+1 | |
2021-06-11 | Reenable tag hiding | Nicolas Werner | 6 | -22/+94 | |
2021-06-11 | Enable toggling tags | Nicolas Werner | 8 | -15/+73 | |
2021-06-11 | Render community items | Nicolas Werner | 9 | -14/+180 | |
2021-06-09 | Translated using Weblate (Esperanto) | Weblate | 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 | |||||
2021-06-09 | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 7 | -11/+85 | |
2021-06-09 | Change variable for running | Joseph Donofry | 1 | -1/+1 | |
2021-06-09 | Add Nheko logo QML Spinner | Joseph Donofry | 3 | -3/+232 | |
2021-06-09 | Basic community list model | Nicolas Werner | 8 | -29/+234 | |
2021-06-08 | Translated using Weblate (Esperanto) | Weblate | 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 | |||||
2021-06-08 | Avoid unnecessary QColor -> QString conversions | Joseph Donofry | 3 | -8/+6 | |
2021-06-08 | Implement switching in narrow mode | Nicolas Werner | 8 | -77/+109 | |
2021-06-08 | Somewhat reenable the adaptive layout | Nicolas Werner | 5 | -19/+200 | |
2021-06-08 | Fix html in completer | Nicolas Werner | 1 | -0/+3 | |
Fixes #578 |