Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-16 | Fix dpi scaling of avatars | Nicolas Werner | 2 | -4/+4 | |
2021-08-15 | Run linter | Callum Brown | 1 | -6/+7 | |
2021-08-14 | Round images in the image provider | Nicolas Werner | 6 | -35/+87 | |
2021-08-14 | Tab to move down completer | Nicolas Werner | 2 | -0/+6 | |
2021-08-14 | Fix shadowing | Nicolas Werner | 1 | -3/+2 | |
2021-08-14 | Request keys when opening a room for the first time | Nicolas Werner | 2 | -11/+28 | |
2021-08-14 | Ensure device signatures always get verified on device update | Nicolas Werner | 1 | -1/+36 | |
2021-08-13 | Show verification status in memberlist | Nicolas Werner | 8 | -16/+59 | |
2021-08-13 | Show if there are unverified devices in a room | Nicolas Werner | 8 | -71/+219 | |
Also fixes some issues where nested transactions will poison the verification cache. | |||||
2021-08-12 | Fix cancel button on registration token dialog | Callum Brown | 1 | -4/+15 | |
2021-08-12 | Use QInputDialog to get registration token | Callum Brown | 4 | -112/+5 | |
2021-08-12 | Fix lambda to function pointer in coeurl on Linux | Nicolas Werner | 2 | -4/+4 | |
2021-08-12 | Fix typo in coeurl | Nicolas Werner | 2 | -4/+4 | |
2021-08-11 | Update coeurl | Nicolas Werner | 2 | -2/+2 | |
2021-08-11 | Fix long tcp timeouts | Nicolas Werner | 2 | -4/+4 | |
relates to #658 | |||||
2021-08-11 | Support token authenticated registration | Callum Brown | 4 | -0/+113 | |
Using a dialog after username and password have been provided. | |||||
2021-08-10 | Remove warnings on closing room | Loren Burkholder | 2 | -3/+8 | |
2021-08-10 | Remove unnecessary debugging log | Loren Burkholder | 1 | -1/+0 | |
2021-08-11 | Remove some unused headers | Nicolas Werner | 2 | -4/+0 | |
2021-08-11 | linting | kirp | 1 | -2/+1 | |
2021-08-11 | change slot close, to signal closing | kirp | 1 | -2/+3 | |
2021-08-11 | add shortcut Escape button for closing images issues 672 | kirp | 2 | -0/+4 | |
2021-08-11 | fix sticker packs being uneditable in some rooms | Nicolas Werner | 1 | -1/+1 | |
2021-08-11 | Fix potential crash when trying to read room info too early | Nicolas Werner | 1 | -16/+22 | |
2021-08-09 | Close currently open room when it is tapped again | Loren Burkholder | 1 | -1/+6 | |
2021-08-09 | Update README.md | 6543 | 1 | -1/+1 | |
2021-08-09 | Update README.md | 6543 | 1 | -1/+1 | |
2021-08-09 | Add rate limiting to unknown device list path | Nicolas Werner | 1 | -6/+25 | |
2021-08-08 | AttrIbution | Nicolas Werner | 1 | -1/+1 | |
2021-08-08 | Enable insecure fallback for secret storage | Nicolas Werner | 3 | -4/+13 | |
2021-08-08 | Breaking: Change secret names and fix bug when storing secrets | Nicolas Werner | 2 | -20/+38 | |
2021-08-08 | Fix trying to delete unsupported events | Nicolas Werner | 1 | -18/+19 | |
2021-08-08 | increase settings window size | Nicolas Werner | 1 | -2/+2 | |
2021-08-08 | Fix typo in template | Nicolas Werner | 1 | -1/+1 | |
2021-08-08 | Don't set a title in the template | Nicolas Werner | 1 | -1/+0 | |
2021-08-08 | Use a form for feature requests | Nicolas Werner | 2 | -20/+50 | |
2021-08-08 | issue template must have unique ids | Nicolas Werner | 1 | -2/+1 | |
2021-08-08 | Don't end line with : | Nicolas Werner | 1 | -1/+1 | |
2021-08-08 | tabs -> spaces | Nicolas Werner | 1 | -29/+29 | |
2021-08-08 | Fix decryption errors in reply popups | Nicolas Werner | 2 | -0/+2 | |
2021-08-08 | Try github forms for bug reports | Nicolas Werner | 2 | -61/+151 | |
2021-08-07 | Protect against replay attacks | Nicolas Werner | 4 | -3/+29 | |
2021-08-07 | Show encryption errors in qml and add request keys button | Nicolas Werner | 14 | -165/+220 | |
2021-08-07 | device=shm not needed in flatpak | Nicolas Werner | 1 | -1/+0 | |
2021-08-07 | Install recent flatpak in CI | Nicolas Werner | 1 | -2/+6 | |
2021-08-07 | Share shm in flatpak | Nicolas Werner | 1 | -0/+3 | |
fixes #562 Requires flatpak 1.11.1 | |||||
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-05 | Allow all characters when checking server input | Callum Brown | 1 | -1/+1 | |
So IDNs are not rejected. Invalid server names will be caught later. | |||||
2021-08-05 | Make things private slots | Callum Brown | 1 | -2/+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-02 | Reorganise src/RegisterPage.cpp | Callum Brown | 2 | -301/+284 | |
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 |